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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	background: #FFF url(images/tlo5.jpg) no-repeat top;
}
body, html {
	padding: 0;
	margin: 0;
}

img { border: none; }
a   { cursor: pointer; text-decoration: none; color: #963; }
.slista a:hover { text-decoration: underline; }
.slista li { margin-bottom: 5px; position: relative; }
.slista strong { font-size: 1.2em; }
.slista .g { color: #999; }
.slista .payy {
	position: absolute;
	right: 0; top: 0;
	display: inline;
	padding: 0;
}


#navi {
	position: absolute;
	z-index: 2;
}

#panel {
	position: fixed;
	top: 0;
	right: 0;
	color: #FFF;
	font-size: 1.1em;
	background: #000;
	padding: 10px 30px 10px 20px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-border-radius: 0 0 0 15px;
	-khtml-border-radius: 0 0 0 15px;
	-moz-border-radius: 0 0 0 15px;
	border-radius: 0 0 0 15px;
}

#panel a {
	color: #39F;
	text-decoration: none;
}
#panel a:hover {
	color: #FFF;
	border-bottom: #00aeef solid 1px;
}

a#login-link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	height: 20px;
	padding: 3px 20px 0;
	z-index: 10;
}
a#login-link, #login-f {
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
a#login-link:hover {
	color: #00aeef;
	background: #333;
}
#login-f {
	background: #e6e6e6 url(images/side_bg.png) repeat-x top;
	border: #666 solid 1px;
	border-top: none;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 11;
}
#login-f form {
	padding: 5px 15px 5px 0;
}

#login-f #login_result {
	padding: 0 15px 10px;
}

#login-f .close-lf {
	text-align: right;
	padding: 3px 5px 0;
}
#login-f .close-lf a:hover {
	text-decoration: underline;
}




#menu {
	width: 1000px;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	opacity: 0.9;
	filter: alpha(opacity=90);
	position: relative;
	height: 40px;
}

#menu, #menu * {
	opacity: 0.9\9;
	filter: alpha(opacity=90)\9;
	*opacity: inherit;
	*filter: inherit;
}


#menu ul {
	list-style: none;
	padding: 1px 10px 0;
	margin: 0;
}
#menu > ul {
	position: absolute;
	bottom: 0;
}

#menu > ul > li {
	float: left;
	padding: 0;
	margin: 8px 2px 0;
	font-size: 1.3em;
	position: relative;
}
#menu > ul > li > a {
	display: block;
	padding: 3px 10px;
	color: #000;
	text-decoration: none;
	background: #e5ab1b;/* url(images/mbg.png);*/
	border: #CCC solid 1px;
	border-bottom: none;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#menu > ul > li:hover {
	margin-top: 2px;
}
#menu > ul > li:hover > a {
	background: #333;
	border-color: #333;
	color: #FFF;
	padding: 6px 10px;
}

#menu ul ul {
	left: 0;
	z-index: 3;
	padding: 0;
	white-space: nowrap;
	background: #e6e6e6 url(images/grad.png) repeat-x top;
	display: none;
	position: absolute;
}

#menu ul ul li {
	display: block;
	font-size: 1em;
}
#menu ul ul li + li {
	border-top: #CCC solid 1px;
}

/*
#menu li:hover > ul {
	display: block;
}
*/

#menu ul ul li a {
	background: none;
	color: #7f5d09;
	display: block;
	padding: 7px 15px;
	text-decoration: none;
}
#menu ul ul li:hover > a {
	background: #f2e0b4; /*url(images/msubbg.png);*/
}







#header {
	background: /* #f4870e url(images/banner2.png) no-repeat top */; 
	width: 1000px;
	margin: 0 auto; 
  padding: 5px 0 0;
	position: relative;
	z-index: 1;
}

#footer {
	background: #333;
	width: 1000px;
	min-height: 20px;
	max-height: 50px;
	margin: 0 auto;
	padding: 0;
	border-top: #CCC solid 2px;
}

.err, .red, .alert {
	color: #F00;
}
.err {
	border: #F99 solid 1px;
	padding: 5px 10px;
}
.msg-ok {
	font-size: 1.2em;
	padding: 5px 10px;
	color: #393;
}

.alert {
	width: 800px;
	background: #f6f6f6 url(images/grad.png) repeat-x bottom;
	border: #999 solid 1px;
	font-size: 1.2em;
	text-align: center;
	padding: 10px 20px;
	margin: 10px auto 15px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


#main {
	/* background: #949494  #FFFFFF; */
	width: 1000px;
	margin: 0 auto; 
	overflow: hidden;
}
.main-ins {
	margin: 1px 225px 5px 285px;
	min-height: 800px;
	padding: 5px 5px;
	background: #FFFFFF; 
	opacity: 0.9;
	filter: alpha(opacity=90);
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.main-ins p {
	line-height: 1.5em;
	
}


.post {
	margin: 0 0 20px;
}

.post .title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 4px 10px;
	overflow: hidden;
	background: #bbb;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.post .title h2 {
	color: #39F;
	padding: 2px 0;
	margin: 0;
	font-weight: normal;
	font-size: 1.7em;
	color: #FFF;
}

.post .cnt {
	font-size: 1.1em;
	padding: 0 15px 5px;
}

.post .imgs {
	text-align: center;
}

.post .imgs img {
	max-height: 100px;
	border: #000 solid 3px;
}

.post .imgs img:hover {
	border-color: #e5ab1b;
}


.cont {
	padding: 5px;
}

.banner_left {
	border: #000 solid 1px;
	background: #FFFFFF repeat-x bottom;
	width: 988px;
	height: 150px;
	padding: 5px 5px;
	margin: 0 0 5px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

.content_left {
	border: #000 solid 1px;
	background: #949494 repeat-x bottom;
	width: 270px;
	min-height: 300px;
	padding: 5px 5px;
	margin: 0px 0px;
	float: left;
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.content_left p.par {
	margin: 10px 0;
	padding: 0 5px;
}

.content_left2 {
	background: #FFF;
	margin: 5px 0px;
	clear: left;
	text-align: center;
}

.sidebar {
	border: #000 solid 1px;
	background: #F37E00 repeat-x bottom;
	width: 210px;
	min-height: 800px;
	padding: 5px 5px;
	margin: 0px 0px 5px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#sidebar-left {
	float: left;
}
#sidebar-right {
	float: right;
}

.sidebar p {
	text-align: center;
	margin: 10px 0;
}

.sidebar img {
	border: #666 solid 1px;
	max-width: 170px;

}

.sidebar h3 {
	margin: 15px 0 0;
	padding: 3px 10px;
	font-size: 1.2em;
	font-weight: normal;
	background: #fba13c;
	color: #34302d;
}
.sidebar h3:first-child {
	margin-top: 0;
}




h1 {
	margin: 0;
	padding: 5px 10px;
	color: #ffc801;
	font-weight: normal;
	font-size: 2.0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: #DDD dotted 1px;
}

h5 {
	margin: 0;
	padding: 5px 10px;
	color: #34302d;
	font-weight: normal;
	font-size: 1.6em;
	background: #949494;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px;
	padding: 2px 0;
	border-bottom: #EEE solid 1px;
}

form {
	padding: 15px;
}
form p {
	margin: 10px 0;
	overflow: hidden;
}
input {
	vertical-align: middle;
}

form label {
	float: left;
	width: 160px;
	padding: 1px 10px 1px 0;
	text-align: right;
}
form label.nf {
	float: none;
	width: auto;
}

form#login_form label {
	width: 50px;
}

#main form input[type="text"] {
	width: 250px;
}
#main form input.lng {
	width: 320px;
}