/* Design by Bracewell Web Works @ http://www.Bracewell Web Works licensed to Southern Colorado Womens Chamber of Commerce */

/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
/*	background-image: url(../images/backgrnd.jpg);
	background-repeat: repeat-x;*/
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
/*	background-image: url(../images/backgrnd.jpg);
	background-repeat: repeat-x;*/
	}
.tdPageBkgrd {
	background-image: url(../images/backgrnd.jpg);
	background-repeat: repeat-x;
}

.tdHeaderSearch {
	background-image: url(../images/headerSearch.jpg);
	background-repeat: no-repeat;
}
.tdNavBkgrd {
	background-image: url(../images/navBgrd.jpg);
	background-repeat: repeat-x;
}
.tdColumnBkgrd {
	background-image: url(../images/module_middle.jpg);
	background-repeat: repeat-y;
}


/*  Global Formatting */
h1 {
	font-size:16px;
	line-height: 1em;
	font-weight: 900;
	color: #003399;
}
h2 {
	font-size:15px;
	line-height: 1em;
	font-weight: 900;
	color: #003399;
}
h3 {
	font-size:14px;
	line-height: 1em;
	font-weight: 900;
	color: #339966;
}
h4 {
	font-size:13px;
	line-height: 1em;
	font-weight: 900;
	color: #339966;
}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {
	font-size:12px;
	line-height: 1em;
	font-weight: bold;
}
td{font-size: 12px;}
th{font-size: 12px;}
a {color: #339966;}
a:hover {color: #000099;}
a:visited {color: #666666;}
a.image, a.image:hover  {:0;}
li{ list-style: square;}
ul { list-style: square;}

/* #######################  END GENERAL SETTINGS ############################ */


/* ######################  LAYOUT SETTINGS       ############################## */
/* Add here Div Wrappers of table formatting to layouts custom stuff*/

/* ######################  LAYOUT SETTINGS       ############################## */

/*##################### NAVIGATION SECTION #####################*/
/* Pathway Breadcrumbs */	
	.pathway {font-size: 11px; color:#000099;}
	a.pathway:link {color:#000099;}
	a.pathway:visited {color:#666666;}
	a.pathway:active {color:#339966;}
	a.pathway:hover {color:#339966; text-decoration:underline;}

/* Mainlevel menu */
.mainlevel {height: 15px;
}

a.mainlevel {display: block;
	color: #000099;
	padding: 0px 0px 0px 5px;
	margin: 0;
	text-decoration: none;
}
	
a.mainlevel:hover {
	color: #339966;
	text-decoration: underline;
}	
a.mainlevel:active {
	color: #339966;
	text-decoration: underline;
	font-weight: bold;
}	
/* End Mainlevel menu */
	
/* Sub Menu */
.sublevel{height: 18px;}

a.sublevel{
	display: block;
	color: #339966;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
		}

   a.sublevel:hover {
	display: block;
	color: #000099;
	text-decoration: underline;
}
a.sublevel:active {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}	
/* End Sub Menu */
	
/* Add Custom Menus */

/* TOP MENU */
 #mainlevel-nav{
	margin-left: 0;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

 #mainlevel-nav li{
	width: auto !important;
	padding-left: 10px;
	float: left;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}

#mainlevel-nav li a{
	display: block;
	padding-left: 0px;
	text-decoration: none;
	color: #000099;
	white-space: nowrap;
}

#mainlevel-nav li a:hover{
	display: block;
	padding-left: 0px;
	text-decoration: underline;
	color: #009933;
	white-space: nowrap;
}
/* End Top Menu */
/* Add Custom Menus */
		
/*##################### NAVIGATION SECTION #####################*/	

/* ##################### STANDARD MODULE TABLE  #################*/	
table.moduletable {
	width: 162px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/module_middle.jpg);
	background-repeat: repeat-y;
}

table.moduletable th {
	height: 25px;
	background-image: url(../images/module_top.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	vertical-align: middle;
	font-weight: bold;
	padding: 0;
}

table.moduletable td {
	padding: 7px;
}
table.moduletable-bottom {
	padding: 10px;
}

/* Add here Custom Modules */
#sponsorMod {
	padding: 5px;
}
table.moduletable-CORP {
	width: 162px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/module_middle.jpg);
	background-repeat: repeat-x;
}
table.moduletable-CORP td {
	padding: 7px;
}
table.moduletable-CORP th {
	height: 25px;
	background-image: url(../images/module_topCORP.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	padding: 0;
}
table.moduletable-bottom-CORP {
	padding: 10px;
}
/* End Custom Modules */

/* ##################### END STANDARD MODULE TABLE  #################*/	


/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/
.contentheading {
	font-size: 16px;
	width: 100%;
	font-weight: bold;
	color: #000099;
	padding: 2px 0px 5px 0px;
}

/* content title and links */
.contentpagetitle {
	background-color : White;
}

a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited {
	font-size: 16px;
	width: 100%;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px;
}

a.contentpagetitle:hover {
	color: #000;border-bottom: 0px  dashed #CCCCCC;text-decoration: none;}

/* top box like a category description */
.contentdescription {}

/* Main Body Text */
.contentpane {
	width: 100%;
	overflow:auto;
	height:150px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contentpaneopen {
	width: 97%;
	height:15px;
	overflow:auto;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* 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;}
a.pop-up {border-bottom: 0;}
.pop-ups {float: right;}


/* 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: #000099; }
.pagebar{font-size: 12px;}
.pagenav_prev{font-size: 14px;  color: #000099; }
.pagenav_next{font-size: 14px;  color: #000099; }
a.pagenav {color: #339966; border-bottom: 0;}
a.pagenav:hover {color: #000099; 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:#339966;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 {
    font-size: 1.5em;
    font-weight: bold;
    color: #009933;
    text-align:left;
	padding: 0 0 7px 0;
	}
	
/* 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 : #EBEBEB;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;
	margin: 7px;}

.blogsection{
	height: 18px;
}
.blog_more{height: 18px;  }
.blog_heading {height: 18px;  }


/* space from bottom of article */
/*.article_seperator{
	background-color: #FFFFFF;
}*/
span.article_seperator {
	display: block;
	height: 1.5em;
	margin-right: 5px;
	margin-left: 5px;
}
/* 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;}

.whtFOOTER{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.whtFOOTER a:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	color: #FFFFFF;
}

.whtFOOTER a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
}

.whtFOOTER a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
/* ############# 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: 90%;}
/* Submit Button */
.button {
	border: 1px solid #999;
	color: White;
	background-image: url(../images/buttonBkgd.jpg);
	background-repeat: repeat-x;
	padding: 3px;
}

/* 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, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	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: #CC0000;
	text-align: left;
   }
.pagetext {
	visibility: hidden;
	display: none;
   }

	/*Body of the form*/
.adminform{background-color : #FFFFFF;}
/* ###################### End TABBED EDITING ###################### */
