@charset "utf-8";
/* CSS Document */

/* Main tags */
body
{
	background-color:#d0d1ca;
	height:100%;
	margin:0px;
	padding:0px;
	width:100%;
}

/* Classes */
.box_title
{
	background: url(../images/box_title.jpg) no-repeat left;
	color:#ffe400;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:19px;
	padding-left:10px;
	padding-top:3px;	
	text-align:left;
	width:240px;
}
.browse
{
	background: url(../images/browse.gif) no-repeat left;
	height:19px;
	left:136px;
	position:absolute;	
	top:0px;
	width:64px;
	z-index:9;	
}
.clear_float
{
	clear:both;
}
.login_text
{
	color:#3385d6;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
.page_btn
{
	background-color:#f2f1ee;
	border:#a3a3a3 solid 1px;
	color:#636363;
	cursor:pointer;
	float:right;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	height:13px;
	margin-left:2px;
	margin-right:2px;	
	margin-top:4px;		
	padding-left:3px;
	width:10px;
}
.page_txt
{
	color:#636363;
	cursor:pointer;	
	float:right;	
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	height:13px;
	margin-left:2px;
	margin-right:2px;	
	margin-top:4px;		
	padding-left:3px;
	width:20px;	
}
.search_btn
{
	background:url(../images/search_btn.gif) no-repeat center;
	border:0px solid;
	cursor:pointer;
	height:21px;
	width:19px;
}
.selected_page_btn
{
	background-color:#dedbd4;
	border:#a3a3a3 solid 1px;
	color:#636363;
	float:right;	
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;	
	height:13px;
	margin-left:2px;
	margin-right:2px;
	margin-top:4px;	
	padding-left:3px;
	width:10px;
}
.send_btn
{
	background:url(../images/send.gif) no-repeat center;
	border:0px solid;
	cursor:pointer;	
	height:21px;
	width:64px;
}
.send_btn:hover
{
	background:url(../images/send_over.gif) no-repeat center;
	border:0px solid;	
	cursor:pointer;
	height:21px;
	width:64px;
}
.simple_box
{
	height:75px;
	.height:60px;	
	text-align:center;
	width:400px;	
}
.simple_box_bot
{
	background: url(../images/simple_box_br.gif) no-repeat bottom right #f6f6f2;
}
.simple_box_bot div
{
	background: url(../images/simple_box_bl.gif) no-repeat bottom left;
}
.simple_box_content
{
	background-color:#f6f6f2;
	border-left:1px solid #d9d9c0;
	border-right:1px solid #d9d9c0;	
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
.simple_box_top
{
	background: url(../images/simple_box_tr.gif) no-repeat top right #f6f6f2;
}
.simple_box_top div
{
	background: url(../images/simple_box_tl.gif) no-repeat top left;
}
.simple_box_top div, .simple_box_top, .simple_box_bot div, .simple_box_bot
{
	font-size: 1px;
	height: 4px;
	width: 100%;	
}
.submit_btn
{
	background:url(../images/submit.gif) no-repeat center;
	border:0px solid;
	cursor:pointer;	
	height:21px;
	width:64px;
}
.submit_btn:hover
{
	background:url(../images/submit_over.gif) no-repeat center;
	border:0px solid;	
	cursor:pointer;
	height:21px;
	width:64px;
}
.text_holder
{
	background: url(../images/text_box_bk.gif) no-repeat left;
	height:18px;
	padding-left:5px;
	padding-top:2px;	
	width:130px
}
.text_holder input
{
	border:0px;
	color:#666666;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:125px;
}

/* ids */
#add_button
{
	color:#5f7588;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	margin-right:10px;
	padding-top:3px;
}
#center_detector
{
	left:50%;
	overflow:visible;
	position:absolute;
	top:0px;
}
#footer
{
	color:#646561;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
}
#header
{
	height:85px;
	overflow:hidden;
	width:795px;	
}
#header_left_curve
{
	background: url(../images/header_left_curve.gif) no-repeat left;
	float:left;
	height:85px;
	width:6px;
}
#header_left_part
{
	background: url(../images/header_left_bk.gif) repeat-x left;
	float:left;
	height:85px;
	width:255px;
	z-index:9;
}
#header_logo
{
	background: url(../images/header_logo.gif) no-repeat left;
	height:67px;
	left:-362px;
	position:absolute;
	top:15px;
	width:366px;
	z-index:10;
}
#header_middle_part
{
	background: url(../images/header_middle_curve.gif) no-repeat center;
	float:left;
	height:85px;
	width:52px;
}
#header_right_part
{
	background: url(../images/header_right_bk.gif) repeat-x left;
	float:left;
	height:85px;
	width:476px;
}
#header_right_curve
{
	background: url(../images/header_right_curve.gif) no-repeat right;
	float:left;
	height:85px;
	width:6px;
}
#log_out
{
	background:url(../images/log_out.gif) no-repeat left;
	color:#a9a9a9;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	left:260px;
	padding-left:10px;
	position:absolute;
	top:8px;
	width:100px;
}
#log_out a
{
	color:#a9a9a9;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
#main_container
{
	height:auto;
	text-align:center;
	overflow:hidden;
	width:795px;	
}
#main_container_bot
{
	background: url(../images/main_container_br_curve.gif) no-repeat bottom right;
}
#main_container_bot div
{
	background: url(../images/main_container_bbk_curve.gif) no-repeat bottom left;
}
#main_container_content
{
	background: url(../images/main_container_bk.gif) repeat-y right;	
	color:#000000;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	min-height:500px;
	_height:500px; /* Both IE6 and IE7 */
	overflow:visible;
}
#main_container a:hover
{
	color:#ffde00;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	text-decoration:none;
}
#main_container_top
{
	background: url(../images/main_container_tr_curve.gif) no-repeat top right;
}
#main_container_top div
{
	background: url(../images/main_container_tbk_curve.gif) no-repeat top left;
}
#main_container_top div, #main_container_top, #main_container_bot div, #main_container_bot
{
	width: 100%;
	height: 4px;
	font-size: 1px;
}
#main_menu
{
	background: url(../images/main_menu_bk.gif) repeat-x;	
	height:25px;
	text-align:center;
	overflow:hidden;
	width:795px;	
}
#main_menu_bot
{
	background: url(../images/main_menu_br_curve.gif) no-repeat bottom right;
}
#main_menu_bot div
{
	background: url(../images/main_menu_bl_curve.gif) no-repeat bottom left;
}
#main_menu_content
{
	color:#fffffe;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:13px;
	overflow:hidden;
}
#main_menu span
{
	background: url(../images/divider.gif) no-repeat right;
	height:19px;
	padding-right:20px;
	padding-left:20px;	
	width:auto;
}
#main_menu b
{
	height:19px;
	padding-left:20px;	
	width:auto;
}
#main_menu a
{
	color:#fffffe;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	text-decoration:none;
}
#main_menu a:hover
{
	color:#ffde00;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	text-decoration:none;
}
#main_menu_top
{
	background: url(../images/main_menu_tr_curve.gif) no-repeat top right;
}
#main_menu_top div
{
	background: url(../images/main_menu_tl_curve.gif) no-repeat top left;
}
#main_menu_top div, #main_menu_top, #main_menu_bot div, #main_menu_bot
{
	width: 100%;
	height: 6px;
	font-size: 1px;
}
#search_box
{
	color:#3385d6;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	height:25px;
	padding-left:8px;
	width:225px;
}
#sign_in_box
{
	background: url(../images/sign_in_box.jpg) no-repeat top left;
	height:151px;
	width:257px;	
}

/*SELECT BOX*/
div.select {
	color:#67655e;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	float:left;
	text-align: left;
	margin: 10px 12px 0 0;
	padding:0px;
	height:18px;
	display: block;
	width: auto;	
}
div.select div {
	color:#67655e;
	background-color: #FFFFFF;
	background-image: url(../images/select_flash.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 0px solid #CCCCCC;
	cursor:pointer;
	display: block;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;	
	width: auto;
}
	
 div.select div p {
	margin:0;	
	padding: 3px;
	height: 12px;
	margin-right: 15px;
	margin-left:3px;			
	display: block;
}
	
 div.select ul {
	margin: 0;
	padding:0;
	list-style:none;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	display: block;	
	position: absolute;
	width: auto;
}

 div.select ul li {
 	display:block !important;
	height: 1%;
	position:relative;
	border-top: 1px solid #CCCCCC;
	color: #4d4d4d;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;	
	padding-right: 15px;	
	height: 15px;
	cursor: pointer;
	width: auto;
}
div.select li.active {
	background-color: #4189CC;
	color: #FFF;
	font-weight: normal;
}




div.select2 {
	color:#67655e;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	float:left;
	text-align: left;
	margin: 10px 12px 0 0;
	padding:0px;
	height:18px;
	display: block;
	width: auto;	
}
div.select2 div {
	color:#67655e;
	background-color: #FFFFFF;
	background-image: url(../images/select_flash2.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 0px solid #CCCCCC;
	cursor:pointer;
	display: block;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;	
	width: auto;
}
	
 div.select2 div p {
	margin:0;	
	padding: 3px;
	height: 12px;
	margin-right: 15px;
	margin-left:3px;			
	display: block;
}
	
 div.select2 ul {
	margin: 0;
	padding:0;
	list-style:none;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	display: block;	
	position: absolute;
	width: 105px;
}

 div.select2 ul li {
 	display:block !important;
	height: 1%;
	position:relative;
	border-top: 1px solid #CCCCCC;
	color: #4d4d4d;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;	
	padding-right: 15px;	
	height: 15px;
	cursor: pointer;
	width: auto;
}
div.select2 li.active {
	background-color: #4189CC;
	color: #FFF;
	font-weight: normal;
}
