/************************************************************************** 
*************************************************************************** 
*  Program Name: $Id: common.css,v 1.2 2007/08/24 01:01:40 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 
{
	color:white;
	background-color:#C5B48F;
	margin:0;
}

div.Text_Box_1
{
	margin-top:25px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#cccccc;
}

a:link
{
	color: #FFFFFF;
	text-decoration:none;
}

a:visited
{
	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;
}

iframe#Popup_Iframe
{
	position:absolute;
	top:0;
	left:0;
	height:0;
	width:0;
	visibility:hidden;
}

div#Page_Data
{
	width:1003px;
	height:560px;
}

div#Footer_Content
{
	width:1003px;
	background-color:#967761;
	color:#3b041e;
	margin-top:10px;
}

div#Footer_Content table
{
	margin:0;
	font-size:8pt;
	width:1003px;
	color:#3b041e;
}

div#Footer_Content a:link
{
	color: blue;
	text-decoration:underline;
}

div#Footer_Content a:visited
{
	color: blue;
	text-decoration:underline;
}

div#Footer_Content a:hover 
{
	color: blue;
	text-decoration:none;
}

div#Footer_Link_Content
{
	width:1003px;
	color:black;
	margin-top:20px;
}

div.Left_Column_Box
{
	width:160px;
}

div.Left_Column_Header
{
	background: url(../Graphics/link_background_1.jpg);
	border:outset 5px white;
	width:100%;
	height:25px;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
}

div.Left_Column_Header_Pressed
{
	background: url(../Graphics/link_background_1.jpg);
	border:inset 5px white;
	width:100%;
	height:25px;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
}

div.Left_Column_Content
{
	background-color:#967761;
	border:solid #967761 5px;
	width:100%;
	margin-bottom:25px;
	color:#cccccc;
}

div.Left_Column_Content a:link
{
	color: #ffffff;
	text-decoration:underline;
}

div.Left_Column_Content a:visited
{
	color: #ffffff;
	text-decoration:underline;
}

div.Left_Column_Content a:hover 
{
	color: #ffffff;
	text-decoration:none;
}

div.Right_Column_Box
{
	width:160px;
}

div.Right_Column_Header
{
	background: url(../Graphics/link_background_1.jpg);
	border:outset 5px white;
	width:100%;
	height:25px;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
}

div.Right_Column_Content
{
	background-color:#8f5b3e;
	border:solid #8f5b3e 5px;
	width:100%;
	margin-bottom:25px;
	color:#cccccc;
}

div.Right_Column_Content a:link
{
	color: #000000;
	text-decoration:none;
}

div.Right_Column_Content a:visited
{
	color: #cccccc;
	text-decoration:underline;
}

div.Right_Column_Content a:hover 
{
	color: #000000;
	text-decoration:none;
}

div.Center_Content_Header
{
	background: url(../Graphics/link_background_1.jpg);
	border:outset 2px white;
	width:100%;
	height:25px;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
}

div.Center_Content
{
	width:90%;
	margin-bottom:25px;
	color:#cccccc;
	text-align:center;
}

div.Center_Content_Header_Wide
{
	background: url(../Graphics/link_background_1.jpg);
	border:outset 2px white;
	width:100%;
	height:25px;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
}

div.Center_Content_Wide
{
	width:100%;
	margin-bottom:25px;
	color:#cccccc;
	text-align:center;
}
