/* *********************** GENERAL SETTINGS     *********************** */
body{
	font: 12px Tahoma, Arial, Helvetica, sans-serif; 
	color: #646464;
	background: #41516b url(../images/body_bg.jpg) repeat-x top center;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
/* CSS global reset for all browsers */ 
* { padding: 0px; margin: 0px; }
/*  Global Formatting */
h1 {font-weight: normal; font-size: 24px; color: #3472b5; letter-spacing: -1px; line-height: 24px; text-transform: none;}
h2 {font-weight: normal; font-size: 20px; color: #3472b5; letter-spacing: 0px; line-height: 18px; text-transform: none;}
h3 {font-weight: normal; font-size: 18px; color: #3472b5; line-height: 20px; text-transform: none;}
h4 {font-weight: bold; font-size: 16px; color: #3472b5; line-height: 14px; text-transform: none; }
h5 {font-weight: bold; font-size: 14px; color: #3472b5; line-height: 13px; text-transform: none; }
h6 {font-weight: bold; font-size: 12px; color: #3472b5; line-height: 12px; text-transform: none;}

h1.orange {font-weight: normal; font-size: 24px; color: #f49700; letter-spacing: -1px; line-height: 24px; text-transform: none;}
h2.orange {font-weight: normal; font-size: 20px; color: #f49700; letter-spacing: 0px; line-height: 18px; text-transform: none;}
h3.orange {font-weight: normal; font-size: 18px; color: #f49700; line-height: 20px; text-transform: none;}
h4.orange {font-weight: bold; font-size: 16px; color: #f49700; line-height: 14px; text-transform: none; }
h5.orange {font-weight: bold; font-size: 14px; color: #f49700; line-height: 13px; text-transform: none; }
h6.orange {font-weight: bold; font-size: 12px; color: #f49700; line-height: 12px; text-transform: none;}
a.orange {color: orange;}

h1.black {font-weight: normal; font-size: 24px; color: #646464; letter-spacing: -1px; line-height: 24px; text-transform: none;}
h2.black {font-weight: normal; font-size: 20px; color: #646464; letter-spacing: 0px; line-height: 18px; text-transform: none;}
h3.black {font-weight: normal; font-size: 18px; color: #646464; line-height: 20px; text-transform: none;}
h4.black {font-weight: bold; font-size: 16px; color: #646464; line-height: 14px; text-transform: none; }
h5.black {font-weight: bold; font-size: 14px; color: #646464; line-height: 13px; text-transform: none; }
h6.black {font-weight: bold; font-size: 12px; color: #646464; line-height: 12px; text-transform: none;}

hr {
	border: none;
	height: 1px;
	background: #cccccc;
}

div.alert {
	background: #edf0f4 url(../images/alert_ico.gif) no-repeat 10px 5px;
	border: 1px solid #d7dee7;
	padding: 10px 10px 10px 50px;
	margin: 5px 0px;
}

div.download {
	background: #edf0f4 url(../images/download_ico.gif) no-repeat 10px 5px;
	border: 1px solid #d7dee7;
	padding: 10px 10px 10px 50px;
	margin: 5px 0px;
}

div.info {
	background: #edf0f4 url(../images/info_ico.gif) no-repeat 10px 5px;
	border: 1px solid #d7dee7;
	padding: 10px 10px 10px 50px;
	margin: 5px 0px;
}

div.tip {
	background: #edf0f4 url(../images/tip_ico.gif) no-repeat 10px 5px;
	border: 1px solid #d7dee7;
	padding: 10px 10px 10px 50px;
	margin: 5px 0px;
}



a {color: #3472b5; text-decoration: underline;}
a:hover {color: #3472b5; text-decoration: none;}
a.image, a.image:hover, img  {
	border: none;
	text-align: center;
}
li{ margin-left: 25px; }
ul { }
ul li {
	background: #ffffff url(../images/orange_dot.gif) no-repeat left;
	list-style: none;
	padding-left: 20px;
	margin-left: 10px;
}

#right_col p {
	margin: 11px 0px;
	font-size: 12px;
	color: #5F5F5F;
}

#right_col .button {
	background: none;
	width:auto;
}

fieldset {
	width: 90%;
	padding: 5px;
	border: 1px solid #eee;
}
.both {
	clear: both;
}

/* *********************** END GENERAL SETTINGS *********************** */


/* *********************** Start PollXT *********************************** */
#pollxtOptCol .label_radio {
        width: 100%;
}

#pollxtOptCol input {
        margin-right: 10px;
}
/* *********************** End PollXT *********************************** */

#content {
	margin: 0px auto;
	width: 100%;
	padding-left: 8px;
}

#top { 
	padding: 0px; 
	margin: 0px;
	background: transparent url(../images/top_panel_bg.jpg) no-repeat top center;
	height: 182px; 
	width: 100%;
	clear: both;
	position: relative;
} 

#top #top_left_line {
	background: #000000 url(../images/top_left_ref_line.jpg) no-repeat top left;
	height: 182px;
	padding-left: 0px;
	width: 3px;
	float: left;
}

#top #top_right_line {
	background: #000000 url(../images/top_right_ref_line.jpg) no-repeat top right;
	height: 182px;
	padding-right: 0px;
	width: 3px;
	float: right;
}

#top #top_center {
	float: left;
	height: 182px;
	background: transparent;
	position: relative;
}

#top #top_center #logo {
	width: 270px;
	height: 153px;
	position: absolute;
	top: 10px;
	left: 30px;
}

#top #top_center #l_shadow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 204px;
	height: 182px;
}

#top #r_shadow {
	float: right;
	position: absolute;
	top: 0px;
	right: 9px;
	width: 204px;
	height: 182px;
}

/* ******************************************* menu ***************************************** */
#menu {
	padding: 0px;
	margin: 0px;
	height: 37px;
	background: transparent url(../images/menu_bg.jpg) repeat-x top left;
}

#menu #m_l {
	background: transparent url(../images/m_l_bg.jpg) no-repeat top left;
	height: 37px;
}

#menu #m_r {
	background: transparent url(../images/m_r_bg.jpg) no-repeat top right;
	height: 37px;
}

#menu #uls {
	text-align: left;
	padding-right: 12px;
	padding-top: 0px;	
	padding-left: 18px;
	position: relative;
}

#menu #events {
	text-align: left;
	padding-right: 8px;
	padding-top: 0px;	
	padding-left: 10px;
	position: relative;
}

#menu table.moduletable {
	margin: 0px;
	padding: 0px;
}

#menu #uls table.moduletable td {
	background: none;
}

#menu #uls ul {
	list-style: none; 
	text-align: left; 
	padding-top: 0px;
	float: left;
}

#mainlevel-nav li
{
	padding: 0px;
	background: transparent;
	display: inline;
	height: 34px;
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;
	float: left;
}

#mainlevel-nav li a
{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #f5f5f5;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif; 
	text-transform: none;
	background: transparent;
	padding: 9px 13px 10px 13px;
}

#mainlevel-nav li a:hover, #mainlevel-nav li a#active_menu-nav {
	color: #ffb400;
	text-decoration: none;
	background: transparent url(../images/li_a_active.gif) repeat-x top center;
	padding: 9px 13px 10px 13px;
}

#top h1 {
	font: normal 24px Tahoma, Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	letter-spacing: -1px;  
	text-transform: uppercase;
}

#top_modules {
	clear: both;
	margin: 13px auto 13px auto;
	padding: 0px;
	background: transparent;
	font-size: 12px;
}

#pathway {
	width: 100%;
	margin: 0px auto 0px auto;
	background: #5d5d5d url(../images/pathway_bg.gif) repeat-x top center;
}

/* Pathway Breadcrumbs */	
.pathway {font-size: 10px;color:#f1bd47; font-weight: bold;}
#pathway a, a.pathway {color: #ffffff;text-decoration: none;}
#pathway a:hover, a.pathway:hover {color: #ffffff;text-decoration: underline;}

#pathway span.pathway {
	padding-left: 20px; 
	padding-top: 10px;
	display: block;
	color: #f1bd47;
}

#pathway #pathleft {
	background: transparent url(../images/pathway_l_bg.gif) no-repeat top left;
}

#pathway #pathright {
	background: transparent url(../images/pathway_r_bg.gif) no-repeat top right;
}

#main_l {
	padding: 0px; 
	margin: 0px;
	clear: both;
	width: 100%;
	background: #ffffff url(../images/main_l_col_bg.gif) repeat-y top left;
} 

#main_r {
	padding: 0px; 
	margin: 0px;
	clear: both;
	width: 100%;
	background: transparent url(../images/main_r_bg.gif) repeat-y top right;
} 

#main {
	clear: both;
	margin: 0px 6px;
}

#main #left_col {
	width: 210px;
	background: transparent;
	padding: 0px;
	margin: 0px;
	float: left;
}

#main #right_col {
	margin: 0px;
	padding: 0px;
	float: left;
}

#mosright {	float: right; width: 190px; padding:0px 10px; background: transparent; text-align: center; }

#main #mcontent {
	margin: 0px;
	padding: 0px;
	background: transparent;
	padding-left: 10px;
}

#main #mcontent .padding {
	padding: 20px;
}

#main #mcontent2 {
	margin: 0px;
	padding: 0px 0px 0px 2%;
	background: transparent;
	width: 97%;
}

#main #mcontent2 .padding {
	padding: 10px 3px;
	magin: 0px;
}

#mosright table.moduletable th, #mosright h3 { 
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif; 
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
	background: transparent url(../images/right_h3_bg.gif) no-repeat bottom center;
	width: 190px;
	margin-bottom: 10px;
}

#mosright .moduletable {
	margin-bottom: 10px;
}

/* Ex. modules classes */

#right_col #mosright div.module {
	background: #ffffff url(../images/right_col_bg.jpg) repeat-y top center;
	display: block;
	width: 190px;
	padding: 0px;
	margin: 10px 0px;
	border: none;
}

#right_col #mosright div.module div {
	background: transparent url(../images/right_col_footer.jpg) no-repeat bottom center;
	display: block;
	padding: 0px;
}
#right_col #mosright div.module div div {
	background: transparent url(../images/right_col_header.jpg) no-repeat top center;
	padding: 0px;
}
#right_col #mosright div.module div div div {
	color: #646464;
	padding: 5px 4px 8px 4px;
	text-align: center;
}

#right_col #mosright div.module div div div div {
	margin: 0px;
	padding: 0px;
}

#right_col #mosright div.module h3 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 16px;
	text-transform: none;
	font: bold 12px Tahoma, Arial, Times, serif;
	text-indent: 0px;
}

#right_col #mosright div.module table td div {
	background: none;
	margin: 0px;
	padding: 0px;
	height: 21px;
	line-height: 16px;
}

/* end of ex. modules classes */


/******/

.white_space {
	height: 20px;
	display: block;
}

.sep {
	display: block;
	height: 10px;
	clear: both;
}

#footer {
	margin: 0px auto;
	width: 100%;
	background: #41516b url(../images/footer_bg.gif) repeat-x top center;
	clear: both;
	color: #d7d7d7;
}

#footer_l {
	background: transparent url(../images/footer_l_bg.gif) no-repeat top left;
}

#footer_r {
	background: transparent url(../images/footer_r_bg.gif) no-repeat top right;	
	height: 56px;
}

#footer p {
	color: #d7d7d7;
	text-align: center;
	line-height: 16px;
	padding-top: 10px;
	font-size: 11px;
}

#footer p a {
	text-decoration: none;
	color: #dcdcdc;
	font-weight: normal;
}

#footer p a:hover {
	text-decoration: underline;
}

/* *********************** END LAYOUT SETTINGS  *********************** */

/* *********************** NAVIGATION SECTION   *********************** */

/* Mainlevel menu */
.mainlevel { 
	height: 30px;
	width: 180px;
}

a.mainlevel {
	background: transparent url(../images/a_link.jpg) no-repeat left;
	color: #cfe6ff;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif; 
	line-height: 30px;
	text-transform: none;
	padding: 1px 0px 1px 30px;
	text-decoration: none;
	display: block;
	text-align: left;
}
	
a.mainlevel:hover {
	color: #ffffff;
	text-decoration: none;
}

#active_menu, #active_menu:hover {
	background: transparent url(../images/a_hover.jpg) no-repeat left;
	color: #ffffff;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif; 
	line-height: 30px;
	text-transform: none;
	padding: 1px 0px 1px 30px;
	text-decoration: none;
	display: block;
	text-align: left;
}

/* End Mainlevel menu */
	
/* Sub Menu */
.sublevel { height: 20px; width: 175px;  }

a.sublevel, a.sublevel#active_menu  {
	background: transparent;
	color: #cfe6ff;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif; 
	text-transform: none;
	text-decoration: none;
	text-align: left;
	float: left;
	display: block;
	line-height: 20px;
	padding: 2px 0px 2px 30px;
}

a.sublevel:hover {
	color: #ffffff;
	text-decoration: none;
}

table.moduletable td table div {
	padding: 0px;
	margin-left: 18px;
	height: 20px;
}

a.sublevel {
	background: transparent;
	color: #666666;

	font-size: 11px;
	font-weight: normal;
	padding: 3px 0px 4px 15px;
	margin: 0px;
	text-decoration: none;
}

a.sublevel:hover {
	color: #cc0000;
	background: transparent;
	text-decoration: underline;
}
/* End Sub Menu */

/* Add Custom Menus */

/* Ad Custom Menus */

/* *********************** END NAVIGATION SECTION ********************* */

/* *********************** STANDARD MODULE TABLE  ********************* */
table.moduletable {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

#left_col table.moduletable th, #left_col .moduletable h3 {
	margin-bottom: 8px;
}

#left_col table.moduletable th, #left_col .moduletable h3, .moduletable_darkblue h3 {
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	height: 32px;
	line-height: 32px;
	text-transform: none;
	color: #ffffff;
	text-align: left;
	background: transparent url(../images/mod_h_bg.jpg) no-repeat top center;
	width: 196px;
	padding-left: 14px;
	padding-bottom: 0px;
}

#left_col div.moduletable {
	text-align: center;
	margin-bottom: 0px;
	color: #868686;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

table.moduletable td {height: 18px; text-align: center; } 

table.moduletable p {
	text-align: left;
}

/* Custom Modules */

ul.latestnews, ul.mostread {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

li.latestnews, li.mostread {
	margin: 0px !important;
	list-style: none;
	background: #ffffff url(../images/green_arrow.gif) no-repeat left;
}

li.latestnews a, li.mostread a {
	color: #FFFFFF;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif; 
	text-transform: none;
	margin-left: 0px;
	text-decoration: underline;
	text-align: left;
}

li.latestnews a:hover, li.mostread a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.search {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 21px;
	vertical-align: top;
}

.search .button {
	background: none;
	border: none;
	color: #ffffff;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif; 
	line-height: 19px;
	height: 21px;
	letter-spacing: 0px;
	vertical-align: middle;
	text-transform: none;
	padding: 0px;
	margin: 0px;
	width: 50px;
}

.search .button:hover {
	color: #ffcc00;
}

.search .inputbox {
	height: 22px;
	line-height: 21px;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif; 
	padding: 6px 2px 0px 2px;
	margin: 0px;
	width: 195px;
	background: transparent url(../images/search_input_bg.gif) no-repeat left;
	border: none;
	color: #010101;
	vertical-align: middle;
}

.search .inputbox:hover  {
	border: none;
}

/* End Custom Modules */

/* *********************** END STANDARD MODULE TABLE ********************* */

/* *********************** CONTENT - SECTIONS & CATEGORIES *********************** */

td.contentheading {
	padding: 0px;
	margin: 0px;
	font: normal 24px Tahoma, Arial, Helvetica, sans-serif; 
	letter-spacing: -1px;
	color: #3472b5;
	height: 32px;
	text-transform: none;
	background: #ffffff;
}

.contentheading table td {
	letter-spacing: 0px;
	font-weight: bold;
}

/* content title and links */
.contentpagetitle {
	background-color : transparent;
	font-size: 12px;
}
a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited 
{text-decoration: none;font-weight: normal; color: #3472b5; }
a.contentpagetitle:hover { color: #3472b5; text-decoration: none; }

/* top box like a category description */
.contentdescription {
	background-color : transparent;
	padding: 10px 0px;
}

/* Main Body Text */
.contentpane {background: transparent;}

.contentpaneopen { background-color: transparent; line-height: 16px; }

/* Main Body Text */

/* article rating */
.content_rating { color: #646464; font: bold 10px Tahoma, Arial, Helvetica, sans-serif; vertical-align: middle; }
.content_rating img { vertical-align: middle; }
.content_vote {font-weight: normal;font-size: .8em;}

/* icons */
.buttonheading{font-size: 12px;}
.pop-ups {float: right;}
a.pop-up {border-bottom: 0;}

/* Dates */
.createdate {color: #e77312; font-size: 12px; font-weight: bold; text-transform: none; }
.modifydate {color: #cccccc; font-size: 11px; font-style: normal; text-transform: none;}
.newsfeeddate {font-size: 11px; color: #999; font-weight: normal;}
/* Dates */

/* Writen by Authors name */
.small { 
	color: #646464;
	fot-size: 10px;
	line-height: 17px;
	margin: 0px; padding: 0px;
	text-transform: none;
	font-weight: bold;
}

/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav {
	font-size: 11px;
	color: #333;
}
.pagebar{font-size: 11px; font-weight: bold;}
.pagenav_prev{font-size: 11px; color: #999; }
.pagenav_next{font-size: 11px; color: #999; }
a.pagenav {color: #cc3300; text-decoration: underline; font-weight: normal; }
a.pagenav:hover {color: #cc3300; text-decoration: none; font-weight: normal; }
.pagenavcounter{	height: 15px;  }
.back_button{font-size: 11px; letter-spacing: 1px; height: 15px; margin: 5px 0px; text-transform: uppercase; font-weight: bold; }

/* Read more link */
.readon {
	font-weight: bold;
	text-decoration: none;
	color: #646464;
	background: #ffffff url(../images/read_more_bg.gif) no-repeat top left;
	font-size: 12px;
	width: 95px;
	height: 19px;
	display: block;
	padding-top: 3px;
        padding-left: 3px;
	text-align: left;
	position: relative;
	left: 650px;
}

.readon:hover {
	text-decoration: none;
	color: #333333;
}

/* Article index   */
table.contenttoc {
	padding: 0px;
	margin: 2px;
	font-size: 11px;
	}
	
table.contenttoc th {
	background: transparent; 
	color: #06c;
}
	
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 {
	text-align: right;
	background-color: #ffffff;
	line-height: 48px;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	background-color : #CCC;
	color : #666666;
	border-collapse: collapse;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
}

/* Table odd and Even Rows */
.sectiontableentry1 {
	background-color: transparent;
	color: #666666;
	font-size: 11px; 
	padding: 4px 8px !important;
	text-align: left;
}

.sectiontableentry2 {
	background-color: transparent;
	color: #666666;
	font-size: 11px; 
	padding: 4px 8px !important;
	text-align: left;
}

#right_col .sectiontableentry1 {
	background: transparent;
	color: #666666;
	border-bottom: 1px solid #d0d0d0;
	vertical-align: middle;
}

#right_col .sectiontableentry2 {
	background: transparent;
	color: #666666;
	border-bottom: 1px solid #d0d0d0;
	vertical-align: middle;
}

.sectiontableentry1 td, .sectiontableentry2 td {
	padding: 2px !important;
}

.sectiontableentry1 input, .sectiontableentry2 input {
	margin: 0px; 
	padding: 0px;
	background: none;
	vertical-align: middle;
}

.sectiontableentry1 label, .sectiontableentry2 label {
	margin: 0px;
	padding: 0px;
	width: 140px;
	display: block;
}

.sectiontablefooter {
	height: 18px; 
}

table.poll {
	border: none;
	margin: 0px;
	padding: 0px 5px;
	font-size: 12px;
}

table.poll thead td {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 160px;
}

table.pollstableborder {
	margin: 0px;
	padding: 0px;
	border: none;
}

table.pollstableborder td {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/* End Sectiontable */

/* Category */
.category {color:#ccc;}
a.category:link, a.category:visited { height: 15px; color: #cc3300; text-decoration: underline;  }
a.category:hover  {	height: 15px; color: #cc3300; text-decoration: none; }
/* End category */

/* blogsection */
.blog {background-color: transparent;}
.blogsection{	height: 18px;  }
.blog_more{	display: block; padding: 10px 0px; }
.blog_heading {	height: 18px;  }
/* space from bottom of article */
.article_seperator{background: none;}
/* End blogsection */

/* Search Form Module*/
.search {height: 18px;}
/* results if not search google */
.searchintro{height: 18px;}
/*Search Form keyword highlight*/
.highlight {
	background: #f0f0f0;
	padding: 0px 4px 0px 4px;
	color: #333333;
	font-weight: bold;
}
/* End Search Form */

/* wrapper title */
.wrappe{background-color : #FFFFFF;}
/* *********************** END CONTENT - SECTIONS & CATEGORIES *********************** */

/* *********************** FORM SECTION  *********************** */	
form { 
	font-size: 11px;
	margin: 0px;
}

input {
	background-color: #FFF;
	font-size: 12px;
	color: #000;
	padding: 1px;
}

#mod_login_username, #mod_login_password {
	background: #fff;
	padding: 2px;
	margin: 3px 0px;
	width: 150px;
	border: 1px solid #cccccc;
	color: #666;
}

#mod_login_remember {
	background: none;
	border: none;
	height: 15px;
	vertical-align: middle;
}

.inputbox { background: #fff; border: 1px solid #ccc; margin: 2px 0px; color: #333; }
.text_area, textarea {background: #fff; border: 1px solid #ccc; width: 100%; color: #333; }
/* Pull down menu */
.selectbox {width: 100%;}
/* Submit Button */
.button {
	border: none;
	color: #4c5f7e;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif; 
	background: transparent url(../images/button_bg.gif);
	margin: 0px;	
	text-transform: none;
	vertical-align: middle;
	width: 95px;
	height: 22px;
}

.button:hover {
	color: #333333;
}

#left_col select, #left_col #mod_templatechooser_jos_change_template, #left_col option {
	font-weight: normal;
	background: #fff;
	color: #666;
	border: 1px solid #cccccc;
	width: 150px;
}


/* Contact Email Form */
.contact_email {margin: 0px;padding: 5px;}

#searchphraseany, #searchphraseall, #searchphraseexact {
	background: none;
}


/* *********************** 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 : Tahoma, 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 *********************** */
#wrap #main_l #main_r #main #left_col .moduletable .moduletable_darkblue table tr td {
	padding: 0px;
}
#wrap #main_l #main_r #main #right_col #mcontent2 .pagenav .padding .contentpagetitle ul li strong {
	font-size: 12px;
	color: #666;
}
#wrap #main_l #main_r #main #right_col #mcontent2 .pagenav table tr td div blockquote p font {
	color: #666;
}
#wrap #main_l #main_r #main #right_col #mcontent2 .pagenav table tr td div p font {
	color: #666;
}
#wrap #main_l #main_r #main #right_col #mcontent2 .pagenav table tr td font b {
	color: #666;
}
#wrap #main_l #main_r #main #right_col #mcontent2 .pagenav table tr td p em font font font strong {
	color: #333;
}
#wrap #main_l #main_r #main #right_col #mcontent2 .pagenav table tr td strong font {
	color: #333;
}
#wrap #main_l #main_r #main #left_col .moduletable p {
	color: #333;
}
#wrap #main_l #main_r #main #right_col #mcontent2 .pagenav .padding .contentpagetitle ul li font {
	color: #666;
	font-size: 12px;
}
