/* Let's import the lovely google font, please keep this line at the top of your stylesheet */

@import url(https://fonts.googleapis.com/css?family=Capriola);

body {
	padding:0px; 
	margin:0px;
	font-size:14px; 
	color:#000000; 
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bg.png) repeat-y center center;
}

h2 {font-weight:bold; color:#0189bc; margin:10px 0px 0px 20px; }
p span {color:#006600; font-weight:bold; }
a, a:link, a:visited {color:#0189bc;}
textarea {width: 100%; padding: 10px; margin: 10px 0 15px 0; font-size: 13px; font-family: Consolas,monospace;}
textarea.html {height: 300px;}
p {margin: 0 0 10px 0;}
code, pre {font-family: Consolas,monospace; color: green;}
ol li {margin: 0 0 15px 0;}

table { background-color:#fff; width: 100%; margin: 0px; padding: 0px; border-bottom: 1px solid #dbdbdb; }
tr { background-color:#fff; margin: 0px; padding: 0px; }
td { text-align: left; padding: 10px; margin: 0px; }

.inputName, .selectName {
	width:100%;
}

.box {
	width:45%;
	display:inline-block;
	padding:0px 0px 5px 0px;
}
.box33 {
	width:150px;
	display:inline-block;
	padding:0px 0px 5px 0px;
}
.box input {
	width: 90%;
}
.box33 input {
	width: 90%;
}
.box100 ul {
	list-style-type:none;float:left;
	padding:0px 0px 0px 0px;
}
.box100 ul li {
	display:inline;
	margin:0px 10px 0px 0px;
	padding:5px 0px 0px 0px;
}
.box2 {
	width:auto;
	display:inline-block;
	padding:0px 0px 5px 0px;
	text-align:top top;
}
.chckbox {
	width:200px;
	margin:10px 0px 0px 0px;
}
label {
	margin:0px 10px 0px 0px;
}
.box100 input,select, .box input,select {
	color:#222;
}
.box100 {
	background-color:#e8e8f2;
	padding:2px 10px 2px 10px;
	margin-bottom:15px;
	clear:both;
}
.box101 {
	width:45%;
	background-color:#FFFFFF;
	float:left;
}
.box-right {
	width:100%;
	background-color:#FFFFFF;
	float:left;
}
.box-right ul {
	padding:10px 0px 0px 20px;
	margin:10px 0px 10px 0px;
	list-style-type:decimal;
}
.box-right ul li {
	font-weight:bold;
}
.box2 p, .box100 p, .box101 p, .box p, .main_mid p .p {
	color:#666;
	margin:10px 0px 0px 0px;
}
.main_mid p {
	padding:10px 0px 0px 0px;
}
.sql {
	background-color:red;
	font-size:14px;
	color:#fff;
	margin:10px;
	padding:10px;
	display:block;
}

.third {
	width:28%;
	float:left;
	margin:20px;
}

.third_hl {
	width:28%;
	float:left;
	padding:20px;
	background-color: #ddeeff;
}

.third_input {
	width:40%;
	float:left;
	margin: 0 30px 10px 0;
}

.third_input_last {
	width:48%;
	float:left;
	margin: 0 0px 10px 0;
}

.half {
	width:44%;
	float:left;
	margin:20px;
}

.full {
	clear:both;
	width:100%;
	margin:20px 20px 20px 1s0px;
}

.nav2 {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none;
	background-color: #f7f7f7;
	font-size:13px;
}
.nav2 li {
	float: left; }
.nav2 li a {
	display: block;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #115676;
}
.nav2 li a:hover {
	color: #fff;
	background-color: #115676; }
	
#content {
	width:1200px;
	margin:0px auto 0px auto;
}

#panel1 {
	float:left;
	width:900px;
	padding:20px;
}

#panel2 {
	float:left;
	width:220px;
	padding:20px;
}

.btn {
	width: 160px;
	height: 60px;
	background: url(images/button.png) no-repeat center center;
	color:#fff;
	padding: 40px 0px 0px 0px;
	float:left;
}

.btn p {
	width:160px;
	padding: 20px auto 0px auto;
	text-align:center;
}

.btn a, .btn a:hover {
	text-decoration:none;
	color:#fff;
}

.btn2 {
	width: 160px;
	height: 60px;
	background: url(images/button2.png) no-repeat center center;
	color:#fff;
	padding: 40px 0px 0px 0px;
	float:left;
}

.btn2 p {
	width:160px;
	padding: 20px auto 0px auto;
	text-align:center;
}

.btn2 a, .btn a:hover {
	text-decoration:none;
	color:#fff;
}

.btn_small {
	width: 115px;
	height: 45px;
	background: url(images/button_grey_small.png) no-repeat center center;
	color:#fff;
	padding: 27px 0px 0px 0px;
	float:left;
}

.btn_small p {
	width:95px;
	padding: 10px auto 0px auto;
	text-align:center;
}

.btn_small a, .btn_small a:hover {
	text-decoration:none;
	color:#fff;
}

#footer {
	padding:0px; 
	margin:0px auto 0px auto;
	font-size:13px; 
	color:#000000; 
	background: url(images/footer.png) no-repeat center bottom;
	width: 1200px;
	height: 112px;
	font-family: 'Capriola', sans-serif;
	clear:both;
	position: absolute; 
	top: 100; 
	bottom: 0; 
	left: 0; 
	right: 0; 
}

a {
	text-decoration:none;
	color:#fff;
}

a:hover {
	text-decoration:underline;
}

#footer1 {
	width:540px;
	float:left;
}
#footer2 {
	width:400px;
	float:left;
	color:#fff;
}
#footer3 {
	width:260px;
	float:left;
}

/* Menu CSS */ 

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a{
	
	padding: 0;
	margin: 0;
	line-height: 1;
	font-family: 'Capriola', sans-serif;
	
}

#cssmenu:before, #cssmenu:after, #cssmenu > ul:before, #cssmenu > ul:after {

	content: '';
	display: table;
	
}


#cssmenu:after, #cssmenu > ul:after {

	clear: both;
	
}

#cssmenu {
	zoom:1;
	background: url(images/bottom-bg.png) repeat-x center bottom;
	border-radius: 2px;
	width: 1200px;
	height: 69px;
	margin:0px auto 0px auto;
	background-color:#333;
	
}

#cssmenu ul{

	background: url(images/nav-bg.png) repeat-x 0px 4px;
	height: 69px;
	
}

#cssmenu ul li{

	float: left;
	list-style: none;
	
}

#cssmenu ul li a{
	
	display: block;
	height: 37px;
	padding: 22px 30px 0;
	margin: 4px 2px 0;
	border-radius: 2px 2px 0 0;
	text-decoration: none;
	font-size: 15px;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	font-weight: 400;
	opacity: .9;
	
}

#cssmenu ul li:first-child a{
	
	margin: 4px 2px 0 0;
	
}

#cssmenu ul li a:hover, #cssmenu ul li.active a{
	
	background: url(images/color.png) center bottom;
	display: block;
	height: 37px;
	margin-top: 0px;
	padding-top: 26px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	opacity: 1;
	
}