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

html, body {
	font: 76% Helvetica, Arial, FreeSans, sans-serif;
	color: #272727;
	background: #242640 center;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

/* CSS global reset for all browsers */ 
* { padding: 0px; margin: 0px; }
img { border: 0 none; }


/*  Global Formatting */
h1 {font-weight: bold; font-size: 20px; color: #010330; letter-spacing: 0px; line-height: 24px; text-transform: uppercase;}
h2 {font-weight: bold; font-size: 18px; color: #010330; letter-spacing: 0px; line-height: 18px; text-transform: uppercase;}
h3 {font-weight: bold; font-size: 16px; color: #010330; line-height: 20px; text-transform: uppercase;}
h4 {font-weight: bold; font-size: 14px; color: #010330; line-height: 16px; text-transform: uppercase; }
h5 {font-weight: bold; font-size: 12px; color: #010330; line-height: 13px; text-transform: uppercase; }
h6 {font-weight: bold; font-size: 11px; color: #010330; line-height: 12px; text-transform: uppercase;}

a {color: #000ECC; text-decoration: none;}
a:hover {color: #000ECC; text-decoration: underline;}
a.image, a.image:hover  {border: none;}

li { margin-left: 15px; }
ul {  margin-left: 5px; }

#mcontent ul li, #mcontent2 ul li {
	/* background: url(../images/orange_dot.gif) no-repeat left;
	list-style: none; 
	padding-left: 20px;
	margin-left: 10px; */
}

#right_col p {
	margin: 11px 0px;
}

.both {
	clear: both;
}
/* *********************** END GENERAL SETTINGS *********************** */

#top_line {
	width: 926px;
	height: 40px;
	margin: 0px auto;
	background: #0147C7 url(../images/menu_bg.png) repeat-x top center;
}

#top_line #menu {
	padding: 0px;
	width: 675px;
	height: 40px;
	background: transparent url(../images/top_line_vert_line.gif) no-repeat top right;
	position: relative;
	float: left;
	z-index: 1000;
}

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

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

/* ********************* Suckerfish Menu Settings ********************* */
#menu #uls {
	text-align: left;
	width: 665px;
	padding-right: 10px;
	padding-top: 0px;
}

#menu #uls ul {
	list-style: none; 
	/* padding-top: 0px; */
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}

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

#menu #uls a {
	display: block;
	/* width: 135px; */
}

#menu #uls li ul {
       position: absolute;
       width: 150px;
       left: -999em;
       border: 1px solid #474748;
       top: 40px; 
    }


#menu #uls li ul ul {

	margin: -6px 0 0 150px; 

}

#menu #uls li ul li {
       width: 150px;
       height: 32px;
       padding: 0;
       border-bottom: 1px solid #474748;
    }

#menu #uls li a{
	display: block;
	text-decoration: none;
	text-align: left;
	color: #ffffff;
	font: normal 14px Arial, Helvetica, sans-serif;
	text-transform: none;
	background: transparent;
	padding: 11px 8px 13px 8px;
    }

html>body #menu #uls li a {
       width: auto;
    }

#menu #uls li ul li a {
       width: 133px;
       background-color: #3562DA; /* #0147C7; */
       color: #ffffff;
       font: normal 13px Arial, Helvetica, sans-serif;
       padding: 8px 6px 8px 12px;
       /* filter:alpha(opacity=90);
       -moz-opacity: 0.9;
       khtml-moz-opacity: 0.9;
       opacity: 0.9;
       filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); */
    }

#menu #uls li ul li a:hover {
       background-color: #e22f00;
       color: #fff;
       background: #221f20;
}

#menu #uls li:hover ul ul, #menu #uls li.sfhover ul ul {
	left: -999em;
}

#menu #uls li:hover ul, #menu #uls li li:hover ul, #menu #uls li.sfhover ul, #menu #uls li li.sfhover ul {
	left: auto;
}


/* #menu #uls li:hover ul, #uls li.sfhover ul, #uls li li:hover ul, #uls li li.sfhover ul{
       left: auto;
    }

#menu #uls li:hover li ul, #uls li.sfhover li ul {
       left: -999em;
    }

#menu #uls li:hover ul ul, #uls li.sfhover ul ul{
       left: -999em;


    }


#uls ul li.active a {
       color: #038fd9;
       text-decoration: none;

    }

#uls li.parent.active a {
       color: #038fd9;
       text-decoration: none;
    }

#uls li.parent.active a:hover {
       color: #e22f00;  
    }


#uls li.parent.active ul li a {

       color: #fff;
       text-decoration: none;
    }

#uls li.parent.active ul li a:hover {
       color: #fff;
       text-decoration: none;
    } */
/*------------------------------------------------------------------ */








#top_line #cfs {
	width: 85px;
	height: 40px;
	float: left;
	background: transparent url(../images/top_line_vert_line.gif) no-repeat top right;
	position: relative;
}

#top_line #plus {
	position: absolute;
	top: 13px;
	left: 49px;
}

#top_line #minus {
	position: absolute;
	top: 13px;
	left: 5px;
}

#top_line #revert {
	position: absolute;
	top: 13px;
	left: 25px;
}

#top_line #searchform {
	padding-left: 10px;
	width: 150px;
	float: left;
	height: 39px;
}

#top_line #searchform #searchimg {
	float: left;
	padding-right: 9px;
}

#content { 
	margin: 0px auto;
	width: 948px;
	background: #ffffff url(../images/content_bg.gif) repeat-y top center;
	padding: 0px;
z-index: 0;
}

#top { 
	padding: 0px; 
	margin: 0px;
	background: #d3d3d3 url(../images/top_bg2.jpg) no-repeat top center;
	height: 172px; 
	width: 948px;
	clear: both;
	position: relative;
} 

#top h1 {
	font: normal 24px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000; 
	letter-spacing: -1px;  
	text-transform: uppercase;
	position: absolute;
	top: 66px;
	left: 87px;
}

#top h1 span {
	font-size: 18px;
	letter-spacing: 0px;
}

#top h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #989898;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-align: right;
	line-height: 18px;
	position: absolute;
	top: 90px;
	left: 87px;
}

#top #logo {
	position: absolute;
	top: 52px;
	left: 28px;
}
#sshow { 
	padding: 0px; 
	margin: 0px;
	background: transparent;
	height: 150px; 
	width: 190px;
	clear: both;
	left: 736px;
	top: 15px;
	position: absolute;
} 
#coverlogin {

	width: 926px; 
	padding: 0px 11px;
	height: 0px;  
	overflow: hidden;
	visibility: hidden;
	background: transparent;
}

#top_modules {
	width: 926px;
	height: 210px;
	clear: both;
	margin: 0px;
	padding: 0px;
	background: #fcfcfc url(../images/top_modules_bg.gif) repeat-x top center;
	
}

#hide_panel {
	height: 9px;
	clear: both;
	width: 926px;
	text-align: center;
	padding-top: 1px;
}

#hide_panel a img, #show_panel a img  {
	border: none;
}

#show_panel {
	height: 10px;
	padding-top: 15px;
	clear: both;
	width: 926px;
	text-align: center;
	margin: 0px 11px;
	background: url(../images/hsp_bg_bar.gif) repeat-x top center;
}

#top_modules .mod_user5, #top_modules .mod_user6, #top_modules .mod_user7 {
	float: left;
	color: #010330;
	height: 140px;
	padding-right: 100px;
	line-height: 14px;
	font-size: 12px;
}

#top_modules .mod_user5 h3, #top_modules .mod_user6 h3, #top_modules .mod_user7 h3 {
	padding: 0px;
	margin: 10px 0px;
	font: bold 14px Arial, Helvetica, sans-serif; 
	letter-spacing: 0px;
	color: #010330;
	text-transform: uppercase;
}

#top_modules .mod_user5 {
	background: transparent url(../images/mod_5_bg.jpg) no-repeat 205px 5px;
	padding-left: 10px;
	width: 200px;	
}

#top_modules .mod_user6 {
	background: transparent url(../images/mod_6_bg.jpg) no-repeat 193px 5px;
	width: 205px;
}

#top_modules .mod_user7 {
	background: transparent url(../images/mod_7_bg.jpg) no-repeat 200px 42px;		
	width: 200px;
	margin-left: 5px;
}

#top_modules a {
	color: #333333;
	text-decoration: underline;
}

#top_modules a:hover {
	color: #333333;
	text-decoration: none;
}

#main {
	padding: 5px 0px 0px 0px; 
	margin: 0px 11px; 
	width: 926px;
	clear: both;
} 

#main #left_col {
	float: left;
	width: 190px;
	padding-left: 5px;
	background: transparent;
}

#main #right_col {
	float: right;
	width: 726px;
	background: transparent;

}

#mosright {	float: right; width: 200px; background: transparent; }
#mosright .padding {
	margin-right: 5px;

	width: 190px;
}


#main #mcontent {
	margin: 0px;
	padding: 0px;


	width: 520px;
}

#main #mcontent .padding {
	width: 500px;
	margin: 0px 10px;
}


#main #mcontent2 {
	margin: 0px;
	padding: 0px 3px 0px 10px;
	background: transparent;
}

#newsflash {
	padding: 0px;
	margin: 0px 10px;
	background: #ffffff url(../images/newsflash_bg.jpg) no-repeat bottom center;
	width: 500px;
	padding-bottom: 20px;
}

#newsflash h3 {
	font: bold 12px "Trebuchet MS", "Times New Roman", Times, serif;
	color: #010330;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0px;
	background: url(../images/newsflash_ico.jpg) no-repeat left;
}

#newsflash table.moduletable td, #newsflash .contentpaneopen td {
	padding: 0px;
	margin: 0px;
	color: #010330;
	background: transparent;
	text-align: left;
}

#newsflash .article_seperator { 
	background-color : none;
	font-size: 1px;
	display: none;
}

#mosright table.moduletable th, #mosright h3 { 
	font: bold 12px "Trebuchet MS", "Times New Roman", Times, serif;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #333333;
	text-align: left;
	background: transparent url(../images/right_h3_bg.gif) no-repeat bottom center;
	width: 185px;
	margin-bottom: 10px;
}

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

#botln {
	padding: 0px;
	background: url(../images/h_line.gif) no-repeat top center;
	width: 500px;
	padding-top: 20px;
	margin-top: 10px;
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
}

#botln h3 {
	font: bold 12px "Trebuchet MS", "Times New Roman", Times, serif;
	height: 28px;
	line-height: 28px;
	text-transform: uppercase;
}

#latest_news, #most_popular {
	float: left;
	width: 250px;
}

/******/

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

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

#footer {
	margin: 0px auto;
	width: 948px;
	height: 72px;
	background: #d3d3d3 url(../images/footer_bg.jpg) repeat-x top center;
	clear: both;
	color: #bababa;
}

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

#footer p a {
	text-decoration: none;
	color: #bababa;
	font-weight: bold;
}

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

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

/* *********************** NAVIGATION SECTION   *********************** */
/* Pathway Breadcrumbs */	
	.pathway {font-size: 10px;color:#ccc; font-weight: bold;}
	a.pathway {color: #1a64b2;text-decoration: none;}
	a.pathway:hover {color: #1a64b2;text-decoration: underline;}

/* Mainlevel menu */

ul.menu a {
	background: transparent url(../images/green_arrow.gif) no-repeat left;
	color: #272727;
	font: bold 12px "Trebuchet MS", "Times New Roman", Times, serif;
	line-height: 20px;
	text-transform: none;
	padding: 1px 0px 1px 20px;
	text-decoration: none;
	display: block;
	text-align: left;
}
	
ul.menu a:hover {
	color: #cc3300;
	text-decoration: none;
}

ul.menu, ul.menu ul {
	list-style: none;
}

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

div.moduletable_menu #current a, div.moduletable_menu #current a:hover {
	background: transparent url(../images/orange_arrow.gif) no-repeat left;
	color: #272727;
	font: bold 12px "Trebuchet MS", "Times New Roman", Times, serif;
	line-height: 20px;
	text-transform: none;
	padding: 1px 0px 1px 20px;
	text-decoration: none;
	display: block;
	text-align: left;
}


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

a.sublevel, a.sublevel#active_menu  {
	background: transparent;
	color: #272727;
	font: normal 11px "Trebuchet MS", "Times New Roman", Times, serif;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	float: left;
	display: block;
	padding: 1px 0px 1px 30px;
	line-height: 20px;
}

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


table.moduletable td table div {
	padding: 0px;
	margin-left: 18px;
	height: 20px;
}
/*
a.sublevel {
	background: transparent;

	color: #010330;
	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 */

/* Add Custom Menus */

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

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


	margin: 0px 0px 5px 0px;
}

.article_column {
	padding-right: 5px;
}

#left_col div.moduletable h3, div.moduletable_menu h3 { 
	font: bold 12px "Trebuchet MS", "Times New Roman", Times, serif;
	height: 36px;
	line-height: 28px;
	text-transform: uppercase;
	text-indent: 10px;
	color: #ffffff;
	text-align: left;
	background: #518AFE url(../images/mod_h_bg.png) no-repeat; /* top center; */
	width: 188px;
}

#left_col div.moduletable, .moduletable_menu {
	text-align: center;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	color: #000000;
	background: #91B0FE;
	border: 1px solid #010330;
}
#mosright div.moduletable h3, div.moduletable_menu h3 { 
	font: bold 12px "Trebuchet MS", "Times New Roman", Times, serif;
	height: 36px;
	line-height: 28px;
	text-transform: uppercase;
	text-indent: 15px;
	color: #ffffff;
	text-align: left;
	background: #518AFE url(../images/mod_h_bg.png) no-repeat; /* top center; */
	width: 188px;
}

#mosright div.moduletable, .moduletable_menu {
	/* text-align: center; */

	padding: 0px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	color: #000000;
	background: #91B0FE;
	border: 1px solid #010330;
}

table.moduletable td {height: 18px; text-align: left; margin-left: 3px;} 

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

/* Custom Modules */

#chatoutput {text-align: left;}
ul.mod_login {text-align: left;}

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

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

li.latestnews a, li.mostread a {
	color: #000ECC;
	font: normal 12px "Trebuchet MS", "Times New Roman", Times, serif;
	text-transform: none;
	margin-left: 0px;
	text-decoration: none;
	text-align: left;
}

li.latestnews a:hover, li.mostread a:hover {
	text-decoration: underline;
}

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

.search .button {
	background: none;
	border: none;
	color: #ffffff;
	font: bold 12px 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: 18px;
	line-height: 19px;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 3px 2px 0px 2px;
	margin: 0px;
	width: 140px;
	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;
	line-height: 32px;
	font: bold 16px "Times New Roman", Times, serif; 
	font-style: italic;
	letter-spacing: 0px;
	color: #010330;
	height: 32px;
	text-transform: uppercase;
	/* background: ; */
}

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

/* content title and links */
.contentpagetitle {background-color : transparent; }
a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited 
{text-decoration: none;font-weight: bold; color: #010330; }
a.contentpagetitle:hover { color: #010330; 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 {font-weight: normal;font-size:.8em;}
.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: #336699; font-size: 12px; font-weight: normal; text-transform: none; }
.modifydate {color: #336699; 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: #336699;
	font-size: 11px;
	line-height: 17px;

	margin: 0px; padding: 0px;
	text-transform: none;
}

/* Page navigation links "<<< 1 of 10 next >>>" */

.pagenav { 
	font-size: 11px; 
	color: #999;
}

.pagination{font-size: 11px; font-weight: bold;}
.pagination span {
	color: #272727;
	margin: 0px 3px;
}

.pagination a {
	margin: 0px 3px;
	color: #000ECC; 
	text-decoration: none; 
	font-weight: normal;


}

.pagination a:hover {color: #000ECC; text-decoration: underline; font-weight: normal; }




.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 {
	font-weight: bold;
	text-decoration: none;
	color: #000ECC;

}

















.readon:hover {
	text-decoration: underline;
	color: #000ECC;
}

/* 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: left;
	margin-top: 5px;
	background: transparent;
	line-height: 48px;
	font: bold 16px "Times New Roman", Times, serif;
	font-style: italic;
	color: #010330;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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

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

.sectiontableentry2 {
	/* background-color: #ffffff; */
	color: #010330;
	font-size: 11px; 
	padding: 4px 0px !important;
	/* text-align: left; */
}

#right_col .sectiontableentry1 {
	/* background: #ffffff; */
	color: #010330;
	border-bottom: 1px solid #d0d0d0;
	vertical-align: middle;
}

#right_col .sectiontableentry2 {
	/* background: #ffffff; */
	color: #010330;
	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: 150px;
	display: block;
}

.sectiontablefooter {
	height: 18px; 
}

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

table.poll thead td {
	text-align: left;
	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: 130px;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* 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{	clear: both; display: block; width: 430px; padding: 10px 0px; }
.blog_heading {	height: 18px;  }
/* space from bottom of article */
.article_seperator{background-color : none;}
/* End blogsection */

/* Search Form Module*/
.search {height: 18px;}
/* results if not search google */
.searchintro{height: 18px;}
/*Search Form keyword highlight*/

#mcontent fieldset {
	width: 490px;
	margin: 10px 0px 0px 0px;
	border: none;
	display: block;
	border-top: 1px solid #336699;
	padding-top: 5px;
}



#mcontent2 fieldset {
	width: 680px;
	margin: 10px 0px 0px 0px;
	border: none;
	display: block;
}

.highlight {
	background: #f0f0f0;
	padding: 0px 4px 0px 4px;
	color: #333333;
	font-weight: bold;
}
/* End Search Form */

/* wrapper title */


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

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

input {
	background-color: #FFFFFF;
	font-size: 11px; color: #333; padding: 1px;
}


#mod_login_username, #mod_login_password {
	background: #fff;
	font-size: 11px;
	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: #010330;
	font: bold 12px "Trebuchet MS", "Times New Roman", Times, serif;
	background: transparent;
	margin: 0px;	
	text-transform: uppercase;
	vertical-align: middle;
	width: 65px;
	height: 19px;
}

.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;
}

#limit {
	clear: both;
}

/* *********************** 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: #010330;
	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;}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {





	font-size: 100%;
	margin: 0;



}

/* *********************** End TABBED EDITING *********************** */