/* General (TAGS) */

BODY
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

BODY, TD
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #231F21;
}

LI
{
	list-style-image:url(/img/structure/ep_bullet.gif); 
	margin-left: 10px;
	padding: 0px;
}

UL
{
	margin : 0px 0px 30px 10px;
}

H1
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #231F21;
	margin: 0px 0px 15px 0px;
}

H2
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #231F21;
	margin: 0px 0px 6px 0px;
}

H3
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #231F21;
	margin: 0px 0px 6px 0px;
}

P
{
	margin : 0px 0px 15px 0px;
}

FORM
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

HR
{
	border: 1px solid #b5b5b5;
	height: 1px;
}

INPUT, SELECT
{
	font-size: 11px;
}

input.text {
	width : 150px;
	border : 1px solid #B5B5B5;
}

input.btn {
	background-color : #E4E4E4;
	border : 1px solid #B5B5B5;
}	

.inputFeedback {
	width : 250px;
	border : 1px solid #B5B5B5;
}

.textareaFeedback {
	width: 250px; 
	height:120px; 
	border: 1px solid #B5B5B5; 
}

a
{
	text-decoration: none;
	color: #0BA1DE;
}	

a:hover
{
	text-decoration: underline;
	color: #0BA1DE;
}						

a.quicklink
{
	text-decoration: none;
	color: #FFFFFF;
}

a.quicklink:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

a.homeboxlink
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a.homeboxlink:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

/*  Navigation  */

.tbl_quicklinks td
{
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	padding: 0px 0px 0px 5px;
	height: 16px;
}

.tbl_quicklinks a
{
	color: #ffffff;
	text-decoration: none;
}			

.tbl_nav a
{
	text-decoration: none;
	color: #0BA1DE;
}

.tbl_nav a:visited
{
	text-decoration: none;
	color: #0BA1DE;
}			

.tbl_nav a:hover
{
	text-decoration: none;
	color: #000000;
}

.navActiveHyperLink
{

}
			
.navStrip
{
	background-image: url('/img/structure/left_strip.gif'); 
	background-repeat: no-repeat;
}

.navStripTop
{
	background-image: url('/img/structure/left_top_strip.gif'); 
	background-repeat: no-repeat;
}			

.navStripOn
{
	background-image: url('/img/structure/left_strip_on.gif'); 
	background-repeat: no-repeat;
}		

/* CONTENT */

.tdContent
{
	line-height: 15px;
	padding-right: 0px;
}

.imgBorder
{
	border: 1px solid #e4e4e4;
}

TR.trListTitleRow TD
{
	font-weight: bold;
}

.tdlist_indent
{
	padding-left: 10px;
}

.spanFormLabelGroup
{
	font-weight: bold;
}

.spanFormLabelSingle
{
	font-weight: normal;
}			

.selectSearch
{
	width:200px;
}	

.tdSearchForm
{
	padding-bottom: 5px;
}

.tdSearchFormTitle
{
	padding-bottom: 8px;
}

.tblSearchForm
{
	margin-bottom: 0px;
}

.tdListTitle
{
	padding-bottom: 8px;
}

.tdListPic
{
	width: 167px;
	padding-right: 12px;
}			

.tblListTable
{
	margin-bottom: 20px;
}

.tdSearchResultText
{
	padding: 3px 0px 0px 0px;
}

.tdHomeboxLeft
{
	background: #b5b5b5 url(/img/structure/bg_homebox_left.gif) no-repeat left top;
}

.tdHomeboxLeft2
{
	background: #b5b5b5 url(/img/structure/bg_homebox_left_2.gif) no-repeat left top;
}

.tdHomeboxNews
{
	padding: 8px 5px 8px 10px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.tdHomeboxTitle
{
	background-color: #666465;
	padding-left: 4px;
	color: #FFFFFF;
}

/* FEATURES */

.tdFeatureType1
{
	line-height: 15px;
}

.tdFeatureType2
{
	line-height: 15px;
	background-color: #e4e4e4;
	padding: 2px 3px 2px 4px;
}



/* =search-container */
#search-container {  padding : 10px; background-color : #e4e4e4; }
#search-inner-container { width : 364px; }
#search-tabs { list-style : none; margin : 0; padding : 0; }
#search-tabs li { float : left; list-style : none; margin : 0; padding : 0; }
#search-tabs a {
	display : block; padding : 4px 10px;
	font-weight : bold; color : #000;
	background-color : #ccc;
	cursor : pointer;
}
#search-tabs a.active { background-color : #e4e4e4; }


/* -------------------------------------------------- */
/* =clearfix */

.clearfix:after {
    content : "."; 
    display : block; 
    height : 0; 
    clear : both; 
    visibility : hidden;
}

.clearfix {
	display : inline-block;
}

/* hides from IE-Mac \*/
* html .clearfix {
	height : 1%;
}
.clearfix {
	display : block;
}
/* end hide from IE-Mac */












