
      /* default styles
   -------------- */
td { font: 8pt Tahoma, sans-serif;  }

   
body { 
	padding: 0; 
	margin: 10px 0 5px 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #444444; 
	color: #000; 
}

/************ Forum Styles *************/

table.forum { width: 90%; margin: 0 auto 1px auto; background-color: #CCCCCC;}

/***************************************/

hr.thin { height: 1px; background-color: #cccccc; border: 0; clear: both; }

ul.standard { list-style-type: disc; list-style-position: outside; margin-left: 15px;}
li.standard {	list-style-type: disc;  }

a {	color: #4444DD;	background: none; font-size: inherit;}
/* a:hover { color: #EC6C27; background: inherit; } */
a:hover { color: #EC6C27; } 

a:visited { color: #772299; } 

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 0px; margin: 0; color:  #3C5068; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
/* h1 a, h2 a { text-decoration: none; } */
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

img { border: none; }

.listingheader { background-color: #E0E0E0; }
.listingcontents { background-color: #DDDDDD; }

table.itemlisting {
	width: 100%;
}
.itemlisting .heading { background-color: #ffeecc; }
/*tr.itemlisting { background-color: #eeeeee; }*/
.itemlisting .normal { background-color: #f6f6f0; }
.itemlisting .bold { font-weight: bold; }

.itemlisting .alternate { background-color: #eeeeee; }

p {	margin: 0 0 5px 0; }

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

form { 	margin: 0; }

.errMsg { font-weight: bold; color: #f00; }

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 90%;
	padding: 3px; 
	background: #fff;
	border: 2px #000000 solid;

}

.header { 
	height: 60px;
	background: #000000 url(images/title_bg.jpg) repeat;
	color: #808080;
	margin: 0px 0;
	padding: 0px 0 0 0;
	border-bottom: 0px solid #ccc;

}





.smallheader input.search { 
	width: 150px; 
	border: 0;
	background: #FFF url(images/input.gif) no-repeat;
	padding: 4px; 
	color: #000;
}



.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 1px 0 0 0px; 
	background:  #505050;
}



	.bar li { 
		margin: 0px; 
		padding: 7px 12px 6px 12px;
		color: FFF;
		background:  #505050;
		float: left; 
		border-right: 1px  #777777 solid;
	}
	


	.bar li.active { 
		background:  #777777 url(images/bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 12px 6px 12px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		color: #eeeeff; 

	} 

	.bar li a:visited { 
		color: #eeeeff; 

	} 



/* full-width content */

.full { float: left;
	width: 100%;
	}

.full h3.titlebar {
	clear: both;
	background:  #505050 url(images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}




/* left side
   --------- */
.smallleft {
	float: left;
	width: 14%;
	margin: 0 0 10px 0;
}

.smallleft h3.titlebar {
	clear: both;
	background:  #505050 url(images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}


.bigleft {
	float: left;
	width: 75%;
	margin: 0 0 10px 0;
}
.bigleft h3.titlebar {
	clear: both;
	background:  #505050 url(images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}


.bigleft h3.titlebar a {

	color: #B9D7FF;
}


.left {
	float: left;
	width: 24%;
	margin: 0 0 10px 0;
}

.left h3.titlebar {
	clear: both;
	background:  #505050 url(images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
	
		
/* right side
   ---------- */
	


.smallright {
	float: right;
	width: 24.6%;
	margin: 0 0 10px 0;
}
.smallright h3.titlebar {
	background:  #777777  url(images/corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}
	
	
	
.largeright {
	float: right;
	width: 85%;
	margin: 0 0 10px 0;
}

.largeright h3.titlebar {
	background:  #777777  url(images/corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}
	
	
.right {
	float: right;
	width: 75%;
	margin: 0 0 10px 0;
}

.right h3.titlebar {
	background:  #777777  url(images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}

	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
		/* height: 100%; */
	}

.right h3.titlebar a {

	color: #B9D7FF;
}
	
.image {
	float: left;
	margin: 3px 3px 3px 3px;
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 0px 0;
	margin: 0 0 0 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}






/* other boxes */
.highlightedbox {padding: 4px 6px; 
		background: #e6f9f8; 
		border: 1px solid #d9e9e4; 
		font: 90% "Lucida Sans Unicode", "Lucida Sans"; 
		color: #593;
		/* text-align: right;  */
		/* -moz-border-radius: 2px; */
		cursor: default;
		width: 90%;
 }

.sectionbox {padding: 7px 7px 7px 7px; 
		/* background: #a6a9f8; */
		/* background: #C8CAEE; */
		/* background: url(images/arrow2.gif) no-repeat top left; */
		border: 1px solid  #505050; 

		/* -moz-border-radius: 2px; */
		cursor: default;
		clear: both;
		color: #000000;

}



.clearbox  {padding: 5px 4px 5px 5px; 
		background: #FFFFFF; 
		border: 1px solid #FFa900; 
		
		/* font: 90% "Lucida Sans Unicode", "Lucida Sans"; */
		
		
		/* -moz-border-radius: 2px; */
		cursor: default;
		width: 90%;
 }

.clearbox:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.right_articles:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */




/* ChadDev */
.rightSidePanel { padding: 5px 8px 5px 8px;  width: 20%; float: right; 
		background-color: #fff0cc;
		border-left: 1px #ccbb00 solid; 
		border-bottom: 1px #ccbb00 solid; 
		height: 100%;
		margin: 0;
		}
.newsPanel {float: left; width: 76%; padding: 3px 0px 3px 3px;}

.newsDivider { height: 1px; background-color: #cccccc; border: 0; clear: both; margin: 4px 0 0 0; padding: 0; }
.newsHeading { background-color: #eeeeee; margin: 0; padding: 3px 0 3px 3px; display: block; border-top: solid 1px #999; }
	
.galleryDescHeading { background-color: #eeeeee; margin: 0; padding: 3px 0 3px 3px; display: block;  border-bottom: solid 1px #999; }
.galleryHeadingDivider { height: 1px; background-color: #cccccc; border: 0; clear: both; margin: 0 0 4px 0; padding: 0; }
.galleryThumb 	{	cursor: url(images/zoom_in.cur), pointer; }

.taggedImageGallery img { padding: 2px; }