/* #######################  GENERAL SETTINGS ############################ */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body#mainbg {
	background-color: #3c6a8b;
	background-image: url(mbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

body.fs1{
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}
body.fs3{
	font-size: 12px;
}
body.fs4{
	font-size: 13px;
}
body.fs5{
	font-size: 14px;
}
body.fs6{
	font-size: 15px;
}

/*  Global Formatting */
h1 {font-size:1.4em;line-height: 1em;font-weight: 900;}
h2 {font-size:1.3em;line-height: 1em;font-weight: 900;}
h3 {font-size:1.2em;line-height: 1em;font-weight: 900;}
h4 {font-size:1.1em;line-height: 1em;font-weight: 900;}
h5 {font-size:1em;line-height: 1em;font-weight: 900;}
h6 {font-size:0.9em;line-height: 1em;font-weight: 900;}
td{font-size: .9em;}
th{font-size: .9em;}
a {color: #CC6600;}
a:hover {color: #659FDE;}
a:visited {color: #CC6600;}
a.image, a.image:hover  {border:0;}
li{ list-style: square;}
ul { list-style: square;}

/* #######################  END GENERAL SETTINGS ############################ */


/* ######################  LAYOUT SETTINGS       ############################## */
.maincontainer {
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 20px;
}
.header {
	float: left;
	height: 79px;
	width: 998px;
	position: relative;
}

.header_bg {
	background-image: url(topper.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 79px;
	width: 998px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}

.mod_lang_selection {
	position: absolute;
	height: 34px;
	width: 198px;
	left: 30px;
	top: 5px;
	float: left;
	z-index: 1;
}
.mid_up_menu {
	position: absolute;
	height: 34px;
	top: 5px;
	width: 400px;
	left: 300px;
	float: left;
	z-index: 1;
}
.up_mod_right {
	float: right;
	position: absolute;
	top: 5px;
	right: 5px;
	height: 34px;
	width: 260px;
	z-index: 1;
}

.rss_btns {
	float: left;
	position: relative;
	margin-top: 5px;
	z-index: 1;
}

.fontresize {
	text-decoration: none;
	float: right;
	position: relative;
	right: 25px;
	margin-top: 7px;
	z-index: 1;
}

.midder {
	float: left;
	width: 998px;
	position: relative;
}
.content_container {
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -28px;
	z-index: 1;
}

.midder_bg {
	background-image: url(mid_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 998px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.left_mods {
	float: left;
	width: 198px;
	position: relative;
}
.left_mods_menu {
	float: left;
	width: 198px;
	position: relative;
	margin-bottom: 20px;
}
.menuhead {
	background-image: url(menu_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 15px;
	width: 198px;
	position: relative;
}
.menubody {
	float: left;
	width: 198px;
	position: relative;
	background-image: url(menu_mid.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 0;
}
.menufooter {
	background-image: url(menu_btm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 10px;
	width: 198px;
	position: relative;
	z-index: 1;
	top: -2px;
}
.left_mods_rest {
	float: left;
	width: 190px;
	position: relative;
}
.mid_container {
	width: 509px;
	position: relative;
	float: left;
	margin-left: 17px;
}
.mid_top_mod {
	float: left;
	margin-bottom: 21px;
	position: relative;
	width: 509px;
}
.mid_content {
	float: left;
	width: 509px;
	position: relative;
}
.right_mods {
	float: right;
	width: 198px;
	position: relative;
	height:250px;
}
.footer {
	float: left;
	width: 998px;
	position: relative;
	height: 42px;
	z-index: 2;
	margin-bottom: 15px;
}

.footer_container {
	float: left;
	width: 998px;
	position: relative;
	z-index: 99;
}

.footer_bg {
	background-image: url(btm.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 998px;
	height: 42px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.copyright {
	float: left;
	position: relative;
	height: 42px;
	line-height: 42px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	width: 420px;
	margin-left: 20px;
}
.validate {
	float: left;
	width: 509px;
	position: relative;
	font-size: 1em;
	text-align: center;
	margin-top: 12px;
	margin-left: 5px;
}
.powered {
	float: right;
	width: 170px;
	position: relative;
	height: 42px;
	line-height: 42px;
}

.powered a:link,
.powered a:active,
.powered a:visited {
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.powered a:hover {
	text-decoration: underline;
}

.center_section {
	margin-left: auto;
	position: relative;
	width: 509px;
	margin-bottom: 30px;
	margin-right: auto;
}

.imoveis_item {
	float: left;
	width: 509px;
	margin-bottom: 30px;
	position: relative;
}

.center_section_dhead {
	background-image: url(tbar_obj_short.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 29px;
	width: 509px;
	position: relative;
}

.center_section_hhead {
	position: relative;
	float: right;
	right: 4px;
	top: 2px;
}

.c_section_header {
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	line-height: 29px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 29px;
	position: relative;
	text-align: left;
	text-indent: 5px;
}
.center_section_container {
	float: left;
	width: 509px;
	position: relative;
	height: 130px;
	background-image: url(central_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.center_section_container2 {
	float: left;
	width: 509px;
	position: relative;
	background-image: url(central_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.center_section_pic {
	height: 114px;
	width: 171px;
	position: relative;
	float: left;
	margin: 10px;
}

.center_section_pic img {
	border: 1px solid #000000;
}

.center_section_desc {
	float: right;
	height: 124px;
	width: 315px;
	position: relative;
}
.central_desc {
	float: left;
	height: 95px;
	width: 305px;
	position: relative;
	margin-top: 10px;
}
.central_place {
	float: left;
	height: 25px;
	width: 200px;
	position: absolute;
	top: 100px;
	right: 110px;
	line-height: 25px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	font-weight: bold;
	color: #6EA600;
	text-transform: capitalize;
}
.central_readon {
	float: right;
	height: 25px;
	width: 100px;
	position: absolute;
	left: 205px;
	top: 100px;
	line-height: 25px;
}
.creadon:link,
.creadon:visited,
.creadon:active {
	background-image: url(readon_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 25px;
	width: 100px;
	position: relative;
	text-align: center;
	line-height: 25px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	color: #fefcfc;
	display: block;
}

.creadon:hover {
	text-decoration: underline;
}

.central_footer {
	background-image: url(central_fter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 5px;
	width: 509px;
	position: relative;
}

.moduletable-searchmod {
	background-image: url(mods_mid.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-bottom: 10px;
	float: left;
	width: 198px;
	position: relative;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	font-weight: bold;
	color: #fefdfd;
	text-align: left;
}

.moduletable-searchmod h3 {
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-style: normal;
	color: #8ed400;
	text-decoration: none;
	background-image: url(left_mods_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	float: left;
	height: 38px;
	width: 198px;
	position: relative;
	line-height: 38px;
	text-indent: 18px;
	text-transform: uppercase;
	left: 1px;
}

.moduletable-destaques {
	float: left;
	width: 198px;
	position: relative;
	left: -2px;
	background-image: url(mods_mid.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-bottom: 10px;
}
.moduletable-destaques h3 {
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(destaques_head.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	float: left;
	height: 37px;
	width: 198px;
	position: relative;
	line-height: 37px;
	text-indent: 18px;
	text-transform: uppercase;
}
.moduletable-destaques span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 198px;
	position: relative;
}

.sliderwrapper {
	float: left;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 198px; /*width of featured content slider*/
	height: 520px;
	left: 0px;
}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	background-image: url(mods_mid.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	width: 198px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	float: left;
}

.pagination {
	visibility: hidden;
}

.hotfoot {
	background-image: url(rfooter.jpg) no-repeat center top;

	height: 8px;
	width: 198px;
	float: left;
	position: relative;
}

.left_sectiontableentry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 198px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.left_sectiontableentry_destaques {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 198px;
	float: left;
	position: relative;
}

.left_sectiontableentry_title {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	position: relative;
	margin-bottom: 5px;
	margin-left: 2px;
	width:170px;
}

.left_sectiontableentry_img {
	position: relative;
	text-align: center;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}

.left_sectiontableentry_location{
	font-family: "Trebuchet MS";
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	position: relative;
	padding-top: 4px;
	width: 100px;
}

.left_sectiontableentry_price{
	font-family: "Trebuchet MS";
	font-size: 1em;
	color: #8ed400;
	text-decoration: none;
	float: left;
	position: relative;
	padding-bottom: 6px;
	width: 100px;
}

.property_title {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}

.left_align_lists {
	text-align: left;
	position: relative;
	margin-top: 6px;
	left: 15px;
}

.left_align_separator {
	float: left;
	position: relative;
	width: 198px;
	height: 2px;
	background-image: url(separator_right_mods.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
}

.left_align_icon {
	background-image: url(house_icon.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 22px;
	width: 23px;
	position: relative;
	margin-top: 13px;
	margin-left: 22px;
}

.moduletable-topmcontent {
	float: left;
	height: 235px;
	width: 509px;
	position: relative;
	margin-top: 2px;
}

.upper_btns {
	float: right;
	width: 250px;
	height: 34px;
	position: relative;
	text-align: right;
}

.moduletable-lastprop {
	float: left;
	width: 198px;
	font-size: 12px;
	position: relative;
	left: -2px;
	background-image: url(mods_mid.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.moduletable-lastprop2 {
	float: left;
	width: 130px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: center top;
	height:150px;
}


.moduletable-lastprop h3 {
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(left_mods_top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	float: left;
	height: 38px;
	width: 198px;
	position: relative;
	line-height: 38px;
	text-indent: 18px;
	text-transform: uppercase;
	left: 1px;
}
.moduletable-lastprop span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 198px;
	position: relative;
}

.moduletable-searchref {
	background-image: url(mods_mid_sr.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-bottom: 10px;
	float: left;
	width: 198px;
	position: relative;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	font-weight: bold;
	color: #fefdfd;
	text-align: left;
}

.moduletable-searchref h3 {
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-style: normal;
	color: #8ed400;
	text-decoration: none;
	background-image: url(left_mods_top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	float: left;
	height: 38px;
	width: 198px;
	position: relative;
	line-height: 38px;
	text-indent: 18px;
	text-transform: uppercase;
	left: 1px;
}

.moduletable-topmenu {
	height: 34px;
	width: 400px;
	left: 300px;
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-weight: bold;
	color: #fefdfd;
	text-decoration: none;
	text-align: center;
	line-height: 34px;
}

.mainlevel-nav {
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-weight: bold;
	color: #fefdfd;
}

a.mainlevel-nav:link,
a.mainlevel-nav:active,
a.mainlevel-nav:visited {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-weight: bold;
	color: #fefdfd;
}

a.mainlevel-nav:hover {
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-weight: bold;
	color: #fefdfd;
}

.moduletable-lselection {
	position: relative;
	float: left;
	left: 13px;
	margin-top: 10px;
}

.jflanguageselection {
	float: left;
	position: relative;
	width:250px;
}

.jflanguageselection_flags {
	float: left;
	height: 17px;
	width: 32px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	padding-right: 15px;
}
.jflanguageselection_flags img {
	border: 0px;
}

.pnave {
	position: relative;
	float: left;
	width: 509px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.orderingtxt {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
a.orderingnb:link,
a.orderingnb:active,
a.orderingnb:visited {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
a.orderingnb:hover { text-decoration: underline; }

a.back_search_results:link,
a.back_search_results:active,
a.back_search_results:visited {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 5px;
	position: relative;
	float: left;
}
a.back_search_results:hover { text-decoration: underline; }

.tableobjinfo {
	width: 100%;
}

.mceEditorContainer {
	position: relative;
	float: left;
	width: 503px;
}

/* ######################  LAYOUT SETTINGS       ############################## */

/*##################### NAVIGATION SECTION #####################*/
/* Pathway Breadcrumbs */	
	.pathway {font-size: 0.9em;color:#333;}
	a.pathway:link {color:#659FDE;}
	a.pathway:visited {color:#659FDE;}
	a.pathway:active {color:#659FDE;}
	a.pathway:hover {color:#659FDE;text-decoration:underline;}

/* Mainlevel menu */
.mainlevel {
	height: 30px;
	width: 198px;
}

a.mainlevel:link,
a.mainlevel:visited,
a.mainlevel:active {
	text-decoration: none;
	line-height: 30px;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	background-image: url(btn_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fefcfc;
	position: relative;
	text-transform: capitalize;
}

a.mainlevel:hover {
	color: #8ed400;
	background-image: url(btn_hover.png);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}	

.mainlevel .menuitem_name {
	line-height: 30px;
	float: right;
	position: relative;
	right: 50px;
	text-align: right;
}
/* End Mainlevel menu */
	
/* Sub Menu */
.sublevel{height: 18px;}

a.sublevel{	display: block;
	background: #A0A0A0;
	color: #FFFFFF;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
		}

   a.sublevel:hover {
	display: block;
	color: #FFFFFF;
	background: #822C0F;}
/* End Sub Menu */
	
/* Add Custom Menus */

/* Add Custom Menus */
		
/*##################### NAVIGATION SECTION #####################*/	

/* ##################### STANDARD MODULE TABLE  #################*/	
table.moduletable {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.moduletable th { 
background: #2F3E57;
height: 18px;  
color: #FFFFFF;
}

table.moduletable td {height: 18px;}

/* Add here Custom Modules */

/* End Custom Modules */

/* ##################### END STANDARD MODULE TABLE  #################*/	


/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/
.contentheading {
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	background-image: url(tab_topper.gif);
	position: relative;
	height: 33px;
	width: 509px;
	font-family: "Trebuchet MS";
	line-height: 33px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	top: -2px;
}
.contentheading {
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	background-image: url(tab_topper.gif);
	position: relative;
	height: 33px;
	width: 509px;
	font-family: "Trebuchet MS";
	line-height: 33px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	top: -2px;
}
.contentheading4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	background-image: url(tab_topper.gif);
	position: relative;
	height: 33px;
	width: 509px;
	font-family: "Trebuchet MS";
	line-height: 33px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	top: -2px;
	left: -2px;
}
.contentheading-srch {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	position: relative;
	height: 26px;
	width: 509px;
	font-family: "Trebuchet MS";
	line-height: 26px;
	float: left;
	left: -2px;
	background-image: url(top_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contentheading2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #6DA601;
	position: relative;
	height: 33px;
	width: 509px;
	font-family: "Trebuchet MS";
	float: left;
}
/* content title and links */
.contentpagetitle {}

/* top box like a category description */
.contentdescription {}

/* Main Body Text */
.contentpane {
	background-image: url(bod_tab_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 509px;
	position: relative;	
}

.tableborder {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

.contentpaneopen {
}

.contentpaneopen2 {
	position: relative;
	float: left;
	width: 509px;
}
.contentpaneopen2 td {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

.contentbg {
	background-image: url(bod_tab_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 509px;
	position: relative;
	margin-top: 10px;
	text-align:justify;
}

.contentpaneopen .thistr1 {
	position: relative;
	float: left;
	width: 509px;
}

.contentpaneopen .thistr {
	position: relative;
	float: right;
	right: 20px;
	
}
/* Main Body Text */

/* article rating */
.content_rating {font-weight: normal;font-size:.8em;}
.content_vote {font-weight: normal;font-size: .8em;}

/* icons */
.buttonheading{
	position: relative;
	float: right;
	margin-left: 5px;
	font-size: 1em;
}
.pop-ups {float: right;}
a.pop-up {border-bottom: 0;}

/* Dates */
.createdate {color: #666; font-size:.8em; font-weight: normal;}
.modifydate {font-size: 10px;color: #666;text-decoration: none;font-weight: normal;}
.newsfeeddate {font-size: 10px;color: #FF6600;font-weight: normal;}
/* Dates */

/* Writen by Authors name */
.small {
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	font-weight: normal;
}

/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav{
	font-size: 1em;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
}
.pagebar{font-size: 12px;}
.pagenav_prev{font-size: 14px;  color: #FF6600; }
.pagenav_next{font-size: 14px;  color: #FF6600; }
a.pagenav {
	font-size: 1em;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	text-decoration:none;
	font-weight: bold;
}
a.pagenav:hover {
	text-decoration:underline;
	font-weight: normal;
}
.pagenavcounter{	height: 15px;  }
.back_button{font-size: 1em; height: 15px;  }	

/* Read more link */
.readon{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 13px; color:#FF6600;font-weight: bold;
}


/* Article index  {mospagebreak} */
table.contenttoc {
	padding: 0px;
	margin: 2px;
	font-size: 12px;
	}
	
table.contenttoc th {
background: #2F3E57; 
color: White;
}
	
table.contenttoc td {padding: 2px;}

/* Links article index */
	a.toclink:hover, a.toclink:visited, a.toclink:link {	height: 18px; }
/* End Article index  */

/*  component heading */
.componentheading {
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	margin-top: 10px;
	background-image: url(tab_topper.gif);
	position: relative;
	height: 33px;
	width: 509px;
	font-family: "Trebuchet MS";
	line-height: 33px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}
	
/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	background-color : #D3D3D3;
	color : #333;
	font-weight : bold;
	border-collapse: collapse;
	font-size: 11px;
	}

/* Table odd and Even Rows */
.sectiontableentry1 {background-color : #FFFFFF;font-size: 11px;}
.sectiontableentry2 {background-color : #EBEBEB;font-size: 11px;}
.sectiontablefooter{	height: 18px; }
/* End Sectiontable */

/* Category */
.category {color:#333;}
a.category:link, a.category:visited, a.category:hover  {	height: 15px;  }
/* End category */


/* blogsection */
.blog {background-color : #FFFFFF;}
.blogsection{	height: 18px;  }
.blog_more{	height: 18px; clear: both;}
.blog_heading {	height: 18px;  }
/* space from bottom of article */
.article_seperator{}
/* End blogsection */

/* Search Form Module*/
.search {height: 18px;}
/* results if not search google */
.searchintro{height: 18px;}
/*Search Form keyword highlight*/
.highlight {
border: 1px dashed #010101;
background: #DDEEFF;
padding: 0px 2px 0px 2px;}
/* End Search Form */

/* wrapper title */
.wrapper{background-color : #FFFFFF;}
/* ############# END CONTENT - SECTIONS & CATEGORIES ###########################*/
	

/* ##################### FORM SECTION  #####################*/	
form{font-size: 12px}
input {
font-family: Arial, Verdana, Helvetica, sans-serif; 
background-color:#FFFFFF; font-size: 13px; color: #333;
}
.inputbox {background: White;}
.text_area {background: White;}
/* Pull down menu */
.selectbox {width: 100%;}
/* Submit Button */
.tableborder .button {
	background-image: url(readon_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 25px;
	width: 100px;
	position: relative;
	text-align: center;
	line-height: 22px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	color: #fefcfc;
	border: 0px none #666666;
}

.button-search {
	background-image: url(btn_srch.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 23px;
	width: 98px;
	position: relative;
	text-align: center;
	line-height: 18px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	color: #fefcfc;
	border: 0px none #666666;
}

/* Contact Email Form */
.contact_email {margin: 0px;padding: 5px;}
/* ##################### END FORM SECTION  ##################### */	

/* ###################### TABBED EDITING ###################### */
/*When user login to edit or sumbit articles*/
/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
   }
		
.code {
	font-family: courier, serif;
	font-size: 1.2em;
	padding: 2px;
	background-color: #f0f0f0;
	color: blue;
	border: 1px solid #d5d5d5;
	margin: 0px;
	width: 90%;
}


/* Text passed with mosmsg url parameter */
.message {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 1em;
	color : #666;
	text-align: center;
   }

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #666666;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #FFFFFF;
	padding: .2em;
   }

.offtab {
	background-color : #cccccc;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: normal;
	padding: .2em;
   }

.edit-tabs {
   padding: 1em;
   background: none;
   }

.tabpadding {padding:1px;}

.tabheading {
	background-color: #FF6600;
	text-align: left;
   }

.pagetext {
	visibility: hidden;
	display: none;
   }

	/*Body of the form*/
.adminform{background-color : #FFFFFF;}
/* ###################### End TABBED EDITING ###################### */
