
/* ------- Global ------- */

body {
	background: #00C2E8;
	background-image: url('images/bg_main.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Sans-serif;
	font-size: 13px;	
	line-height: 100%;
	color: #555555;
}

* {
	margin: 0;
}

h1 {
	font-family: Arial, Sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	line-height: 125%;
	letter-spacing: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #004A8D;
}

h2{
	font-family: Arial, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 100%;
	letter-spacing: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #FF6C1C;
}

h3 {
	font-family: Arial, Sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	margin: 0px;
	margin-bottom: 5px;
	color: #00B3E2;
}

h4 {
	font-family: Arial, Sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	margin: 0px;
	margin-bottom: 5px;
	color: #004A8D;
}

p {
	margin-bottom: 20px;
}

a {
	text-decoration: underline;
	color: #004A8D;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #1BB6E4;
}

.plain a, .plain a:hover {
	border-bottom: 0px;
}

td {
	vertical-align:top;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	margin-left: 15px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 150%;
	margin-right: 0px;
	margin-bottom: 0px;
}

li {
	margin-left: 15px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
	margin-right: 0px;
}

img {
	border: 0;
}


/* ------- Defined Styles ------- */

.highlight {
	color: #7CA12C;
}

.normal {
	font-family: Verdana, Arial, Sans-serif;
	font-weight: normal;
	font-size: 11px;	
	line-height: 200%;
	letter-spacing: 0px;
	color: #555555;
}

.small {
	font-size: 10px;
}

#menu a {
	display: block;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding: 16px 20px 16px 20px;
}

#menu a.selected {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url('images/bg_menu_current.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	text-transform: uppercase;
}

#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url('images/bg_menu_hover.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	text-transform: uppercase;
}

.form_field
{
	width: 300px;
	border: 1px solid #CCCCCC;
    background: #FFFFFF;
	margin: 0px;
	color: #999999;
	font-family: Arial;
	margin: 0px;
	padding: 3px;
}
.dropdown
{
	border: 1px solid #CCCCCC;
    background: #FFFFFF;
	margin: 0px;
	color: #333333;
	font-family: Arial;
	margin: 0px;
	padding: 3px;
	width: 208px;
}
.short {
	width: 100px;
}

.medium {
	width: 200px;
}
.tiny {
	width: 50px;
}
.table_title {
	background: #1A63A5;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
.text_box
{
	width: 300px;
	height: 100px;
	border: 1px solid #CCCCCC;
    background: #FFFFFF;
	color: #999999;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 3px;
	overflow: auto;
}
.submit
{
	width: 150px;
	padding: 8px;
	background:#295176;
	border: 3px solid #9AD3EE;
	color: #FFFFFF;
	font-family: "Trebuchet MS", verdana, tahoma, arial;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
}
.fieldname {
	color: #004A8D;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}
.error {
	font-size: 10px;
	color: #FF5C05;
}
#footer a {
	color: #004A8D;
	text-decoration: none;
}

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

#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}

#copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.icon_text {
	float: left;
	padding: 12px 0px 0px 10px;
	color: #004A8D;
	font-size: 16px;
	font-weight: bold;
}

.icon_text_small {
	float: left;
	padding: 5px 0px 0px 10px;
}

.image_border {
	border: solid 1px #CCCCCC;
}

.editable {
	color: #FFFFFF;
	background: #00B3E2;
}

.calculate a {
	width: 185px;
	height: 60px;
	display: block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	white-space: nowrap;
	background: url('images/buttons/calculate.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.calculate a:hover {
	background-position: 0px -60px;
}

