/* *********************** GENERAL SETTINGS     *********************** */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4a5766;
	background: #eceff6 url(../images/body_bg.jpg) repeat-x top left;
	margin: 0px;
	padding: 0px;
	line-height: 135%;
	height: 100%;
}

html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body.f-smaller {
	font-size: 10px;
}

body, body.default {
	font-size: 11px;
}

body.f-larger {
	font-size: 12px;
}
body.published {
	background: #AADDFF;
}

body.mceContentBody {
	background: white;
}

/* CSS global reset for all browsers  */
* { padding: 0px; margin: 0px; }
/*  Global Formatting */
h1 {font-weight: normal; font-size: 24px; color: #4a5766; letter-spacing: -1px; line-height: 30px; }
h2 {font-weight: normal; font-size: 20px; color: #4a5766; letter-spacing: -1px; text-transform: none; line-height: 26px; }
h3 {font-weight: normal; font-size: 18px; color: #4a5766; letter-spacing: 0px; line-height: 24px; text-transform: none;}
h4 {font-weight: bold; font-size: 14px; color: #4a5766; line-height: 19px; text-transform: none; }
h5 {font-weight: bold; font-size: 12px; color: #4a5766; line-height: 18px; text-transform: none; }
h6 {font-weight: bold; font-size: 11px; color: #4a5766; line-height: 17px; text-transform: none;}
a {color: #5b84c8; text-decoration: none;}
a:hover {color: #ff9300; text-decoration: none;}
a.image, a.image:hover, a img  {border:0;}
ul {
	list-style: none;
}
ul li {
	padding: 2px 0px 2px 24px;
	background: transparent url(../images/checkbox.gif) no-repeat 0px 2px;
}

#main_content ul li, #main_content2 ul li {
	width: 100%;
}
	
ol {
	padding: 5px 25px;
}

fieldset {
	width: 95%;
	padding: 15px 5px 5px 5px;
	margin: 15px 0px 0px 0px;
	border: none;
	border-bottom: 1px solid #eeeeee;
}

.both {
	clear: both;
	font-size: 1px !important;
	height: 1px !important;
	line-height: 1px !important;
	overflow: hidden;
}

input, select, label {
	vertical-align: middle;
}

p {
	padding: 5px 0px;
}

.img-left {
	float: left;
	margin-right: 7px;
}

.img-right {
	float: right;
	margin-left: 7px;
}

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

#content_background {
	width: 1000px;
	margin: 0px auto;
	padding: 0;
	background: #ffffff;
}

#site_wrapper {
	text-align: left;
	margin: 0px auto;
}

#banner {
	text-align: center;
}

#top_wrap {
	height: 42px;
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

#top_wrap #pathway {
	position: absolute;
	top: 13px;
	left: 12px;
	font-size: 11px;
}

#top_wrap #pathway strong {
	color: #35465b;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#top #f_tools {
	position: absolute;
	top: 29px;
	right: 25px;
	background: transparent url(../images/font_size_bg.jpg) no-repeat 0 0;
	width: 356px;
	height: 45px;
}

#f_tools a, #f_tools a img {
	text-decoration: none;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align: middle;
	font-weight: bold;
}

#f_tools a {
	color: #4a5766;
}

#f_tools a:hover {
	color: #f38a00;
}

#buttons {
	position: relative;
	width: 228px;
	height: 20px;
	left: 120px;
	top: 6px;
}

#buttons #plus {
	position: absolute;
	top: 1px;
	left: 0px;
}

#buttons #minus {
	position: absolute;
	top: 1px;
	left: 82px;
}

#buttons #reset {
	position: absolute;
	top: 1px;
	left: 170px;
}

#buttons strong {
	position: absolute;
	left: 30px;
	top: 4px;
	font: bold 10px Arial, Helvetica, sans-serif;
	line-height: 11px;
	color: #cccccc;
}

#wrap {
	width: 100%;
	margin: 0px;
	padding: 0px 0px;
	background: transparent;
}

#content { 
	margin: 0px auto;
	padding: 5px 5px;
	background: #ffffff;
}

#top { 
	padding: 0px; 
	width: 1000px;
	height: 308px;
	position: relative;
	background: transparent url(../images/top_bg.jpg) no-repeat top center;
} 




#top h1 {
	font: normal italic 24px Arial, Helvetica, sans-serif;
	line-height: 26px;
	color: #4a5766; 
	letter-spacing: -1px; 
	text-transform: uppercase;
	white-space: nowrap;
	position: absolute;
	top: 10px;
	left: 10px;
}

#top h1 a {
	text-decoration: none;
	color: #000000;
}





#top #newsflash {
	position: absolute;
	left: 30px;
	top: 145px;
	width: 625px;
	color: #ffffff;
	line-height: 18px;
}

#newsflash h3 {
	color: #ffffff;
	font: normal 24px Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 40px;
	margin-bottom: 20px;
	letter-spacing: -1px;
	background: transparent url(../images/newsflash_h3.gif) no-repeat 0 0;
}




}

#search {
	margin-top: 6px;
	height: 28px;
	width: 242px;
	background: transparent url(../images/search_input_bg.gif) no-repeat 0 0;
	float: right;
}

.separator {
	background: transparent url(../images/dots.gif) repeat-x top left;
	margin-top: 10px;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
}

#top #menu {
	position: absolute;
	top: 90px;
	left: 25px;
	width: 1000px;
	height: 25px;
	overflow: hidden;
}

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

#menu table.moduletable td {
	background: transparent;
}

#menu ul {
	list-style: none; 
	text-align: left; 
	padding: 0px;
	display: inline;
	margin: 0px auto;
}

#mainlevel-nav li {
	position: relative;
	padding: 7px 30px 6px 0px;
	display: block;
	white-space: nowrap;
	float: left;
	background: none;
	margin: 0px;
}

#mainlevel-nav li a {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #ffffff;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: none;
	margin: 0px;
	background: none;
}

#mainlevel-nav li a:hover {
	color: #CC0033;
	text-decoration: none;
}

#top-modules {
	clear: both;
	background: #d1d8e7 url(../images/top_modules_bg.jpg) no-repeat top center;
	padding: 25px;
}

#top-modules .moduletable {
	line-height: 18px;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

#top-modules .both {
	line-height: 1px;
	display: block;
	clear: both;
	font-size: 1px;
}

#mod_user5 h3, #mod_user6 h3, #mod_user7 h3, #mod_user8 h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #7795ba;
	margin-bottom: 4px;
	letter-spacing: -1px;
	padding: 6px 0px 8px 37px;
}

#mod_user5 h3 {
	background: transparent url(../images/mod-5-h-ico.gif) no-repeat 0 0;
}

#mod_user6 h3 {
	background: transparent url(../images/mod-6-h-ico.gif) no-repeat 0 0;
}

#mod_user7 h3 {
	background: transparent url(../images/mod-7-h-ico.gif) no-repeat 0 0;
}

#mod_user8 h3 {
	background: transparent url(../images/mod-8-h-ico.gif) no-repeat 0 0;
}

#mod_user5, #mod_user6, #mod_user7, #mod_user8 {
	float: left;
}

#mod_user5 p, #mod_user6 p, #mod_user7 p, #mod_user8 p {
	margin: 0 !important;
	padding: 5px 0px !important;
}

#bottom-modules {
	clear: both;
	padding-left: 25px;
	width: 975px;
}

.bot-module {
	float: left;
	color: #4a5766;
	line-height: 18px;
}

.module-end {
	padding-right: 0 !important;
}

#bottom-modules h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #7b98bd;
	margin-bottom: 8px;
	letter-spacing: -1px;
}

.con-module {
	width: 48%;
	float: left;
	padding-right: 1%;
}

.con-module h3 {
	color: #404040;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	padding: 5px 0px;
}

#main-cols {
	clear: both;
	width: 950px;
	padding: 25px 25px;
	background: #ffffff url(../images/main_cols_bg.jpg) no-repeat top center;
}

#col-right {
	width: 710px;
}

#col-left {
	width: 220px;
}

#col-wide {
	width: 950px;
}

/* *** *** */

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

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

#foo-mods {
	width: 1000px;
	clear: both;
	padding: 25px 0px;
	background: #d1d8e7 url(../images/foo-mods-bg.gif) repeat-x top center;
	color: #4a5766;
}

#footer {
	padding: 25px 0px 25px 0px;
	color: #7b98bd;
	width: 1000px;
	line-height: 16px;
	display: block;
	background: #f6f8fc url(../images/footer_bg.jpg) no-repeat top center;
}

#footer a {
	color: #f09224;
	text-decoration: none;
}

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

#footer p {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	line-height: 12px;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent;
	text-align: center;
}

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

/* *********************** NAVIGATION SECTION   *********************** */
/* Pathway Breadcrumbs */	
.pathway {
	font-size: 11px;
	color: #79899d;
	font-weight: bold;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	line-height: 13px;
}
a.pathway { text-decoration: none; color: #5b84c8; text-decoration: none; font-weight: normal;  }
a.pathway:hover { text-decoration: underline; font-weight: normal; }
span.pathway img {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

ul.menu li a {
	color: #4e68a9;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 12px;
	padding: 2px 0px 11px 30px;
	text-transform: none;
	text-decoration: none;
	display: block; 
	text-align: left;
	margin: 0px;
	background: transparent url(../images/li_line_bg.gif) no-repeat top left;
}
	
ul.menu li a:hover {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CC0033;
	line-height: 12px;
	text-transform: none;
	text-decoration: none;
	display: block; 
	text-align: left;
	margin: 0px;
	background: transparent url(../images/li_line_bg.gif) no-repeat top left;
}

ul.menu, ul#mainlevel {
	padding: 0px 0px 10px 0px;
	list-style: none;
}

ul.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.menu li, ul#mainlevel li {
	padding: 0px;
	margin: 0px;	
	display: block;
	background: none;
}

ul.menu ul li {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	display: block;
}

ul.menu ul li a, ul.menu ul li a:hover {
	background: transparent;
	font-size: 10px;
	font-weight: bold;
}

ul.menu ul li a:hover {
	color: #CC0033;
}

ul.menu li#current a,  
ul#mainlevel li #active_menu,
ul.menu li#current a:hover {
	color: #4e68a9;
	font-weight: bold;
}

ul.menu #current ul li a, 
ul.menu li ul li a {
	margin: 0px;
	padding: 6px 0px 7px 25px;
}

ul.menu li#current ul li a:hover,
ul.menu li ul li a:hover {
	text-decoration: none;
	margin: 0px;
	padding: 6px 0px 7px 25px;
}	

a.mainlevel {
	color: #4e68a9;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 12px;
	padding: 2px 0px 11px 30px;
	text-transform: none;
	text-decoration: none;
	display: block; 
	text-align: left;
	margin: 0px;
	background: transparent url(../images/li_line_bg.gif) no-repeat top left;
}

a.mainlevel:hover {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CC0033;
	line-height: 12px;
	text-transform: none;
	text-decoration: none;
	display: block; 
	text-align: left;
	margin: 0px;
	background: transparent url(../images/li_line_bg.gif) no-repeat top left;
}

#col-left div.moduletable * table tr td div {
	vertical-align: middle;
	line-height: 12px;
	padding: 8px 0px;
	display: block;
	clear: both;
	width: 190px;
}

div.module table td div img {
	float: left;
	width: 12px;
	height: 12px;
	display: none;
}

a.mainlevel#active_menu, a.mainlevel#active_menu:hover {
	color: #4e68a9;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 12px;
	padding: 2px 0px 11px 30px;
	text-transform: none;
	text-decoration: none;
	display: block; 
	text-align: left;
	margin: 0px;
	background: transparent url(../images/li_line_bg.gif) no-repeat top left;
}

/* End Mainlevel menu */
	
/* Sub Menu */

a.sublevel {
	background: none;
	color: #4e68a9;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px !important;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	padding: 3px 3px 6px 3px !important;
	margin: 0px !important;
	width: 174px !important;
	float: right;
	vertical-align: top;
}

a.sublevel:hover {
	color: #CC0033;
	text-decoration: none;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	padding: 5px 3px;
	margin: 0px;
	width: 170px;
}

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

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


#col-left div.module, #col-left div.module_menu, #col-left div.module_text, 
#col-nd-right div.module, #col-nd-right div.module_menu, #col-nd-right div.module_text {
	text-align: left;
	background: transparent url(../images/mod-bg.gif) repeat-y top left;
	margin-bottom: 15px;
}

#col-left div.module div, #col-left div.module_menu div, #col-left div.module_text div, 
#col-nd-right div.module div, #col-nd-right div.module_menu div, #col-nd-right div.module_text div {
	background: transparent url(../images/mod-bg-top.gif) no-repeat top center;
}

#col-left div.module div div, #col-left div.module_menu div div,#col-left div.module_text div div,
#col-nd-right div.module div div, #col-nd-right div.module_menu div div, #col-nd-right div.module_text div div {
	background: transparent url(../images/mod-bg-bot.gif) no-repeat bottom center;	
	padding: 6px;
	height: 100%;
}

#col-left div.module div div div, #col-left div.module_menu div div div, #col-left div.module_text div div div, 
#col-nd-right div.module div div div, #col-nd-right div.module_menu div div div, #col-nd-right div.module_text div div div {
	background: transparent;
	padding: 0;
}

#col-left div.module h3, #col-left div.module_menu h3, #col-left div.module_text h3, 
#col-nd-right div.module h3, #col-nd-right div.module_menu h3, #col-nd-right div.module_text h3 { 
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 11px;
	padding: 8px 0px 9px 8px;
	display: block;
	height: 12px;
	margin: 0px 0px 4px 0px;
	color: #ffffff;
	text-align: left;
	background: #ffffff url(../images/left_mod_header_bg.gif) no-repeat top left;
	letter-spacing: 0px;
	width: 200px;
}

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

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

div.syndicate {
	text-align: center;
	width: 208px !important;
	padding: 0px;
	margin: 0px;
}

div.syndicate div {
	padding: 0px;
	margin: 0px;
	width: 208px !important;
}

/* Custom Modules */

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

li.latestnews, li.mostread {
	list-style: none;
	padding: 2px 0px;
	margin: 0px;
	background: none;
}

li.latestnews a, li.mostread a {
	text-transform: none;
	text-decoration: none;
	text-align: left;
	padding-left: 25px;
	line-height: 18px;
	color: #5b84c8;
	background: transparent url(../images/arrow.gif) no-repeat left;
}

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

.search {
	padding: 1px 0px 0px 0px;
	margin: 0px;
	text-align: right;
}

.search .button {
	background: none;
	border: none;
	color: #4a5766;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 21px;
	height: 22px;
	letter-spacing: 0px;
	vertical-align: middle;
	padding: 0px;
	margin: 1px 5px 0px 5px;
	width: 54px;
}

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

.search .inputbox {
	margin: 1px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	width: 146px;
	height: 13px;
	border: none;
	color: #a8afb7;
	background: transparent;
	vertical-align: middle;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* End Custom Modules */

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

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

td.contentheading {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 20px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #7795ba;
	text-transform: none;
	letter-spacing: -1px;
	vertical-align: middle;
}

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

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

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

/* Main Body Text */
.contentpane { }

.contentpaneopen {  margin: 0px 0px 10px 0px; line-height: 18px; }

/* Main Body Text */

/* article rating */
.content_rating {font-weight: normal;font-size:10px; padding-left: 2px;vertical-align: middle;line-height: 10px;}
.content_vote {font-weight: normal;font-size: 10px;}
.content_rating img {
	vertical-align: middle;
}

.content_vote input {
	background: none;
	margin-left: 1px;
	margin-right: 1px;
}

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

/* Dates */
.createdate {color: #dc6200; font-size: 11px; font-weight: bold; text-transform: none; padding-bottom: 15px; line-height: 12px; }
.modifydate {color: #cad0d8; font-size: 10px; font-weight: normal; font-style: italic; text-transform: none; line-height: 18px; height: 20px; vertical-align: top; }
.newsfeeddate {font-size: 10px; color: #d1d1d1; font-weight: bold;}
/* Dates */

/* Writen by Authors name */
.small { 
	color: #b5bfd4;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin: 0px; padding: 0px;
	text-transform: none;
}

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

/* Read more link */
.readon {
	text-decoration: none;
	color: #5b84c8;
	line-height: 14px;
	padding: 1px 6px 3px 0px;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

/* Article index   */
table.contenttoc {
	padding: 0px;
	margin: 2px;
	font-size: 11px;
	}
	
table.contenttoc th {
	background: transparent; 
	color: #666666;
}
	
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: left;
	background: transparent;
	height: 18px;
	padding: 7px 0px;
	font: italic 18px Arial, Helvetica, sans-serif;
	color: #d6dce9;
	text-transform: none;
	letter-spacing: -1px;
	vertical-align: middle;
}

/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	background: #eeeeee;
	border-collapse: collapse;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	font: bold 10px Arial, Helvetica, sans-serif;
}

/* Table odd and Even Rows */
.sectiontableentry1 {
	background: transparent;
	font-size: 11px; 
	padding: 2px 0px !important;
	text-align: left;
}

.sectiontableentry2 {
	background: transparent;
	font-size: 11px; 
	padding: 2px 0px !important;
	text-align: left;
}

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

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

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

.sectiontablefooter {
	height: 18px; 
}

table.poll, table.pollstableborder, table.poll thead td {
	width: 206px !important;
}

table.poll * div {
	width: 200px !important;
	margin: 0px !important;
	padding: 0px !important;
}

/* End Sectiontable */

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

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

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

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

/* *********************** FORM SECTION  *********************** */	
form { 
	margin: 0px;
}

input {
	background-color: #FFFFFF;
	font-size: 12px; 
}

#mod_login_username, #mod_login_password {
	font-size: 12px !important;
	height: 14px;
	padding: 6px 4px 5px 4px;
	margin: 3px 0px;
	width: 164px;
	border: none;
	color: #797979;
	border: none;
}

#mod_login_username, #mod_login_password {
	background: transparent url(../images/col-left-input.gif) no-repeat top left;
}

#mod_login_remember {
	background: transparent;
	border: none;
	height: 15px;
	width: 15px;
	vertical-align: middle;
	padding: 0px;
	margin: 3px;
}

div.module fieldset {

	border: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	clear: both;
}

div.module form.form-login input.button {
	text-align: center;
	cursor: pointer;
}

div.module form.form-login p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.module form.form-login p.central {
	margin: 0px;
	padding: 5px 0px;
	text-align: center !important;
}

div.module form.form-login label {
	display: block;
}

.inputbox { background: #ffffff url(../images/input_bg.gif) repeat-x top left; border: 1px solid #cccccc; margin: 2px 0px; padding: 3px; color: #333333; }
.text_area, textarea { background: #ffffff url(../images/input_bg.gif) repeat-x top left; border: 1px solid #bababa; width: 95%; color: #333333; }
/* Pull down menu */
.selectbox {width: 100%;}
/* Submit Button */
.button {
	color: #ffffff;
	font: bold 11px Arial, Helvetica, sans-serif;
	background: #acbfd6 url(../images/long-button-bg.gif) repeat-x top left;
	border: 1px solid #7b98bc;
	margin: 2px 0px;
	vertical-align: middle;
	height: 25px;
	padding: 0px 10px;
	overflow: hidden;
}

#col-left .button, #col-nd-right .button  {
	color: #ffffff;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent url(../images/button_bg.gif) no-repeat top center;
	margin: 2px 0px;
	vertical-align: middle;
	border: none;
	height: 24px;
	width: 76px;
	padding: 0px 8px;
}

#col-left select, #col-left #mod_templatechooser_jos_change_template, #col-left option, select, select option {
	background: #ffffff;
	font-size: 11px;
	padding: 0px;
	width: 170px;
	color: #666;
	height: auto;
	font-weight: normal;
}

#col-left select {
	border: 1px solid #e6e6e6;
}

#col-right select, #col-right select option {
	width: auto;
}

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

#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 : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 12px;
	color : #61728b;
	text-align: center;
	padding: 20px;
	border: 1px solid #C4CFE3;
}

/* 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 *********************** */

