@CHARSET "UTF-8";

#primary {
	float: left;
	clear: both;
	width: 533px;
	padding: 20px 15px;
}

#secondary {
	float: left;
	margin-left: 10px;
}

h5 {
	font-weight: bold;
	text-transform: uppercase;
}

a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: rgb(0,0,0);
}

a:hover {
	text-decoration: none;
}

.link{
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

.floating_block, #primary, .focus .content{
	background-color: rgb(255, 255, 255);
	border: solid 1px rgb(200, 200, 200);
}


.focus {
	float: left;
	width: 225px;
}

.focus h4{
	background-image: url("../images/arrow_blue.gif");
	background-repeat: no-repeat;
	background-position: 2px 8px;
}

.focus h4 {
	background-color: rgb(221, 221, 210);
	border: solid 1px rgb(200, 200, 200);
	
	height: 27px;
	padding-left: 25px;
	padding-top: 8px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: rgb(0,0,0);
}

.focus .content {
	padding: 15px 15px 15px 25px;
	margin-top: 5px;
}


.list_item{
	padding: 10px 0;
}

.list_item span{
	display: block;
}

label {
	display: inline;
	font-weight: bold;
	color: rgb(0, 0, 0);
}

.pager{
    margin-top: 10px;
    padding-top: 5px;
    width: 100%;
    border-top: 1px solid rgb(200, 200, 200);
}
.pages {
    float: right;
}

.pager .label {
    float: left;
    padding-top: 3px;
    margin-right: 3px;
}
	
.pager a{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	
    float: left;
    height: 16px;
    width: 16px;
    margin-left: 5px;
    padding-top: 3px;
    background-color: rgb(200, 200, 200);
    color: rgb(255,255,255);
    text-decoration: none;
    text-align: center;
}

.pager a.active, .pager a:hover {
    background-color: rgb(23, 98, 152);
}



.basic_form fieldset {
	border: 0;
}

.basic_form input, .basic_form textarea, .basic_form select{
	float: left;
	
	width: 400px;
	margin-bottom: 10px;
	padding: 5px;
}

.basic_form select{
	padding: 0px;
	margin-top: 5px;
}

.basic_form input{
	height: 16px;
}
.basic_form input[type=file]{
	height: auto;
	border: 0px;
}

.basic_form label{
	float: left;
	clear: both;
    font-weight: normal;
    
	width: 110px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: left;
    
    color: rgb(102, 102, 102);
}

.basic_form label.required{
    color: rgb(0, 0, 0);
}

.basic_form .submit{
	clear: both;
	float: right;
	
    width: auto;
	height: 24px;
	padding: 0px 35px 2px 10px;
	margin-top: 20px;
	
	cursor: pointer;

	color: rgb(23, 98, 152);

	border: none;
	background-image: url("../images/arrow_white_bg.gif");
	background-repeat: no-repeat;
	background-position: right;
	
	background-color: rgb(255, 255, 255);
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

.basic_form .submit:hover{
	background-image: url("../images/arrow_white_bg_over.gif");
	color: rgb(0, 153, 255);
}


#error {
	margin-top: -15px;
	margin-bottom: 15px;
}

.errorlist li {
	display: inline;
	float: left;
	margin-right: 10px;
	padding-bottom: 5px;
}

li > .errorlist {
	color: rgb(23, 98, 152);
}












.basic_form div#preview label {
	color: rgb(0, 0, 0);
	font-weight: bold;
	
	padding-right: 0;
	padding-top: 0;
}
