﻿/* Global settings */
body, html {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#container {
	position: relative;
	padding: 0px;
	width: 780px;
	height: 100%;
	margin: 0px auto 0 auto;
	text-align: left;
}

#footer {
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px;
	color: #8f8f8f;
	background-color: inherit;
	width:100%;
}
#footer a, #footer a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px;
	color: #8f8f8f;
}
#footer a:hover, #footer a:active{
	text-decoration: underline;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px;
	color: #a5cf4c;
}


#content {
	padding: 5px;
	text-align: left;
	min-height: 400px;
}

#right_content_border {
	background-image: url(/_global/images/right_content_border.gif);
	background-repeat: repeat-y;
	width: 8px;
}


td { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

/* Left box settings */
.box_header {
	font-family: Arial, sans-serif; 
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-top: 3px;
	background-image: url(/_global/images/box_header_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 190px;
	height: 20px;
}
.box_content {
	padding: 5px;
}

.split 
{
	float: left;
	width: 100%;
}
.left
{
	padding-left: 5px;
	float:left;
}
.right
{
	padding-right: 5px;
	float:right;
	text-align:right;
}


/* Default form settings */
form {
	padding: 0px;
	border: 0px;
	margin: 0px;
} 
input {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
}


/* Default link settings */
a, a:visited {
	color: #004b6c;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}
a:hover, a:active {
	color: #a5cf4c;
	text-decoration: underline;
	background-color: transparent;
}



/* Font settings */
.title {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 17px;
	color: #333333; 
	font-weight: bold;
	background-color: transparent;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 10px;
}
.sub_title {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 13px;
	color: #333333; 
	font-weight: bold;
	background-color: transparent;
}
.copyright {
	font-family: Verdana, sans-serif; 
	font-size: 9px;
	color: #333333; 
	font-weight: normal;
	background-color: transparent;
}

/* Menu buttons */
#buttons {
	width: 190px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size : 11px;
	background-color: #ffffff;
	color: #333333;
}
#buttons ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#buttons li {
	border-bottom: 1px solid #e5e5e5;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#buttons li a {
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #ffffff;
	color: #333333;
	text-decoration: none;
	width: 100%;
}
#buttons li a:hover {
	background-color: #f3f2f2;
	color: #333333;
}

.expose {
	position: relative;
	padding: 5px;
	border-style: solid;
	border: 1px solid #e4e4e4;
	margin: 0px auto 0px auto;
	background-color: #f7f7f7;
	text-align: left;
}
.error {
	position: relative;
	padding: 5px;
	border-style: solid;
	border: 1px solid #7C7C94;
	margin: 0px auto 0px auto;
	background-color: #FFCCCC;
	text-align: left;
}


.step_blend{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #aaaaaa; 
	font-weight: bold;
}
.step_active{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	font-weight: bold;
}
