/* general classes */
BODY  {
	font-family:Verdana,Arial,Helvetica;
	font-size : 10pt;
	color : Black;
	background-color: Yellow;
}

a:link {color:Blue; text-decoration:none}
a:active {color:Blue; text-decoration:none}
a:visited {color:Blue; text-decoration:none}
a:hover {color:Purple; text-decoration:none}


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

/* End Desert FM CSS */

TH,TD {
	font-family:Verdana,Arial,Helvetica;
	font-size : 10pt;
}

HR {
	border : 1px solid #cccccc;
}

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

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

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

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

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

}

.centerboxtable {
	background : #FAFAFA;
	border : 1px solid #000000;
	color : #003366;
}

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

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

/* these are used by the theme only - do not use outside theme!*/
.sideboxtitle {
	background : Purple;
	border-bottom : 1px solid #cccccc;
	font-family:Verdana,Arial,Helvetica;
	font-size : 10pt;	
	font-weight : bold;
	color : Yellow;
}

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

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

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

.centerboxtitle {
	background : Purple;
	border-bottom : 1px solid #cccccc;
	font-family:Verdana,Arial,Helvetica;
	font-size : 10pt;	
	font-weight : bold;
	color : Yellow;
}

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

.version {
	color: #FFFFFF;
	font-family:Verdana;
	font-size: 8pt;
}
.navbar {
	color: #FFFFFF;
	font-family:Verdana;
	font-size: 8pt;
}

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

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

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

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

.myaccount2 {
	font-family:Verdana,Arial,Helvetica;
	font-size : 10pt;	
	background : #FAFAFA;
	color : #003366;
}
.otbl {
	font-family : Verdana;
	font-size : 11pt;
	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;
}
