@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

body{
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

a{
	color: #663300;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

blockquote{
	margin: 16px;
	border: 1px solid #666666;
	padding: 8px;
	color: #666666;
}
blockquote cite{
	display: block;
	padding: 0 0 4px 24px;
	background: url(/extras/images/backgrounds/QUOTE.gif) no-repeat top left;
}

/*

*/

#CONTAINER{
	width: 100%;
	background: url(/extras/images/backgrounds/L1.gif) repeat-x top left;
}

#HEADER{
	width: 100%;
	height: 150px;
}

#HEADER_LEFT{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 150px;
	z-index: 100;
	background: url(/extras/images/backgrounds/L111.gif) repeat-x top left;
}

#HEADER_MAIN{
	width: 960px;
	min-width: 960px;
	height: 150px;
	margin: 0px auto;
	position: relative;
	z-index: 200;
	background: url(/extras/images/backgrounds/L112.gif) no-repeat top center;
}

#HEADER_RIGHT{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 150px;
	z-index: 100;
	background: url(/extras/images/backgrounds/L113.gif) repeat-x top right;
}

#TITLE{
	display: none;
}

#MAIN_MENU{
	position: absolute;
	top: 90px;
	left: 276px;
	right: 0px;
	height: 36px;
	z-index: 500;
	font-size: 10pt;
}

#MAIN_MENU .select{
	list-style: none; 
	white-space: nowrap;
}

#MAIN_MENU .select a{
	text-decoration: none; 
	color: #222;
}

#MAIN_MENU li{
	float: left;
}

#MAIN_MENU .select a{
	display: block; 
	height: 36px; 
	float: left; 
	padding: 0px 2px 0px 2px; 
	line-height: 25px; 
	white-space: nowrap; 
}

#MAIN_MENU .select li.line a{
	color: #663300;
}

#MAIN_MENU .select a b{
	display: block; 
	padding: 0 5px 10px 5px; 
}

#MAIN_MENU .select li.active a b{
	background: #000;
	color: #FFF;
}

#MAIN_MENU .select a:hover,
#MAIN_MENU .select li:hover a{
	color: #FFF;
	cursor: pointer; 
}

#MAIN_MENU .select li.line a:hover,
#MAIN_MENU .select li.line:hover a{
	text-decoration: underline;
}

#MAIN_MENU .select a:hover b,
#MAIN_MENU .select li:hover a b{
	display: block; 
	padding: 0 5px 9px 5px; 
	cursor: pointer;
}

#MAIN_MENU .sub{
	display: none;
}

#MAIN_MENU ul ul{
	display: none;
}

/* IE6 only */

#MAIN_MENU table{
	border-collapse: collapse; 
	margin: -1px; 
	width: 0; 
	height: 0;
	font-size: 1em; 
}

#MAIN_MENU .sub{
	list-style: none;
}

#MAIN_MENU .sub li{
	background: transparent;
}

#MAIN_MENU .select :hover .sub{
	z-index: 800;
}

#MAIN_MENU .select li.active .sub{
	z-index: 600;
}

#MAIN_MENU .select :hover .sub,
#MAIN_MENU .select li.active .sub{
	height: 25px;
	display: block; 
	position: absolute;
	float: left;
	width: 742px;
	top: 35px; 
	left: 1px; 
	text-align: center;
	background: url(/extras/images/backgrounds/SN1.gif) repeat-x top left;
}

#MAIN_MENU .select :hover .sub li,
#MAIN_MENU .select li.active .sub li{
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #AAAAAA;
}

#MAIN_MENU .select li.active .sub li.active{
	background: #DDDDDD;
}

#MAIN_MENU .select :hover .sub li a,
#MAIN_MENU .select li.active .sub li a{
	display: block;
	height: 25px;
	line-height: 22px;
	float: left;
	padding:0 16px;
	white-space: nowrap;
	color: #888;
	font-size: 9pt;
	text-decoration: none; 
}

#MAIN_MENU .select :hover .sub li.subline a{
	color:#8a3;
}

#MAIN_MENU .select :hover .sub li a:hover,
#MAIN_MENU .select :hover .sub li:hover{
	line-height: 20px;
	position: relative;
	color: #000;
}

#MAIN_MENU .select :hover .sub li:hover > a{
	color: #000;
}

#MAIN_MENU .select :hover .sub :hover ul{
	list-style: none;
	display: block;
	width: 112px;
	position: absolute;
	left: -1px;
	top: 24px;
	border-bottom: 1px solid #886;
	background: #fff;
}

#MAIN_MENU .select :hover .sub :hover ul ul{
	position: absolute;
	left: -9999px;
	border: 1px solid #886;
	border-width: 0 1px;
}

#MAIN_MENU .select :hover .sub :hover ul li{
}

#MAIN_MENU .select :hover .sub :hover ul li a{
	width: 80px;
	text-align: left;
	height: 20px;
	line-height: 18px;
	background: #fff;
}

#MAIN_MENU .select :hover .sub :hover ul li a:hover{
	line-height: 16px;
}

#MAIN_MENU .select :hover .sub :hover ul li:hover > a{
	line-height: 16px;
}

#MAIN_MENU .select :hover .sub :hover ul :hover ul{
	left: 112px;
	top: 0;
	border: 1px solid #886;
	border-width: 0 1px 1px 0;
	background: #fff;
}

#MAIN_MENU .select :hover .sub :hover ul :hover ul li{
	border-left: 1px solid #886;
	background: #fff;
}

#MAIN_MENU .select :hover .sub :hover ul :hover ul li.a1{
	border-left: 1px solid #fff;
}

#MAIN_MENU .select :hover .sub :hover ul :hover ul li.a2{
	height: 19px;
	border-top: 1px solid #886;
}

#QUICK_SEARCH{
	position: absolute;
	top: 26px;
	right: 0px;
}

#BODY{
	margin: 4px 0px 4px 0px;
	padding: 2px;
}

/*

*/

#BREADCRUMB{
	background: #000;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}

#BREADCRUMB div{
	width: 960px;
	min-width: 960px;
	padding: 2px;
	margin: auto;
}

#BREADCRUMB a{
	color: #FFF476;
	text-decoration: none; 
}

#BREADCRUMB a:hover{
	text-decoration: underline; 
}

/*

*/

#CONTENT{
	width: 960px;
	min-width: 960px;
	margin: auto;
	font-size: 12pt;
}

#CONTENT p{
	margin: 4px;
}

#CONTENT ul,
#CONTENT ol{
	margin: 8px 32px;
	font-size: 10pt;
}

#CONTENT li{
	margin: 2px;
}

#CONTENT .LAYOUT_2COL_LEFT{
	margin-right: 700px;
	padding-top: 2px;
}

#CONTENT .LAYOUT_2COL_RIGHT{
	float: right;
	width: 700px;
	border-left: 2px groove #FFF;
	padding-top: 2px;
}

#CONTENT .LAYOUT_2COL_EVEN_LEFT{
	float: left;
	width: 50%;
}

#CONTENT .LAYOUT_2COL_EVEN_RIGHT{
	float: right;
	width: 50%;
}

#CONTENT .LAYOUT_2COL_FLIP_LEFT{
	float: left;
	width: 650px;
	height: 100%;
	border-right: 2px groove #FFF;
	padding-top: 2px;
}

#CONTENT .LAYOUT_2COL_FLIP_LEFT img{
	border: 1px solid #444;
}

#CONTENT .LAYOUT_2COL_FLIP_RIGHT{
	margin-left: 650px;
	padding-top: 2px;
	margin-top: 26px;
}

#CONTENT .LAYOUT_2COL_FLIP_RIGHT img{
	border: none;
}

#CONTENT a.LOGIN_BUTTON,
#CONTENT a.REGISTER_BUTTON,
#CONTENT a.BROWSE_BUTTON{
	display: block;
	margin: 48px auto 48px auto;
	width: 240px;
	height: 69px;
	text-align: center;
}

#CONTENT a.FREE_BUTTON,
#CONTENT a.PREMIUM_BUTTON,
#CONTENT a.DOMESTIC_BUTTON,
#CONTENT a.COMMERCIAL_BUTTON,
#CONTENT a.JOB_BUTTON{
	display: block;
	margin: 12px auto 12px auto;
	width: 240px;
	height: 69px;
	text-align: center;
}

#CONTENT a.LOGIN_BUTTON span,
#CONTENT a.REGISTER_BUTTON span,
#CONTENT a.BROWSE_BUTTON span,
#CONTENT a.FREE_BUTTON span,
#CONTENT a.PREMIUM_BUTTON span,
#CONTENT a.DOMESTIC_BUTTON span,
#CONTENT a.COMMERCIAL_BUTTON span,
#CONTENT a.JOB_BUTTON span{
	display: none;
}

#CONTENT a.LOGIN_BUTTON{
	background: url(/extras/images/buttons/LOGIN.png) no-repeat center center;
}

#CONTENT a.REGISTER_BUTTON{
	background: url(/extras/images/buttons/REGISTER.png) no-repeat center center;
}

#CONTENT a.BROWSE_BUTTON{
	background: url(/extras/images/buttons/BROWSE.png) no-repeat center center;
}

#CONTENT a.FREE_BUTTON{
	background: url(/extras/images/buttons/FREE.png) no-repeat center center;
}

#CONTENT a.PREMIUM_BUTTON{
	background: url(/extras/images/buttons/PREMIUM.png) no-repeat center center;
}

#CONTENT a.DOMESTIC_BUTTON{
	background: url(/extras/images/buttons/DOMESTIC.png) no-repeat center center;
}

#CONTENT a.COMMERCIAL_BUTTON{
	background: url(/extras/images/buttons/COMMERCIAL.png) no-repeat center center;
}

#CONTENT a.JOB_BUTTON{
	background: url(/extras/images/buttons/JOB.png) no-repeat center center;
}

#CONTENT h2{
	font-size: 12pt;
}

#CONTENT h3{
	font-size: 10pt;
	font-weight: bold;
}

#CONTENT h3.TYPE1{
	background: #CCCCCC ;
	border-top: 2px groove #FFF;
	border-bottom: 2px groove #FFF;
	margin: 0 0 4px 0;
	padding: 2px 8px 2px 4px;
}

#CONTENT h3.TYPE2{
	margin: 2px 0 2px 0;
	padding: 1px;
	color: #fff;
	background: #333;
	text-align: center;
}

#CONTENT h4{
	font-size: 10pt;
}

#FOOTER{
	text-align: center;
	background: url(/extras/images/backgrounds/L13.gif) repeat-x top center;
}

#LINKS ul{
	list-style: none;
}

#LINKS li{
	display: inline;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #AAAAAA;
}

#LINKS li.active{
	background: #DDDDDD;
}

#LINKS li a{
	color: #888;
	font-size: 10pt;
	text-decoration: none; 
	line-height: 24px;
	padding:0 16px 2px 16px;
	white-space: nowrap;
}

#LINKS li a:hover{
	color: #000;
}

#LINKS p{
	font-size: 8pt;
	margin: 4px 0 2px 0;
}

#NOTICE{
	font-size: 8pt;
}

#NOTICE span{
	font-size: 10pt;
}

#NOTICE address{
	font-size: 8pt;
}

/*

*/

#CONTENT .STAGE{
	width: 960px;
	height: 85px;
	background-repeat: no-repeat;
	background-position: top right;
}

#CONTENT .FORM{
	border-top: 2px groove #FFF;
	border-bottom: 2px groove #FFF;
	margin: 12px 0 12px 0;
	padding: 8px 0 8px 0;
}

#CONTENT .FORM *{
	margin: 0;
	padding: 0;
	float: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	width: auto;
	height: auto;
	clear: none;
	background: transparent;
}

#CONTENT .FORM fieldset{
	margin: 0 2px 8px;
	padding: 0 2px 8px;
	background: #EEE url(/extras/images/backgrounds/FIELDSET.gif) repeat;
}

#CONTENT .FORM legend{
	margin: 8px;
	padding: 2px 16px;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFF;
	background: #333;
}

#CONTENT .FORM p{
	margin: 4px;
}

#CONTENT .FORM .INFORMATION{
	margin: 12px 8px 12px;
	padding-left: 24px;
	font-size: 0.9em;
	background: url(/extras/images/icons/INFORMATION.png) no-repeat top left;
}

#CONTENT .FORM ul.FIELDS{
	list-style: none;
}

#CONTENT .FORM ul.FIELDS li,
#CONTENT .FORM .POST_OPTIONS{
	margin: 2px 0;
	padding: 4px 0;
	position: relative;
}

#CONTENT .FORM ul.FIELDS li.ODD{
	background: url(/extras/images/backgrounds/ODD.png) repeat;
}

#CONTENT .FORM ul.FIELDS li.ERROR{
	background: url(/extras/images/backgrounds/ERROR.png) repeat;
	color: #CC0000
}

#CONTENT .FORM ul.FIELDS li label.MAIN{
	float: left;
	font-size: 1.0em;
	padding-top: 3px;
	text-align: right;
	width: 190px;
}

#CONTENT .FORM ul.FIELDS li label.SECONDARY{
	display: inline;
}

#CONTENT .FORM ul.FIELDS li label span.REMAINING{
	font-size: 8pt;
	color: #777777;
}
#CONTENT .FORM ul.FIELDS li label span.REMAINING.ERROR{
	color: #990000;
}

#CONTENT .FORM ul.FIELDS li .FIELD,
#CONTENT .FORM .POST_OPTIONS{
	margin-left: 196px;
}

#CONTENT .FORM ul.FIELDS li .FIELD input,
#CONTENT .FORM ul.FIELDS li .FIELD select,
#CONTENT .FORM ul.FIELDS li .FIELD textarea,
#CONTENT .FORM .POST_OPTIONS input{
	font-size: 1.0em;
	border: 1px solid #CCC;
	padding: 2px;
	background: #FFF;
}

#CONTENT .FORM ul.FIELDS li .FIELD input.CHECKBOX{
	position: relative;
	margin-top: 4px;
	top: 1px;
	border: none;
	background: transparent;
}

#CONTENT .FORM .SERVICE_AREAS *{
	margin: 0;
	padding: 0;
	float: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	width: auto;
	height: auto;
	clear: none;
	background: transparent;
}

#CONTENT .FORM .SERVICE_AREAS ul.s1{
	list-style: none;
	margin-left: 16px;
}

#CONTENT .FORM .SERVICE_AREAS ul.s1 li{
	margin: 0 0 2px 0;
	padding: 0;
}

#CONTENT .FORM .SERVICE_AREAS ul.s1 input.check{
	margin: 0 4px;
	background: transparent;
	border: none;
}

#CONTENT .FORM .SERVICE_AREAS ul.s1 .toggleControl{
	cursor: pointer;
	font-weight: bold;
}

/*

*/

#CONTENT .DRILL_DOWN{
	font-size: 12pt;
}

#CONTENT .DRILL_DOWN *{
	margin: 0;
	padding: 0;
	float: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: auto;
	height: auto;
	clear: none;
	background: transparent;
}

#CONTENT .DRILL_DOWN h3{
	margin: 2px 0 2px 0;
	padding: 1px;
	font-size: 10pt;
	color: #fff;
	background: #333;
	text-align: center;
}

#CONTENT .DRILL_DOWN ul{
	list-style: none;
	margin: 6px 12px 4px 12px;
	font-size: 8pt;
}

#CONTENT .DRILL_DOWN li{
	float: left;
	width: 230px;
	padding: 0 0 4px 0;
}

/*

*/

#CONTENT .LISTINGS,
#CONTENT .LISTING{
}

#CONTENT .LISTINGS *{
	margin: 0;
	padding: 0;
	float: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: auto;
	height: auto;
	clear: none;
	background: transparent;
}

#CONTENT .LISTINGS ol{
	list-style: none;
	margin: 0;
	padding: 2px;
}

#CONTENT .LISTINGS ol.FEATURED{
	background: url(/extras/images/backgrounds/listings/FEATURED.gif) repeat top left;
}

#CONTENT .LISTINGS ol.PREMIUM{
	background: url(/extras/images/backgrounds/listings/PREMIUM.gif) repeat top left;
}

#CONTENT .LISTINGS ol.STANDARD{
	background: url(/extras/images/backgrounds/listings/STANDARD.gif) repeat top left;
}

#CONTENT .LISTINGS li{
	margin: 4px;
	padding: 4px;
	border-top: 2px groove #FFF;
	border-bottom: 2px groove #FFF;
}

#CONTENT .LISTINGS li.MAP_POINTER{
	padding-left: 32px;
	background-position: left center;
	background-repeat: no-repeat;
}

#CONTENT .LISTINGS h4{
}

#CONTENT .LISTINGS h4 a{
	color: #663300
	text-decoration: none;
}

#CONTENT .LISTINGS h4 a:hover{
	text-decoration: underline;
}

#CONTENT .LISTINGS p{
	font-size: 9pt;
	margin: 2px;
}

#CONTENT .LISTINGS cite{
	font-size: 8pt;
}

#CONTENT .LISTINGS .MAP_LEFT{
	float: left;
	width: 360px;
	height: 500px;
	border-right: 2px groove #FFF;
	overflow: auto;
}

#CONTENT .LISTINGS .MAP_RIGHT{
	margin-left: 364px;
	height: 500px;
}

/*

*/

#CONTENT .LISTING div.EDIT{
	position: relative;
}

#CONTENT .LISTING div.EDIT a.EDIT{
	position: absolute;
	top: 0px;
	right: 4px;
	display: none;
	padding: 0 24px 2px 6px;
	height: 24px;
	font-size: 8pt;
	background: #FFF url(/extras/images/icons/EDIT.gif) no-repeat top right;
}

#CONTENT .LISTING div.EDIT.HOVER a.EDIT{
	display: block;
}

/*

*/

#CONTENT .PAGINATION,
#CONTENT .PAGINATION{
	border-top: 2px groove #FFF;
	border-bottom: 2px groove #FFF;
	height: 22px;
	margin: 4px 0 4px 0;
	padding: 1px 8px 0 4px;
	position: relative;
	background: #CCCCCC;
	font-size: 10pt;
	position: relative;
}

#CONTENT .PAGINATION INPUT,
#CONTENT .PAGINATION INPUT{
	border: 2px groove #FFF;
	background: #eee;
}

#CONTENT .PAGINATION .COUNTS,
#CONTENT .PAGINATION .COUNTS{
	position: absolute;
	top: 3px;
	left: 4px;
}

#CONTENT .PAGINATION .OPTIONS,
#CONTENT .PAGINATION .OPTIONS{
	position: absolute;
	top: 3px;
	right: 4px;
}

#CONTENT .PAGINATION .PAGES,
#CONTENT .PAGINATION .PAGES{
	display: block;
	width: 100%;
	text-align: center;
}

#CONTENT .LISTING .COL2{
	background: url(/extras/images/backgrounds/FIELDSET.gif) repeat;
	margin-bottom: 8px;
	padding-bottom: 4px;
	font-size: 9pt;
}

/*

*/

#CONTENT .INFORMATION_BLOCK{
	margin: 8px 24px 16px 24px;;
}

#CONTENT .INFORMATION_BLOCK *{
	margin: 0;
	padding: 0;
	float: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
	width: auto;
	height: auto;
	clear: none;
	background: transparent;
}

#CONTENT .INFORMATION_BLOCK .INFO{
	padding: 11px 10px 10px 40px;
	border: 1px solid #333333;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: url(/extras/images/icons/INFORMATION.png) no-repeat 10px 10px;
}

#CONTENT .INFORMATION_BLOCK .ERROR{
	padding: 11px 10px 10px 40px;
	border: 1px solid #CF210B;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: url(/extras/images/icons/ERROR.png) no-repeat 10px 10px;
}

#CONTENT .INFORMATION_BLOCK h4{
	font-size: 1.0em;
	margin-bottom: 2px;
}

#CONTENT .INFORMATION_BLOCK p{
	font-size: 0.9em;
}

#CONTENT .INFORMATION_BLOCK ul,
#CONTENT .INFORMATION_BLOCK ol{
	margin: 8px 32px;
}

#CONTENT .INFORMATION_BLOCK ul li{
	font-size: 0.8em;
	margin: 2px;
}

/*

*/

table.TYPE1,
table.TYPE3{
	border-left: 2px groove #ffffff;
	border-right: 2px groove #ffffff;
	border-bottom: 2px groove #ffffff;
	margin: 8px 0 8px 0;
}

table.TYPE1 .center{
	border-left: 2px groove #ffffff;
	text-align: center;
}

table.TYPE1 tr,
table.TYPE3 tr,
table.TYPE4 tr{
	background: #EEE url(/extras/images/backgrounds/FIELDSET.gif) repeat;
}

table.TYPE1 tr.ODD,
table.TYPE3 tr.ODD,
table.TYPE4 tr.ODD{
	background: #EEE url(/extras/images/backgrounds/ODD.gif) repeat;
}

table.TYPE1 th{
	padding: 0;
}

table.TYPE1 td,
table.TYPE3 td,
table.TYPE5 td{
	padding: 2px;
}

table.TYPE1 .title{
}

table.TYPE1 .icon-yes{
	display: block;
	height: 24px;
	background: url(/extras/images/icons/YES.png) no-repeat center center;
	margin: 0 2px 0 0;
}

table.TYPE1 .icon-no{
	display: block;
	height: 24px;
	background: url(/extras/images/icons/NO.png) no-repeat center center;
	margin: 0 2px 0 0;
}

table.TYPE1 .tip{
	display: block;
	font-size: 8pt;
	font-style: italic;
	color: #666666;
	margin: 2px 8px 2px 8px;
}

table.TYPE1 .more-details{
	display: block;
	font-size: 10pt;
	color: #222222;
	margin: 2px 8px 2px 8px;
}




table.TYPE2,
table.TYPE3,
table.TYPE4{
	font-size: 9pt;
}

table.TYPE2 td{
	vertical-align: top;
}

table.TYPE2 td.TYPE1{
}

table.TYPE2 td.TYPE2{
	 padding: 0 16px 0 4px;
	 text-align: right;
}




table.TYPE3 th{
	background: #CCCCCC;
	border-top: 2px groove #FFF;
	border-bottom: 2px groove #FFF;
	font-size: 10pt;
	margin: 0 0 4px 0;
	padding: 2px 8px 2px 4px;
}

table.TYPE3 td.SPLITTER,
table.TYPE3 th.SPLITTER,
table.TYPE5 td.SPLITTER-X{
	border-left: 2px groove #ffffff;
}

table.TYPE5 th.SPLITTER-Y,
table.TYPE5 td.SPLITTER-Y{
	border-bottom: 2px groove #ffffff;
}

table.TYPE3 td.CENTER,
table.TYPE5 td.CENTER{
	text-align: center;
}

table.TYPE3 td.RIGHT,
table.TYPE5 td.RIGHT{
	text-align: right;
}

table.TYPE3 td.SMALL,
table.TYPE5 td.SMALL,
table.TYPE3 td .SMALL,
table.TYPE5 td .SMALL{
	font-size: 8pt;
}

table.TYPE3 td .RIGHT,
table.TYPE5 td .RIGHT{
	display: block;
	text-align: right;
	margin-top: 4px;
}

table.TYPE3 td .LEFT,
table.TYPE5 td .LEFT{
	display: block;
	text-align: left;
	margin-bottom: 4px;
}

table.TYPE3 span.FORUM_AREA{
	display: block;
	width: 950px;
	padding: 2px;
	font-size: 10pt;
	background: url(/extras/images/backgrounds/FORUM_SEPARATOR.gif) repeat-x top left;
	border-bottom: 1px solid #CCC;
}


table.TYPE4{
	border: 2px groove #ffffff;
}

table.TYPE4 tr.ODD td.SPLITTER-T{
	border-top: 2px groove #ffffff;
}


table.TYPE5 tr{
	background: transparent;
}

table.TYPE5 th{
	text-align: left;
	padding: 2px;
	font-size: 10pt;
	background: url(/extras/images/backgrounds/FORUM_SEPARATOR.gif) repeat-x top left;
	border-bottom: 1px solid #CCC;
}

table.TYPE5 img{
	max-width: 100%;
}


table.TYPE3 a.ICON_POST{
	background: url(/extras/images/icons/LASTPOST.png) no-repeat 6px 14px;
	padding-left: 22px;
	padding-top: 15px;
}

table.TYPE3 a.ICON_POST span{
	display: none;
}


/*

*/

#CONTENT .BANNER{
	padding: 16px 0 16px 0;
	text-align: center;
}

#CONTENT .BANNER img{
	border: 1px solid #888;
}

/*

*/

#CONTENT .SEARCH_CLOUD{
	font-size: 12pt;
}

#CONTENT .SEARCH_CLOUD *{
	margin: 0;
	padding: 0;
	float: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: auto;
	height: auto;
	clear: none;
	background: transparent;
}

#CONTENT .SEARCH_CLOUD ol{
	list-style: none;
	margin: 0;
	padding: 2px;
	font-size: 30pt;
	text-align: center;
	background: url(/extras/images/backgrounds/listings/FEATURED.gif) repeat top left;
}

#CONTENT .SEARCH_CLOUD li{
	display: inline;
}

/*

*/

#CONTENT .GALLERY{
	width: 500px;
	list-style: none;
	margin: 0 auto;
}
 
#CONTENT .GALLERY li{
	float: left;
	padding: 5px;
	width: 90px;
	height: 90px;
	text-align: center;
}

/*

*/

#CONTENT .FREEFORM{
	font-size: 10pt;
}

#CONTENT .FREEFORM *{
	margin: 0;
	padding: 0;
	float: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: auto;
	height: auto;
	clear: none;
	background: transparent;
}

#CONTENT .FREEFORM p{
	margin: 4px;
}

#CONTENT .FREEFORM h1{
	font-size: 16pt;
}

#CONTENT .FREEFORM h2{
	font-size: 14pt;
}

#CONTENT .FREEFORM h3{
	font-size: 12pt;
}

#CONTENT .FREEFORM h4{
	font-size: 10pt;
}

#CONTENT .FREEFORM ol,
#CONTENT .FREEFORM ul{
	margin: 4px 32px 4px 32px;
}

/*

*/

#CONTENT .wysiwyg_form{
	border: 1px solid #ccc
}

#CONTENT .wysiwyg_form iframe{
	width: 100%;
	height: 300px;
	margin: 0;
	border: none;
	overflow: auto;
	font-size: 12px;
	background: #ffffff;
}

#CONTENT .toolbar{
	padding: 5px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	background: #f9f9f9
}

#CONTENT * html .toolbar{
	height: 0
}

#CONTENT .toolbar *{
	display: block;
	margin: 0 1px;
	padding: 1px 2px;
	border: 1px solid #eee;
	width: 16px;
	height: 16px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	cursor: default
}

#CONTENT * html .toolbar *{
	width: 22px;
	height: 18px
}
#CONTENT .toolbar *:hover{
	background-color: #ffffb0;
	border-color: #999
}

#CONTENT .toolbar .spacer{
	border: none;
	width: 0px;
	margin: 2px 5px;
	border-right: 2px solid #ccc
}
#CONTENT .toolbar .strong{background-image:url(/extras/images/icons/strong.png)}
#CONTENT .toolbar .em{background-image:url(/extras/images/icons/em.png)}
#CONTENT .toolbar .u{background-image:url(/extras/images/icons/underline.png)}
#CONTENT .toolbar .superscript{background-image:url(/extras/images/icons/superscript.png)}
#CONTENT .toolbar .subscript{background-image:url(/extras/images/icons/subscript.png)}
#CONTENT .toolbar .left{background-image:url(/extras/images/icons/left.png)}
#CONTENT .toolbar .center{background-image:url(/extras/images/icons/center.png)}
#CONTENT .toolbar .right{background-image:url(/extras/images/icons/right.png)}
#CONTENT .toolbar .indent{background-image:url(/extras/images/icons/indent.png)}
#CONTENT .toolbar .outdent{background-image:url(/extras/images/icons/outdent.png)}
#CONTENT .toolbar .h1{background-image:url(/extras/images/icons/h1.png)}
#CONTENT .toolbar .h2{background-image:url(/extras/images/icons/h2.png)}
#CONTENT .toolbar .h3{background-image:url(/extras/images/icons/h3.png)}
#CONTENT .toolbar .ul{background-image:url(/extras/images/icons/ul.png)}
#CONTENT .toolbar .ol{background-image:url(/extras/images/icons/ol.png)}
#CONTENT .toolbar .p{background-image:url(/extras/images/icons/p.png)}
#CONTENT .toolbar .img{background-image:url(/extras/images/icons/img.png)}
#CONTENT .toolbar .link{background-image:url(/extras/images/icons/link.png)}
#CONTENT .toolbar .unlink{background-image:url(/extras/images/icons/unlink.png)}
#CONTENT .toolbar .clean{background-image:url(/extras/images/icons/clean.png)}
#CONTENT .toolbar .toggle{background-image:url(/extras/images/icons/code.png)}

#CONTENT .toolbar.disabled *{
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30)
}

#CONTENT .toolbar.disabled *:hover{
	background-color: transparent;
	border-color: #eee
}

#CONTENT .toolbar.disabled .toggle{
	background-image: url(/extras/images/icons/html.png);
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100)
}


#CONTENT .hidden{display:none !important}



#CONTENT .POLL_RESULT {
	height: 15px;
	background: #ff0000;
	border: 1px solid #000000;
	margin: 2px;
}

#CONTENT .POLL_RESULT_0 {
	background: #00ff00;
}

#CONTENT .POLL_RESULT_1 {
	background: #ff0000;
}

#CONTENT .POLL_RESULT_2 {
	background: #0000ff;
}

#CONTENT .POLL_RESULT_3 {
	background: #ff00ff;
}

#CONTENT .POLL_RESULT_4 {
	background: #ffff00;
}

#CONTENT .POLL_RESULT_5 {
	background: #00ffff;
}
