body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 15px 0;
	padding: 0px;
	background: #FFFFFF;
}
.main {
	width: auto;
	border: 1px solid #e1e1e1;
	padding: 1px;
}
.top {
	height: 97px;
	background: url(../images/top_back.gif) repeat-x top left;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}
.top_in {
	padding: 0;
	height: 97px;
	background: url(../images/calivita.gif) no-repeat top right;
	cursor: default;
	margin: 0;
}
.top_info {
	padding: 12px 0 0 20px;
	height: 32px;
	cursor: default;
	color: #666666;
}
.top_info a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.top_info a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

/*.top_logo {
	float: left;
    width: 360px;
	/*padding: 0 0 0 0;
	/*height: 37px; 
    height: 50px;
    background: url(http://www.calivita.com/images/cvblogo/logo.gif) no-repeat top left;
    /*margin: 15px 0 0 20px;*/
/*} */

.top_logo {
	float: left;
	padding: 0 0 0 0;
	width: 360px;
    height: 50px;
    /*margin: 15px 0 0 20px;*/
}

.login_back {
	width: 936px;
	height: 338px;
	background: url(http://www.calivita.com/images/loginback/login-back.jpg) no-repeat top left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.women_day {
	width: 936px;
	height: 338px;
	background: url(http://www.calivita.com/images/loginback/women-day.jpg) no-repeat top left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.santa_claus {
	width: 936px;
	height: 338px;
	background: url(http://www.calivita.com/images/loginback/santa-claus.jpg) no-repeat top left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.login {
	margin: 90px auto auto 120px;
	width: 250px;
	border: 1px solid #FFFFFF;
	background: #cde0ff;
	padding: 15px;
}
.login h1 {
	margin: 0;
	padding: 0;
	color: #355d9f;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: default;
}
.login table {
	width: 100%;
	margin: 5px 0;
}
.login th {
	color: #000000;
	text-align: right;
	padding: 0;
	font-weight: normal;
}
.login td {
	text-align: right;
	width: 170px;
}
.login td.header {
	text-align: left;
	padding: 0 0 10px 0;
	color: #666666;
	cursor: default;
}
.login hr {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0px solid #FFFFFF;
	background: #FFFFFF;
	height: 1px;
	font-size: 1px;
	color: #FFFFFF;
	margin: 0px 0;
	padding: 0;
	display: block;
}
.login td input.text {
	height: 16px;
	font-size: 11px;
	width: 160px;
	padding: 2px 2px 0 2px;
	margin: 0 0 0 0;
	background: #f1f1f1;
	border: 1px solid #aaaaaa;
	color: #61798a;
}
.login td input.text_over {
	height: 16px;
	font-size: 11px;
	width: 160px;
	padding: 2px 2px 0 2px;
	margin: 0 0 0 0;
	background: #f5f7ff;
	border: 1px solid #19546f;
	color: #000000;
}
.login th input.submit {
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	margin: 0 0 0 auto;
	background: #355d9f;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	float: right;
}
.login th input.submit_over {
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	margin: 0 0 0 auto;
	background: #4a82de;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;

}
.login a {
	color: #FF0000;
	text-decoration: none;
	font-size: 10px;
	display: block;
	margin: 4px 0 -4px 0;
}
.login a:hover {
	text-decoration: underline;
}

.login_error {
	margin: 5px auto auto 120px;
	width: 250px;
	border: 1px solid #FF0000;
	background: #FFFFFF;
	padding: 15px;
	color: #990000;
	cursor: default;
}

.doc_left {
	width: 185px;
	padding: 15px 0 15px 15px;
	vertical-align: top;
}
.doc_left ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.doc_left ul li {
	margin: 0;
	padding: 5px 0 5px 0;
	list-style: none;
	text-align: right;
	font-weight: normal;
	color: #c6d2dc;
	cursor: default;
	border-bottom: 1px solid #f1f1f1;
}
.doc_left ul li a {
	font-weight: bold;
	color: #2b5a7e;
	text-decoration: none;
}
.doc_left ul li a:hover {
	font-weight: bold;
	color: #ff7e00;
	text-decoration: none;
	cursor: pointer;
}
.doc_left ul li div {
	float: right;
	width: 20px;
}

.doc_left th {
	width: 30px;
	text-align: center;
	vertical-align: top;
	color: #FF0000;
	font-weight: bold;
}
.doc_left td {
	width: 155px;
	text-align: justify;
	vertical-align: top;
	padding: 0 0 10px 0;
	font-size: 10px;
	color: #666666;
	cursor: default;
}
.doc_left td strong {
	color: #000000;
}


.doc_right {
	width: 706px;
	padding: 15px;
	vertical-align: top;
}
.footer {
	text-align: center;
	color: #999999;
	font-size: 10px;
	cursor: default;
	border-top: 1px solid #e1e1e1;
	padding: 4px;
}
.doc_right iframe {
	width: 100%;
	border: none;
	height: 490px;
}

.doc_info {
	background-color:#7190e0;
	width: 230px;
	height: 480px;
	border: 1px solid #f1f1f1;
}

.doc_info iframe{
	background-color:#7190e0;
	border: none;
}

