﻿/*CONSTANT*/
body, form, input, textarea, select, td, ul {
	margin:0px 0px 0px 0px; 				  			 	 
	padding:0px 0px 0px 0px; 
}
body {														  	
	background:#EBEBEB;
}	

h1, h2, h3, h4
{
	font-family:Tahoma;
	color:#d5ad6d;
}
h1
{
	font-size:18px;
}
h3
{		
	color:#666666;
	margin:10px 0px 4px 0px;
	font-size:14px;
}
fieldset
{
	padding:10px;
}
legend
{
	font-family:Tahoma;
	color:#d5ad6d;
	font-weight:bold;
}
table {								 	  	  
	border-collapse:collapse;			 	 
	border:0px;	
	padding:0px 0px 0px 0px;
	width:100%;
}									   
td {							       				  
	font:normal 11px Tahoma, Arial;							 
	vertical-align:top;				  			  
	line-height:14px;
	color:#707070;
}										   	   
input, textarea, select{			     
	font:normal 11px Tahoma, Arial;			
	padding:3px 0px 0px 6px;		   
	vertical-align:top;	
	color:#666;
}		
ul {list-style:none;}						        
img {border:0px;}	

/*TEXT*/
font 	{color:#cb8e2c;}
b 		{color:#4C4C4A;}
b a		{color:#D52D00;}
a 		{color:#707070;}	   
a:hover {text-decoration:none;}	
.nn a	{text-decoration:none;}
.nn a:hover {text-decoration:underline;} 

.content
{
	margin:10px 0px 20px 0px;
	text-align:left;
}	
.img1
{
	margin:5px;
	padding:3px;
	border:solid 1px #d5ad6d;
	float:left;
	text-align:center;
}
.smallImage
{
	height:80px;
	padding:0px;
	margin:0px;
}

.footer {
	background:url(images/fbg.jpg) 0 0 no-repeat;
	color:#cb8e2c;
	font:normal 9px Tahoma, Arial;
	height:49px;
}
.footer a {
	color:#cb8e2c;
	font:normal 9px Tahoma, Arial;
}
.l {
	line-height:11px; 
	background:url(images/gl.gif) top left repeat-x
}
.dv {line-height:2px; background:url(images/l.gif) top left repeat-x}
.block b{color:#4C4C4A}
.block {color:#cb8e2c; font-size:9px; line-height:12px}
	
label
{
	display:block;
}
/* TextBox                     */
/*-----------------------------*/	
.smallTextBox, .mediumTextBox, .dateTextBox, .moneyTextBox, .largeTextBox, .x-largeTextBox, .xx-largeTextBox, .emailTextBox, .multiLineTextBox
{
	font: normal;
	line-height: normal;
}

.smallTextBox
{
	width:20px;
}

.mediumTextBox
{
	width:50px;
}

.dateTextBox
{
	width:75px;
}

.emailTextBox
{
	width:250px;
}
.moneyTextBox
{
	width:65px;
}

.largeTextBox
{
	width:100px;
}

.x-largeTextBox
{
	width:200px;
}
.xx-largeTextBox
{
	width:300px;
}
.multiLineTextBox
{
	width:650px;
}


/*-----------------------------*/
@media print
{
	body
	{
		border:none;
		font-family: Tahoma;
		color: #000000;
		line-height:normal;
		
	}
	h1, h2, h3, h4, p, title
	{
		margin: 0;
		font-family: Tahoma;
		color: #000000;
		line-height:normal;
	}

	.logo
	{
		display: none;
		visibility: hidden;
	}
	
	.MasterHeader
	{
		display: none;
		visibility: hidden;
	}
	
	.MasterTitle
	{
		display: none;
		visibility: hidden;
	}
	
	
	.button
	{
		display: none;
		visibility: hidden;
	}
	
	
	#menu
	{		
		display: none;
		visibility: hidden;
	}
	
	#content
	{
		background-image:none;
		border:none;	
		visibility:visible;
		background-image:none;
		background-color:White;
	}
}
