.red{
	border:1px solid #ff0000;
}

h1{
	font-size:22px;
	text-shadow:1px solid red;
}

body{
	background:#464442;
	font-family:Arial;
	font-size:12px;
	color:#333333;
	margin:0px;
	padding:0px;
}

#Wrapper{
	margin:0px auto;
	width:1001px;
}

#Header{
	margin-top:20px;
	height:97px;
	width:1001px;
	background:#464442 url(../images/header.png) no-repeat top left;
}

#Menu{
	height:30px;
	width:auto;
}

#Content{
	width:981px;
	padding:10px 10px 10px 15px;
	background:#464442 url(../images/bg_body.png) repeat-y;
	overflow:auto;
	min-height:350px;
}

#Footer{
	width:1001px;
	background:#464442 url(../images/footer.png) no-repeat top left;
	height:20px;
}


/* Menu */
.codropsmenu1{
    padding:3px;
    height:30px;
    background-color:#282828;
}
.codropsmenu1 ul{
    list-style:none;
    margin:0px;
    padding:0px;
}
.codropsmenu1 ul li{
    display:inline;
    position:relative;
}
.codropsmenu1 ul li a{
    float:left;
    height:28px;
    line-height:30px;
    text-align:center;
    text-decoration:none;
    display:block;
    background-color:#282828;
    font-size:12px; 
    color:#DDDFDF;
    text-shadow: 0 1px 0 #000000;
    border-right:1px solid #000;
    border-left:1px solid #404040;
    border-top:1px solid #282828;
    border-bottom:1px solid #282828;
    outline:none;
    cursor:pointer;
    overflow:hidden;
}
.codropsmenu1 ul li a.last{
    border-right:1px solid #282828;
}
.codropsmenu1 ul li a.first{
    border-left:1px solid #282828;
}
.codropsmenu1 ul li a:hover{
    background-color:#404040;
    border-top:1px solid #111;
    border-bottom:1px solid #111;
    color:#fff;   
}

.codropsmenu1 ul li a.selected{
    background-color:#CC3300;
    border-top:1px solid #111;
    border-bottom:1px solid #111;
    color:#fff;   
}


/* Form */
div.BoxFull ul.FormHeader{
	margin:5px 10px 0px 0px;
	padding:10px 5px 10px 5px;
	width:600px;
	float:left;
}

div.BoxFull ul.FormHeader li.desc{
	min-height:80px;
	width:590px;
	padding:0px 5px 0px 5px;
	list-style:none;
}

div.BoxFull ul.FormHeader li{
	min-height:30px;
	width:590px;
	padding:0px 5px 0px 5px;
	list-style:none;
}

div.BoxFull ul.FormHeader li label{
	width:160px;
	height:30px;
	float:left;
}

div.BoxFull ul.FormHeader li span.Error{
	width:200px;
	float:left;
	border-top:1px solid #BFFFDF;
	border-left:7px solid #BFFFDF;
	border-bottom:1px solid #BFFFDF;
	border-right:1px solid #BFFFDF;
	margin-left:2px;
	height:20px;
	padding:3px 2px 2px 3px;
	background-color:#E1FFE9;
	color:#006666;
	display:none;
}

div.BoxFull ul.FormHeader li input{
	float:left;
	padding:2px;
	height:20px;
	border:1px solid #cccccc;
}

div.BoxFull ul.FormHeader li textarea{
	height:70px;
	width:170px;
	float:left;
	padding:2px;
	border:1px solid #cccccc;
}

div.BoxFull ul.FormHeader li select{
	height:25px;
	width:175px;
	float:left;
	padding:2px;
	border:1px solid #cccccc;
}

div.BoxFull ul.FormHeader li.subcourse{
	height:25px;
	width:175px;
	float:left;
	padding:2px;
}	

div.BoxFull ul.FormHeader li.subcourse div.div_course{
	float:left;
	height:150px;
}

div.BoxFull ul.FormButton{
	margin:5px 10px 0px 0px;
	padding:10px 5px 10px 5px;
	border:1px solid #dddddd;
	text-align:center;
	float:left;
}

div.BoxFull ul.FormButton li{
	padding:0px 5px 0px 5px;
	list-style:none;
}

div.chkBox{
	height:30px;
	float:left;
	width:210px;
}

div.chkBox input{
	height:30px;
	float:left;
	width:80px;
}

div.chkBox span{
	height:30px;
	float:left;
	width:120px;
}

.Button{
	float:left;
    height:30px;
	padding:0px 4px 2px 4px;
    text-align:center;
    text-decoration:none;
    display:block;
    background-color:#276308;
    font-size:12px; 
    color:#DDDFDF;
    text-shadow: 0 1px 0 #000000;
    border-right:1px solid #000;
    border-left:1px solid #404040;
    border-top:1px solid #282828;
    border-bottom:1px solid #282828;
    outline:none;
    cursor:pointer;
    overflow:hidden;
	margin-right:10px;
}
.Button:hover{
	background-color:#534741;
    border-top:1px solid #111;
    border-bottom:1px solid #111;
    color:#fff;
}

div.Items{
	width:605px;
	border:1px solid #dddddd;
	float:left;
	margin-top:15px;
	padding:2px;
}

table.TableItems{
	font-size:10px;
	border:1px solid #eeeeee;
}

table.TableItems th{
	height:30px;
	text-align:center;
	background-color:#eeeeee;
	padding-left:5px;
	padding-right:5px;
	border-bottom:1px solid #cccccc;
	xborder-top:1px solid #cccccc;
	color:#333333;
}
table.TableItems td{
	height:20px;
	text-align:center;
}

table.TableItems td input{
	border:1px solid #9DFFCE;
	font-size:9px;
	padding:2px 0px 2px 0px;
	text-align:center;
	color:#666666;
	
}

table.TableItems td input.disabled{
	border:1px solid #9DFFCE;
	font-size:9px;
	padding:2px 0px 2px 0px;
	text-align:center;
	color:#666666;
	background-color:#BFFFDF;
}

table.TableItems td input.5{
	width:5px;
}

div.BoxFull{
	border:1px solid #dddddd;
	width:930px;
	margin:10px;
	float:left;
	padding:10px;
	min-height:250px;
}

div.BoxSubmit{
	border:1px solid #dddddd;
	width:930px;
	margin:10px;
	float:left;
	padding:10px;
}

div#BoxSubmit{
	border:1px solid #dddddd;
	width:778px;
	margin:10px 0px;
	float:left;
	padding:10px;
}

div#Loading{
	border:1px solid #cccccc;
	width:778px;
	margin:20px;
	float:left;
	padding:10px;
	background-color:#eee;
}

div#Loading img{
	float:left;
}

div#Loading span{
	float:left;
	font-size:14px;
	margin:7px 10px 0px 10px;
	color:#FF0000;
}

div.BoxFull h2{
	font-size:14px;
	color:#006699;
	margin:0px;
	width:920px;
	border-bottom:1px solid #dddddd;
	padding:4px;
}

div.BoxFull ul{
	margin:10px;
}

div.BoxFull li{
	height:30px;
	float:left;
	width:920px;
	list-style:none;
}

div.BoxFull label{
	width:150px;
	float:left;
	height:30px;
}

div.BoxFull span{
	float:left;
	height:30px;
}

div.Box{
	border:1px solid #dddddd;
	width:445px;
	margin:10px;
	float:left;
	padding:10px;
	min-height:200px;
}

div.Box h2{
	font-size:14px;
	color:#006699;
	margin:0px;
	width:440px;
	border-bottom:1px solid #dddddd;
	padding:4px;
}

div.BoxInfoWrapper{
	width:930px;
	float:left;
	background-color:#eeeeee;
	border-bottom:1px solid #dddddd;
}

div.BoxInfo{
	padding:5px;
	float:left;
	border-right:1px solid #dddddd;
}

#BoxSlider{
	display:inline;
}

#BoxSlider div#Left{
	width:45%;
	float:left;
}

#BoxSlider div#Right{
	width:45%;
	float:right;
	text-align:right;
}

#WrapperSlider{
	height:400px;
	float:left;
	width:927px;
	border:1px solid #eeeeee;
	overflow:auto;
}

#WrapperSlider div#BoxLeft{
	float:left;
	width:916px;
	min-height:300px;
	padding:5px;
	display:inline;
}

#WrapperSlider h2{
	width:910px;
}

#WrapperSlider div#BoxRight{
	float:left;
	width:916px;
	min-height:300px;
	padding:5px;
	display:inline;
}

ul#HeaderInfo{
	display:block;
}

ul#HeaderInfo li{
	list-style:none;
	margin-left:-30px;
	width:95%;
	float:left;
}

ul#HeaderInfo li input{
	width:170px;
	height:22px;
	margin:0px 4px;
	float:left;
}

ul#HeaderInfo li span.teeboxWrapper{
	width:40px;
	height:30px;
	float:left;
}

ul#HeaderInfo li input.teebox{
	width:30px;
	height:22px;
	margin:0px 4px;
	float:left;
}

ul#HeaderInfo li span{
	width:280px;
	height:30px;
	float:left;
}

ul#HeaderInfo li span.Input{
	width:180px;
	height:30px;
	float:left;
}

ul#HeaderInfo li a.add{
	width:10px;
	height:15px;
	padding:5px 6px;
	margin:0px 2px;
	border:1px solid #ddd;
	background-color:#eee;
	text-decoration:none;
	color:#666666;
	float:left;
}

ul#HeaderInfo li .next{
	height:auto;
	width:auto;
	margin:2px 4px;
	#margin:2px 2px;
	border:1px solid #ccc;
	background-color:#ddd;
	text-decoration:none;
	color:#666666;
	float:left;
}

ul#HeaderInfo li span.label{
	width:120px;
}

/* HeaderInputTeebox */
ul#HeaderInputTeebox{
	display:block;
}

ul#HeaderInputTeebox li{
	list-style:none;
	margin-left:-30px;
	width:95%;
	float:left;
}

ul#HeaderInputTeebox li input{
	width:170px;
	height:22px;
	margin:0px 4px;
	float:left;
}

ul#HeaderInputTeebox li span.teeboxWrapper{
	width:40px;
	height:30px;
	float:left;
}

ul#HeaderInputTeebox li input.teebox{
	width:100px;
	height:15px;
	margin:0px 4px;
	float:left;
}

ul#HeaderInputTeebox li span{
	width:280px;
	height:22px;
	float:left;
}

ul#HeaderInputTeebox li span.Input{
	width:180px;
	height:30px;
	float:left;
}

ul#HeaderInputTeebox li a.add{
	width:10px;
	height:15px;
	padding:5px 6px;
	margin:0px 2px;
	border:1px solid #ddd;
	background-color:#eee;
	text-decoration:none;
	color:#666666;
	float:left;
}

ul#HeaderInputTeebox li .next{
	height:auto;
	width:auto;
	margin:2px 4px;
	#margin:2px 2px;
	border:1px solid #ccc;
	background-color:#ddd;
	text-decoration:none;
	color:#666666;
	float:left;
}


ul#HeaderInputTeebox li span.label1{
	width:120px;
	margin-left:65px;
}

ul#HeaderInputTeebox li span.label2{
	width:120px;
}

ul#HeaderInputTeebox li.lilabel2{
	border-bottom:1px solid #ddd;
	margin-bottom:6px;
	margin-top:10px;
	height:20px;
}

ul#HeaderInputTeebox li span.label{
	width:60px;
}

ul#HeaderInputTeebox li input.par{
	width:30px;
	height:15px;
	float:left;
	text-align:center;
}
ul#HeaderInputTeebox li#button{
	margin:15px;
	float:left;
	border-top:1px solid #ddd;
}


/* GRID */
table#Grid{
	border:1px solid #dddddd;
	margin-top:10px;
	width:930px;
	color:#666666;
}

table#Grid th{
	background-color:#eeeeee;
	height:35px;
	text-align:left;
	border-bottom:1px solid #dddddd;
}

table#Grid th.no{
	text-align:center;
	width:40px;
}

table#Grid td{
	height:30px;
}

table#Grid td.no{
	text-align:center;
}

table#Grid td.paging{
	text-align:right;
	padding-right:20px;
	background-color:#eeeeee;
	border-top:#dddddd 1px solid;
}


table#Grid td a{
	color:#CC6600;
	text-decoration:none;
}

table#Grid td a:hover{
	color:#CC6600;
	border-bottom:3px solid #CC6600;
}

/* Slider */
label { display: block; } 

.infiniteCarousel {
  width: 905px;
  height: 350px;
  position: relative;
  border:1px solid #eeeeee;
  margin-top:10px;
  padding:10px;
}

.infiniteCarousel .wrapper {
  width: 905px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 280px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 35px;
  width: 35px;
  background: url(../images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 315px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 10px;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 10px;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

#StatisticResult{
	margin:10px 0px;
	min-height:300px;
	float:left;
	padding:10px 0px;
	overflow:auto;
}

.ShoutBoxWrapper{
	border:1px solid #eee;
	padding:10px;
	width:905px;
	min-height:10px;
	float:left;
	margin:0px 0px 15px 0px;
}

.ControlBox{
	background-color:#eee;
	padding:10px;
	width:905px;
	float:left;
	border:1px solid #eee;
}

.SpaceBox{
	border:1px solid #eee;
	width:905px;
	min-height:20px;
	float:left;
	margin:0px 0px 15px 0px;
	display:none;
	padding:5px 10px;
}
.Title a{
	color:#CC6600;
	text-decoration:none;
}
.Title a:hover{
	color:#aaa;
	text-decoration:none;
}
