
@import 'snips.css';


/*** HTML ***/
html, body { height: 100% }
body {
	min-width: 660px;
	min-height: 480px;
	background: #700007;
	scrollbar-arrow-color: #666;
	scrollbar-base-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #eee;
}
body, td, input, textarea, select {
	color: #000;
	font: 11px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
body, form { margin: 0; padding: 0; }
small, .small { font-size: 0.9em }

a,
.galleries a b {
	color: #bd6464;
	text-decoration: none;
	cursor: pointer;
}
a:hover,
.subs a.on,
.subs a:hover,
.galleries a:hover b { color: #700007 }
a * { cursor: pointer !important }
a img { border: 0 }

h1 { font-size: 14px }
h2 { font-size: 12px }
h1, h2 {
	color: #700007;
	margin: .4em 0 .2em;
}
h3 {
	font-size: 12px;
	font-style: italic;
	color: #666;
	margin: .2em 0 .4em;
}

p { margin: 0 0 .5em }
ul, ol {
	margin: 0 0 1em;
	padding: 0 0 0 1em;
}


/*** layout ***/
.yp {
	height: 50%;
}
.xp {
	left: 50%;
}
.xl {
	left: -340px;
	bottom: -240px;
	width: 679px;
	height: 494px;
	background: url(../img/bgr.png) no-repeat;
	margin: auto;
}
.logo {
	right: 23px;
	bottom: 40px;
	width: 140px;
	height: 70px;
}
.nav {
	left: 16px;
	bottom: 66px;
	width: 500px;
	height: 12px;
	overflow: hidden;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.nav a { color: #000 }
.nav a:hover,
.nav a.on { color: #700007 }
.cBgr {
	left: 16px;
	top: 16px;
	width: 640px;
	height: 370px;
	background: no-repeat;
}
.content {
	height: 355px;
	overflow: auto;
	background: #fff;
	padding: 15px 5px 0 15px;
	margin-left: 425px;
}
.inner .content { margin-left: 64px }
.bc {
	font-size: 10px;
	color: #999;
	padding: 0 0 10px;
}
.subs a {
	display: block;
	font-weight: bold;
	color: #000;
	border-top: 1px dotted #b2b2b2;
	padding: 10px 0;
}
.subs a i {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666 !important;
}
.galleries a {
	float: left;
	width: 164px;
	height: 80px;
	overflow: hidden;
	font-size: 10px;
	color: #666;
	background: url(../img/gal_bgr.png) no-repeat;
	margin-bottom: 10px;
	padding: 8px 4px 0 8px;
}
.galleries a i {
	float: left;
	width: 64px;
	height: 64px;
	background: center no-repeat;
	margin-right: 16px;
}
.galleries a b {
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
}
.btn28 {
	width: 28px;
	height: 28px;
	filter: alpha(opacity=50);
	opacity: .5;
}
.btn28:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.btnTh {
	top: 156px;
	left: 0;
	background: url(../img/btn_th.gif);
}
.btnDt {
	top: 156px;
	right: 0;
	background: url(../img/btn_dt.gif);
}
.btnPr {
	top: 184px;
	left: 0;
	background: url(../img/btn_pr.gif);
}
.btnNx {
	top: 184px;
	right: 0;
	background: url(../img/btn_nx.gif);
}
.footer {
	left: 16px;
	bottom: 0;
	width: 640px;
	height: 25px;
	font: 9px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #b02c12;
}
.footer a { color: #c93214 }
.footer a:hover { color: #fff }
.lang a.on { display: none }



.txtGreen { color: #6ac400 }
.txtRed, .err { color: #e44444 }



/*** forms ***/
.sysMsg {
	margin: 5px 0;
	padding: 5px;
}
.sysMsg.txtGreen {
	background: #edffed;
	border: 1px solid #6ac400;
}
.sysMsg.txtRed {
	background: #ffeded;
	border: 1px solid #e44444;
}
textarea {
	height: 65px;
	overflow: auto;
}
option.sel,
option[selected="selected"] { font-weight: bold !important }
.field {
	width: 100%;
	background: #f0f0f0;
	border: 0;
	border-bottom: 1px solid #ccc;
	padding: 0;
}
.field:hover,
.field:focus { background: #fff }
.button {
	width: 60px;
	height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff !important;
	background: #b2b2b2;
	border: 0;
	margin-top: 5px;
	cursor: pointer;
}
a.button {
	line-height: 20px;
	padding: 2px 10px;
}
.button:hover { background: #999 }


