/* CSS JSEM1 common */

/**************** COMMON ****************/


h1, h2, h3, h4, h5, h6 {
	margin: 0 0 7px 0; 
	color: #C31E25; 
}

div#header h1 {
	background:transparent url(../images/bg_header_red.jpg) no-repeat scroll left top;
	display: block;
	height: 117px;
	width: 968px;
	margin:	0;
	text-decoration: none;
	text-indent: -2000em;
	z-index: 1000;
}



h1 {
	font-size: 18px;
	font-weight: bold;
	background: transparent url(../images/bg_h2.jpg) no-repeat left 48px;
	height: 78px;
}

div.pdf_down {
	font-size: 11px;
	color: #999999;
	text-align: right;
	position: absolute;
	top: 231px;
	width: 490px;	
}

div.pdf_down a {
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	height: auto;
}

div#news h2 {
	font-weight: bold;
	color: black;
	margin-bottom: 0;
	height: auto;
}

div#headermidright h2 {
	font-weight: bold;
	color: black;
	margin-bottom: 0;
	font-size: 11px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: black;
}

h4 {
	font-size: 13px;
	font-weight: normal;
}

h5 {
	font-size: 12px;
	font-weight: normal;
}

a {
	color: #c31e25;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
	/* padding: 0 0 10px 0; */
}

div#content p {
	line-height:1.5em;
}

ul.red a, ul.reden a {
  color: #C31E25;
}

/***************** LISTS ************************/


ul li.doc, ul li.zip, ul li.ppt, ul li.jpg, ul li.xls, ul li.pdf{
	padding: 0 0 2px 25px;
	line-height: 12pt;
	margin: 0 0 5px 0;
}

ul li.doc{ background: url("../images/common/ico_doc.gif") no-repeat; }
ul li.zip{ background: url("../images/common/ico_zip.gif") no-repeat; }
ul li.ppt{ background: url("../images/common/ico_ppt.gif") no-repeat ; }
ul li.jpg{ background: url("../images/common/ico_jpg.gif") no-repeat; }
ul li.xls{ background: url("../images/common/ico_xls.gif") no-repeat; }
ul li.pdf{ background: url("../images/common/ico_pdf.gif") no-repeat; }

/***************** FORMS ************************/

form{
	margin:0;
}

input.check, input.radio, input.button{
	width: auto;
	border: 0;
}

/***************** TABLES ************************/

div#content table{
	font-size: 9pt;
	margin: 10px 0;
	border-style: solid;
	padding: 6px;
	border-collapse: collapse;
}

div#content table th{
	vertical-align: middle;
	padding: 3px 5px;
	background-color: #666666;
	color: #ffffff;
	border-style: solid;
}

div#content table td{
	vertical-align: top;
	padding: 2px 5px;
/* 	border-style: solid;
	border-width: 1px; */
}

div#content table td.form {
	padding: 10px;
}

div#content table tr.stripe td{
	font-size: 0.75pt;
	line-height: 0.75pt;
	padding: 0;
	background-color: #999999;
	height: 2px;
}

/***************** COMMON ELEMENTS ************************/

/***************** deviders/clears ************************/

.hr_dotted{
	background: url("../images/common/bg_hr_dotted.gif") repeat-x 0 9px;
	height: 20px;
	font-size: 0.75pt;
	display: block;
}
.hr_line{
	background: url("../images/common/bg_hr_line.gif") repeat-x 0 9px;
	height: 20px;
	font-size: 0.75pt;
	display: block;
}

.note{
font-size: 8.25pt;
color: #777777;
font-style: italic;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 0.75pt;
	line-height: 0.75pt;
}

/***************** no-styles ************************/

.no_display {display: none;}
.no_background {background: none;}
.no_border {border:0;}


/***************** colors ************************/

.black{color: #000000;}
.grey{color: #999999;}
.red{color:#CC0000;}
.blue{color: #0066CC;}
.green{color: #339900;}
.orange{color: #FF9900;}
.yellow{color: #FFCC33;}
.pink{color: #FF3399;}
.cyan{color: #33CCFF;}

/***************** flash alternative ************************/
.flashAlternative {visibility:hidden;}

