/* CSS Document */

a:link,a:visited
{
	color: #666666;
	text-decoration:underline;
}

body {
	color: #000000;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	padding: 0px;
	background: #FFFFFF;
	text-align: left;
	font-size: 12px;
}

#logo {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

#logo2 {
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #57CBF5;
	/*height:120px;*/
}

#header {
	padding: 0px;
	margin:1px auto;
	width:800px;
}

.mb_topmenu {
	/*height: 27px;*/
	border-top: 1px solid #57CBF5;
	border-bottom: 1px solid #57CBF5;
	padding: 0px;
	margin: 0px;
}

.mb_topmenu td {
	text-align: center;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #57CBF5;
	line-height: 25px;
	padding: 0px;
	cursor: pointer;
	}

.mb_submenu {
	background-color: #ffffff;
	position:relative;
	display: none;
	padding: 0px;
	margin: 0px;
	
}

.mb_submenu td {
	/*height: 27px;*/
	text-align: center;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #57CBF5;	
	border-bottom: 1px solid #57CBF5;
	line-height: 25px;
	padding: 0px;
	cursor: pointer;
	z-index:1
}

#header a, #header a:link, #header a:hover, #header a:visited {
	color: #57CBF5;
	text-decoration: none;
}

.topmenu_bg_image {
	background-image: url(../images/MenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.topmenu_bg_image_hover {
	background-image: url(../images/MenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

#left h3 {
	color:#666666;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-style: normal;
	font-weight: normal;
	margin:0 0 0 5px;
	padding:7px 5px 7px 0px;
	text-align: left;
}

#left ul {
	list-style-type:none;
	margin:0 0 20px 5px;
	text-align: left;
}

#left ul li {
	border:solid 1px #fff;
	margin:0 0 2px;
}

#left ul li a {
	display:block;
	padding:3px 4px 3px 6px;
	text-decoration:none;
	font-size: 12px;
}

#left ul li a:link,#left ul li a:visited {
	color:#669900;
	font-weight:normal;
}

#left ul li a:hover,#left ul li a:active,#left ul li a:focus {
	color:#57CBF5 !important;
}

#left ul {
	padding:0px;
	margin: 0px 0px 0px 5px;
}


#content .buttonheading {
	text-align: right;
}

#content .buttonheading img {
	border: 0px;
	padding-left: 5px;
}

#right .bannergroup_text {
	padding: 10px;
}

#right .bannergroup_text .banneritem_text {
	margin-bottom: 20px;
	text-align: left;
}

#right .bannergroup_text img {
	padding-bottom: 10px;
}

#right .bannergroup_text .banneritem_text .right_menu_title {
	color:#666666;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #57CBF5;
	margin-bottom: 8px;	
}

.tool-tip {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px;
}

.contentpaneopen_edit img {
	border: 0px;
}

#mb_login {
	width: 60px; 
	height: 60px; 
	background-color: #ffffff; 
	position: absolute;
	top: -10px;
	left: -10px;
}

#mb_login:hover {
	cursor: pointer;
}

#left .mb_login {
	display: none;
}

.form-login .inputbox {
	width: 123px;
}
.form-login .inputbox1 {
	width: 100px;
	margin-left:10px
}


