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

a img {
	border:none;
}

#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}
#box .window {
	position:fixed;
	left:0;
	top:0;
	width:440px;
	height:300px;
	display:none;
	z-index:9999;
	padding:0px;
}
#box #dialog {
	background-color:#000;
	color: #CCC;
	width:440px;
	height:200px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.shadow {
	-moz-box-shadow: #999 0px 0px 10px;
	-webkit-box-shadow: #999 0px 0px 10px;
	-khtml-box-shadow:#999 0px 0px 10px;
	box-shadow: #999 0px 0px 10px;
	behavior: url(/templates/modal/css/PIE.htc);
}
#close a {
	color: #999;
	text-decoration: none;
	outline:none;
}
/* Top Section & Slider trigger button */
#rt-top1 h2.title {color: #aaa ; font-size: 12px; border-bottom: 1px dotted #222; text-transform: uppercase !important; }

#rt-top1.module-title h2.title span {color: #777! important;}

#rt-top1  a {font-size:11px; color: #555555;}
#rt-top1 a:hover {color:#ddd;}

#rt-top1 .menu a {color:#555;}
#rt-top1 .menu a:hover {color:#ddd;}
#rt-top1 .menu li {list-style:none; background:none; float:left; width:auto; padding: 0 12px; border-left:1px dotted #2a2a2a;}
#rt-top1 .menu li:first-child {border: none; padding-left: 0;}
#rt-slider-button {float:right; line-height:42px; margin-right:8px;}
#rt-slider-button a {color:#777; font-size:90%; padding-left:16px;}
#rt-slider-button a:hover {color:#eee; text-decoration: none;}
.slider_button {background: url(/templates/images/login_inactive.png) no-repeat 0 50%;}
.slider_button:hover {background: url(/templates/images/login_active.png) no-repeat 0 50%;}
#rt-top1 .inputbox {background:#222; border: 1px solid #333; color: #aaa;}
 
/* Core */
body {background:#fafafa; color:#656565;border-top:4px solid #0f0f0f;}
p {line-height: 1.9em;}
.rt-container1 {background:none;}
h1,h2,h3,h4,h5,h6 {letter-spacing:0!important; font-weight:normal;}