﻿/* general fonts etc */
body, h1, h2, h3, h4, h5, h6 p, ul, ol, td, th, input, select, textarea, div, pre, a
{
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    color: #333333;
    font-family: 'Trebuchet MS' ,Arial, Helvetica, verdana, sans-serif;
    line-height: 17px;
}

img{border:none;}

A
{
    color: #0066CC;
    text-decoration: underline;
    border: none;
}

a.specific
{
	background-position: right center;
	background-image: url(../images/hlink_arrow.gif);
	background-repeat: no-repeat;
	padding-right:10px;
}





A:hover
{
    text-decoration: underline;
    color: #990033;
}

div,img,form
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border:none;
}


input{color:#000000;}
select{color:#000000;}

.clear
{
	clear: both;
	width: 1px;
	height: 1px;
	line-height:1px;
	font-size:1px;
}

.center
{
    text-align:center;
}
.red	
{
	 color: red;
}	





#bad_message_container
{
    
}
#good_message_container
{
   
}


span#bad_message
{
  
	
	padding-top:8px;
	padding-bottom:8px;
	
	
}

#good_message
{
  
	
	padding-top:8px;
	padding-bottom:8px;
}

/* headers */

H1, .lhdr
{
	font-weight: normal;
	color:#000000;
	font-size: 20px;
	font-style: normal;
	line-height: 21px;
	font-family: 'Trebuchet MS',  Arial, Helvetica, verdana, sans-serif;
	margin: 0px 0px 12px;

}

h1.admin
{
	color:#000000;
}


H2, .mhdr
{
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	line-height: 19px;
	font-family: 'Trebuchet MS',  Arial, Helvetica, verdana, sans-serif;
	margin: 0px 0px 4px;
	font-weight:bold;
	color:#000000;
}



H3,.shdr
{
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-family: 'Trebuchet MS',  Arial, Helvetica, verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight:bold;
	color:#000000;
}

.submit
{
    cursor:pointer;
}


.separator
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	width: 1px;
}

.no_break
{
    white-space: nowrap;   
}
p
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 12px;
	padding-top: 0px;
}


ul
{
	/*
	list-style-image: url('../images/ebsl_bullet_small.gif');
	*/
	margin-left:20px;
}

li ul
{
	padding-top:15px;
}
ul li ul
{
	/*

	list-style-image: url('../images/ebsl_bullet_small2.gif');
	*/

	padding-top:15px
}
li
{
	margin-bottom: 10px;
}

ol
{
	list-style-position: outside;
	margin-bottom: 20px;
	list-style-type: decimal;
}


.numberlist li
{
	
	list-style-type: none;
}

.nobulletlist li
{
	
	list-style-type: none;
}









.bold
{
	font-weight: bold;
}


.highlight
{
	color:Red;
	background-color:Yellow;
}


.clear
{
	clear: both;
	width: 1px;
	height: 1px;
}


.hide
{
	display:none;
}






/*======================= body and sundry ==================================*/


body
{
	border-right: 0px;
	border-top: 0px;
	margin: 0px;
	border-left: 0px;
	border-bottom: 0px;
	background-color: white;
}
td,th
{
	vertical-align: top;
}

table
{
    border-collapse:collapse;
}



table.noborder
{
	border:none;
	border-collapse:collapse;
}
table.noborder td
{
	border:none;
}




.bold
{
	font-weight: bold;
	color: #002B5C;
} 
.error
{
	font-weight: bold;
	color: #ED1B23;
}


body
{

}
	 
	 
#wrapper
{
	width: 584px;
	margin: 100px auto 0px auto;
}

#pagecontainer
{
	
	width:584px;
}


#header
{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
}

#header #logo
{
	width: 330px;
	height:33px;
}



#body_content
{
	padding: 20px;
	background-position: 0px 0px;
	width: 544px;
	height: 532px;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	background-image: url('../images/bg.gif');
}








/* ---------------------------------------------- 
	faq
*/
.faq_question
{
	color: #1F8CC5;
	text-decoration: none;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-top:12px;
	cursor:pointer;
}

.faq_question:hover
{
	color: #cc0000;
	text-decoration: underline;
}


.faq_answer
{
	
	
	display:none;
	
	margin-top:6px;
	
}



/*======================= footer ==================================*/

#footer
{
	padding:20px;
	padding-right:0px;
}

#footer p, #footer h3
{
	color:#C0C0C0;
	font-size:12px;
	font-weight:normal;
}

/*======================= home ==================================*/

#home #body_content h1
{
	margin-top:30px;
}

#home #body_content h1:first-child
{
	margin-top:0px;
}


@viewport
{
    zoom: 1.0;
    width: extend-to-zoom;
}




@-ms-viewport
{
    width: extend-to-zoom;
    zoom: 1.0;
}
