﻿body
{
	font-family:Geneva,Arial,Helvetica,sans-serif;
	background-color:#fff;
	color:#666;
	font-size:100%;	
	margin:0px;
	padding:4px;
}

a:link
{
	color:#6297BC;
}

a:visited
{
	color:#6297BC;
}

a:hover
{
	color:#146B3B;
}

a:active
{
	color:#6297BC;
}

div
{
	margin:4px;
}

div.rounded
{
	margin: auto;
	margin-top: 4px;
	border:2px solid #a1a1a1;
	padding:20px 30px; 
	background:#ffffff;
	width:90%;
	-moz-border-radius:10px; /* Firefox */
	border-radius:10px;
}

div.separator
{
	border-bottom: solid 1px Silver;
	margin: 1px;
}


h2
{
	color:#233e99;
}

h3
{
	font-size:1.1em;
	color:#233e99;
}

h4
{
	font-size:1.0em;
	color:#6385C2;
}

img
{
	border:none;
}

table
{
	border-collapse: collapse;
	width: 100%;
}


.cb
{
	clear:both;
	margin-top:32px;
}

.clfl
{
	clear:left;
	float:left;
}

.crfr
{
	clear:right;
	float:right;
}

.error-text
{
	font-size:100%;
	color:#FF0000;
}

.outline-text
{
	color:#233e99;
}

.standard-text
{
	font-size:100%;
	color:#000000;
}

.text-input
{
	height:175%;
	border-top:1px solid #D5D291;
	border-left:1px solid #D5D291;
	border-right:1px solid #D5D291;
	border-bottom:1px solid #D5D291;
	background:#fff;	
	color:#000000;
	width:250px;
}

.pager
{
	text-align: center;
	line-height: 125%;
}

.tal
{
	text-align:left;
	width:50%;
}

.tal60
{
	text-align:left;
	width:60%;
}

.tal40
{
	text-align:left;
	width:40%;
}

.tac35
{
	text-align:center;
	width:35%;
}

.tac30
{
	text-align:center;
	width:30%;
}

.tal35
{
	text-align:left;
	width:35%;
}

.tal30
{
	text-align:left;
	width:30%;
}

.tal8
{
	text-align:left;
	padding-left:8px;
	width:50%;
}

.tar
{
	text-align:right;
	width:50%;
}

.grid-item-top
{
	border-top:#AFAFAF 1px solid;
}

.grid-item-top-thin
{
	border-top:#d3d3d3 1px dotted;
}

.alt-row
{
	background-color:#d3d3d3;
}

#content
{
	margin-top: 4px;
	margin: auto;
	border:2px solid #silver;
	padding:24px 24px; 
	background-color:#e6e6e6;
	width:80%;
	-moz-border-radius:8px; /* Firefox */
	border-radius:8px;
	-moz-box-shadow: 8px 8px 4px #151515; /* Firefox */
	-webkit-box-shadow: 8px 8px 4px #151515; /* Safari and Chrome */
	box-shadow: 8px 8px 4px #151515;		
}

#content ul.llv
{
	margin:0px 0px 15px 15px;
	padding:0px;
	list-style:none;
}

#content ul.llv li
{
	line-height: 200%;
	margin:0px;
}


#footer
{
	text-align:center;
	padding: 8px;
}

#bottom-breadcrumbs
{
	border-top:solid 3px silver;
	border-bottom:solid 3px silver;
	padding:4px;
	background-color:#E6E6FA;
	width:98%;
}

#top-breadcrumbs
{
	border-top:solid 3px silver;
	border-bottom:solid 3px silver;
	padding:4px;
	background-color:#E6E6FA;
	width:98%;
}


#top-breadcrumbs a:link, #bottom-breadcrumbs a:link
{
	color:#6297BC;
	text-decoration:underline;
}

#top-breadcrumbs a:visited, #bottom-breadcrumbs a:visited
{
	color:#6297BC;
}

#top-breadcrumbs a:hover, #bottom-breadcrumbs a:hover
{
	color:#146B3B;
	text-decoration:none
}

#top-breadcrumbsa:active,#bottom-breadcrumbsa:active{
	color:#6297BC;
	}

