/*(C) Copyright 2007 by Amanda Winfield*/

/* ##################### CUSTOM LAYOUT SETTINGS  ################### */

@charset "utf-8";

/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #FFFFFF;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 140%;
	color: #3d3d3d;
}

/******** Layout Elements ********/

.HRline {
	height:2px;
	background:url(../images/darkGreyBG.jpg);
	width:640px;
	display:block;
	clear:both;
	line-height:2px;
	margin-left:30px;
	margin-top:5px;
	margin-bottom:10px;
	}
	
.wrapper {
	width: 980px;
	margin: 0 auto auto 0px;
	float: left;
}

.header {
	height: 130px;
	background-color: #ffffff;
	background-image: url(../images/topHeader.jpg);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: right;
	width: 980px;
	background-position: left bottom;
}
.secondaryMenu {
	float: right;
	text-align: right;
	color: #666666;
}
.secondaryMenu a {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.secondaryMenu a:link, a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	}
	
.secondaryMenu a:active {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	}
.secondaryMenu a:hover {
	font-weight:bold;
	color: #666666;
	text-decoration: underline;
	}

.secondaryMenu span a:link{
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	font-size:9px;
	}

.secondaryMenu span {
	margin-right: 8px;
	margin-left: 8px;
}
.secondaryMenu br {
	line-height: 80%;
}


.mediaButton {
	padding-top: 10px;
	padding-right: 50px;
}

.mediaButton a:link {
	padding:0px;
	margin:0px;
	}
	
.mediaButton a:visited {
	padding:0px;
	margin:0px;
	}
	
.mediaButton a:active {
	padding:0px;
	margin:0px;
	}
	
.mediaButton a:hover {
	padding:0px;
	margin:0px;
	}

.content {
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
.flashImage {
	width: 772px;
	margin: 0px;
	padding: 0px;
	line-height:0px;
	height:159px;
	background-image:url(../images/flashInner.jpg);
	background-position: 0px -4px;
	background-repeat:no-repeat;
}

.left {
	float: left;
	width: 204px;
	background-color: #ffffff;
	border-bottom-color: #FFFFFF;
	border-right: solid #ffffff 3px;
}
.leftLightGrey {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/lightGreyBG.jpg);
}
.leftenvelope {
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 20px;
}
.leftenvelope a:link, a:visited {
	font-weight: normal;
	color: #FFFFFF;
}
.leftenvelope a:hover {
	color: #CC0000;
	font-weight: normal;
}


.leftenvelope span {
	line-height: 110%;
	padding-top: 2px;
	display: block;
	margin-left: 58px;
}

.leftenvelope img {
	float: left;
}


.leftDarkGrey {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/darkGreyBG.jpg);
	height: 85px;
}

.leftBlue {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/blueBG.jpg);
	height: 120px;
}

.topbar {
	background-image:url(../images/topBand.jpg);
	height:46px;
	border-bottom: solid #ffffff 3px;
	width: 772px;
}

.bottombar {
	clear: both;
	background-image: url(../images/bottomBand.jpg);
	height: 46px;
	background-position: left top;
}

.copyright {
	color:#666666;
	float:left;
	font-size:11px;
	margin-bottom:10px;
	clear: none;
	text-align: right;
	margin-top: 10px;
	margin-left: 5px;
}

.copyright a {
	color:#666666;
	margin:0px;
	padding:0px;
	font-size:10px;
	text-decoration:underline;
	}

.copyright a:link {
	color:#666666;
	margin:0px;
	padding:0px;
	text-decoration:underline;
	font-weight:normal;
}

.copyright a:visited {
	color:#666666;
	margin:0px;
	padding:0px;
	text-decoration:underline;
	font-weight:normal;
}

.copyright a:active{
	color:#666666;
	margin:0px;
	padding:0px;
	text-decoration:underline;
	font-weight:normal;
}

.copyright a:hover{
	color:#666666;
	margin:0px;
	padding:0px;
	font-weight:bold;
	text-decoration:underline;
}

/* ##################### GENERAL JOOMLA SETTINGS  ################### */	

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	background: #FFFFFF;
	}
		
table,td {font-size: 13px;}

a:link {
  	text-decoration: none;
  	font-weight: normal;
  	background-image:none;
	letter-spacing:120%;
	font-stretch:normal;
	}
	
a:visited {
  text-decoration:none;
  font-weight: normal;
  background-image:none;
  color:#CCCCCC;
  letter-spacing:120%;
  font-stretch:normal;
	}
	
a:active {
	text-decoration: none;
	}

a:hover {
  text-decoration: none;
  font-weight: normal;
  background-image:none;
  color:#990000;
  letter-spacing:120%;
  font-stretch:normal;
  }
  
a:visited:hover {
  text-decoration: none;
  font-weight: normal;
  background-image:none;
  color:#CCCCCC;
  letter-spacing:120%;
  font-stretch:normal;
  }
  
a:active:hover {
	text-decoration: none;
  }
  
  
form {
	margin: 0px;
	padding: 0px;
}
	image{
		border: 0px;
	}



/* ##################### Top Bar Menu ########################## */

.mainlevel-topnav {
	color:#FFFFFF;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	font-weight:bold;
	list-style:none;
	}
	
span.mainlevel-topnav  {
	margin-left:15px;
	margin-right:15px;
	}
	
a.mainlevel-topnav:link, a.mainlevel-topnav:visited {
	color:#FFFFFF;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	font-size:15px;
	font-weight:normal;
	font-weight:bold;
	list-style:none;
	background-image:none;
	text-decoration:none;
	}
	
a.mainlevel-topnav:active {
	color:#FFFFFF;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	font-size:15px;
	font-weight:normal;
	font-weight:bold;
	list-style:none;
	background-image:none;
	text-decoration:none;
	}
	
a.mainlevel-topnav:hover {
	color:#999999;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	font-size:15px;
	list-style:none;
	list-style:none;
	background-image:none;
	text-decoration:none;
	}
	
a.mainlevel-topnav:visited:hover {
	color:#999999;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	font-size:15px;
	list-style:none;
	list-style:none;
	background-image:none;
	text-decoration:none;
	}


.moduletable-topnav {
	color:#FFFFFF;
	margin-left:250px;
	margin-top:12px;
	list-style:none;
	}
	
/* ##################### Bottom Secondary Menu ########################## */



.mainlevel-bottomSeco {
	color:#990000;
	font-weight:normal;
	text-decoration: none;
	}
	
.secondaryMenu {
	margin-top:10px;
	margin-bottom:10px;
	}
	
.secondaryMenu a:link {
	color:#990000;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin:0px;
	padding:0px;
	}
	
.secondaryMenu a:visited {
	color:#990000;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin:0px;
	padding:0px;
	}
	
.secondaryMenu a:active {
	color:#990000;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin:0px;
	padding:0px;
	}
	
.secondaryMenu a:hover {
	color:#999999;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin:0px;
	padding:0px;
	}



/* ##################### SEARCH ########################## */	

.search {
	padding-top:10px;
	}
	
.contentpaneopen input {
	border:solid #CCCCCC 1px;
	}
	
.contentpaneopen select {
	border:solid #CCCCCC 1px;
	}
	
.inputbox {
	border:solid #CCCCCC 1px;
	}
	
fieldset {
	margin-left:30px;
	margin-right:30px;
	}
		
/*Highlight Found Words*/
.highlight {
  background:#FFFF99;
  padding: 0px 3px 0px 3px;
  				}

/* ##################### PATHWAY ##################### */	

.pathway {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
			}
			
a.pathway:link, a.pathway:visited {
  font-size        : 11px;
  color            : #0066CC;
  text-decoration  : none;
											 }		
											 						
a.pathway:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  	  						}
							
/* ##################### STANDARD MODULE ################# */	

table.moduletable {
  margin-left:15px;
  width:185px;
}

table.moduletable th {
  font-size:13px;
  font-weight:bold;
  text-transform:capitalize;
  text-align:left;
  color:#ffffff;
  padding-top:10px;
}

table.moduletable td {
  padding:2px;
}


/* ##################### CONTENT MODULE ################# */

table.moduletableHomePageContact {
  margin-left:15px;
  color:#333333;
}

table.moduletableHomePageContact th {
  font-size:12px;
  font-weight:bold;
  text-transform:capitalize;
  text-align:left;
  padding-top:10px;
}

table.moduletableHomePageContact td {
  padding:2px;
}

table.moduletableHomePageContact a:link, a:visited{
	color:#333333;
	font-weight:normal;
	font-size:12px;
	}
	
table.moduletableHomePageContact a:hover{
	color:#CC0000;
	font-size:12px;
	}
	
/* ##################### MOST VISITED MODULE ################# */

table.moduletable-Visited {
  margin-left:15px;
  color:#FFFFFF;
	}

table.moduletable-Visited li{
	list-style:none;
	padding-left:10px;
	}

table.moduletable-Visited th {
  font-size:13px;
  font-weight:bold;
  text-transform:capitalize;
  text-align:left;
  padding-top:15px;
  padding-bottom:5px;
	}

table.moduletable-Visited td {
  padding:2px;
	}

table.moduletable-Visited li a:link {
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
	background-image:none;
	}
	
table.moduletable-Visited li a:hover{
	color:#CC0000;
	font-size:11px;
	}

.mostread-Visited ul li a:link, a:visited, a:active{
	padding-right:17px;
	}

.mostread-Visited li a:hover{
	padding-right:17px;
	}
	
/* ##################### Light Grey Menus MODULEs ################# */

	/* ##################### Menu 1 ################# */

table.moduletable-LightGrey1 {
  	margin-left:15px;
  	color:#FFFFFF;
	width:150px;
	margin-bottom:10px;
	border-bottom:solid #FFFFFF 1px;
	}
	

table.moduletable-LightGrey1 li{
	list-style:none;
	padding-left:10px;
	}
	
table.moduletable-LightGrey1 ul{
	margin-bottom:10px;
	}

table.moduletable-LightGrey1 th {
	 font-size:13px;
	 font-weight:bold;
	 text-transform:capitalize;
	 text-align:left;
	 padding-top:15px;
	 padding-bottom:5px;
	}

table.moduletable-LightGrey1 td {
  	padding:2px;
	}

table.moduletable-LightGrey1 a:link, a:visited{
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
	}

	
table.moduletable-LightGrey1 a:hover{
	color:#2C5880;
	font-size:11px;
	}
	
table.moduletable-LightGrey1 a:active:hover{
	text-decoration:none;
		}
	
	/* ##################### Menu 2 ################# */
	
table.moduletable-LightGrey2 {
  	margin-left:15px;
  	color:#FFFFFF;
	width:150px;
	margin-bottom:10px;
	border-bottom:solid #FFFFFF 1px;
	}

table.moduletable-LightGrey2 li{
	list-style:none;
	padding-left:10px;
	}
	
table.moduletable-LightGrey2 ul{
	margin-bottom:10px;
	}

table.moduletable-LightGrey2 th {
  font-size:13px;
  font-weight:bold;
  text-transform:capitalize;
  text-align:left;
  padding-top:15px;
  padding-bottom:5px;
	}

table.moduletable-LightGrey2 td {
  padding:2px;
  padding-bottom:5px;
	}

table.moduletable-LightGrey2 a:link, a:visited{
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
	}
	
table.moduletable-LightGrey2 a:hover{
	color:#2C5880;
	font-size:11px;
	}
	
table.moduletable-LightGrey2 a:active:hover{
	text-decoration:none;
		}

	/* ##################### Menu 3 ################# */
	
table.moduletable-LightGrey3 {
  	margin-left:15px;
  	color:#FFFFFF;
	width:150px;
	padding-bottom:30px;
	}

table.moduletable-LightGrey3 li{
	list-style:none;
	padding-left:10px;
	}

table.moduletable-LightGrey3 ul{
	margin-bottom:30px;
	}
	
table.moduletable-LightGrey3 th {
  font-size:13px;
  font-weight:bold;
  text-transform:capitalize;
  text-align:left;
  padding-top:15px;
  padding-bottom:5px;
	}

table.moduletable-LightGrey3 td {
 	padding:2px;
  	padding-bottom:5px;
	}

table.moduletable-LightGrey3 a:link, a:visited{
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
	}
	
table.moduletable-LightGrey3 a:hover{
	color:#2C5880;
	font-size:11px;
	}

table.moduletable-LightGrey3 a:active:hover{
	text-decoration:none;
		}

	/* ##################### Blue Menu ################# */
	
table.moduletable-Blue {
  	margin-left:15px;
  	color:#FFFFFF;
	width:150px;
	}

table.moduletable-Blue li{
	list-style:none;
	padding-left:10px;
	}
	
table.moduletable-Blue ul{
	margin-bottom:10px;
	}

table.moduletable-Blue th {
  font-size:13px;
  font-weight:bold;
  text-transform:capitalize;
  text-align:left;
  padding-top:15px;
  padding-bottom:5px;
	}

table.moduletable-Blue td {
  padding:2px;
  padding-bottom:5px;
	}

table.moduletable-Blue a:link, a:visited{
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
	}
	
table.moduletable-Blue a:hover{
	color:#CCCCCC;
	font-size:11px;
	}


/* ##################   LOGIN MODULE ################ */

 table.moduletable-login {
  width			   :150px;
  table-layout	   : auto;
}

table.moduletable-login th {
  font-size        : 11px;
  font-weight      : normal;
  text-transform   : uppercase;
  text-align       : center;
  letter-spacing   : 1px;
  color            : #999;
  background       : url(../images/mshade.png) #F0F0F0 repeat-x 0px 0px;
  border-bottom    : 1px solid #D0D0D0;
  border-top       : 1px solid #D0D0D0;
}

table.moduletable-login td {
  padding-left     : 0px;
  padding-right    : 0px;
  text-indent      : 8px;
  text-align       : center;
  background-color: White;
}


/* ############# CONTENT ###################### */
/* Component heading links, blogs and Faq's ..etc box */

/* Page titles container Box */
.contentheading {
	font-size: 20px;
	font-weight: normal;
	font-family: arial,sans-serif;
	color: #FFFFFF;
	text-align:left;
	padding-top:35px;
	padding-bottom:40px;
	padding-left:30px;
	background-image:url(../images/contentTitleBG.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	}
	
.componentheading {
	font-size: 20px;
	font-weight: normal;
	font-family: arial,sans-serif;
	color: #FFFFFF;
	text-align:left;
	padding-top:35px;
	padding-bottom:40px;
	padding-left:30px;
	margin-left:1px;
	margin-top:3px;
	background-image:url(../images/contentTitleBG.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	}
	
/* Page Titles */
.contentpagetitle { background-color : White; }
a.contentpagetitle h1,
a.contentpagetitle:link,
a.contentpagetitle:visited, 
a.contentpagetitle:active{
	text-decoration: none;
	font-weight: normal;
	color: Black;
	border-bottom: 0px;}
	
a.contentpagetitle:hover {
   color: Black;
   border-bottom: 0px  dashed #CCCCCC;
   text-decoration: none;
	}
	

	
/* Styling for the pdf/email/print icons */
.buttonheading{ }

/* POP Window */
a.pop-up {border-bottom: 0;}

.pop-ups {float: right;}

/* Main Body Content rating & voting */
.content_rating {
	font-weight: normal;
	font-size: 10px;
   }
	
.content_vote {
	font-weight: normal;
	font-size: 10px;
   }
	
/* Author Name */
.small {color: #333333;}



/* Date Stamps */
.newsfeeddate {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	font-weight: normal;
   }

.createdate {
	color: Black;
 	font-size:10px;
   font-weight: normal;
   line-height: 1;
	}

.modifydate {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	text-decoration: none;
	font-weight: normal;
	}
	
/* Description Component Container Box News, Faq and Links ..etc  */
.contentdescription {background-color : White;}

/* Component Container Box News, Faq and links ..etc */
.contentpane {
	background-color:none;
	width:772px;
	margin:0px;
	padding:0px;
	border:none;
	border-collapse: collapse;
	}


/* Center content main body text staic text, blog ..etc */
.contentpaneopen {
	background-color:none;
	width:772px;
	margin:0px;
	padding:0px;
	border:none;
	border-collapse: collapse;
	}
	
	
	
.contentpaneopen p {
	margin-left:30px;
	margin-right:30px;
	line-height:130%;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
.contentpaneopen a:link,
.contentpaneopen a:active {
	color:#006699;
	text-decoration:none;
	margin:0px;
	padding:0px;
	}

.contentpaneopen a:visited {
	color:#999999;
	text-decoration:none;
	margin:0px;
	padding:0px;
	}
	
.contentpaneopen a:hover {
	color:#000000;
	text-decoration: none;
	margin:0px;
	padding:0px;
	}
	
.contentpaneopen a:active:hover {
	text-decoration: none;
	margin:0px;
	padding:0px;
	}

.contentpaneopen a:visited:hover {
	text-decoration: none;
	margin:0px;
	padding:0px;
	}
	
	
/* Main Body  bullets List and texy*/
.contentpaneopen li {
	margin-left:30px;
	}
	
.contentpaneopen ul {
	margin-left:30px;
	line-height:130%;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;}
	
	

	
.contentpaneopen h1{
	margin-left:30px;
	font-size:20px;
	font-weight:bold;
	line-height:120%;
	}

.contentpaneopen h2{
	margin-top:10px;
	margin-left:30px;
	font-size:16px;
	font-weight:bold;
	line-height:120%;
	}


/*  Main Body Page Navigation  */
.pagenav{}
a.pagenav {color: #CCCCC; border-bottom: 0;}
a.pagenav:hover {color: #666666; border-bottom: 0;}
.pagenavcounter{}
.readon{}
.back_button{}
	
/*############################### COMPONENTS ##########################*/

/* Article Index Static Pages Component */		



table.contentpaneopen {
	width:772px;
	}

table.contenttoc {
width: 150px;
border: 1px solid #ddd;
background: none;
border-collapse: collapse;
padding: 0px;
margin: 2px;  }

table.contenttoc th {
	background-color: #DDEEFF;
	font-weight: bold;
							}

table.contenttoc td {
	padding: 2px;
						  }
a.toclink:hover, 
a.toclink:visited, 
a.toclink:link {}

/* Table catagory lists Header and Foot */

.sectiontableheader {
	background-color : #D3D3D3;
	color : Black;;
	font-weight : bold;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.sectiontablefooter{}

/* odd & even row colors example polls and links components */
.sectiontableentry1 {
	background-color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.sectiontableentry2 {
	background-color : #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

/* category text format and links Component or news feeds by category */
.category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:Black;
	}
a.category:link,a.category:visited {}
a.category:hover {}


	/* Blog Component */
	.blogsection{}
	.blog_more{}
	.blog_heading {}
	
	/* Contact Form Component */
	.contact-form {
   width: 100%;
   }
  .contact_email {margin: 0px;
	padding: 10px;}
	
/* Note: See poll_bars.css in components/com_poll folder! */
.poll {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px
	}
	
pollstableborder{ border: 20px solid #999999; }
	
.smalldark {color: Black; line-height: 1;}


/* syndicate component */
.syndicate{}
.syndicate_text{}


/* ##################### FORM OBJECTS #####################*/	

.leftDarkGrey .inputbox {
	font-family: arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	background: White;
	width: 100px;
	border-top:solid 2px #000000;
	border-left:solid 2px #000000;
	border-right:solid 2px #666666;
	border-bottom:solid 2px #666666;
	margin-left: 10px;
	padding-bottom:2px;
   }
	
.selectbox {
   	font-family: arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
   	background: #FFFFE0;
   	width: 100%;
   	border: 1px solid #999;
   }
	
.button {
	font-size: 8px;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-bottom:solid 1px #666666;
	border-right:solid 1px #666666;
	background-color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-left: 5px;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
   }

	
                             /* No need to edit */
/* #################### AFTER LOGIN EDITING FORMS  ################### */

/* ###################### TABBED EDITING ###################### */
/*When user logins 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: 10px;
	padding: 2px;
	line-height: 1.3em;
	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 : 10px;
	color : Black;
	text-align: center;
   }

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #666666;
	border-left: outset 1px #666;
	border-right: outset 1px Black;
	border-top: outset 1px #666;
	border-bottom: solid 1px Black;
	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 Black;
	border-top: outset 1px #666;
	border-bottom: solid 1px Black;
	text-align: center;
	cursor: default;
	font-weight: normal;
	padding: 1px;
   }

.edit-tabs {
   padding: 9px;
   background: none;
   }

.tabpadding {}

.tabheading {
	background-color: #FF6600;
	text-align: left;
   }

.pagetext {
	visibility: hidden;
	display: none;
   }

	/*Body of the form*/
.adminform{
	background-color : #FFFFFF;
	width:670px;
	}
	
.tab-page {
	width:670px;
}

/*Extra Pages*/

	/* Clients */
	
.clientLinksTable {
	padding-left:100px;
	}
	
.clientLinksTable td {
	padding-top:20px;
	padding-right:50px;
	text-align:left;
	}
	
.clientLinksTable tr {
	}
	
.clientLinksTable a:link,
.clientLinksTable a:visited,
.clientLinksTable a:active {
	font-size:11px;
	color:#666666;
	}
	
.clientLinksTable a:hover {
	font-size:11px;
	}
	
.clientLinksTable a:active:hover {
	font-size:11px;
	text-decoration:underline;
	}
	
.OnPageContainersWrapper {
	padding-left:30px;
	}

.OnPageContainers {
	border-bottom:solid #C7C7C7 1px;
	border-right:solid #C7C7C7 1px;
	border-left:solid #ECEAED 2px;
	border-top:solid #ECEAED 2px;
	width:670px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
	padding-top:16px;
	margin-bottom:10px;
	background-image:url(../images/onPageContBG.jpg);
	background-repeat:repeat-x;
	float:left;
	}
	
.OnPageContainers p {
	margin-left:0px;
	padding-left:0px;
	}
	
.OnPageContainers h2 {
	margin-left:0px;
	padding-left:0px;
	}
	
.OnPageContainers ul {
	margin:0px;
	padding:0px;
	}
	
.OnPageContainers li {
	margin-left:18px;
	padding:0px;
	}
	
.OnPageContainers .HRline {
	margin-left:0px;
	}

.imagebox {
	}
	
.OnPageContainers .images {
	border-bottom:solid #ECEAED 2px;
	border-right:solid #ECEAED 2px;
	border-left:solid #C7C7C7 2px;
	border-top:solid #C7C7C7 2px;
	float:right;
	}
	
		/* --------------Memberships -------------- */

.certificateBorder {
	float:right;
	width:200px;
	padding:0px;
	margin:0px;
	}
	
.certificateWrapper {
	float:right;
	width:200px;
	padding:0px;
	margin:0px;
	}
	
.wrappermemb {
	float:right;
	width:200px;
	padding:0px;
	margin:0px;
	}
	
.moduletablememb {
	float:right;
	padding:0px;
	margin:0px;
	}
	
	
/* -------------- Weblinks Page -------------- */

.contentheading-weblinks {
	font-size: 20px;
	font-weight: normal;
	font-family: arial,sans-serif;
	color: #FFFFFF;
	text-align:left;
	padding-top:35px;
	padding-bottom:40px;
	padding-left:30px;
	background-image:url(../images/contentTitleBG.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	}

.contentpaneopen-weblinks {
	background-color:none;
	width:772px;
	margin:0px;
	padding:0px;
	border:none;
	border-collapse: collapse;
	}
	
	
	
.contentpaneopen-weblinks p {
	margin-left:30px;
	margin-right:30px;
	line-height:130%;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
.contentpaneopen-weblinks a:link {
	color:#000000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	}
	
.contentpaneopen-weblinks a:hover {
	color:#000000;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
	}
	
.contentpaneopen-weblinks a:active {
	color:#000000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	}

.contentpaneopen-weblinks a:visited {
	color:#999999;
	text-decoration:none;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	}
	
.contentpaneopen-weblinks a:visited:hover {
	color:#999999;
	text-decoration:underline;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	}

/* Flash Banners */

.moduletable-flashbanners {
	line-height:0px;
	padding:0px;
	margin:0px;
	height:0px;
	border:0px;
	border-collapse:collapse;
		}
		
.moduletable-flashbanners table {
	line-height:0px;
	padding:0px;
	margin:0px;
	height:0px;
	border:0px;
	border-collapse:collapse;
		}
		
.moduletable-flashbanners tr {
	line-height:0px;
	padding:0px;
	margin:0px;
	height:0px;
	border:0px;
	border-collapse:collapse;
		}
		
.moduletable-flashbanners td {
	line-height:0px;
	padding:0px;
	margin:0px;
	height:0px;
	border:0px;
	border-collapse:collapse;
		}

.mod_contentitem-flashbanners {
	line-height:0px;
	padding:0px;
	margin:0px;
	height:0px;
	border:0px;
	border-collapse:collapse;
	}
	
.contentpaneopen-flashbanners {
	line-height:0px;
	padding:0px;
	margin:0px;
	height:0px;
	border:0px;
	border-collapse:collapse;
	}
	
.flashImage table {
	line-height:0px;
	padding:0px;
	margin:0px;
	height:0px;
	border:0px;
	border-collapse:collapse;
}

/************* Virtual Media Page ****************/

.VmediaTable {
	position:relative;
	float:left;
	z-index:10;
	margin-left:25px;
	}
	
.VmediaTable a:link {
	font-size:12px;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}
	
.VmediaTable a:visited {
	margin:0px;
	padding:0px;
	margin-left:5px;
	font-size:12px;
	}
	
.VmediaTable a:active {
	margin:0px;
	padding:0px;
	margin-left:5px;
	font-size:12px;
	}
	
.VmediaTable a:hover {
	margin:0px;
	padding:0px;
	margin-left:5px;
	font-size:12px;
	text-decoration:underline;
	}
	
.VmediaTable a:active:hover {
	margin:0px;
	padding:0px;
	margin-left:5px;
	font-size:12px;
	text-decoration:underline;
	}
	
.VmediaFlash {
	postion:relative;
	margin-top:-10px;
	margin-left:5px;
	float:left;
	z-index:1;
	}
	
	
.allmedialinks a:link,
.allmedialinks a:visited,
.allmedialinks a:active {
	color:#666666;
	}
	
.allmedialinks a:hover {
	}
	
.allmedialinks a:active:hover {
	text-decoration:underline;
	}
	
	
/*Blue Emails*/

.emailBlue {
	font-weight:normal;
	color:#336699;
	}

.emailBlue a:link, 
.emailBlue a:active, 
.emailBlue a:visited {
	font-weight:normal;
	color:#336699;
	}
	
.emailBlue a:hover {
	color:#990000;
	}
	
	
	
/* #####   Hiding front end admin tabs ###### */

.tab-page {
	display:none;
	}
