/* Basic layout */

body 		
{ 
	margin: 0px 0px 0px 0px;
}



/* Fonts */

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

a { 
	color: #FF6600; 
	text-decoration: none; 
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}

a:hover { 
	text-decoration: underline; 
; color: #F8AF07
}



/* 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;
}

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: Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	font-style: italic; 
	font-weight: bold; 
	color: #FFFFFF; 
}

.nav { 
	color: #003399; 
}

.install { 
	color: #FFFFFF; 
; background-color: #003366
; border: 2px #F8AF07 solid
; font-weight: bolder
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px
}

td.cellenabled {
	color: #000000;
}

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

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



/* 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 { 
;
 } input.flat { 
;
border: 1px #999999 solid; background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; height: 18px; clear: left; float: left; width: 160px; background-position: center; clip:     rect(   ); line-height: normal} 
