/*
 * CSS File for PHProxy Template #8
 * ---------------------------------
 *
 * Original Author: Erwin Aligam 
 * WEBSITE: http://www.styleshout.com/
 *
 * ---------------------------------
 *
 * Sponsored by: FreeProxyTemplates.com
 * Contact: admin@freeproxytemplates.com
 *
 * ---------------------------------
 *
 * Workable Browsers -
 * FF 2.0
 * IE 7.0
 *
 * ---------------------------------
 *
 * Template No. #8
 * Last Updated: 27.04.07
 *
*/

/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin: 0;	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333; 
	background: #FFF url(images/bg.gif) repeat-x;
	text-align: center;	
}

/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #CC0001; 
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color: #333;
}
p {
	text-align: left;
}
h1 {
	font-size: 120%;
	letter-spacing: .5px;
}
h2 {
	font-size: 115%;	
	text-transform: uppercase; 		
}
h3 {
	font-size: 115%;
	color: #003366;		
}

h1, h2, h3, p {
	padding: 0;		
	margin: 10px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* form elements */

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding:2px;
	border:1px solid #CCC;
	font: bold 1.3em Verdana, sans-serif;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #CC0000;
}
/* search form */
form.search {
	position: absolute;
	top: 12px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 260px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: 1px solid #CCC; 
	background: #FFFFFF url(images/headerbg.gif) repeat-x bottom left; 
	padding: 1px; 
	font-weight: bold; 
	height: 23px;
	color: #333;

}

/**********************************
  LAYOUT 
***********************************/
#wrap {
	margin: 0 auto; 
	width: 780px;
}

/* header */
#header {
	position: relative;
	margin: 0; padding: 0;
	height: 60px;
}
#header span#slogan {
	z-index: 3;
	position: absolute;
	left: 3px; bottom: 7px;
	font: bold 1.2em Verdana, Arial, Tahoma,  Sans-serif;	
	color: #FFF;	
}

#header-logo {
	position: relative;
	clear: both;
	height: 50px; 
	margin: 0; padding: 0;	
}
#header-logo #logo {
	position: absolute;
	top: 3px; left: 5px;
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
	color: #000;
}

/* navigation tabs */
#header ul {
	position: absolute;
   margin:0;
   list-style:none;
	right:-18px ; bottom: 3px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
}
#header #current a span {
   background-position:100% -42px;
}

/* main column */
#main {
	float: right;
	margin: 0; padding: 0;
	width: 545px;	
}
#main h1 {
	margin: 10px 0;
	padding: 4px 0 4px 8px; 
	font-size: 105%;
	color: #FFF;
	background-color: #CC0000;	
	letter-spacing: .5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 220px;
	margin: 0; padding: 0; 
	background-color: #FFFFFF; 	
}
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 105% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #333; 
	letter-spacing: 1px;	
}
#sidebar .left-box {
	border: 1px solid #EBEBEB;
	margin: 0 0 5px 0;	
	background: #FFF;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2; 
	background: url(images/bullet.gif) no-repeat 3px 2px;	
	padding: 3px 5px 3px 25px;
	margin: 0;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	padding: 3px 0px;	
	background: none;
}

/* footer */
.footer { 
	clear: both; 	
	border-top: 1px solid #f2f2f2;
	background: #FFF url(images/footerbg.gif) repeat-x;
	padding: 2px 0 10px 0; 
	text-align: center;  
	line-height: 1.5em;	
	font-size: 95%;
}
.footer a { 
	text-decoration: none; 
	font-weight: bold;		
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear {	clear: both; }
.red   { color: #CC0000; }
.comments { 
	margin: 20px 10px 5px 10px; 
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1; 	
	border-top: 1px dashed #EFF0F1;	
}


	td {FONT-FAMILY: Verdana, Arial;}
	.inset3 {BORDER-BOTTOM: buttonhighlight 1px solid; BORDER-LEFT: buttonshadow 1px solid; BORDER-RIGHT: buttonhighlight 1px solid; BORDER-TOP: buttonshadow 1px solid}
	.outset1 {
		BORDER-BOTTOM: 1px solid ThreedShadow;
		BORDER-LEFT: 1px solid ThreedHighlight;
		BORDER-RIGHT: ThreedShadow 1px solid;
		BORDER-TOP: ThreedHighlight 1px solid;
	}
	.outset2 {
		BORDER-BOTTOM: 1px solid ThreedDarkShadow;
		BORDER-LEFT: 1px solid ThreedLightShadow;
		BORDER-RIGHT: ThreedDarkShadow 1px solid;
		BORDER-TOP: ThreedLightShadow 1px solid;
	}
	.inset3 {BACKGROUND-COLOR: #ffffff}
	.outset1 {BACKGROUND-COLOR: buttonface}
	INPUT {BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #e0e0e0 1px solid; BORDER-LEFT: #777777 1px solid; BORDER-RIGHT: #e0e0e0 1px solid; BORDER-TOP: #777777 1px solid; MARGIN: 0px}
	.button {BACKGROUND-COLOR: buttonface; BORDER-BOTTOM-COLOR: buttonshadow; BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT-COLOR: buttonhighlight; BORDER-LEFT-WIDTH: 1px; BORDER-RIGHT-COLOR: buttonshadow; BORDER-RIGHT-WIDTH: 1px; BORDER-TOP-COLOR: buttonhighlight; BORDER-TOP-WIDTH: 1px; FONT-WEIGHT: normal; HEIGHT: 24px; MARGIN: 0px; PADDING: 0px}

	#title {BORDER-BOTTOM: buttonshadow 1px solid; BORDER-LEFT: buttonhighlight 1px solid; BORDER-RIGHT: buttonshadow 1px solid; BORDER-TOP: buttonhighlight 1px solid}
	INPUT {BACKGROUND-COLOR: #f2f2f2}
	.button {FONT-WEIGHT: bold; HEIGHT: 22px; WIDTH: 100px}
	TD {COLOR: #000000; FONT-FAMILY: Verdana, Helvetica; FONT-SIZE: 8pt; FONT-WEIGHT: normal}
	INPUT {COLOR: #000000; FONT-FAMILY: Verdana, Helvetica; FONT-SIZE: 8pt; FONT-WEIGHT: normal}
	INPUT.checkbox {BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-RIGHT: 0px; BORDER-TOP: 0px}
	.red {COLOR: #ff0000; FONT-FAMILY: Verdana, Arial; FONT-SIZE: 12pt; FONT-WEIGHT: bold}
	.select {BACKGROUND-COLOR: #f2f2f2; FONT-SIZE: 8pt; width: 160px; FONT-FAMILY: Verdana, Helvetica;}
	.loginTitle {FONT-SIZE: 11px; color:#ffffff; font-weight : bold; }




.sr_listing .lf {

	background: #fff url(/images/listing-back.gif) repeat-y;

}

.sr_listing div.basic {

	padding:10px 16px 10px 16px;
	border: 4px solid #f6f6ec;
	margin-bottom:5px;

}

.sr_listing .t {

	background: url(/images/sr-paid-dot.gif) 0 0 repeat-x;
	
}

.sr_listing .b {

	background: url(/images/sr-paid-dot.gif) 0 100% repeat-x;
	
}

.sr_listing .l {

	background: url(/images/sr-paid-dot.gif) 0 0 repeat-y;
	
}

.sr_listing .r {

	background: url(/images/sr-paid-dot.gif) 100% 0 repeat-y;
	
}

.sr_listing .bl {

	background:  url(/images/sr-paid-bl.gif) 0 100% no-repeat ; 
	
}

.sr_listing .br {

	background: url(/images/sr-paid-br.gif) 100% 100% no-repeat; 
	
}

.sr_listing .tl {

	background: url(/images/sr-paid-tl.gif) 0 0 no-repeat;
	
}

.sr_listing .tr {

	background: url(/images/sr-paid-tr.gif) 100% 0 no-repeat;
	padding:10px 20px 10px 20px; 
	
}

.sr_listing span.name {

	float:right;
	color:#ccc;
	margin-top:-5px;
	margin-right:-10px;
	text-align:right;

}

.sr_listing .left {

	float: left;
	width: 90px;
	text-align:right;
	margin-right:10px;

}

.sr_listing .left p {

	margin: 15px 0 3px 0;

}

.sr_listing .center {

	float: left;
	width:370px;

}

.sr_listing .center em {

	float: right;
	margin-right:10px;
	color:#999;

}

.sr_listing .center p {

	display:block;
	margin: 10px 0 0 0;

}

.sr_listing .center div.cats {

	margin-top: 10px;
	margin-bottom:0px;

}

.sr_listing .center span.cat {

	color: #666;

}

.sr_listing .center h2 {

	display:inline;
	font-size:1.0em;
	font-weight:normal;

}

.sr_listing .right {

	float: left;

}

.sr_listing span.paid_title a:link, .sr_listing span.paid_title a:visited {


	font-weight:bold;
	text-decoration:underline;
	color:#3366cc;

}

.sr_listing span.paid_title a:hover {

	text-decoration:none;

}

.sr_listing span.basic_title a:link, .sr_listing span.basic_title a:visited {


	font-weight:bold;
	text-decoration:underline;
	color:#6e6a4f;

}

.sr_listing span.basic_title a:hover {

	text-decoration:none;

}

.sr_listing address {

	margin-bottom:2px;
	font-style: normal;

}

.sr_listing ul {

	padding-left: 4px;

}

.sr_listing li {
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:-10px;
	color:#666;
	margin-left:-20px;
	margin-right:-10px;
	list-style:none;

}

.sr_listing ul li a#bottom {

	border-bottom:none;

}

.sr_listing ul li a, .sr_listing ul li a:visited {

	text-decoration:none;
	color:#666;

}

.sr_listing ul li a:hover {

	text-decoration:underline;

}

.sr_listing ul li a.free, .sr_listing ul li a.free:visited {

	text-decoration:none;
	color:#3366cc;

}

.sr_listing ul li a.free:hover {

	text-decoration:underline;

}

.tl_spacer {

	clear: both;
	
}

.phone { background:url(images/icon-phone.gif) 1px 3px no-repeat;}
.email { background:url(images/icon-email.gif) 1px 3px no-repeat; }
.website { background:url(images/icon-website.gif) 1px 3px no-repeat; }
.map { background:url(images/icon-map.gif) 1px 3px no-repeat; }

.sr_height {

	height: 5px;
	background:#fff;
	font-size:0;

}

p.sr_noresults {

	margin-left:18px;
	font-size:1.2em;
	font-weight:bold;	

}

ul.sr_location_scope {

	margin-top:9px;
	margin-left:18px

}

ul.sr_location_scope li {

	padding: 2px 0 3px 20px;
	background: url(/images/lists/li-arrow.png) no-repeat; 
	background-position:0 2px;
	margin-bottom:3px;

} 

.phone { background:url(images/icon-phone.gif) 1px 2px no-repeat;color:#666;padding-left:20px;	padding-top:2px;
	padding-bottom:2px;}
.email { background:url(images/icon-email.gif) 1px 2px no-repeat; color:#666;padding-left:20px;	padding-top:2px;
	padding-bottom:2px;}
.website { background:url(images/icon-website.gif) 1px 2px no-repeat;color:#666;padding-left:20px;	padding-top:2px;
	padding-bottom:2px; }
.map { background:url(images/icon-map.gif) 1px 2px no-repeat;color:#666;padding-left:20px;	padding-top:2px;
	padding-bottom:2px; }

a.reviews, a.reviews:visited {

	color:#e8006e;
	text-decoration:none;
	font-weight:bold;

}

a.reviews:hover {

	text-decoration:underline;

}



a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0 auto;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #aaa;
	font-size: 11px;
}
table.sortable th {
	border-width: 1px 0px 1px 0px;
	background-color: #ccc;
}
table.sortable th a {
	text-decoration: none;
	color: #000;
}
table.sortable td {
	border-width: 0px;
}
table.sortable tr.odd td {
	background-color: #fff;
}
table.sortable tr.even td {
	background-color: #ddd;
}
table.sortable tr.sortbottom td {
	border-width: 1px 0px 1px 0px;
	background-color: #ccc;
	font-weight: bold;
}
div#toc {
	float: right; 
	background-color: #ddd; 
	padding: 5px 5px 5px 8px; 
	margin: 0 0 0 5px; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}
