/*--------------------------------------------------------------
Author: 		Richard Santos
File Name:		site_style.css
Created:		7 - 19 - 2005
Last Changed:	7 - 19 - 2005
Purpose:		to format bottleneckless homepage.
-----------------------------------------------------------------*/
/*any additional comments go here


/*end any additional comments here */


/* 
 * ==================================================================
 * define global element styles 
 * ==================================================================
 */
 
 
body {
  		margin:2px;
		padding:0px;
		font:15px verdana, arial, helvetica, sans-serif;
		
		
		background: #330000; 
		background-attachment: fixed;
		
		
		/*scrollbar-face-color:#e0e9e9;
		scrollbar-arrow-color:#ffffff;
		scrollbar-track-color:#ccc; 
		SCROLLBAR-FACE-COLOR: #8197D1; 
		SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
		SCROLLBAR-SHADOW-COLOR: #cccccc; 
		SCROLLBAR-3DLIGHT-COLOR: #cccccc; 
		SCROLLBAR-ARROW-COLOR: #464646; 
		SCROLLBAR-TRACK-COLOR: #e6e6e6; 
		SCROLLBAR-DARKSHADOW-COLOR: #999999*/

		
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		}
		
p {
	font: 12px verdana, arial, helvetica, sans-serif;
	color:#333333;
	}		

td {
		font-family: Verdana, Geneva, Arial;
		font-size: 12px;
		color:#333333;

}


/* 
 * ==================================================================
 * define form styles
 * ==================================================================
 */

input, textarea, 
select{
	background: #FFFFFF;
	border: 1px solid #494A45;
	color: #000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 1px;
	vertical-align: middle;
}

/*input.button{
    background-color	:#e0e9e9;
	border				: 1px solid #4C77B6;
	color				: #000;
	font-family			: Verdana, Helvetica, Sans-Serif;
	font-size			: 11px;
	padding				: 2px;
	vertical-align		: middle; 
}
*/
.input_labels{
	FONT-SIZE			: 12px;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-weight			:bold;
	color:#494A45;
	}

/* 
 * ==================================================================
 * define global hyperlink styles 
 * ==================================================================
 */

A:link {
		text-decoration:underline;
		color: #285078;
		
		}

A:visited {
		text-decoration:underline;
		color: #285078;
		
		}

A:active {
		color: #285078;
		
		}

A:hover {
		text-decoration:inherit;
		color: #c25252;
		/*font-style:italic; */
		
		}  

/* 
 * ==================================================================
 * define navigation links styles
 * ==================================================================
 */		

	/* Defined in a separate file: admin_left_menu_style.css  */


/* 
 * ==================================================================
 * define footer links styles
 * ==================================================================
 */







/* 
 * ==================================================================
 * define headings styles
 * ==================================================================
 */
		.contentheading{
	font-size			:12px;
	font-variant		:small-caps;
	font-color			:#FFFFFF;
	font-family			: verdana, sans-serif;
	/*background-color	:#990000;*/
	background-image:url(../fpdb/images/nav_bg.jpg);
	border-bottom		:3px;
	border-bottom-color	:#cccccc;
	border-bottom-style	:solid;
	font-weight			:bold;
	color				:#FFFFFF;
	padding-top			:5px;
	padding-bottom		:5px;
	
}
/* content subheadings */


.bottleneck_title {
	color: #494A45;
	font-weight: bold;
}

.slogan_title {
	color: #494A45;
	font-weight: bold;
	font-style:italic;
}



/* 
 * ==================================================================
 * define sub-headings styles
 * ==================================================================
 */
	.subtitle {
	font-size			:13px;
	font-family			: tahoma, sans-serif;
	background-color:#CCCCCC;
	color:#333333;
	border-bottom		:2px;
	border-bottom-color	:#78878C;
	border-bottom-style	:solid;

	}


/* 
 * ==================================================================
 * define table styles 
 * ==================================================================
 */

	table.main{
	
	 border 			: 1px solid #333333; 
	}
	
	table.content{
		padding			: 3px 0px 2px 5px;
		margin-bottom	: 2px;
		width			: 100%;
		background		: #FCFEFF;
		font-family		: Verdana, Helvetica, Sans-Serif;
		font-size		: 12px;
		padding			: 10px;
		border			:1px solid #dddddd;
	}
	
	
		.label{
	font-size			:12px;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-weight			:bold;
	font-style			:italic;
	color				:#6D6E69;
	}
	
	hr {
	height: 1px;
	color: #cccccc;
	}

ul
{
list-style-type:square; list-style-position:outside; 
list-style-image:url(../fpdb/images/arrow_bullet.png);
}


.bodyTable {
    padding: 14px;
    background-color:#CCCCCC;
    width: 100%;
}


.bodyCell {
    padding-top: 20px;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: top;
}

.contentTable {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: White;
}

.contentTableShort {
    width: 100%;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #D5D291;
	border-right: 1px solid #D5D291;
	border-bottom: 1px solid #D5D291;
	background-color: White;
}



.contentCell {
    vertical-align:top;
    padding-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
}






