@charset "utf-8";
/*Global*/
html,*html,_html{
   background:#c0b6b1;
   padding:0;
   margin:0;
}
body, td, th ,div, ul, li, p,input, select, textarea { 
	color : #8E8073; 
	font-size:11px;
	font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Helvetica,Arial,sans-serif;
	
	} 
body { 
	margin:0 auto; 
	background:#fff url(../images/head_bg.gif) repeat-x ;
	} 
ul, li, p, dl, dt, dd, h1,h2,h3,h4,h5,h6, form{ 
	list-style-type : none; 
	padding : 0; 
	margin : 0; 
	color:#8E8073;
	
	} 
select, textarea {
	
     border:1px solid #CDC6C2;
}
img{
	padding : 0; 
	margin : 0; 
	border : 0;
	}
a:link ,a:visited{ 
	color :#8E8073; 
	text-decoration:none;
	} 

a:hover { 
	color:#993333;  
	text-decoration : underline; 
	
	} 
.Clear{
	clear:both;
	}

/*Page Description*/
.PD{
	height:24px;
	overflow:hidden;
	clear:both;
	}
.PDInner{
	width:995px;
	height:24px;
	text-indent:5px;
	line-height:24px;
	margin:0px auto;
	color:#999;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	background:#FFF url(../images/main.gif) repeat-x;/**/
	}
	
#container{
	width:100%;
}
/*Head*/
.Head{
	width:960px;
	height:60px;
	margin:95px auto 0 auto;
	overflow:hidden;
	clear:both;
		}
	
.Navwrap{
    width:960px;
	clear:both;
	height:42px;
	margin:0 auto;
	background:url(../images/fullbar.gif) repeat-x bottom;
	padding-bottom:3px;
	margin-top:-48px;
}	
/*Nav*/
.Nav{
	width:500px;
	margin-left:48px;
	margin-top:19px;
	float:left;

	}

/*Body*/
.Body{
	width:960px;
	margin:0px auto;
	clear:both;
	padding-top:12px;
	height:100%;
	}
/*Left*/
.Body .Left{
	width:165px;
	float:left;
	overflow:hidden;
	height:100%;
    margin-left:10px;
	}
/*Right*/
.Body .Right{
	width:760px;
	float:right;
	overflow:hidden;
	height:100%;
	}
/*BodyFoot*/
.Body .BodyFoot{
	clear:both;
	border-top:0;
	border-bottom:15px #FFF solid;
	height:1px;
	overflow:hidden;
	}
/*Foot*/
.Foot{
	width:100%;
	margin:0px auto;
	clear:both;
	padding-bottom:100px;
	background: url(../images/botgrad.gif) repeat-x bottom;
	}
/*Page*/
.Page{
	height:100%;
	}
/*MessageBox*/
.error {
	background:#fde8e9 url(../images/icon_error.gif) no-repeat 5px 3px;
	border:1px solid #fac5c8;
	line-height:14px;
	padding:3px 20px 2px 25px;
	font-size:12px;
	font-family:verdana;
	color:#E04023;
	margin-top:2px;
	}
.success {
	background:#eff6e4 url(../images/icon_success.gif) no-repeat 5px 3px;
	border:1px solid #cae2a4;
	line-height:14px;
	padding:3px 20px 2px 25px;
	font-size:12px;
	font-family:verdana;
	}
.alert {
	background:#fffbd1 url(../images/icon_alert.gif) no-repeat 5px 3px;
	border:1px solid #fddc9b;
	line-height:14px;
	padding:3px 20px 2px 25px;
	font-size:12px;
	font-family:verdana;
	}
	
.successA{border:1px solid #CAE2A4;padding:15px 10px 15px 60px;margin:20px 0;background:#F7FAF1 url(../images/successA.gif) 15px 15px no-repeat;font-size:1.8em; }
.errorA{border:1px solid #FAC5C7;padding:15px 10px 15px 60px;margin:20px 0;background:#FEF0F0 url(../images/errorA.gif) 15px 15px no-repeat;}	
	
	
.quickMiniImgBox{
	visibility:hidden;
	position:absolute;left:0;
	top:0;
	z-index:301;
	}
.quickMiniImgBox .iconLayer{
	height:100%;
	}
.quickMiniImgBox .iconLayer a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none !important;
	}
.quickMiniImgBox .maskBox{
	float:left;
	width:100px;
	height:100px;
	border:none;
	overflow:hidden;
	background:url(../images/QuickView_Blank.gif) repeat;
	}
.quickMiniImgBox .dartBox{
	float:left;
	width:16px;
	height:100px;
	background:url(../images/QuickView_Dart.gif) no-repeat right center;
	}
.quickInfoBox{
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;
	width:125px;
	height:125px;
	background-color:#d1e3f5;
	padding:8px 8px 4px;
	text-align:center;
	border:1px solid #adcfea;
	z-index:300;
	}
.quickInfoBox .largeImg{
	width:120px;height:120px;
	background-color:#ffffff;
	padding:5px;
	border:1px solid #4e89c4;
	}
.quickInfoBox .largeImg a{
	display:table-cell;
	width:120px;
	height:120px;
	*display:block;
	vertical-align:middle;
	outline:none;
	}
.quickInfoBox .largeImg img{
	vertical-align:middle;
	border:0;
	}
