/* Basic layout */

body 		
{
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #999999;

}



/* Fonts */

body, select, textarea, input  { 
	font-family: Verdana, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
}

a {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 10px;

}

a:hover {
	text-decoration: none;
	;
	color: #000000;

}



/* Tabs */

.tab-s, .tab-u, .tab-g, .tab-r {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.tab-s:hover, .tab-u:hover, .tab-g:hover, .tab-r:hover {
	text-decoration: underline;
}

.tab-s {
	color: #0066CC;
}

.tab-u {
	color: #ffffff;
}

.tab-g {
	color: #666666;
}

.tab-r {
	color: #CC0000;
}

.tab-n {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.tab-n:hover {
	text-decoration: underline;
}
textarea.flat, 
select.error, textarea.error, input.error,
textarea.code { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
textarea.flat,
textarea.code {
	border-color : #888888;
	background-color: ffffff;

}

select.error, textarea.error, input.error { 
	border-color : #990000;
}

textarea.code, textarea.code-gray {
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 12px; 
	line-height: 15px; 
}

textarea.code-gray {
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	color: #808080;
}

div.box {
	height:100px; 
	width:275px; 
	background-color: #ffffff;
	overflow: auto; 
	border: 2px inset;
}

div.boxrow {
	cursor: pointer; 
	cursor: hand; 
	border-bottom: 1px #DDDDDD solid;
}



/* Custom */

.phpAdsNew { 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 24px; 
	font-style: italic; 
	font-weight: bold; 
	color: #ffffff; 
}

.nav { 
	color: #003399; 
}

.install {
	color: #333333;
	;
	background-color: #ffffff;
	font-weight: normal
;
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	width: auto;
	border-top: 0px none #000000;
	border-right: 0px none #000000;
	border-bottom: 0px none #000000;
	border-left: 0px none #000000;


}

td.cellenabled {
	color: #000000;
}

td.celldisabled {
	color: #888888;
}
td { 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
 } table { 
	font-family: Verdana, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
 } 

select.flat {
	border-color : #CCCCCC #888888;
	background-color: #ffffff;

 } 



/* Form elements */

select.flat { 
;
border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px } input.flat { 
;
	background-color: ffffff;
	border: #ffffff;


 } input.flat { 
;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	clear: left;
	float: left;
	width: auto;
	background-position: center;
	line-height: normal;
	color: #333333;
	padding: 0px;

} 
p {
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
ul {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
	line-height: 16px;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
	color: #000000;
}
h5 {
	color: #669966;
}

