/* CSS Document */

html, body {
	height: 100%;
	overflow: hidden;
	margin:0px;
	font: 12px/12px Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #333333;
	background: #EDF6FF;
	background-image: url(images/bg_grad.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.conteiner { 
	height: 100%;
	overflow: auto;
	position: relative;
	z-index: 0;
	margin: 0 auto;
	padding: 0;
}

.content {
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 970px;
	background: #FFFFFF;
	border-left: solid 1px #B6B6B6;
	border-right: solid 1px #B6B6B6;
}


/* Basic Styles */
a { color: #000099; text-decoration: none; background: inherit; }
a:hover { color: #000099; text-decoration: underline; background: inherit;}
h1 { font-size: 20px; padding: 0; margin: 0;}
h2 { font-size: 16px; padding: 0; margin: 0;}

/* Page Contents */
.links {
	background: #FFFFFF;
	color: #000066;
	font: 13px/13px Arial, Helvetica, sans-serif;
	width: 970px;
	height: 24px;
	margin: 0;
	padding: 0;
 	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.links ul { 
    margin: 0px;
    padding: 0px;
    list-style-type: none; 
}

.links li { 
    margin: 0;
    padding: 0;
	text-align: center;
    float: left; 
	background: #FFFFFF;
	width: 145px;
	height: 19px;
}

.links a { 
    display: block;
    color: #003E7E;
	text-decoration: underline;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #CCCCCC;
    width: 144px;
	height: 19px;
}

.links a:hover {
    background-color: #CCCCCC;
    color: #0033FF;
	text-decoration: none;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #CCCCCC;
    width: 144px;
	height: 19px;
}

.spacer {
	background-color: transparent;
	width: auto;
	height: 5px;
	margin: 0;
	padding: 0;
}

.sectionhead {
	width: 215px;
	height: 17px;
	background-image: url(images/sect-head.gif);
	background-position: top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 3px 0 0 10px;
}

.newshead {
	font-size: 12px;
	padding: 0 0 0 3px;
}

.newsdate {
	font-size: 11px;
	padding: 0 0 5px 3px;
}

.text_padding {
	padding: 5px 5px 5px 5px;
}

.record {
	padding: 1px 0 3px 0;
}

.glow {
	padding: 3px;
	font-size: 1em;
	color: #000;
	border: 1px solid #bac5d9;
}

.record input, .record textarea, .record select {
	padding: 4px 0 5px 2px;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	border: 1px solid #bac5d9;
	font-family: Arial, Helvetica, sans-serif;
}
.record input:focus, input:focus.glow {
	border: 1px solid #0090ff;
	-webkit-box-shadow: 0 0 5px rgba(0, 144, 255, 0.6);
	-moz-box-shadow: 0 0 5px rgba(0, 144, 255, 0.6);
}

.record input[type="button"] {
	background-color: #005baa; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #005baa, #1a82f7);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#005baa));
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	cursor: pointer;
	white-space:nowrap;
	border:none;
	font-size:1em;
	width:auto;
}

.record label {
	float: left;
	display: inline;
	line-height: 1.9;
	width: 170px;
	text-align: right;
	font-weight: bold;
	padding: 0 10px 0 0;
}

.selection {
	cursor:pointer;
	border: 1px solid #999999;
	color: #666666;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 350px;
}

.selection:hover {
	border: 1px solid #333333;
	color: #000000;
	background-image: url(images/img-arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
