/************************************************************************** 
*************************************************************************** 
*  Program Name: $Id: common.css,v 1.5 2008/02/06 02:28:10 neo Exp $
*  Program Author:  Michael T. Schock
*  Creation Date: 05-15-2006
*  CVS Revision: $Revision: 1.5 $
*  Copyright (c) 2006
*************************************************************************** 
*************************************************************************** 
*  Program Summary:
*  Style sheet for common.css
*
*
*************************************************************************** 
**************************************************************************/

/*  Main Body */
body 
{
	height:100%;
	background-color:#313ff8;
	margin:0;
	padding:0;
	text-align:center;
	background-image: url('../Images/background_1.jpg');
	background-repeat: repeat-y;
	background-position:center;
	background-attachment:fixed;
}

form
{
	margin:0;
}

/*  Page Wrapper */
.Content
{
	width:960px;
	margin:auto;
	text-align:left;
}

.Page
{
	width:900px;
	margin:0;
	margin-left:30px;
	margin-bottom:25px;
}

.divider
{
	width:100%;
	height:20px;
	background-image:url('../Images/divider_1.jpg');
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom:15px;
}


/*  Header  */
.Header_Content
{
	width:900px;
	padding:0;
	margin-bottom:20px;
}

.Border_1
{
	width:900px;
	height:25px;
	margin-left:4px;
	border-top:3px solid black; 
	border-bottom:3px solid black;
	background-image:url('../Images/red_grad_inv.jpg');
}

.Tab_Index
{
	width:900px;
	height:35px;
	margin-left:4px;
	margin-bottom:25px;
}

.Tab_Index div.Tab_Active
{
	float:right;
	background-image:url('../Images/mtab_1_b.jpg');
	background-repeat:no-repeat;
	width:100px;
	height:35px;
	text-align:center;
	font:bold 10pt sans-serif;
	margin-left:5px;
	padding-top:5px;
	color:#cccccc;
	cursor:pointer;
}

.Tab_Index div.Tab_Default
{
	float:right;
	background-image:url('../Images/mtab_1.jpg');
	background-repeat:no-repeat;
	width:100px;
	height:35px;
	text-align:center;
	font:bold 10pt sans-serif;
	margin-left:5px;
	padding-top:5px;
	color:#cccccc;
	cursor:pointer;
}

.Tab_Index div.Tab_Hover
{
	float:right;
	background-image:url('../Images/mtab_2.jpg');
	background-repeat:no-repeat;
	width:100px;
	height:35px;
	text-align:center;
	font:bold 10pt sans-serif;
	margin-left:5px;
	padding-top:5px;
	color:#cccccc;
	cursor:pointer;
}

.Tab_Index a
{
	text-decoration:none;
	color:#cccccc;
}

/*  Left Content  */
.Left_Main
{
	float:left;
	margin-left:25px;
	width:200px;
	
}

.Left_Container
{
	width:100%;
	margin-bottom:25px;
}

.Left_Header
{
	background-color:#313ff8;
	background-image:url('../Images/blankbutton.jpg'); 
	width:175px;
	height:25px;
	margin:0;
	margin-bottom:0;
	border-top:solid 1px black;
	border-left:solid 1px black;
	border-right:solid 1px black;
}

.Left_Header div
{
	margin:0;
	margin-left:10px;
	font:14pt bold;
	font-family:sans-serif;
	color:white;
}

.Left_Top
{
	background-image:url('../Images/left_content_top_1.jpg');
	background-repeat:no-repeat;
	height:10px;
	margin-bottom:0;
	font-size:1px;
}

.Left_Middle
{	
	margin:0;
	background-image:url('../Images/left_content_middle_1.jpg');	
}

.Left_Middle div
{
	font:10pt bold;
	font-family:sans-serif;
	margin-left:10px;
}

.Left_Middle p
{
	font:10pt bold;
	font-family:sans-serif;
	margin-left:10px;
}

.Left_Bottom
{
	background-image:url('../Images/left_content_bottom_1.jpg');
	background-repeat:no-repeat;
	height:10px;
}

/*  Right Content  */
.Right_Main
{
	float:right;
	margin-right:25px;
	width:575px;
	background-color:white;
	background-image:url('../Images/blankbutton1.jpg');
	background-repeat:no-repeat;
	margin-bottom:50px;
}

.Right_Main p
{
	margin:15px;
	margin-left:50px;
	font:12pt bold;
	font-family:sans-serif;
	line-height:1.5;
	text-indent:15px;
}

.Right_Main h3
{
	margin-left:25px;
}

.Right_Background
{
	padding:20px;
	margin-left:30px;
}

.Right_Header
{
	height:25px;
	margin-left:30px;
	font:14pt bold;
	font-family:sans-serif;
}

.Right_Bottom
{
	height:0px;
}


/*  Footer  */
div#Footer_Content
{
	clear:both;
	width:960px;
	margin:auto;
	text-align:center;
	color:#ffffff;
}

div#Footer_Content table
{
	margin:auto;
	margin-top:10px;
	background-color:#313ff8;
	font-size:9pt;
	width:900px;
	border-top:2px black solid;
	border-bottom:2px black solid;
}

div#Footer_Content a:link
{
	color: white;
	font-weight:bold;
	text-decoration:underline;
}

div#Footer_Content a:visited
{
	color: white;
	font-weight:bold;
	text-decoration:underline;
}

div#Footer_Content a:hover 
{
	color: white;
	font-weight:bold;
	text-decoration:none;
}

/*  Special Controls */
input.Button_50, input.Input_50, select.Select_50
{
	width:50px;
	color:black;
	background-color:#cccccc;
}

input.Button_100, input.Input_100, select.Select_100
{
	width:100px;
	color:black;
	background-color:#cccccc;
}

input.Button_150, input.Input_150, select.Select_150
{
	width:150px;
	color:black;
	background-color:#cccccc;
}

input.Button_200, input.Input_200, select.Select_200
{
	width:200px;
	color:black;
	background-color:#cccccc;
}

textarea
{
	color:black;
	background-color:#cccccc;
}

.Text_Display_1
{
	font:10pt bold;
	font-family:sans-serif;
	text-indent:0px;
}

.Text_Display_2
{
	font:10pt bold;
	font-family:sans-serif;
	text-indent:35px;
	color:red;
	margin-bottom:25px;
}

.User_Field_1
{
	width:200px;
	height:25px;
	float:left;
	background-image:url('../Images/button_1.jpg');
	background-repeat:no-repeat;
	font:14pt bold;
	font-family:sans-serif;
	text-indent:15px;
	color:white;
}

.User_Field_2
{
	width:200px;
	height:25px;
	margin-left:50px;
	background-image:url('../Images/button_1_arrow.jpg');
	background-repeat:no-repeat;
	font:14pt bold;
	font-family:sans-serif;
	text-indent:15px;
	cursor:pointer;
	color:white;
}

.Quote
{
	margin:15px;
	font:12pt bold;
	font-family:sans-serif;
	font-style:italic;
}

/*  Set widths  */
.w100
{
	width:100%;
}

.w90
{
	width:90%;
}

.w80
{
	width:80%;
}

.w70
{
	width:70%;
}

.w60
{
	width:60%;
}

.w50
{
	width:50%;
}

.w40
{
	width:40%;
}

.w30
{
	width:30%;
}

.w20
{
	width:20%;
}

.w10
{
	width:10%;
}

/*  Set Heights  */
.h100
{
	height:100%;
}

.h90
{
	height:90%;
}

.h80
{
	height:80%;
}

.h70
{
	height:70%;
}

.h60
{
	height:60%;
}

.h50
{
	height:50%;
}

.h40
{
	height:40%;
}

.h30
{
	height:30%;
}

.h20
{
	height:20%;
}

.h10
{
	height:10%;
}

/*  Set Alignment */
.taleft
{
	text-align:left;
}

.taright
{
	text-align:right;
}

.tacenter
{
	text-align:center;
}


/*  Menu  */
.Menu_1
{
	width:170px;
	color:black;
	background-color:white;
	cursor:pointer; 
}

.Menu_2
{
	width:170px;
	color:white;
	background-color:#313ff8;
	cursor:pointer; 
}

.Admin_Menu
{
	cursor:pointer; 
	width:100px; 
	margin:5px; 
	background-color:#cccccc; 
	border:solid 1px black; 
	float:left;
}

/*  Blog  */
.Blog_Header
{
	width:570px;
}

.Blog_Category
{
	width:300px;
	font-size:14pt;
	font-weight:bold;
	background-color:#313ff8;
	border-top:solid black 1px;
	border-right:solid black 1px;
	border-left:solid black 1px;
	color:white;
	text-align:left;
	padding-left:10px;
}

.Blog_Title
{
	background-color:white;
	width:570px;
	font-size:14pt;
	font-weight:bold;
	text-align:center;
	border-top:solid black 1px;
	border-right:solid black 1px;
	border-left:solid black 1px;
	margin:0;
}

.Blog_Content
{
	margin:0;
	padding:10px;
	width:550px;
	border:solid black 1px;
	display:block;
}

.Blog_Content p
{
	margin:0;
}

.Blog_Footer
{
	clear:both;
	width:570px;
	text-align:center;
}

.Blog_Admin
{
	width:150px;
	float:left;
}

.Blog_Comments
{
	width:265px;
	float:left;
}

.Blog_Date
{
	width:150px;
	float:left;
}

/*  Blog Comments */
.Comment_Header
{
	width:450px;
	margin-left:50px;
}

.Comment_Title
{
	background-color:white;
	width:450px;
	font-size:14pt;
	font-weight:bold;
	text-align:center;
	border-top:solid black 1px;
	border-right:solid black 1px;
	border-left:solid black 1px;
	margin:0;
}

.Comment_User
{
	width:300px;
	font-size:14pt;
	font-weight:bold;
	background-color:#313ff8;
	border-top:solid black 1px;
	border-right:solid black 1px;
	border-left:solid black 1px;
	color:white;
	text-align:left;
	padding-left:10px;
}

.Comment_Content
{
	margin:0;
	padding:10px;
	width:430px;
	margin-left:50px;
	border:solid black 1px;
}

.Comment_Content p
{
	margin:0;
}

.Comment_Footer
{
	clear:both;
	width:450px;
	margin-left:50px;
	text-align:center;
}

.Comment_Admin
{
	width:220px;
	float:left;
}

.Comment_Date
{
	width:220px;
	float:right;
	text-align:right;
}

.Event_Date
{
	margin:0;
	margin-left:5px;
	margin-top:0px;
	font-size:10pt;
	font-weight:bold;
}

.Event_Title
{
	margin:0;
	margin-left:15px;
	font-size:8pt;
	font-weight:bold;
}

.Event_Content
{
	margin:0;
	margin-left:15px;
	margin-bottom:10px;
	font-size:8pt;
}










