/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
text-decoration: none;
color: #999;
}
a:hover {
color: #cd181f;
}


body {
	background: #111 url(img/bg.png) repeat center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0 18%;
}

p,ul,ol,table {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

img {
  border: none;
}

ul {
  margin-left: 2em;
}

ol {
  margin-left: 4em;
}

h1 {
  font: normal 2.2em sans-serif;

}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {
  clear: both;
}
.spacer {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

.imgright {float:right; padding: 0 10px 5px 5px;}
.imgleft {float:left; padding:0 10px 4px 0px;}
.center {vertical-align:50%;}

acronym {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

/* header */
.header {
	background: url(http://www.air-time.tv/css/headers/rotate.php) no-repeat;
	border-bottom: 6px solid #222;
	font: normal 2em sans-serif;
	height: 220px;
	width: 100%;

}

/* structure */
.container {
	width:960px;
	border: 3px solid #444;
	margin-top:10px;
	margin-bottom:10px;
}

.main {
	background: #191919;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;	overflow: hidden;
}
.main .left {
  width: 68%;
}
.main .right {
  width: 32%;
}

/* content */
.content {
	border-top: 1px solid #444;
	padding: 16px;
	overflow: hidden;
	background: #191919 url(img/backcontent.png) bottom right no-repeat;
}
.content h1{

/* 	background: url(img/h1.gif) no-repeat left center;	*/
	color: #CCC;
	font: 2em Trebuchet MS;
	margin-bottom: 10px;
	border-bottom: 1px solid #7897ad;
	padding: 6px 0 4px 0px;
}
.content h1 a {
text-decoration:none;
color: #CCC;
}
.content h2 {
  color: #CCC;
  font: 1.8em Trebuchet MS;
  margin-bottom:10px;
  border-bottom: 1px solid #7897ad;
  padding: 6px 0 4px 0px;
}
.content h3 {
  color: #CCC;
  font: 1.6em Trebuchet MS;
  margin-bottom:10px;
  border-bottom: 1px solid #f8ff8d;
  padding: 6px 0 4px 0px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {
  color: #CCC;
}
.content .descr {
  margin-bottom: 5px;
}
.content ul {
  margin-left: 0px;
  margin-right: 20px;
margin-top:10px;
  font: normal 1.2em "Lucida Sans Unicode",sans-serif;
}
.content ul ul {
  margin-left: 3em;
  font: normal 1em "Lucida Sans Unicode",sans-serif;
}

/* navigation */
.nav {
  background: #191919 url(img/nav_back.gif);
}
.nav a {
	background: #191919 url(img/nav.gif);
  margin-right:3px;
	color: #CCC;
	float:left; 
	display:block;
	font: 1em Trebuchet MS,sans-serif;
	line-height: 30px;
	padding: 0 20px;
	text-transform: lowercase;
}
.nav a:hover {
	background: #cd181f url(img/nav_hover.gif);
}
.nav ul {
	margin: 0; 
	padding: 0;
	list-style:none; 

}
.nav li { 
	float:left; 
	background:inherit; 
	margin:0 0 0 0px; padding:0 0 0 0px;
  background: #191919 url(img/nav_back.gif);
}
.nav p {
	background: #191919 url(img/nav_back.gif);
	border-left: 1px solid #161616;
	color: #CCC;
	float: right;
	font: bold 1em Trebuchet MS,sans-serif;
	line-height: 30px;
	padding: 0 10px;
}
.nav li .hidden, .hidden:visited {
  display:none;
}

/* sub-navigation */
.subnav {
	background: #222222;
	border: 4px solid #1E1E1E;
	border-top-color: #444;
	
	padding-left: 12px;
	padding-right:12px;
	padding-top:16px;
	padding-bottom: 20010px;
	margin-bottom: -20000px;
 	min-height: 10px;
}
.subnav h1 {
/*	background: url(img/h1.gif) no-repeat left center;	*/
	color: #CCC;
	font: 1.8em Trebuchet MS;
	margin-bottom: 10px;
	border-bottom: 1px solid #7897ad;
	padding: 6px 0 4px 0px;
}
.subnav p{
  padding-bottom:5px;
}
.subnav ul {
  margin: 0 0 0 0px;
}
.subnav li {
	background: none;
	list-style: none;
	margin: 0;
	line-height: 1em;
}
.subnav li a {
	color: #777;
	padding-left: 40px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	display: block;
}
.subnav li a:hover {
  color: #BBB;
  background: #191919 url(img/hover.gif) no-repeat left center;
	display: block;
}
.globe ul {
margin:2 0 0 0px;
}


/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #ccc;
	padding: 2% 3% 1%;	
}
.footer h2 {
	color: #CCC;
	font: 1.8em Trebuchet MS;
}
.footer ul {
	border-top: 1px solid #7897ad;
	margin: 0;
}
.footer li {
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {
  color: #666;
}
.footer a:hover {
	color: #BBB;
	background: #222;
}
.leftcol {
	width: 20%;
	float: left;
}
.rightcol {
	width: 76%;
}
.loginboxuser {
	background:url(img/username.gif) #ffffff no-repeat 3px 1px;
	padding-left: 20px;
}

.loginboxpass {
	background:url(img/password.gif) #ffffff no-repeat 3px 1px;
	padding-left: 20px;


/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
	padding-top:5px;
	border-top: 1px solid #262626;
}
.bottom a {
  color: #888;
}
.bottom a:hover {
	color: #BBB;
	background:none;
}

.value_input input, .value_input text, .value_input select {
	width: 300px;

}

.required {
	color: #FF0000;
}
.field_title {
	vertical-align: top;
	text-align:right;
	padding-top:6px;
}
.textfield {
	width: 200px;
	font: normal 1em "Lucida Sans Unicode",sans-serif;
}
.textarea {
	width: 90%;
	height: 80px;
margin-top:4px;
	font: normal 1em "Lucida Sans Unicode",sans-serif;
}
.field_heading {
	color: #CCC;
	font: 1.6em Trebuchet MS;
	margin-bottom:10px;
	border-bottom: 1px solid #7897ad;
	padding: 6px 0 4px 0px;
}
.select {
	width: 140px;
	margin-top:4px;
	font: normal 1em "Lucida Sans Unicode",sans-serif;
}
.checkbox_label {
	cursor: pointer;
}
.radio_label {
	cursor: pointer;
}
.email {
	width: 200px;
	font: normal 1em "Lucida Sans Unicode",sans-serif;
}

/* extra */

fieldset { border: 1px solid #ccc; padding: 10px 8px; margin: 0 0 8px 0; background: #191919; color: #CCC; }
input { margin: 0; }
textarea { width: 97%; height: 20em; padding: 3px;}
.comment { background: #222222; color: #777; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #ccc; }
.commentsbox { background: #191919 ; color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #ccc; }