html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	cursor: default;
	scrollbar-face-color: #000000;
	scrollbar-hightlight-color: #ff0000; 
	scrollbar-shadow-color: #000000; 
	scrollbar-3dlight-color: #666666; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-track-color: #cccccc;
	scrollbar-darkshadow-color: #ffffff;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
img {
border: none;
}
#footer_title {
	color:#b11f16;
	margin-top:5px;
	margin-bottom:10px;
}
#footer_add_link {
	margin-top:0px;
}
#footer_container {
	border:0px solid red;
	height:250px;
	width:225px;
	padding:4px;
	float:left;
	margin-left:14px;
	margin-top:7px;
}
#footer_container h4 {
	margin-bottom:3px;
}
#footer_container a {
	color:#000000;
	line-height:165%;
	display:list-item;
	list-style:none;
}
.banner_category {
	border:0px solid red;
	width:976px;
	height:147px;
	margin-bottom:5px;
	margin-top:3px;
}
.banner_description {
	border:0px solid blue;
	width:715px;
	height:35px;
	margin-left:250px;
	margin-top:107px;
	position:absolute;
}
.banner_title {
	position:absolute;
	z-index:-10;
}
th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#333333;
	font-weight:normal;
}
h1 { /* big title in red */
	font-size: 24px;
	color: #b11f16;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	text-align: left;
	margin-top:15px;
	margin-bottom:15px;
	font-weight:normal;
}
h2 {
	font-size: 14px;
	color: #b32018;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	text-align: left;
	margin-top:15px;
	margin-bottom:10px;
	font-weight:bold;
}
h3 { 
	font-size: 12px;
	color: #424242;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:10px;
}
h4 { 
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color:#424242;
	text-align: left;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:5px;
}
.h4_red { 
	color: #b11f16;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	text-align: left;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;
}
.footer_links { 
	margin-top:4px;
}
input, textarea, select{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight: normal;
	border: 1px solid;
	font-size:12px;
	border-color:#666666;	
	}
input_text_error {
	background-color: #FF9F9F;
	border: 10px bold;
	border-color:#888888;
	color:#FF0000;
	}	
.txt_input {
	font-size: 10pt;
	text-align: left;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	font-weight: normal;
	border: 1px solid;
	border-color:#666666;
	}
.txt_white {
	font-size: 10pt;
	text-align: left;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	font-weight: normal;
	}		
.button_red {
	font-size: 10px;
	text-align: center;
	color:#FFFFFF;
	font-family: Verdana;
	height:20px; 
	background:url(../../Static/images/bg_button_submit.gif) repeat-x left top;
	font-weight: normal;
	border: outset 1px #3d5565;
	cursor:pointer;
	padding: 1px 1px 2px 2px;
}
.button_red_large {
	font-size: 12px;
	text-align: center;
	color:#FFFFFF;
	font-family: Verdana;
	height:30px; 
	background:url(../../Static/images/bg_button_submit_large.gif) repeat-x left top;
	font-weight: bold;
	border: solid 1px #3d5565;
	cursor:pointer;
	padding: 2px 2px 4px 4px;
}
.button_blue2 {
	font-size: 9px;
	text-align: center;
	color:#FFFFFF;
	font-family: Verdana;
	height:17px; 
	background:url(../../Static/images/bg_button_submit2.gif) repeat-x left top;
	font-weight: normal;
	border: outset 1px #3d5565;
	cursor:pointer;
	padding: 1px 1px 1px 1px;
	vertical-align:middle;
}
.button_blue {
	font-size: 10px;
	text-align: center;
	color:#FFFFFF;
	font-family: Verdana;
	height:20px; 
	background:url(../../Static/images/bg_button_submit2.gif) repeat-x left top;
	font-weight: normal;
	border: outset 1px #3d5565;
	cursor:pointer;
	padding: 1px 1px 2px 2px;
}
a:link	
	{
	/*font-size:11px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:	#333333;
	background-color: transparent;
	text-decoration:none;
	}
a:visited	
	{
	color:	#333333;
	background-color: transparent;
	text-decoration:none;
	}
a:active	
	{
	color:#666666;
	background-color: transparent;
	text-decoration:underline;
	}
a:hover	
	{
	color:	#666666;
	background-color: transparent;
	text-decoration:underline;	
	}
.txt_regular {
	font-size: 10pt;
	text-align: justify;
	color:#333333;
	font-family: Verdana;
	background-color:transparent;
	font-weight: normal;
	}
.txt_print {
	font-size: 8pt;
	text-align: justify;
	color:#333333;
	font-family: Verdana;
	background-color:transparent;
	font-weight: normal;	
	}	
.txt_small {
	font-size: 8pt;
	text-align: justify;
	color:#666666;
	font-family: Verdana;
	background-color: transparent;
	font-weight: normal;	
	}
.txt_small_white {
	font-size: 8pt;
	text-align: justify;
	color:#CCCCCC;
	font-family: Verdana;
	background-color: transparent;
	font-weight: normal;	
	}		
.txt_error {
	font-size: 9pt;
	color: #ff1800;	
	font-family: Verdana;
	background-color: transparent;
	text-align: justify;
	}
.title {
	font-size: 12pt;
	color: #142f3c;	
	font-family: Verdana;
	background-color: transparent;
	text-align: left;
	font-weight:bold;
	}	
.title_red{
	font-size: 10pt;
	color: #b32018;	
	font-family: Verdana;
	background-color: transparent;
	text-align: left;
	font-weight:bold;
	}		
.link_regular	
	{
	text-decoration: none;
	cursor: hand;
	font-size: 11px;
	font-family: Verdana;
	text-align: left;
	color:#333333;
	background-color: transparent;
	text-decoration:none;
	}
a.link_regular:link	
	{
	color:	#333333;
	background-color: transparent;
	}
a.link_regular:visited	
	{
	color:	#333333;
	background-color: transparent;
	}
a.link_regular:active	
	{
	color:#666666;
	background-color: transparent;
	text-decoration:underline;
	}
a.link_regular:hover	
	{
	color:	#666666;
	background-color: transparent;
	text-decoration:underline;	
	}
.link_white	
	{
	text-decoration: none;
	cursor: hand;
	font-size: 11px;
	font-family: Verdana;
	text-align: left;
	color:#FFF;
	background-color: transparent;
	text-decoration:none;
	}
a.link_white:link	
	{
	color:	#FFF;
	background-color: transparent;
	}
a.link_white:visited	
	{
	color:	#FFF;
	background-color: transparent;
	}
a.link_white:active	
	{
	color:#CCC;
	background-color: transparent;
	text-decoration:underline;
	}
a.link_white:hover	
	{
	color:#CCC;
	background-color: transparent;
	text-decoration:underline;	
	}
.link_help
	{
	text-decoration: none;
	cursor: hand;
	font-size: 9px;
	font-family: Verdana;
	text-align: left;
	color:#333333;
	background-color: transparent;
	text-decoration:none;
	}
a.link_help:link	
	{
	color:	#333333;
	background-color: transparent;
	}
a.link_help:visited	
	{
	color:	#333333;
	background-color: transparent;
	}
a.link_help:active	
	{
	color:#666666;
	background-color: transparent;
	text-decoration:none;
	border-bottom:dotted 1px #666666;
	}
a.link_help:hover	
	{
	color:	#666666;
	background-color: transparent;
	text-decoration:none;
	border-bottom:dotted 1px #666666;	
	}	
.link_menu	
	{
	text-decoration: none;
	cursor: hand;
	font-size: 11px;
	font-family: Verdana;
	text-align: left;
	color:#FFFFFF;
	background-color: transparent;
	text-decoration:none;
	}
a.link_menu:link	
	{
	color:	#FFFFFF;
	background-color: transparent;
	}
a.link_menu:visited	
	{
	color:	#FFFFFF;
	background-color: transparent;
	}
a.link_menu:active	
	{
	color:#FFFFFF;
	background-color: transparent;
	text-decoration:underline;
	}
a.link_menu:hover	
	{
	color:	#FFFFFF;
	background-color: transparent;
	text-decoration:underline;	
	}	
#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid #999;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	font:Verdana;
	font-size:10px;
	color:#333333;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.vertical {
	writing-mode: tb-rl;
	filter: flipv fliph;
}
table.table_list_header{
	width:100%;
	padding:4px;	
	border: 1px solid #789DB3;
	background-color:#009933;
}
table.table_list_header td{
	color: #b32018;
	text-decoration:underline;
}
.linkList{
	margin-left:20px;
        padding-left: 10px; /* don't delete, needed for older IE versions */
        width: 170px;
}
.linkList li {
	margin-bottom: 5px;
	list-style-image: url('../../../Static/images/dot.gif');
        word-wrap: break-word;
        
}
.acc_header_subtitle {
	position:relative; 
	top:4px; 
	margin-bottom:4px;
}
.acc_header_arrow_up {
	position:relative; 
	left:925px; 
	top:-30px; 
	width:15px;
}
.button_red_large {
	font-size:11px;
    border: none;
    background: url('../../Static/images/bt_red_large_0.gif') no-repeat top left;
	width: 178px;
	height:28px;
    padding: 2px 8px;
}
.button_red_large:hover {
    border: none;
    background: url('../../Static/images/bt_red_large_1.gif') no-repeat top left;
    width: 178px;
    height:28px;
    padding: 2px 8px;
    text-decoration:underline;
}
.button_gray_large {
    font-size:11px;
    color: #ffffff;
    font-weight: bold;
    background: url('/gray_gradient.gif') repeat-x top left;
    width: 178px;
    height:28px;
    cursor: pointer;
    text-align: center;
}
.button_gray_large:hover {
    background: url('/gray_gradient_hover.gif') repeat-x top left;
    text-decoration:underline;
}

.button_red_medium {
	color:#FFFFFF;
	font-size:11px;
    border: none;
    background: url('../../Static/images/bt_red_medium_0.gif') no-repeat top left;
	width: 142px;
	height:22px;
    padding: 2px 8px;
	cursor:pointer;
}
.button_red_medium:hover {
	color:#FFFFFF;
    border: none;
    background: url('../../Static/images/bt_red_medium_1.gif') no-repeat top left;
	width: 142px;
	height:22px;	
    padding: 2px 8px;
	text-decoration:underline;
	cursor:pointer;
}

/* Filtering Toolbar */
#toolbar {
    height: 29px;
    width: 100%;
}
#toolbar_left {
    background: url(../../Static/images/toolbar_left.gif);
    width: 5px;
    height: 29px;
    float: left;
}
#toolbar_content {
    background: url(../../Static/images/toolbar_content.gif);
    float: left;
    height: 25px;
    width: 965px;
    padding-top: 4px;
}
#toolbar_right {
    background:url(../../Static/images/toolbar_right.gif);
    width: 5px;
    height: 29px;
    float: left;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../../Static/images/button_bg_a_0.gif') no-repeat scroll top right;
    display: block;
    float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:	#333333;
    height: 18px;
    margin-right: 4px;
    padding-right: 3px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../../Static/images/button_bg_span_0.gif') no-repeat;
    display: block;
    line-height: 12px;
    padding: 0px 24px 0px 0px;
}
a.button:hover span {
    background: transparent url('../../Static/images/button_bg_span_1.gif') no-repeat;
    display: block;	
}

a.button:hover {
	background: transparent url('../../Static/images/button_bg_a_1.gif') no-repeat scroll top right;
    display: block;	
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 0px 24px 0px 0px /* push text down 1px */
}

a.button_wiki_contact {
    background: transparent url('../../Static/images/wiki_b_contact_0.gif') no-repeat scroll top right;
    display: block;
	font-size:11px;
    border: none;
	width: 83px;
	height:28px;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
}
a.button_wiki_contact div {
	padding:6px 4px 4px 4px;
}
a.button_wiki_contact:hover {
    background: url('../../Static/images/wiki_b_contact_1.gif') no-repeat top left;
	text-decoration:underline;
}

a.button_wiki_pipeline {
    background: transparent url('../../Static/images/wiki_b_pipeline_0.gif') no-repeat scroll top right;
    display: block;
	font-size:11px;
    border: none;
	width: 83px;
	height:28px;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
}
a.button_wiki_pipeline div {
	padding:6px 4px 4px 4px;
}
a.button_wiki_pipeline:hover {
    background: url('../../Static/images/wiki_b_pipeline_1.gif') no-repeat top left;
	text-decoration:underline;
}

a.button_wiki_jobs {
    background: transparent url('../../Static/images/wiki_b_jobs_0.gif') no-repeat scroll top right;
    display: block;
	font-size:11px;
    border: none;
	width: 83px;
	height:28px;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
}
a.button_wiki_jobs div {
	padding:6px 4px 4px 4px;
}
a.button_wiki_jobs:hover {
    background: url('../../Static/images/wiki_b_jobs_1.gif') no-repeat top left;
	text-decoration:underline;
}

a.button_wiki_staff {
    background: transparent url('../../Static/images/wiki_b_staff_0.gif') no-repeat scroll top right;
    display: block;
	font-size:11px;
    border: none;
	width: 83px;
	height:28px;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
}
a.button_wiki_staff div {
	padding:6px 4px 4px 4px;
}
a.button_wiki_staff:hover {
    background: url('../../Static/images/wiki_b_staff_1.gif') no-repeat top left;
	text-decoration:underline;
}
a.button_wiki_services {
    background: transparent url('../../Static/images/wiki_b_pipeline_0.gif') no-repeat scroll top right;
    display: block;
	font-size:11px;
    border: none;
	width: 83px;
	height:28px;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
}
a.button_wiki_services div {
	padding:6px 4px 4px 4px;
}
a.button_wiki_services:hover {
    background: url('../../Static/images/wiki_b_pipeline_1.gif') no-repeat top left;
	text-decoration:underline;
}

hr.section_line {
	background-color:#dbe0e4;
	height:4px;
	border:0px;
}

/*  Content Table */
table.content_table {
    border: none;
    border-collapse: collapse;
    width: 100%;
}
table.content_table tr{
    width: 100%;
    position: relative;
    padding: 0px;
}
table.content_table td, table.content_table th {
     margin: 0px;
     padding: 10px;
}
table.content_table td {
     border-top: 1px solid #bbbbbb;
 }
 table.content_table th {
    color:#546b7b;
    font-weight:bold;
    font-size:12px;
    height: 25px;
}
div.panel {
    display: none;
    background-image: url('/open_row_top.gif');
    background-position: top;
    background-repeat: repeat-x;
    width:100%;
    position: relative;
    z-index: 0;
}
div.panel img {
    border: none;
}
 /* The end of Content Table */
