body
{
	
	font-family:Verdana ;
	font-size: 11px;
	
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;

	
	color:#404040;
}

td
{
	font-family:Verdana ;
	font-size: 11px;
	color:#404040;
}

input, select
{
	font-family: Verdana;
	font-size: 8pt;
	color: #404040;
	background-color: #FFFFFF;
	border: 1px solid #000000;	
}

/*  */
img {
	border: 0;
}

/* Header 1 - Main header */

.header1
{
	background: url('bg_header1.png');
	background-color: #353535;
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
	font-size:12px;
}

tr.header1 {
	background-color: #353535;
	color:#C00000;
	font-weight: bold;
	padding-left: 10px;
}

tr.header1 a		{color:#C00000;text-decoration:none}
tr.header1 a:hover	{color:#404040;text-decoration:none}

td.header1 
{
	background-color: #66a262;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
}	

td.customheader
{
	background-color: #fff;
	color: #FF6600;
	font-weight: bold;
	padding-left: 10px;
	font-size:1.4em;
}

td.customheader p
{
	margin:0px;
	padding:4px 0;
	font-size:0.7em;
	font-weight:normal;
	color:#000;
}

.header1Title
{
	/*background: url('bg_header5.png');*/
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;	
	background-color: #66a262;
}

/* Header 2 - Sub header */
tr.header2 {
	
	background-color: #DDDDDD;
	color: #252525;
	font-weight: bold;
	
}

td.header2 {
	background-color: #DDDDDD;
	color: #252525;
	font-weight: bold;
}

td.header2 a { color: #579000; text-decoration: none; }
td.header2 a:link { color: #579000; text-decoration: none; }
td.header2 a:visited { color: #579000; text-decoration: none; }
td.header2 a:active { color: #579000; text-decoration: none; }
td.header2 a:hover { color: #579000; text-decoration: underline; }

td.infoTable {
	background-color: #FAFAFA;
	padding: 10px;
	border: 1px solid #F3F2F2;
}

/* Footer1 - Bottom of tables */
.footer1
{
	font-size: 7pt;
	height: 28px;
	background-color:#fbfbfb;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}


/* Header of posts */
.postheader {
	background-color: #eaeaea;
	color:#505050;
}

/* User info and post/article */
.post
{
	background-color: #F0F0F0;
	color:#404040;
}

.post_alt
{
	background-color: #F5F5F5;
	color:#404040;	
}

tr.post:hover
{
	background-color: #FFFFFF;	
}

tr.post_alt:hover
{
	background-color: #FFFFFF;	
}

/* Footer of posts */
.postfooter
{
	background-color: #cdcdcd;
}

/* Area between posts */
.postsep {
	background-color: #555555;
	height: 1px;
	background: url('bg_header2.png');
}

/* most tables are class 'content' */
.content
{
	border: solid 1px #505050;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;	
	
}

.postformheader 
{
	background-color: #D1E1D1;
	font-weight:bold;
}

table.content td {
	padding: 5px;
}

/* links inside content table*/
.content a			{ color: #ff6600; text-decoration: underline; }
.content a:hover	{ color: #ff6600; text-decoration: none; }

/* used for quoting messages */
.quote {
	padding-left: 16px;
	margin: 5px;
}

.innerquote
{
	padding: 4px;
	background-color: #fefefe;
	border: 1px dashed #808080;
}

/* used for code */
.code
{
	padding-left: 16px;	
	margin: 5px;
}

.innercode
{
	padding: 4px;
	background-color: #efefef;
	border: solid 1px #808080;
	color: #000000;
	font-size:8pt;
	font-family:Courier New,Courier;
}

/* font sizes */
.smallfont	{ font-size: 10px; }
.largefont	{ font-size: 11px; }

/* Image Links */
a.imagelink {
	font-weight: bold;
	color: #ff6600 ;
}
a:hover.imagelink {
	text-decoration: none;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
.posteditor {
	width: 100%;
	height: 200px;
}

/* Table just above and below tables */
table.command {
	padding: 3px;
}

/* p-tag at the top of pages with navigation links */
.navlinks { font-weight: bold; color: #000000; }
.navlinks a { color: #000000; text-decoration: none }
.navlinks a:hover {color: #666666;
}

/* for printing */
table.print {
	border: solid 1px #C0C0C0;
}
.printheader {
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}

.pbutton {
	background-color: #3B3E39;
	font-size: 10px;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
}
 
.textfield {
	background-color: #FFFFFF;
	border: 1px solid #3B3E39;
	width: 100%;
}

.ButtonOut
{
	border: #669966 1px solid;
}
.ButtonOver
{
	border: #000000 1px solid;
	background-color: #ffffff;
}
.ButtonChecked
{
	border: #000000 1px solid;
}
.ButtonOff
{
	border: #669966 1px solid;
}

#bbcodeFeatures
{
	border: #eeffee 1px solid;
}

/*
Use this to setup overflow feature for your site.
On IE that would mean specifying a width so that the overflow will work properly.
This CSS already works on FireFox.
*/
div.postdiv
{
	width: 100%;
	min-height: 100%;
	overflow: auto;	
}



A.lnk3 {
	FONT-WEIGHT: bold; FONT-SIZE: 1.0em; COLOR: #ff6600
}
A.lnk3:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 0.9em; COLOR: #ff6600
}
A.lnk3:link {
	FONT-WEIGHT: bold; FONT-SIZE: 0.9em; COLOR: #ff6600
}
A.lnk3:hover {
	COLOR: RED; TEXT-DECORATION: underline
}
.dateText {
	FONT-SIZE: 1.2em; COLOR: gray
}
.txt4Bold {
	FONT-WEIGHT: bold; FONT-SIZE: 1.1em
}



/*Tabbed Content*/
/*Tabbed Content*/
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../Images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../Images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 750px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}



/* Stylesheet for CMS*/
/* Stylesheet for CMS*/

A.footerlink {
	FONT-WEIGHT: bold; FONT-SIZE: 0.8em; COLOR: gray;TEXT-DECORATION: none;
}
A.footerlink:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 0.8em; COLOR: gray;TEXT-DECORATION: none;
}
A.footerlink:link {
	FONT-WEIGHT: bold; FONT-SIZE: 0.8em; COLOR: gray ;TEXT-DECORATION: none;
}
A.footerlink:hover {
	COLOR: #ff3300; TEXT-DECORATION: none;
}

A.RightLinks {
	FONT-WEIGHT: bold; FONT-SIZE: 1.1em; COLOR: #000000;
	text-decoration:none;
}
A.RightLinks:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 1.1em; COLOR: #000000;
	text-decoration:none;
}
A.RightLinks:link {
	FONT-WEIGHT: bold; FONT-SIZE: 1.1em; COLOR: #000000;
	text-decoration:none;
	}
A.RightLinks:hover {
	COLOR: #ff3300;
	text-decoration:none;
}

.MajorHeading
{color:#e21406; FONT-SIZE: 1.2em; margin-left:5px;
	}
.MajorBold
{
	FONT-WEIGHT: bold; FONT-SIZE: 0.9em;color:Black;
	}
.MajorContent
{
	FONT-SIZE: 0.9em;
	color:Black;
	
	}
#MajorRelevantLinkBox
{
	margin-left:10px;
	margin-top:0px;
	}
	
	
	
	/*Stylesheet for Tabbing control of ASP.Net*/
	/*Stylesheet for Tabbing control of ASP.Net*/
	      .menuTabs
         {
             position:relative;
             top:1px;
             left:10px;
         }
         .tab
         {
            border:Solid 1px black;
            border-bottom:none;
            padding:0px 10px;
            background-color:#eeeeee;
         }
         .selectedTab
         {
             border:Solid 1px black;
             border-bottom:Solid 1px white;
             padding:0px 10px;
             background-color:white;
         }
         .tabBody
         {
             border:Solid 1px black;
             padding:20px;
             background-color:white;
         }
          .thumbnail{
    position: relative;
    z-index: 0;
    }

    .thumbnail:hover{
    background-color: transparent;
    z-index: 50;
    }

    .thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    background-color: #003399;
    padding: 5px;
    left: -1000px;
    border: 1px solid #3366CC;
    visibility: hidden;
    color: black;
    text-decoration: none;
    }

    .thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
    }

    .thumbnail:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 0;
    left: 60px; /*position where enlarged image should offset horizontally */

    }
    
    
    
    
  #main  form, fieldset, button {
	border: none;
	outline: none;
	background: none;
	}
	
#main input, select, textarea, button {
	border: none;
	outline: none;
	background: none;
	font: 11px "Lucida Grande", tahoma, sans-serif;
	}
	
		
		#main form {
			display: inline;
			border: 1px solid #ccc;
			border: 1px solid #ccc;
			margin: 20px 0 20px 0;
			padding: 10px;
			float: left;
			width: 260px;
		}
			#gallery form {
			display: inline;
			float: left;
			padding:0;
			margin:0;
		}
#main button { cursor: pointer; }

	#main button {
		float: left;
		text-align: center;
		padding: 5px;
		color: #807e7c;
		border:1px solid #ccc;
		}
		
		#main button:hover { color: #000; }


		#main form div.field {
			clear: left;
			position: relative;
			width: 100%;
			}


		#main label {
			display: block;
			position: relative;
			float: left;
			width: 150px;
			}
			
		#main form input, #main form textarea, #main form select {
			width: 250px;
			border: 1px solid #807e7c;
			padding: 5px;
			line-height:13px;
			background: #fff;
			margin-bottom: 5px;
		
/*			display: block;*/
			float: left;
			}
		#main form textarea { height: 75px; }