#header { width: 95%; }
#center { width: 95%; }
#footer-bar { width: 95%; }
div.footer-text { width: 95%; }
.shadow-top-bar { width: 95%; }


body { background: white;}

#page {  
  background: #eff5f9;
}
 
#header-wrap { background: white  url(img/header_bg.png) top repeat-x ; height: 120px;}
#header { background: url(img/header_content_bg.png) left no-repeat ; }

#logo-section { padding-top: 15px; padding-left: 325px; color: #486c88;}
#top-menu { padding-top: 55px; color: #c31b2f;}
#top-menu a { color: #c31b2f; text-decoration: none;}

#main-menu { padding-top: 44px; }

#footer { background: transparent; height: 100px; width:95%;  margin: auto; }

#footer-wrap { margin-top: -125px; height: 125px; color: #000; background: #eff5f9 ; padding-top: 12px;}

#footer_guarantor { height: 125px; }

.shadow-top {  height: 0px;  }
.shadow-top-bar{
  border-left: 0px solid #b9b9b9;
  border-right: 0px solid #b9b9b9;
  background-color: transparent;
}
.shadow-bottom { height: 0px;  }


/*
  header menu
*/

.yui-skin-sam .yuimenubar {
  font-size: 93%;
	line-height: 2;
	*line-height: 1.9;
	border: solid 1px #486c88;
	background: #486c88 url(img/pixel_trans.gif) repeat-x 0 0;
	

	
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected {
	border-left-width: 0px;
	margin-left: -0px;
	*left: -0px;
	color: #fff;	
}  

.yui-skin-sam .yuimenubaritem-selected {
	background: #639bca;
	
}

.yui-skin-sam .yuimenubarnav .yuimenubaritem {
	border-right: solid 1px #3d617e;   
	padding-top: 5px;
	padding-bottom: 5px;
}

.yui-skin-sam .yuimenubaritemlabel {
  padding: 0 10px;
  color: #fff;
	cursor: pointer;
	border-style: solid;
	border-color: #46b2d5;
	border-width: 0px 0;
	*position: relative;
	margin: -1px 0;
	text-transform: uppercase;
	font-weight: bold;
	
	

} 

.yui-skin-sam .yuimenu .bd {
	*zoom: 1;
	_zoom: normal;
	border: solid 1px #808080;
	background-color: #fff;
}

.yui-menu-shadow-visible {
	top: 2px;
	right: -2px;
	left: -2px;
	bottom: -2px;
	visibility: visible;
}
  
.yui-skin-sam .yuimenuitem-selected {
	background-color: #639bca;	
}

#main-menu-empty {
  clear: left;
  width: 100%;
  height: 25px;
 	background-color: transparent;
 	border-top: 0px solid #b9b9b9;
 	border-left: 0px solid #b9b9b9;
 	border-right: 0px solid #b9b9b9;
  margin-left: -1px;;
}


/*
  panel
*/
.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
	border: solid #666e73;
	border-width: 0 0 5px;
	zoom: 1;
}

.yui-skin-sam .yui-navset .yui-content {
	background: #eff5f9;
}

/*
  buttons
*/

.skinButton, input[type=submit] { 
  border-left: 1px solid #c6c6c6;
  border-top: 1px solid #c6c6c6;
  border-right: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  height: 21px;
  margin: 2px;
  background: #f56c06 url(img/button_bg.png) repeat-x 0 0;
  font-size: 11px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  cursor:pointer;
}

.skinButton:hover, input[type=submit]:hover {
  background: url(img/button_bg_hover.png) repeat-x 0 0;  
} 


/*
  data table
*/
.yui-skin-sam .yui-dt table {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: inherit;  
	border-collapse: collapse;
	*border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #cbd3d4;
	width: 100%;
}

.yui-skin-sam .yui-dt th, .yui-skin-sam .yui-dt th a {
  font-size: 12px;		
	text-decoration: none;
	color: #486c88;
	vertical-align: bottom;
}

.yui-skin-sam .yui-dt th {
	margin: 0;
	padding: 0;
	border: none;
	border-right: 1px solid #dadfe0;	
	height: 25px;
}

.yui-skin-sam .yui-dt td {
	margin: 0;
	padding: 0;
	border: none;
	border: 1px solid #dadfe0;
	text-align: left;
	vertical-align: top;
}

.yui-skin-sam .yui-dt th {
	/*background: #d3d3d3 url(img/th_bg.png) repeat-x 0 0;*/
}

.yui-skin-sam .yui-dt tr.yui-dt-first td {
	border-top: 1px solid #939797;
}


.yui-skin-sam tr.yui-dt-odd {
	background-color: #f6f6f6;
}

.yui-skin-sam tr.yui-dt-even td.yui-dt-asc, .yui-skin-sam tr.yui-dt-even td.yui-dt-desc {
	background-color: #f6f6f6;
}

.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc, .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc {
	background-color: #f6f6f6;
}

.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc, .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc {
	background-color: #f6f6f6;
}

.yui-skin-sam th.yui-dt-highlighted, .yui-skin-sam th.yui-dt-highlighted a {
	background-color: #eff5f9;
}
.yui-skin-sam tr.yui-dt-highlighted, .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc, .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc, .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted, .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted {
	cursor: pointer;
	background-color: #eff5f9;
}
.yui-skin-sam .yui-dt-list th.yui-dt-highlighted, .yui-skin-sam .yui-dt-list th.yui-dt-highlighted a {
	background-color: #eff5f9;
}
.yui-skin-sam .yui-dt-list tr.yui-dt-highlighted, .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc, .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc, .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted, .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted {
	cursor: pointer;
	background-color: #eff5f9;
}

.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc, .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc {
	background-color: #eff5f9;
}

/*
  end of data table
*/

#center {
  margin: auto;
  background: white;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}



.itemDetail td {  background: #f6f6f6; }
.itemDetail th {  background: transparent; height: 25px; color: #086986;   text-align: left; }

a { color: #c31b2f; }
a.footer-text { color: #000; }

h1 {color: #3d617e;}
h2 {color: #3d617e; }

.infoBlock { padding: 5px; margin-top: 5px; border-bottom: 1px dashed #cccccc; border-top: 0px; border-left: 0px; border-right: 0px; }

/*paginator*/
.yui-skin-sam a.yui-pg-first:link, .yui-skin-sam a.yui-pg-first:visited, .yui-skin-sam a.yui-pg-first:active, .yui-skin-sam a.yui-pg-first:hover, .yui-skin-sam a.yui-pg-previous:link, .yui-skin-sam a.yui-pg-previous:visited, .yui-skin-sam a.yui-pg-previous:active, .yui-skin-sam a.yui-pg-previous:hover, .yui-skin-sam a.yui-pg-next:link, .yui-skin-sam a.yui-pg-next:visited, .yui-skin-sam a.yui-pg-next:active, .yui-skin-sam a.yui-pg-next:hover, .yui-skin-sam a.yui-pg-last:link, .yui-skin-sam a.yui-pg-last:visited, .yui-skin-sam a.yui-pg-last:active, .yui-skin-sam a.yui-pg-last:hover, .yui-skin-sam a.yui-pg-page:link, .yui-skin-sam a.yui-pg-page:visited, .yui-skin-sam a.yui-pg-page:active, .yui-skin-sam a.yui-pg-page:hover {
	color: #c31b2f;
	text-decoration: underline;
	outline: 0;
}
