/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#main-wrapper {
	margin:0 auto;
	padding:0;
	width:960px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#main-header  {
	clear:both;
	float:left;
	width:960px;
	height:100px;
	background:url(../images/medivision_header.jpg) no-repeat;
}

#main-header h1  {
	display:none;
}

#header-tab {
	clear:both;
	float:left;
	width:950px;
	height:15px;
	line-height:15px;
	color:#3b7fe5;
	font-size:11px;
	text-align:right;
	padding:0 5px 3px 5px;
}

#header-tab a {
	color:#3b7fe5;
	text-decoration:underline;
}

#header-tab a:hover {
	color:#ff6600;
	text-decoration:underline;
}

#main-tabs-container {
	clear:both;
	float:left;
	width:954px;
	height:30px;
	padding:5px 3px 0 3px;
}

.main-tabs {
	float:left;
	width:954px;
	height:30px;
	background:url(../images/tab_bg.gif) repeat-x;
	line-height:30px;
}

.main-tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}

.main-tabs li {
	margin:0;
	padding:0;
	float:left;
	background:url(../images/tab_separator.gif) no-repeat;
	color:#666666;
}

.main-tabs a {
	color:#666666;
	text-decoration:none;
	padding:0 9px;
}

.main-tabs a:hover {
	color:#ff6600;
	text-decoration:underline;
}

.mt-ns a {
	float:left;
	background:url(../images/tab_separator_none.gif) no-repeat;
}

.mt-ns a:hover {
	color:#ff6600;
	text-decoration:underline;
}

.mt-selected {
	float:left;
	color:#ff6600;
	text-decoration:underline;
	padding:0 9px;
}

.mt-selected-home {
	float:left;
	color:#ff6600;
	text-decoration:underline;
	padding:0 9px;
	background:url(../images/tab_separator_none.gif) no-repeat;
}


#main-footer {
	clear:both;
	float:left;
	width:960px;
	font-size:11px;
	color:#666666;
	text-align:center;
}

.footer-tab {
	clear:both;
	float:left;
	width:960px;
	height:25px;
	line-height:25px;
	background-color:#e0e0e0;
}

.footer-tab a {
	color:#666666;
	text-decoration:none;
}

.footer-tab a:hover {
	color:#666666;
	text-decoration:underline;
}

.footer-desc {
	clear:both;
	float:left;
	width:960px;
	height:40px;
	line-height:40px;
	background:url(../images/footer_bg.gif) repeat-x;
}
.footer-glc {
	clear:both;
	float:right;
	width:150px;
	position: relative;
	margin-top: -40px;
}

/*account login popup begin*/
.account-login-container {
	padding-left:5px; /*15*/
	width:350px; /*339*/
	height:auto;
}

.account-login-top {
	clear:both;
	float:left;
	width:339px;
	height:40px;
	background:url(../images/al_popup_top.gif) no-repeat;
}

.login-container {
	float:left;
	width:319px;
	height:40px;
	padding:0 10px;
}

.login-title {
	float:left;
	width:180px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#205193;
	padding:17px 5px 0 25px;
	background:url(../images/main_bullet.gif) no-repeat 10px 20px;
}

.login-signup {
	float:right;
	width:67px;
	padding:15px 15px 0 0;
}

.login-content-container {
	clear:both;
	float:left;
	padding-top:10px;
	width:290px;
}

.login-content {
	clear:both;
	float:left;
	width:270px;
	height:22px;
	padding-bottom:5px;
}

.login-content-left {
	float:left;
	width:80px;
	height:22px;
	line-height:22px;
	text-align:right;
}

.login-content-right {
	float:right;
	width:180px;
	height:22px;
	text-align:left;
}

.login-content-login {
	clear:both;
	float:left;
	width:270px;
	padding:5px 0;
}

.login-content-right-login {
	float:right;
	width:180px;
	text-align:center;
}

.login-textfield {
	width:180px;
}

.login-content-fup-holder {
	clear:both;
	float:left;
	width:270px;
	padding:5px 0;
}

.login-content-fup {
	float:right;
	text-align:center;
	font-size:11px;
	color:#3b7fe5;
	width:180px;
}

.login-content-fup a {
	color:#3b7fe5;
	text-decoration:underline;
}

.login-content-fup a:hover {
	color:#ff6600;
	text-decoration:underline;
}

.account-login-middle {
	clear:both;
	float:left;
	width:299px;
	height:auto;
	background:url(../images/al_popup_middle.gif) repeat-y;
	padding:0 20px;
}

.account-login-bottom {
	clear:both;
	float:left;
	width:339px;
	height:25px;
	background:url(../images/al_popup_bottom.gif) no-repeat
}

/*account login popup end*/
