/* CSS Document */

Body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
}

/* LINKS */
a:link {color: #666666;text-decoration: none;}
a:visited {text-decoration: none; color:#666666;}
a:hover {color: #333333; text-decoration:none;}
a:active {color:#000000;}

a:link.link_menu {color:#666666;text-decoration: none; font-size:11px;}
a:visited.link_menu {color: #666666; text-decoration:none; font-size:11px;}
a:hover.link_menu {color:#000000; text-decoration:none; font-size:11px;}
a:active.link_menu {color:#666666; font-size:11px;}

a:link.link_white {color:#FFFFFF;text-decoration: none; font-size:11px;}
a:visited.link_white {text-decoration: none;color: #FFFFFF; font-size:11px;}
a:hover.link_white {color: #333333; text-decoration:none; font-size:11px;}
a:active.link_white {color: #FFFFFF; font-size:11px;}

a:link.text1 {font-size:11px; color:#FFFFFF; text-decoration:none;}
a:visited.text1 {font-size:11px; color:#FFFFFF; text-decoration:none;}
a:hover.text1 {font-size:11px; color:#FFFFFF; text-decoration:none;}
a:active.text1 {font-size:11px; color:#FFFFFF; text-decoration:none;}

input {
	font-size:100%;
	font-family:Tahoma,sans-serif;
	padding:2px 0 2px 0;
}

/*TABLES*/
.table_main {
	width:732px;
	margin:auto;
	background-color:#f58428;
	background-image:url(../images/g_borderleft.gif);
	background-repeat:repeat-y;
	color:#FFFFFF;
}

.table_footer {
	width:100%;
	background-image:url(../images/g_footershadow.jpg);
	background-repeat:no-repeat;
	height:50px; 
	background-color:#FFFFFF;
}

.table_100 {width:100%;}

.table_leftmenu {
	margin-left:10px;
	width:149px;
	height:200px;
	background-color:#cc0066;
	color:#FFFFFF;
	padding:5px;
}

.td_bg_left {
	background-image:url(../images/g_bg_left.jpg);
	background-repeat:no-repeat;
	width:187px;
	text-align:center;
	background-color:#97be0d;
	padding-top:10px;
}

.td_bg_leftback {
	width:189px;
	vertical-align:top;
	background-image:url(../images/g_bg_leftback.jpg);
	background-repeat:repeat-y;
	background-color:#97be0d;
}

.td_bg_header {
	background-image:url(../images/g_bg_header.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:525px;
	vertical-align:top;
}

.td_rightedge {
	vertical-align:top;
	background-color:#FFFFFF;
	width:20px;
}

.td_content {
	background-color:#f58428;
	background-image:url(../images/g_contentbg.jpg);
	background-repeat:repeat-y;
	vertical-align:top;
	height:300px;
}

.td_menu {
	background-image:url(../images/g_menubck.jpg);
	background-repeat:no-repeat;
	background-position:34px 0px;
	height:53px;
	vertical-align:top;
}

.form_contacttext {width:150px;}
.form_contacttextarea {width:151px; font-family:Arial, Helvetica, sans-serif; font-size:11px;}



.div_errorcontainter {
	z-index:90;
	position:absolute;
	top:50%;
	left:50%;
	width:290px;
	height:155px;
	color:#000000;
	margin-left:-120px;
	margin-top:-120px;
}

.div_errorshadow {
	z-index:91;
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000000;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	
}
.div_error {
	margin:2px;
	z-index:92;
	position:absolute;
	width:97%;
	height:95%;
	background-color:#FFFFFF;
	border-top:1px solid #EEEEEE;
	border-left:1px solid #EEEEEE;
}

.td_errortop {
	background-color:#99cc00;
	color:#333333;
	font-size:11px;
	padding:4px;
}



#summarybody
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	margin-top:20px;
	border:1px solid #FF3366;
	background-color:#FFFFFF;
}

#summarybody h2
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
}

#summarybody *
{
	display:none;
}

#summarybody a, #summarybody h2
{
	display:inline;
	color:#e2007a;
	font-size:16px;
}

#summarybody p
{
	display:block;
	padding:0px;
	margin:5px 0px 0px 0px;
}

.header {
	font-size:18px;
}

.header2 {
	font-size:14px;
}
