/********************************************************************************
* 
* © 2007 Ecliptic Technologies, Inc. - All Rights Reserved
* Unauthorized use or reproduction of this product is strictly prohibited by law.
* Website: www.ecliptictech.com
* Email: info@ecliptictech.com
*
* Name: Style CSS
* Description: CSS file for the entire The Connector website
*
*********************************************************************************/


/* Body 
--------------------------------------------------------------------------------*/



hr
	{
	display:none;
	}


	

/* Tables 
--------------------------------------------------------------------------------*/
	
td /* Using td to fix the default font issues with some browsers. */
	{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:Silver;
	}


/* Forms
--------------------------------------------------------------------------------*/

input
	{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#303030;
	}

select
	{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#303030;
	}


/* Container
--------------------------------------------------------------------------------*/
/*
#container  The main container for the bulk of the page.
	{
	background:#ffffff;
	}

*/

/* Navbar
--------------------------------------------------------------------------------*/

#navbar
	{
	line-height:28px;
	background:#000000;
	text-align:left;
	padding-bottom:2px;
	color:#ffffff;
	font-size:11px;
	}
	
#bottomnav
	{
	text-align:center;
	background:#ffffff;
	line-height:28px;
	padding-bottom:2px;
	}







	
	
/* Forum
--------------------------------------------------------------------------------*/	
/*menu*/
.topheader table {height:25px;border-collapse:separate;width:100%;background-color:Transparent;}
.topheader td {height:25px;}
.topheader th {height:25px; background-color:black;white-space:nowrap;font-weight:normal;}
.topheader th.menuitem {color:white;text-align:center;width:12%;border-left:1px solid #FFFFFF;white-space:nowrap;padding-left:5px;padding-right:5px;}
.topheader th.rightitem {border-left:1px solid #FFFFFF;color:white;text-align:right;border-right:none;}
.topheader td.outerheader {width:6px;}

/*header*/
.header table {font-size: 8pt;background-color:Transparent;width:100%;border:none;}
.header td {white-space:nowrap;}
.header h1 {font-weight: normal;font-size: 18pt;margin-bottom: 0px;font-family: Verdana,Arial,Helvetica,sans-serif; margin-top:5px;}
.header img{vertical-align:middle;border:none;}

/*main body*/
.forumcontent table {font-size: 8pt;border-collapse:collapse;background-color:white;}
.forumcontent h1 {font-weight: normal;font-size: 18pt;margin-bottom: 0px;font-family: 'Arial Narrow';border-bottom: solid 0px white;}
.forumcontent h2 {margin-bottom: 0px;font-size: 10pt; border-bottom: solid 0px white;}
.forumcontent h3 {font-weight: bold;font-size: 8pt;margin-bottom: 0px;border-bottom: solid 0px white;}
.forumcontent a {color: #005B98;}
.forumcontent a:hover{text-decoration: none; color: #000056;}
.forumcontent th {background-color:#808080;color:white;font-weight: bold;font-size: 9pt;text-align: left;border:1px solid silver;}
.forumcontent th a {color: White;font-size: 8pt;font-weight: normal;text-decoration: none;border:none;}
.forumcontent th a:hover{text-decoration: underline;border:none;}
.forumcontent td {border:1px solid silver;color:black;font-family: Verdana;}
.forumcontent button{font-family: Verdana;font-size: 8pt;border: slategray 1px solid;}
.forumcontent textarea{font-family: Verdana;font-size: 8pt;border-left: slategray 1px solid;border-right: slategray 1px solid;border-bottom: slategray 1px solid;border-top: none;}
.forumcontent select{font-family: Verdana;font-size: 8pt;border: slategray 1px solid;}
.forumcontent img{vertical-align:middle;border:none;}
.forumcontent hr{height:1px;border:none;color:silver;background:silver;}
.forumcontent div.location{margin-bottom:17px;font-family: Verdana;}
.forumcontent {background-color: White;}

/* other classes */
.gradientbutton {background-color:black;color:White;font-family: Verdana;font-size: 8pt;border: 1px solid slategray;}
button.formatting{width: 25px;height: 20px;border: none;background-color:Transparent;cursor: pointer;}
div.editbar{margin-top: 3px;background-image: url('images/editbar_bg.gif');height: 20px;border-left: 1px solid slategray;border-right: 1px solid slategray;border-top: 1px solid slategray;}
div.quote{color: #7777aa;text-decoration: none;padding-left: 15px;}



