/* CSS Document */

a.push
	{
	margin-left: 15px;
	}

a:link
	{
	color: #000000;
	text-decoration: none;
	}
	
a:visited
	{
	color: #000000;
	text-decoration: none;
	}
	
a:active
	{
	color: #000000;
	text-decoration: none;
	}
	
a:hover
	{
	color: #666666;
	text-decoration: underline overline;
	}
	
a.white:link
	{
	color: #888888;
	text-decoration: none;
	}
	
a.white:visited
	{
	color: #888888;
	text-decoration: none;
	}
	
a.white:active
	{
	color: #888888;
	text-decoration: none;
	}
	
a.white:hover
	{
	color: #FFFFFF;
	text-decoration: underline overline;
	}
	
a.none:hover
 	{
	color: #000000;
	text-decoration: none;
	}
	
	
.footer {font-size: small;}

a.footer:link
	{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
a.footer:visited
	{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
a.footer:active
	{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
a.footer:hover
	{
	color: #FFFFFF;
	text-decoration: underline overline;
	}

body
	{
    background-color: #999999;
	}
	
div.code
	{
	width: 95%;
	margin-left: 10px;
	padding: 5px;
	background-color: #D0D0D0;
	border: 1px dotted #6495ED;
	}
  
div.header
	{
	width: 50px;
	background-image:url(../Images/Web-Logo.gif);
	}
	
body.iframe
	{
	
	}
	
fieldset
 {
 border: 1px solid #999999;
 margin: 15px;
 }
 
legend
 {
 border: 1px solid #999999;
 }
 
h3
	{
	margin-top: 10px;
	margin-bottom: 5px;
	}
	
h4
	{
	margin: 0px;
	margin-left: 10px;
	}
	
.hd1
 	{
	background-color: #307C91;
	Color: #CCCCDD;
	}
	
.cont
	{
	background-color: #CCCCCC;
	font-size: 12px;
	}
	
.hidden
	{
	visibility: hidden;
	display: none;
	}
	
.visible
	{
	visibility: visible;
	display: block;
	}
	
img.bullet
	{
	width: 14px;
	height: 14px;
	}
 
img.preview
	{
	width: 350px;
	height: 200px;
	margin: auto;
	border: none;
	}
	
input
 {
 border: 1px solid #999999;
 background-color: #FAFAFA;
 margin: 1px;
 }
 
input.nobg
 {
 background-color: #D0D0D0;
 border: none;
 }
 
input.left
	{
	margin-left: 15px;
	}
	
input.right
	{
	margin-right: 15px;
	}
	
table.content
	{
	width: 100%;
	text-align: center;
	background-color: #D0D0D0;
	}
	
table.holder
	{
	width: 650px; 
	border: 2px solid #666666; 
	text-align: center; 
	background-color: #D0D0D0;
	}
	
table.login
	{
	width: 250px;
	margin: 25px auto auto auto;
	border: 2px solid #666666;
	text-align: center;
	background-color: #D0D0D0;
	}
	
table#Table_01
	{
	background-color: #B4B4B4;
	}
	
td.content
	{
	text-align: left;
	vertical-align: top;
	}
	
td.header
	{
	/*border-bottom: 2px dotted #666666;*/
	}
	

td.head
	{
	font-weight: bold;
	font-size: 14px;
	}
	
		
td.side_bar
	{
	background-color: #B4B4B4;
	width: 200px;
	text-align: center;
	font-size: 13px;
	vertical-align: top;
	/*border-right: 1px dotted #666666;*/
	}
	
	
td.small
	{
	font-size: 10px;
	}
	
	
.previewCell {
	width: 10px;
	height: 10px;
	margin: 2px;
	cursor: pointer;
	}
	
.red {
	color: #A52A2A;
	}
	
table.error {
	width: 350px; 
	margin: auto; 
	margin-top: 50px; 
	background-color: #EED5D2; 
	border: 1px solid #330000;
	}
th.errorHeader {
	background-color: #A52A2A;
	}
td.errorMsg {
	padding: 15px; 
	height: 25px; 
	vertical-align: middle; 
	font-size: 12px;
	color: #330000;
	}
	
