﻿@charset "utf-8";
;@import url(http://fonts.googleapis.com/css?family=Raleway:400,200);

html,body {	margin:0; 
			padding:0; 
			font-family: Arial, Helvetica, sans-serif;
}

.auto-style3 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	color: #333333;
}
.auto-style4 {
	font-family: arial, Helvetica, sans-serif;
	font-size: large;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	background-color: #49505A;
	color: #FFFFFF;
}

.auto-style5 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	color: #993333;
	font-weight:bold;
	}

.auto-style6 {
font-family: arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
	background-color: #B6C5DF;
	color: #000000;
}

.auto-style7 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: center;
	background-color: #CCCCCC;
	color: #000000;
}
.auto-style8 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.auto-style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
	 vertical-align:middle;
	}

.auto-style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	text-decoration: underline;
}

.auto-style11 {
	font-family: arial, Helvetica, sans-serif;
	font-size: large;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	background-color: maroon;
	color: #FFFFFF;
}


#csslogo {
	width: 100%;
	height: 40px;
	padding: 10px 5px;
	margin-bottom: 5px;
}
#csslogin {
	position: absolute;
	width: 280px;
	height: 80px;
	padding: 10px 10px;
	left: 17px;
	color: #ffffff;
	border: thin #666666 solid;
}


#csstale {
  position: absolute;  
  left: 20px;
  text-align:left;
  width: 100%;
  top: 990px;
  height: 50px;
  color: #000000;
}

#csscontents {
	position: absolute;
	left: 370px;
	padding-left: 10px;
	width: 100%;
	height: 900px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#cssdescription {
  position: absolute;
  Top: 780px;
  left: 335px;   
  padding : 8px 0px;
  width: 1500px;
  height: 200px;
}

#csstitle {
	font-size: 30px;
	border-bottom: 1px solid #FFFFFF;
	padding: 30px 1600px;
	cursor: pointer;
	z-index: 2;
	text-decoration: none;
	color: #ffffff;
	background: #49505A;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#cssmenufrm {
	position: absolute;
	left : 20px;
	width: 330px;
	height: 900px;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#cssmenu ul ul {
  display: none;
padding:20px 0;
background:##F2F2F2;
  
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
	font-size: 16px;
	border-bottom: 1px #72a0ed solid;
	padding: 32px 22px;
	cursor: pointer;
	z-index: 2;
	text-decoration: none;
	color: #ffffff;
	background: #487cd0;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}


#cssmenu > ul > li.has-sub.open > a {
	padding: 30px 22px;
	cursor: pointer;
	z-index: 2;
	text-decoration: none;
	color: #ffffff;
	background: #f59201;
	border-bottom:0;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}


#cssmenu > ul > li > a:hover {
	color: #FFFFFF;
	background: #4782e0;
}

#cssmenu ul > li.title {
	font-size: 24px;
	background-color: #333333;
	border-bottom: 1px solid #FFFFFF;
	z-index: 2;
	padding: 5px 0px;
	color: #FFFFFF;
	text-align:center;
  
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 38px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 42px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:before {
  position: absolute;
  right: 22px;
  top: 40px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#cssmenu ul > li.has-sub.open > a:after{
  position: absolute;
  right: 22px;
  top: 42px;
  display: block;
  width: 10px;
  height: 0px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a {
	background: #f59201;
}

#cssmenu ul ul > li.has-sub.open > a {
	padding: 9px 22px;
	background: #F2F2F2;
	font-weight:bold;
	border-bottom: none;

}

#cssmenu ul ul li a {
	padding: 10px 22px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	text-decoration:none;
}
#cssmenu ul ul li a:before{
	content:"-";
	margin-right:10px;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul ul > li.has-sub.open > a {
  padding-left: 32px;
}
#cssmenu ul ul ul ul li a {
  padding-left: 52px;
}
#cssmenu ul ul ul ul > li.has-sub.open > a {
  padding-left: 52px;
}
#cssmenu ul ul ul ul ul li a {
  padding-left: 72px;
}
#cssmenu ul ul ul ul ul > li.has-sub.open > a {
  padding-left: 72px;
}
#cssmenu ul ul > li.has-sub > a:after {
	top: 12px;
	right: 26px;
	background: #666666;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 16px;
  background: #666666;
}
#cssmenu ul ul > li.has-sub.open > a:before {
  top: 16px;
  background: #666666;
}





#cssstep,
#cssstep ul,
#cssstep ul li,
#cssstep ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}


#cssstep ul ul {
  display: none;
  
}
#cssstep > ul > li.active > ul {
  display: inline;
}
.align-right {
  float: right;
}
#cssstep > ul > li > a {
	font-size: 18px;
	padding: 10px 10px;
	cursor: pointer;
	z-index: 2;
	text-decoration: none;
	color: #000000;
	background: #CDCDCD;
}


#cssstep > ul > li.has-sub.open > a {
	font-size: 18px;
	padding: 10px 10px;
	cursor: pointer;
	z-index: 2;
	text-decoration: none;
	color: #000000;
	background: #CDCDCD;
	border-bottom: 2px #000000 solid;
}


#cssstep > ul > li > a:hover {
	color: #FFFFFF;
	background: #333333;
}

.tab_container {
    border: 1px solid #eee;
    border-top: none;
    clear: both;
    float: left;
    width: 1072px;
  	background: #FFFFFF;
   	overflow:auto;
}
.tab_content {
    padding: 5px;
    font-size: 12px;
    display: none;
}
.tab_container .tab_content ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container .tab_content ul li {
    padding:5px;
    list-style:none
}
 .tab ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #eee;
    border-left: none;
    width: 100%;
    font-family: arial, Helvetica, sans-serif;
    font-size:14px;
}

 .tab ul li { float: left;
    text-align:center;
    cursor: pointer;
    width:82px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #eee;
	font-weight:bold;
    background: #F6F6F6;
    overflow: hidden;
    position: relative;
 } 
 .tab ul li.on { background: #ffffff;  border-bottom: 1px solid #FFFFFF; font-weight:bold; }
 .div_cont { 
 	 padding: 5px;
     font-size: 12px;
	 clear: both; }
 .hidden { display: none;  }

.dlayer{display: none; width: 180px; height: 80px; border: 2px solid gray; background-color:#FFF; padding:10px; font-size:12px; line-height:15px; font-weight:100}


