

@charset "UTF-8";
/* CSS Document */
  
BODY {
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

a {
	color: #253e79;
	font-weight: bold;
	text-decoration: none;
}

#wrap {
	width: 731px;
	text-align: left;
	padding-left: 27px;
	padding-right: 27px;
}

#site-wrap {
	text-align: left;
	padding: 5px;
	padding-left: 0px;
	padding-right: 0px;
	width: 780px;
}

#footer {
	text-align: center;
	font-size: 12px;
}

span.headline {
	font-size: 15px;
	font-weight: bolder;
	color: #000000;
}

span.headline a {
	color: #253E79;	
}

span.headline a:hover {
	color: #6B86BF;
}

span.innerHeadline {
	font-size: 14px;
	font-weight: bolder;
	color: #281002;
}

#title {
	font-size: 36px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

hr {
	background: #253e79;
	height: 2px;
	margin: 3px -5px 3px -5px;
	border: 0px;
}

div.signDiv {
	background-color: transparent;
	background-image: url("http://www.worldsurfengine.com/images/parch_back.png");
	background-repeat: repeat;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	text-align: center;
	padding: 3px;
	border: 2px solid #482c03;
	margin: 0.5em auto;
}

#listings td {
	border: 2px solid #000D2F;
	padding: 3px;
}

#specials td {
	border: 2px solid #482c03;
	padding: 3px;
}

div.loginDiv {
	background-color: transparent;
	background-image: url("http://www.worldsurfengine.com/images/parch_back.png");
	background-repeat: repeat;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	text-align: center;
	padding: 3px;
	border: 2px solid #482c03;
	margin: 0.5em auto;
}

#login-box {
	
}

.text-box {
	margin:0;
	height:21px;
 	width:100px;
 	background:url(http://www.worldsurfengine.com/images/textbox_back.png) no-repeat bottom;
}

.textbox {
	background:none;
	border:none;
	width:95px;
	height:15px;
	margin:0;
	padding: 2px 7px 0px 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
}

.text-boxLarge {
	margin:0;
	height:21px;
 	width:150px;
 	background:url(http://www.worldsurfengine.com/images/textbox_backLarge.png) no-repeat bottom;
}

.textboxLarge {
	background:none;
	border:none;
	width:145px;
	height:15px;
	margin:0;
	padding: 2px 7px 0px 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(http://www.worldsurfengine.com/images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.radio {
	width: 19px;
	height: 20px;
	padding: 0 0px 0px 0;
	background: url(http://www.worldsurfengine.com/images/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.select {
	position: absolute;
	width: 150px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 2px 7px 0px 7px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(http://www.worldsurfengine.com/images/selectLarge.png) no-repeat;
	overflow: hidden;
}


input.secretButton {
	border-style: none;
	background-color: transparent;
	color: #281002;
	font-weight: bold;
	text-decoration: none;
}

.menudropdown {
	display: none;
	height: auto;
	background-color: #b9cafb;
	height: 30px;
	width: 720px;
	padding: 5px;
	border-left: #253e79 thin solid;
	border-right: #253e79 thin solid;
	border-bottom: #253e79 thin solid;
	text-align: left;
}

#menu {
	background-color: #b9cafb;
	border-left: #253e79 thin solid;
	border-right: #253e79 thin solid;
	border-top: #253e79 thin solid;
	width: 720px;
	height: 20px;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	border-bottom: #000000 thin dotted;
}

#accountinfodiv {
	display: none;
	background-color: #b9cafb;
	width: 720px;
	padding: 5px;
	border-left: #253e79 thin solid;
	border-right: #253e79 thin solid;
	border-bottom: #253e79 thin solid;
	text-align: left;
}

#crumbdiv {
	background-color: #b9cafb;
	border-top: #253e79 thin solid;
	border-left: #253e79 thin solid;
	border-right: #253e79 thin solid;
	width: 720px;
	height: 10px;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}

/* Text Box with Gradient: */
.tb-gradient {
    border:0;
    background: transparent url(http://www.worldsurfengine.com/images/gradient.gif) no-repeat top left;
    height: 22px;
    width: 230px;
    padding-top:2px;
    padding-left: 0px;
}

/* Text Box with Gradient: */
.tb-gradient:focus, .tb-gradient:active, .tb-gradient:hover {
    border:0;
    background: transparent url(http://www.worldsurfengine.com/images/gradienthover.gif) no-repeat top left;
    height: 22px;
    width: 230px;
    padding-top:2px;
    padding-left: 0px;
}

/* Text Box with Gradient: */
.tb-gradient-small {
    border:0;
    background: transparent url(http://www.worldsurfengine.com/images/gradientSmall.gif) no-repeat top left;
    height: 22px;
    width: 230px;
    padding-top:2px;
    padding-left: 3px;
}

/* Text Box with Gradient: */
.tb-gradient-small:focus, .tb-gradient-small:active, .tb-gradient-small:hover {
    border:0;
    background: transparent url(http://www.worldsurfengine.com/images/gradientSmallHover.gif) no-repeat top left;
    height: 22px;
    width: 230px;
    padding-top:2px;
    padding-left: 3px;
}

#crumbs {
	list-style: none;
	font-size: 12px;
}

#crumbs li {
	display: inline;
}

#crumbs li:before {
	content: url(http://www.worldsurfengine.com/images/crumb_icon.gif);
}

.sortable-list {
    list-style-type : none;
    margin : 0;
}

.sortable-list li {
    cursor : move;
    padding : 3px;
    background : #DFE9FF;
    width : 300px;
    border-left: 2px solid #253e79;
    border-bottom: 1px solid #253e79;
 	border-top: 1px solid #253e79;
    border-right: 2px solid #253e79;
}

.sortable-list li:hover {
	background-color: #5479cd;
	border-bottom: 2px inset #253e79;
}

span#copyright {
	font-size: 11px;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

.left-ad {
	border: 2px solid #253e79;
	margin-top: 10px;
	height: 120px;
	width: 120px;
}

.green-ad {
	border: 2px solid #253e79;
	margin: 1px;
	margin-right: 10px;
	height: 120px;
	width: 120px;
}

.top-ad {
	border: 2px solid #253e79;
	margin: 1px;
	margin-right: 10px;
	height: 120px;
	width: 360px;
}

.tall-ad {
	border: 2px solid #253e79;
	margin: 1px;
	margin-right: 10px;
	height: 360px;
	width: 120px;
}

span.upgrade-promo {
	color: red;
	font-size: 11px;
}



table.promoT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 500px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; } 

td.promoHed
{
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #BEC8D1;
	text-align: left;
	text-indent: 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
	text-align: center;
}

td.promoBod
{
	border-bottom: 1px solid #9CF;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	text-align: center;
}

tr.promoBod {
	background-color: #fafafa;
}

tr.promoBod:hover {
	background-color: #2ADDDD;	
}

table.promoT {
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 580px;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
}


/* legal page styles */
span.legalText {
	text-align: justify;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

span.legalTextHighlight {
	text-align: left;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #FF0000;
}

span.legalSegmentHead {
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #000000;	
}

div.legalSectionHead {
	padding-top: 15px;
	text-align: left !important;
	font-family: Verdana; 
	font-weight: bold;
	font-size: 17px;
	color: #333333;
}

span.legalSectionSubtext {
	text-align: left;
	font-family: Verdana;
	font-weight: normal;
	font-size: 17px;
	color: #333333;
}