/* Basic layout */

body 		
{ 
   background-position: top left;
   background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
}



/* Fonts */

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

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

a:hover { 
	text-decoration: none; 	
}

.hand{
	cursor: hand;
}

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



/* Form elements */

select.flat, textarea.flat, input.flat, 
select.comp, textarea.comp, input.comp,
textarea.code { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code { 
	border-color : #888888;
}

select.comp, textarea.comp, input.comp { 
	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;
}

/* Custom */

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

.nav { 
	color: #003399; 
}

.install { 
	line-height: 18px;
	color: #000066; 
}

.image-border{
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

.links{
	color: #0033cc;
}.border {
	border: 1.2pt solid #0000FF;
}
.mytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.bordergreen {

	border: 0.0025cm solid #336600;
}
.bottomlineb {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #0000FF;
	border-left: none;

}
.bottomlineg {

	border-top: none;
	border-right: none;
	border-bottom: 1px solid #339900;
	border-left: none;
}
.borderred {


	border: 1.2pt solid #990000;
}
.bottomliner {

	border-top: none;
	border-right: none;
	border-bottom: 1px solid #990000;
	border-left: none;
}

