body{
  background-color:black;
  background-repeat:no-repeat;
  background-position:center top;
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
  color:white;
}

#main{
  width:1000px;
  margin:0 auto;
}

#header{
 height:90px;
 position:relative;
}

#menu{
  background-image:url('../img/menu_background.jpg');
  background-repeat:no-repeat;
  background-position:center top;
  width:833px;
  height:30px;
  margin:30px 10px 0 auto;
}

#logo{
  position:absolute;
  width:150px;
  height:105px;
  display:block;
  top:-12px;
}

#content{

}

#footer{
  clear:both;
}

a{
 text-decoration:none;
 color:rgb(240,160,45);
 font-weight:bold;
}

a:hover{
  color:rgb(255,119,0);
}

h1{
  color:white;
  font-size:24px;
  font-weight:normal;
  margin-bottom:10px;
  padding:5px 0;
}



.h1Orange{
 color:#ff9933;
}

h2{
  color:white;
  font-size:18px;
  font-weight:normal;
  margin-bottom:15px;
}

h3{
  background-color:black;
  border:1px solid white;
  color:white;
  font-size:13px;
  font-weight:bold;
  display:inline;
  padding:1px 5px;
}

.titleSimple{
  color:rgb(0,0,0);
  font-size:24px;
  font-weight:normal;
  margin-bottom:10px;
  padding:5px 0;
}

.clear{
  clear:both;
}


#userBar{
 background-color:rgb(240,160,45);
 height:13px;
 text-align:right;
 padding:2px 5px;
 color:black;
}

#userBar a{
 color:black;
 border-bottom:1px dotted white;
}

/***********************************
 *
 *   Menu
 *
 **********************************/
 
#menu ul{
 
}
 
#menu ul li{
  float:left;
  width:168px;
}
 
#menu ul li a{
    color:white;
    font-size:13px;
    height:30px;
    display:block;
    line-height:30px;
    text-align:center;
}

#menu ul li a:hover{
 color:rgb(233,159,54);
} 

/***********************************
 *
 *   Home
 *
 **********************************/

#homeBlockLeft{
 float:left;
 width:630px;
} 

#homeBlockRight{
 float:left;
 width:370px;
} 

#homeBlockLeft img, #homeBlockRight img{
  display:block;
}



/***********************************
 *
 *   Videos
 *
 **********************************/
 
 #videosList{
    background-color:black;
    color:white;
    font-size:12px;
 }
 
 #videosList .videosListBlock{
  display:block;
  float:left;
  width:500px;
 }
 
 #videosList .videosListBlock .videosListBlockText{
  height:60px;
  background-color:black;
  padding:2px 10px;
  text-align:justify;
 }
 
 #videosList .videosListBlock .videosListBlockText a{
  color:white;
  font-weight:normal;
  font-size:12px;
  line-height:15px;
 }
  
 #displayVideo{
  height:470px;
 }
 
 
 
 /***********************************
 *
 *   Lists
 *
 **********************************/
 .listArchive{
    border:1px solid #333333;
    padding:7px;
    margin:10px 0;
 }
 .listArchive ul{
  background-color:rgb(51,51,51);
  height:300px;
  overflow:auto;
 }
 
 .listArchive ul li{
    
 }
 .listArchive ul li a{
   border-bottom:1px solid white;
   display:block;
   color:white;
   padding:3px;
 }
 
 
 .listItems{
 }
 .listItems img{
    float:right;
 }
 .listItems li{
   border-bottom:1px solid white; 
   padding:10px 0 5px 0;
   color:white;
 }
 .listItems li a{
   
   display:block;
   color:white;
   
 }
 
 

/***********************************
*
*   Admin
*
**********************************/
 
#adminBlock{
  background-color:black;
  padding:20px;
}
.paging{
  text-align:right;
}
.paging .disabled{
  visibility:hidden;
}

.tabAdmin {
	background-color: white;
	color: #333;
	margin: 0 0 10px 0;
	width: 100%;
	clear:both;
}
.tabAdmin th {
	background-color: rgb(230,153,47);
	border:1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	text-align: center;
	padding:3px 3px 4px 3px;
	font-size:11px;
	color:black;
}


.tabAdmin th a{
 color:black;
 border-bottom:1px dotted white;
}

.tabAdmin td a{
 color:black;
 border:1px solid rgb(240,154,53);
 padding:0px 2px;
 background-color:rgb(236,236,236);
}
.tabAdmin td a:hover{
 background-color:rgb(200,200,200);
}
.tabAdmin tr td {
	border-right: 1px solid black;
	padding: 5px 5px 10px 5px;
	text-align: center;
	vertical-align: top;
	background-color: rgb(239,239,239);
}

.tabAdmin tr.altrow td {
	background-color: white;
}

.tabAdmin tr.selected td {
  background-color:#FFFFBB;
  cursor : pointer;
}

#adminBlock > a{
  float:right;
  color:white;
  font-size:13px;
  padding:3px 5px;
  margin:3px 1px;
  background-color:rgb(230,153,47);
}
#adminBlock > a:hover{
 background-color:rgb(255,119,0);
}
/***********************************
*
*   Form
*
**********************************/

.form form{
 width:600px;
 margin:30px auto;
}

.form form fieldset{
  background-color:rgb(70,70,70);
  border:1px solid white;
}

.form form .input{
  margin:10px;
  padding:5px;
}

.form form label{
  font-size:13px;
  font-weight:bold;
  float:left;
  width:170px;
}

.form form .text input{
  width:390px;
}

.form form .textarea textarea{
  width:390px;
  height:200px;
}

.form form .submit input{
  background-color:rgb(70,70,70);
  color:white;
  font-size:14px;
  border:none;
  padding:2px 15px;
  margin:10px 0 0 0;
  border:1px solid white;
  font-weight:bold;
}

.form form .submit input:hover{
  color:rgb(244,160,36);
  border:1px solid rgb(244,160,36);
}


.form form .error-message{
  font-weight:bold;
  color:red;
  margin-left:170px;
}

.form form .error label{
  color:red;
}
.form form .error{
  background-color:rgb(255,160,144);
}






/***********************************
*
*   Form  Simple
*
**********************************/

.formSimple form{
 width:490px;
}

.formSimple form fieldset{
  
}

.formSimple form .input{
  margin:7px;
  padding:5px;
}

.formSimple form label{
  font-size:13px;
  font-weight:bold;
  float:left;
  width:100px;
  color:black;
}

.formSimple form .text input{
  width:300px;
  border:1px solid black;
}

.formSimple form .textarea textarea{
  width:300px;
  border:1px solid black;
}

.formSimple form .select select{
  width:200px;
  border:1px solid black;
}

.formSimple form .checkbox{
  clear:both;
  padding:0;
  height:18px;
}

.formSimple form .checkbox input{
  float:left;
  width:15px;
  margin-right:5px;
}

.formSimple form .checkbox label{
  width:420px;
  font-weight:normal;
  vertical-align:bottom;
}

.formSimple form .submit input{
  background-color:black;
  color:white;
  font-size:18px;
  border:none;
  padding:2px 15px;
  margin:40px 0 0 120px;
}

.formSimple form .submit input:hover{
  color:rgb(244,160,36);
}

.formSimple form .error-message{
  font-weight:bold;
  color:red;
  margin-left:100px;
}

.formSimple form .error label{
  color:red;
}
.formSimple form .error{
  background-color:rgb(255,160,144);
}






/* Notices and Errors */
div.message {
	clear: both;
	color: rgb(89,89,89);
  border:1px solid rgb(255,208,0);
  background-color:rgb(255,240,176);
  font-size:12px;
	font-weight: bold;
  margin:10px 0;
  padding:10px;
}