
/*site style */

a.menug:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.menug:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.menug:hover {
	color:#FFDD00;
	text-decoration:none;
}
a.press:link {
	color: #000000;
	text-decoration:none;
}
a.press:visited {
	color: #000000;
	text-decoration:none;
}
a.press:hover {
	color:#000000;
	text-decoration:underline;
}

a.subtitle:link {
	color: #003399;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, sans-serif;
    font-size: 11px;
}

a.subtitle:visited {
	color: #003399;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, sans-serif;
    font-size: 11px;
}
a.subtitle:hover {
 font-family:Verdana, sans-serif;
 font-size: 11px;
 color:#003399;
 text-decoration:underline;
 font-weight:bold;
}

a.title:link {color:red; text-decoration:underline; font-family: verdana; font-size: 12px;}
a.title:visited {color:red; text-decoration:underline; font-family: verdana; font-size: 12px;}
a.title:hover {color:blue; text-decoration:none; font-family: verdana; font-size: 12px;}



.anylinkcss{
position:absolute;
visibility: hidden;
font:normal 10px Verdana;
line-height: 18px;
z-index: 100;
background-color:#c28934;
color: #FFFFFF;
border-bottom:1px solid #FFFFFF;



}

.anylinkcss a{
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #FFFFFF;
border-bottom:1px solid #FFFFFF;
padding:4px;
background-color:#c28934;
}

.anylinkcss a:hover{ /*hover background color*/
color: #FFFFFF;
padding:4px;
background-color:#8f6118;
}

.para{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px;
}


/* Tables
------------------------------------*/
	
.tabular {
	width: 100%;
	background-color: #e1e1e1;
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-top: 10px;
}	
	
.tabular th {
	background-color: #666;
	text-align:left;
	height:10px;
	color: #fff;
}

.tabular_highlight {
	background-color: #eee;
}

.tabular_separate {
	border: 3px solid #999999;
	background-color: #ffffff;

/* Prototype placeholders
------------------------------------*/

.imgholder {
	background:url(/images/slant.gif);
	border:#999999 2px solid;
	margin: 10px;
	text-align:center;
	vertical-align:middle;
}

.imgholder span {
	background:#999999;
	color:#FFFFFF;
	margin: 10px;
	display:block;
}
.formholder {
	background:url(/images/blue_slant.gif);
	border: #003366 2px solid;
	margin: 10px;
	text-align:center;
	vertical-align:middle;
}

.formholder span {
	background:#003366;
	color:#FFFFFF;
	margin: 10px;
	display:block;
}

.infoholder {
	background:url(/images/yellow_slant.gif);
	border: #FFCC00 2px solid;
	margin: 10px;
	text-align:center;
	vertical-align:middle;
}

.infoholder span {
	background: #FFCC00;
	color: #000000;
	margin: 10px;
	display:block;
}

.info_pop {
	width: 400px;
	background-color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #666;
}

.info_pop th {
	background-color: #666;
	text-align:left;
	height:10px;
	color: #fff;
}

.info_pop_highlight {
	background-color: #fff;
}


