﻿
body 
{
	background:#ffffff; 
	font-size:100%; 
	font-family:Trebuchet MS; 
	color:#959595; 
	text-align:center; 
	font-size:11px;
	line-height:normal; 
	text-transform:uppercase;
	margin:0px;
}

/*in_line*/
input, select, textarea, .mydrop 
{ 
	vertical-align:middle; 
	font-weight:normal; 
	font-family:tahoma; 
	color:#a4a4a4;  
	text-transform:none; 
	font-weight:normal; 
	border:solid 1px #a4a4a4; 
	background:url(images/form_bg.jpg) repeat;
}
label
{
	display:block;
}

h1
{
	color:#EEEEEE;
	font-size:20px;
	margin:8px;
}
h2
{
	color:#EEEEEE;
	font-size:16px;
	margin:4px;
}
h3
{
	color:#33c7fe;
	font-size:14px;
	margin:4px;
}
h4
{
	font-weight:bold;
	color:#EEEEEE;
	font-size:12px;
	margin:4px;
}
hr
{
	height:1px;
	width:98%;
}

legend
{
	font-weight:bold;
	color:#EEEEEE;
	padding:5px 10px 5px 5px;
}

strong
{
	font-weight:bold;
	color:White;
}
sup
{
	color:#EEEEEE;
	height: 0;	
	line-height: 1;	
	vertical-align:top;	
	_vertical-align:top;	
}

#main 
{
	margin:0 auto; 
	width:980px; 
	text-align:left;
}
#content, #footer, .container 
{
	width:100%; 
	overflow:hidden;
}

img 
{
	border-style: none;
}
ul li  
{
	background: url(images/marker_list.gif) left center no-repeat;
	padding-left: 8px;
	margin-left: 20px;
}

/*==================list====================*/
ul{margin:0 0 28px 0; padding:0px; list-style:none}
ul li { line-height:1.8em}
ul li a{text-decoration:underline; color:#33c7fe; background:url(images/marker_list.gif) no-repeat 0 5px; padding-left:12px}
ul li a:hover{ text-decoration:none}
/*==========================================*/

a {text-decoration:underline; color:#aaaaaa}
a:hover {text-decoration:none}

a.link {text-decoration:underline; color:#33c7fe; background:url(images/marker_link.gif) no-repeat 0 5px; padding-left:12px}
a.link:hover {text-decoration:none; color:#aaaaaa}

.clear { clear:both;}

/*content*/
#content { height:773px; background:url(images/main_bg.jpg) no-repeat 0 0}
.content_indent {padding:15px 0px 75px 75px;}

.scroll {width:838px; height:580px; overflow:auto; scrollbar-3dlight-color:#343434; scrollbar-track-color:#343434; scrollbar-shadow-color:#343434; scrollbar-face-color:#ffffff; scrollbar-arrow-color:#343434; scrollbar-darkShadow-color:#343434;}
.scroll .inner {padding-right:3px;}

/*footer*/
#footer { color:#636363; height:94px}
#footer .indent {padding:24px 10px 5px 10px}
#footer a, .menu a {color:#29baf0; text-decoration:none}
#footer a:hover, .menu a:hover {color:#000}
#footer span {color:#000}
.menu
{
	text-align:right;
}

/* TextBox                     */
/*-----------------------------*/	
.smallTextBox, .mediumTextBox, .dateTextBox, .moneyTextBox, .largeTextBox, .x-largeTextBox, .xx-largeTextBox, .emailTextBox, .multiLineTextBox
{

}

.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;
		background-image:none;
		
	}
	h1, h2, h3, h4, p, title
	{
		margin: 0;
		font-family: Tahoma;
		color: #000000;
		line-height:normal;
	}
	
	#content, #footer
	{
		background-image:none;
		border:none;	
		visibility:visible;
		background-image:none;
		background-color:White;
	}
}

.boldItalic    { font-weight: bold; font-style:italic;}

.bold         { font-weight: bold; }
.style1       { color:#33c7fe; }
.style2		  { color:#29baf0; }
.style3		  { color:#636363; }
.header1       { color:#EEEEEE; font-size:20px; margin:8px; font-weight: bold; font-family:Trebuchet MS; }
.header2       { color:#EEEEEE; font-size:16px; margin:4px; font-weight: bold; font-family:Trebuchet MS; }
.header3	   { color:#33c7fe;	font-size:14px;	margin:4px; font-weight: bold; font-family:Trebuchet MS; }
.header4       { font-weight:bold;	color:#EEEEEE; font-size:12px; font-weight: bold; margin:4px; }