/************************************************************************** 
*************************************************************************** 
*  Program Name: $Id: common.css,v 1.2 2008/01/30 03:32:23 neo Exp $
*  Program Author:  Michael T. Schock
*  Creation Date: 05-15-2006
*  CVS Revision: $Revision: 1.2 $
*  Copyright (c) 2006
*************************************************************************** 
*************************************************************************** 
*  Program Summary:
*  Style sheet for common.css
*
*
*************************************************************************** 
**************************************************************************/

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

/*  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
{
	margin-left:10px;
	margin-right:auto;
	width:890px;
	height:135px;
}

.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%;
	background-color:#aaaaaa;
	margin-bottom:25px;
	background-image:url('../Images/blankbutton.jpg'); 
	background-repeat:no-repeat;
}

.Left_Header
{
	height:30px;
	margin-left:30px;
	padding-top:5px;
	font:14pt bold;
	font-family:sans-serif;
}

.Left_Content
{
	margin:10px;
	margin-bottom:0;
}

.Left_Content div
{
	font:10pt bold;
	font-family:sans-serif;
}

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

/*  Right Content  */
.Right_Main
{
	float:right;
	margin-right:30px;
	width:575px;
	background-color:#aaaaaa;
	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_Header
{
	height:30px;
	margin-top:5px;
	margin-left:30px;
	font:14pt bold;
	font-family:sans-serif;
}

.Right_Bottom
{
	background-image:url('../Images/right_bottom.jpg');
	background-repeat:no-repeat;
	height:25px;
}


/*  Footer  */
div#Footer_Content
{
	clear:both;
	width:100%;
	margin:auto;
	text-align:center;
	color:#cccccc;
}

div#Footer_Content table
{
	margin:auto;
	margin-top:10px;
	font-size:9pt;
	width:890px;
}

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 */


/*  Header that contains the application icon  */
/*a:link
{
	color: #FFFFFF;
	text-decoration: none
}
	
a:hover  
{
	color: #FFFFFF;
	text-decoration: none
}*/

input.Button_50, input.Input_50, select.Select_50
{
	width:50px;
}

input.Button_100, input.Input_100, select.Select_100
{
	width:100px;
}

input.Button_150, input.Input_150, select.Select_150
{
	width:150px;
}

input.Button_200, input.Input_200, select.Select_200
{
	width:200px;
}

/*  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;
}








