/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */

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

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin:5px auto 0px auto;
	text-align:left;
}
#background {
	background-image:url(../../../images/bgsmall.gif);
	background-repeat:repeat;
}


/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 2em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a {color: black;text-decoration:none;}
a:hover {color:#FF6666;}
a.image, a.image:hover  {
	border:thin dashed red;
}
li{ list-style: square;}
ul { list-style: square;}

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


/* ######################  LAYOUT SETTINGS       ############################## */
/* Add here Div Wrappers of table formatting to layouts custom stuff*/
.logo {
/*	background-image:url(../images/logo.gif);*/
	height:137px;
	text-align:center;
	background-color:#993300;
	background-image:url(/new/templates/bodytorquew/images/normal_masthead.gif);
	vertical-align:middle;
}
#wrapper {
	min-width:800px;
	max-width:960px;
	width: auto !important; /*IE6 hack*/
	width:960px; /*IE6 hack*/
	margin:0 auto; /*center hack*/
	text-align:left; /*center hack*/
	background-color:white;
	border:2px solid white;
}
#leftnav {
	float:left;
	width: 19%;
	padding:7px 1px 0px 5px;
	margin-top:2px;
	overflow:hidden;
}
#rightnav {
	float:right;
	padding:7px 0px 0px 1px;
	margin-top:2px;
	margin-right:5px;
	width: 20%;
	overflow:hidden;
}
#content {
	width:100%;
	min-width:801px;
}
#mainbody {
	float:left;
	padding:1px 5px 0px 5px;
	width:58%;
	text-align:left;
	overflow:hidden;
}
#footer_div {
	width:100%;
	background-color:#000000;
	color:#FFFFFF;
	margin:0px auto 0px auto;
	text-align:center;
	clear:both;
}

#footer_div a {
	color:#CCCCCC;
	text-decoration:underline;
}
#footer_div a:hover {
	color:#FFFFFF;
}

/* ######################  LAYOUT SETTINGS       ############################## */

/*##################### NAVIGATION SECTION #####################*/
/* Pathway Breadcrumbs */
	.pathway {font-size: 11px;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: 18px;}

a.mainlevel {display: block;
	background-color:#7E7D7D;
	color: white;
	font-weight:bold;
	padding: 5px 0 5px 10px;
	margin: 0 0 1px 0;
	text-decoration: none;
	}

a.mainlevel:hover {
	background-color:#CC0000;
	color:#FFFFFF;
						}
/* 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 TOP MENU */
#topmenu ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
letter-spacing:.1em;
color: #FFF;
width: 100%;
font: normal 99% arial, helvetica, sans-serif;
text-align: center;
width:99%;
white-space:nowrap;
}

li { display: inline; }

li a
{
text-decoration: none;
font-weight:bolder;
background-color: transparent;
color:white;
padding: .2em 2em;
}

li a:hover
{
color:#FFFF99;
}
#menubar {
	background-color:#B70000;
	height:25px;
}
/* Add Custom Menus */

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

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

table.moduletable th {
background-image:url(../images/moduleheader2.gif);
background-repeat:no-repeat;
background-position:top left;
height: 30px;
font-weight:bold;
text-align:center;
color:#CCCCCC;
font-size:14px;
margin:0px 0px 0px 0px;
padding:5px 0px 0px 0px;
border-bottom:2px solid white;
vertical-align:top;
}

table.moduletable td {height: 18px;}

/* Add here Custom Modules */

/* End Custom Modules */

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


/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/
.contentheading {
font-size: 16px;
width: 100%;
font-weight: bold;
color:#CCCCCC;
background-image:url(../images/contentheading_bg2.gif);
background-repeat:no-repeat;
background-position:left center;
width:700px;
text-align:left;
height:35px;
margin:0px 0px 0px 0px;
padding: 5px 0px 2px 0px;
text-indent:30px;
vertical-align:middle;
}
.contentheading-nobanner {
font-size: 16px;
width: 100%;
font-weight: bold;
color: black;
width:700px;
text-align:left;
height:50px;
margin:0px 0px 0px 0px;
padding: 5px 0px 0px 0px;
text-indent:5px;
}
.contentheading-static {
font-size: 16px;
width: 100%;
font-weight: bold;
color:#CCCCCC;
background-image:url(../images/contentheading_bg2.gif);
background-repeat:no-repeat;
background-position:center;
width:700px;
text-align:left;
margin-top:5px;
padding-bottom:5px;
height:30px;
text-indent:40px;
vertical-align:bottom;
}
.contentheading-component {
font-size: 16px;
width: 100%;
font-weight: bold;
color: black;
width:540px;
text-align:left;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-indent:10px;
}
.contentheading-frontpage {
font-size: 1px;
color: white;
text-align:left;
height:1px;
width:99%;
margin:-10px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-indent:0px;
z-index: -1;
/*background-image:url(../../../images/contentheadingbg_frontpage.gif);
background-position:50% 50%;
background-repeat:no-repeat;*/
}
.contentheading-noimage {
font-size: 14px;
font-weight: bold;
color: black;
text-align:left;
height:38px;
width:500px;
margin:5px 0px 0px 2px;
padding: 12px 0px 0px 0px;
text-indent:5px;
}

/* content title and links */
.contentpagetitle {background-color : White; }
a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited
{text-decoration: none;font-weight: normal; color: #FF6600;border-bottom: 0px;}
a.contentpagetitle:hover {color: #000;border-bottom: 0px  dashed #CCCCCC;text-decoration: none;}

/* top box like a category description */
.contentdescription {background-color : White;}

/* Main Body Text */
.contentpane-frontpage {
background: black;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.contentpane {
background: white;
}
.contentpaneopen {
background-color: white;
margin:0px 20px 0px 10px;
padding: 10px 0px 0px 5px;
}
.contentpaneopen-frontpage {
background-color:white;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width:250px;
overflow:auto;
text-align:center;
font-size: 1px;
height : 1px;
z-index: -1;
}

.contentpaneopen-noimage {
background-color: white;
margin:0px 20px 0px 10px;
padding: 10px 0px 0px 5px;
}

.contentpaneopen-static {
background-color: white;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.contentpaneopen-component {
background-color: white;
margin:-20px 20px 0px 10px;
padding: 0px 50px 0px 10px;
}
.contentpane-news {
background: white;
}
.contentpaneopen-news {
background-color: white;
margin:0px 0px 0px 10px;
padding: 10px 0px 0px 5px;

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

/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav{font-size: 14px;  color: #CC6600; }
.pagebar{font-size: 12px;}
.pagenav_prev{font-size: 14px;  color: #FF6600; }
.pagenav_next{font-size: 14px;  color: #FF6600; }
a.pagenav {color: #CC6600; border-bottom: 0;}
a.pagenav:hover {color: #659FDE; border-bottom: 0;}
.pagenavcounter{	height: 15px;  }
.back_button{font-size: 12px; height: 15px;  }

/* Read more link */
.readon{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color:#CC0000;
	font-weight: bold;
}
.readon-noimage{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px; color:#CC0000;font-weight: bold;
margin-left: 10px;
}
.readon-frontpageold{
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-component {
    font-size: 1.5em;
    font-weight: bold;
    color: black;
    text-align:left;
	background-color: White;
	background-image:url(../images/contentheading_bg2.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
	height:60px;
	margin:-140px 0px 0px 0px;
	padding: 28px 0px 0px 0px;
	text-indent:25px;
}


/* 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 : #FFFFFF;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;}
.blog-frontpage {
	background-color : #FFFFFF;
	margin: 0 auto;
	text-align:center;
}
.blogsection{	height: 18px;  }
.blog_more{	height: 18px;  }
.blog_heading {	height: 18px;  }
/* space from bottom of article */
.article_seperator-noimage{
display: block;
background-color: transparent;
background-image:url(/new/images/contentline.gif);
background-repeat: repeat-x;
background-attachment: scroll;
background-x-position: center;
background-y-position: center;
height: 20px;
}
.article_seperator{
background-color:#FFFFFF;

}
/* 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 */
.button {border: 1px solid #999; background: white;color: Black;}

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