/* Basic layout */

#pbstable td,#pbstable td input,#pbstable td select,#pbstable td textarea {
padding-bottom: 6px;
font-family: arial;
font-size: 8pt;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;

}

a img{ border: none; }

body 		
{ 
	margin: 0px 0px 0px 0px;
	background: #636162 url(body_bg.jpg) repeat-x;
}

hr{ border-top:1px dotted #ccc; padding:5px 0 5px 0; }



/* Fonts */

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

a { 
	color: #000000; 
	text-decoration: underline; 
; font-family: Arial, Helvetica, sans-serif; font-size: 11px}

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



/* 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 , .nav:hover, .nav:visited {
	color: #ffffff; 
}

.install {
	color: #000000;
	;
	background-color: #B5CEB5
;
	font-weight: bold
;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	width: auto;
	border: thin solid #669966;



}

td.cellenabled {
	color: #000000;
}

td.celldisabled {
	color: #888888;
}
td { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
 } table { 
	font-family: Verdana, Arial, 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 { 
;
 } input.flat { 
;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	clear: left;
	float: left;
	width: auto;
	background-position: center;
	line-height: normal;
	color: #333333;
} 
a:visited {
	color: #000000;
	text-decoration: underline;
}
