/* Copyright 2014 National Association of Insurance Commissioners */
/* serff-core.css
	This file contains common styles that are applied globally.
	   
	blue: #18377A 	light-blue: #11569b;  yellow: #F9D811  font-yellow: #e5c510
*/
.hidden {
	display:none;
}

.expandOnly { /* rename to visible? */ 
 display: block;
}
.collapseOnly { /* merge with .hidden */
 display: none;
}

/*  #header --- defined in the core-header.css file  */

#content {
	width: 100%;
	min-height: 400px;
	height: auto;
}
#content h2 {
 color: #e5c510;
 font-size: 1.6em;
 padding: 0px;
 margin: 5px;
 margin-bottom: 8px;
}

#content h3 {
 color: #000;
 font-size: 1.6em;
 padding: 0px;
 margin: 0px;
}

#main {
	width: 100%;
}

/*  #pageInfo --- defined in the core-header.css file  */

#footer {
	border-top:2px solid #F9D811; 
	background:#18377A;
	color:#ffffff;	
	padding-top:2px;
	padding-bottom:3px;
	padding-right:1px;
	clear:both;	
}

#footer a {
 text-decoration: none;
 color:#ffffff;
 }

#footer a:hover {
 text-decoration:underline;
 color:#ffffff;
 }

.clearing {
	height: 1px;
	clear: both;
}
html, body {
	margin:0; 
	padding:0;
	color: #000; 
	background: #FFF;
}
html {
	font: 1em;
}
body {
	font: 0.7em Verdana, Helvetica, sans-serif;
}
img {
	border:0px;
}

/* Below this line are styles from serff.css, 
which was a confused CSS file from the prototype.
*/
select {
	font-family: Verdana, Helvetica, sans-serif;
}

h1 {
	margin-top: 0;
}
.last {
	margin-bottom: 0;
}

a {
	color: #11569b;
}

.th_bottom {
	border-bottom:2px solid black;
	}
	
.document {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  width:80%;
  border: 1px solid red;
}
document.p {
  margin: 10px 100px;
}

#sessionTimeoutMessage {
	display: none;
	background: url('../images/action_bar_bg.gif') repeat-x top left;	
	font-size: 1.2em;
	margin:0;
	padding: 5px;
	padding-left: 10px;
	border: 1px solid #cfc8b3;
	border-width: 1px;
	color: red;
}

#signinTimeoutMessage {
	font-size: 1.1em;
	color: red;
	font-weight:bold;
}

#requestTraces {	
	border:1px solid black;
	background-color:#FFFFCC;
	width:700px;
	height:300px;
	display:none;
	margin:4px;
	padding:8px;
	position:absolute;
	text-align: center;
	top: 150px;
	left: 200px;
}