/* ==========================================
	template.CSS 
This template is used to control PSB layout   
   ========================================== */


* { }
body {
	background: #3c7faf;
	text-align:center;
}
/* ==================================
	container Styles				
   ================================== */
#container {
	width: 95%;  /* to create a container with 80% of the browser width */
	background-color: #fff;
	margin: 0 auto; /* the auto margins (with width) center the page */
	text-align:left;
}
/* ==================================
	header_logo Styles				
   ================================== */
#header {
	position: relative;
	
	background-color: #ffffff;
}
/******** Place to change the header image ***********/
#header_logo {
	margin: 0;
	height: 96px;
	background-color: #efefef;
	background-image: url(../img/banner.png);
	background-position: left;
	background-repeat: no-repeat;
}
h1 {
font-variant:small-caps;}
h3
	{
	font-size:12.0pt;
	color: #e39739 !important;
	


	padding-top:5px;}


/************************************************/

/* ==================================
	header_menu Styles		
   ================================== */
#menu {
	background: #efefef;
	border: 1px solid transparent;
	
	border-left: 0px;
	border-right: 0px;
	max-height: 25px;
	padding-bottom:5px;
	text-align: right;
	

}


#content_left_toc.treeview{font-family:Verdana, Geneva, sans-serif; font-size:12px;}

/* ==================================
	footer Styles
   ================================== */
#footer { visibility:hidden;
	border:1px solid transparent;
	background: #3c7faf;	
	line-height: 1em;
	text-align: right;
	color: #ddd;
	list-style: none;
	clear: both;
	height: 10px;
	}
#footer ul{
	margin: 0;
	padding: 1em 3px;	
	font-size: 12px;
	line-height: 1em;
	text-align: right;
	color: #ddd;
	list-style: none;
	clear: both;
	}
#footer li {
	display: inline;
	}	
#footer li#copyright {
	float: left;
	}
#footer a:link, #footer a:visited {
	color: #ddd;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer a:active {
	text-decoration: none;
	color: #ddd;
	}
	
/* ==================================
	Columns Layout				
   ================================== */
#content {
	clear: both;
	width:100%;
	border-top: 1px solid #b4c4d3;
}

/* ==================================
	Left Column
   ================================== */  
#content_left {
	float: left;
	width: 25%;
	background-color:#ddd;
	padding: 15px 0;
}
#content_left_toc {
}

/* ==================================
	Right Column
   ================================== */  
#content_right {
	visibility:hidden;
	display:none;
}

/* ==================================
 	   Center Column
   ================================== */ 
#content_center {
	margin: 0 0 0 25%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	width:70%;
	}
/* ==================================
	Right Column--bread crumbs
   ================================== */ 
  
#content_center_breadcrumbs {
	visibility:hidden;
}
#content_center_breadcrumbs a, #content_center_breadcrumbs a:link, #content_center_breadcrumbs a:visited, #content_center_breadcrumbs a:active {
	color: #585858;
	text-decoration: none;
}
#content_center_breadcrumbs a:hover {
	text-decoration: underline;
	color: #f00;
}
/* ==================================
 	   document content
   ================================== */ 
#content_center_container { padding-left:15px;
padding-right:0px;
}
#content_center_single {
	padding-bottom:2em;
	width:100%;
}
/* ==================================
   FR related to switch  pages, 
   keep it unchanged
   ================================== */ 

div.FRcontainer {
	position:relative;
	top:0px;
	left:0px;
}
div.FRvisible {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0
}
div.FRinvisible {
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1
}
.gridBackgroundColor {
	background-color:#efefef
}
