/* general classes */
BODY  {
	font-family:Verdana,Arial,Helvetica;
	font-size : 10px;
	color : #333333;
	background-color: rgb(153,204,255);
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #cccccc
}

H1
{
font-family:Verdana,Arial,Helvetica;
}

font
{
font-family:Verdana,Arial,Helvetica;
font-size:10px;
color:#000000;
text-decoration:none
}

font.1
{
font-family:Verdana,Arial,Helvetica;
font-size:10px;
color:#999999;
text-decoration:none
}


a:link {color:black); text-decoration:none}
a:active {color:#999999; text-decoration:none}
a:visited {color:#999999; text-decoration:none}
a:hover {color:#cccccc; text-decoration:none}


/* -=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=- */

/* End Desert FM CSS */

TH,TD {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;
}

HR {
	border : 1px solid #003366;
}

.error {
	font-family:Verdana,Arial,Helvetica;
    font-size : 11px;
    color : Red;
}

.info {
	font-family:Verdana,Arial,Helvetica;
    font-size : 9px;
    color : #003366;
}

/* these are used by modules and core to render text inside tables */
.centerboxtext {
	font-family:Verdana,Arial,Helvetica;
	font-size : 10px;	
	background : White;
	color : #000000;
}

.sideboxtext {
	font-family:Verdana,Arial,Helvetica;
	font-size : 10px;	
	background : #ffffff;
	color : #003366;
}

.plainboxtitle {
	font-family:Verdana,Arial,Helvetica;
	font-size : 11px;	
    font-weight : bold;
	background : #DCDCDC;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	color : #003366;

}

.sideboxtable {
	font-family:Verdana,Arial,Helvetica;
	font-size : 10px;	
    font-weight : bold;
	background : #FAFAFA;
	border : 1px solid #000000;
	color : #003366;

}

.plainboxtext {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	background : #ffffff;
	color : #003366;
}

/* these are used by the theme only - do not use outside theme!*/
.sideboxtitle {
	background : rgb(153,204,255);
	border-bottom : 1px solid #cccccc;
	font-family:Verdana,Arial,Helvetica;
	font-size : 11px;	
	font-weight : bold;
	color : #003366;
}

.mainbox {
	background : #FAFAFA;
	border: 1px solid #003366;
	font-family:Verdana,Arial,Helvetica;
	font-size : 10px;	
	color : #003366;
}

.mainsbox {
	background : #FAFAFA;
	font-family:Verdana;
	font-size : 9px;	
	color : #003366;
}

.sideboxtable {
	background : #FAFAFA;
	border: 1px solid #003366 ;
	font-family:Verdana,Arial,Helvetica;
	font-size : 10px;	
	font-weight : bold;
	color : #003366;
}

.ridersboxtable {
	background : #FAFAFA;
	border: 1px solid #003366 ;
	font-family:Verdana,Arial,Helvetica;
	font-size : 15px;	
	font-weight : bold;
	color : #003366;
}

.centerboxtitle {
	background : rgb(153,204,255);
	border-bottom : 1px solid #cccccc;
	font-family:Verdana,Arial,Helvetica;
	font-size : 11px;	
	font-weight : bold;
	color : #003366;
}

.ridersboxtitle {
	background : rgb(153,204,255);
	border-bottom : 1px solid #cccccc;
	font-family:Verdana,Arial,Helvetica;
	font-size : 15px;	
	font-weight : bold;
	color : #003366;
}

.pgprocessed {
	color: #ADADAD;
	font-family:Verdana,Arial,Helvetica;
	font-size: 9px;
}

.version {
	color: #FFFFFF;
	font-family:Verdana;
	font-size: 8px;
}
.navbar {
	color: rgb(153,204,255);
	font-family:Verdana;
	font-size: 10px;
}

/* user card */
.userexttable {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	color : White;
	background : #003366;
}

.usertoppanel {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	background : #EAEAEA;
	color : #003366;
}

.userbottompanel {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	background : #FAFAFA;
	color : #003366;
}

.myaccount1 {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	background : #EFEFEF;
	color : #003366;
}

.myaccount2 {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	background : #FAFAFA;
	color : #003366;
}
.otbl {
	font-family : Verdana;
	font-size : 11px;
	color: Black;
	background: #FAFAFA;
	border-bottom: 1px solid #003366;
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
}

.btn{
	width: 23px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 1px solid White;
}
.btnOver {
	width: 23px;
	height: 22px;
	border : 1px outset Black;
	background : Silver;
}
/* CODE TAGS */

table.phphighlight {
	margin: 2px 0;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
}
.codewrap table.phphighlight {

}
table.phphighlight td {
	vertical-align: top;
}
table.phphighlight td,
table.phphighlight td code {
	margin: 0;
	color: #000;
	font: 12px/125% "courier new", courier, monospace;
	white-space: nowrap;
}
table.phphighlight td.phphighlightline {
	text-align: right;
	width: 4ex;
	padding: 4px;
	border: none; /*	border: 1px solid #000;*/
	background-color: #e6e4e1;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}
table.phphighlight td.phphighlightcode {
	padding: 0;
	border: none;
	border-right: 1px solid #000;
}
.codewrap table.phphighlight td.phphighlightcode div {
	position: relative;
	width: 100%;
	overflow: auto;
	overflow-y: hidden;
	padding-bottom: 16px;
}
table.phphighlight td.phphighlightcode code {
	display: block;
	padding: 4px;
	background-color: #fefefe;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
img.klipklap {
	margin-right: 2px;
}

.hand {
	cursor: pointer;
}
