/* General Styles */
body {
	margin: 0px;
	padding: 0px;
	background-color: #2d5b9e;
}

body, td, p {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
}

.pagetext {
	color: #5b5b5b;
        font-size:12px;
}

.pagetextalt {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}

hr {
	color: #5d91dd;
	background-color: #5d91dd;
	border: 0px;
	height: 1px;
}

.error {
	font-weight: bold;
	color: #ff3f3f;
}

.message {
	font-weight: bold;
	color: #5d91dd;
}


/* 
Heading Styles
h1 = page title
h2 = page subtitle
h3 = content title)
*/
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #5687D3;
	margin-bottom: 5px;
}

h2 {
	font-size: 16px;
	font-weight: 400;
	color: #B2B2B2;
	margin: 0px;
}

h3 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #5d91dd;
	margin-bottom: 10px;
	text-align: center;
}

h4 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	margin-left: 10px;
}

/* Table Styles */
th {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #80a9e5;
	background-image: url(images/t_bkg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 30px;
	padding: 5px;
	text-transform: capitalize;
}

th.alt {
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	background-color: #f0f0f0;
	padding: 5px;
	border-bottom: 1px solid #666666;
	text-transform: capitalize;
}

.home {
	background-color: #80a9e5;
	background-image: url(images/t_bkg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 30px;
}

.row {
	background-color: #FFFFFF;
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.rowalt {
	background-color: #f0f0f0;
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.caption {
	background-color: #f6f6f6;
	padding: 10px;
	border: 1px solid #c7c7c7;
}

/* Link Styles */
a:link, a:visited, a:active {
	font-family: arial;
	color: #5d91dd;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
}

a:link.alt, a:visited.alt, a:active.alt {
	font-family: arial;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a:hover.alt {
	color: #b9cff1;
	text-decoration: underline;
}

/* Form Styles */
form {
	margin: 0px;
}

label {
	color: #5d91dd;
	font-weight: normal;
	text-align: right;
	display: block;
}

label.alt {
	color: #000000;
	font-weight: bold;
	text-align: right;
	display: block;
}

/* label validation failed */
label.error {
	font-weight: bold;
	color: #ff3f3f;
}

input, textarea, select {
	font-family: arial;
	font-size: 10px;
}

select {
	
}

/* field not in focus */
.field0 {
	border: 1px solid #BBBBBB;
}

/* field in focus */
.field1 {
	border: 1px solid #5d91dd;
}

/* field validation faild */
.fielderror {
	border: 1px solid #ff3f3f;
}

input.btn  {
	background-color: #8ab4f1;
	color: #FFFFFF;
	border-top: 1px solid #5d91dd;
	border-left: 1px solid #5d91dd;
	border-right: 1px solid #5d91dd;
	border-bottom: 1px solid #5d91dd;
	font-weight: normal;
}

input.btnalt {
	background-color: #f6f6f6;
	color: #b3b3b3;
	border-top: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	font-weight: normal;
}

/* Image Styles */
img.img {
	border: 1px solid #5d91dd;
}

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #5d91dd;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #5d91dd;
}


/* Custom Styles */

.white {
	color: #FFFFFF;
}

.ltblue {
	color: #b9cff1;
}

/* navigation classes */

.submiddle0 {
	height: 18px;
	text-align: left;
	padding: 2px 0px 0px 5px;
	color: #5B5B5B;
	font-family: arial;
	font-size: 10px;
	background: #FFFFFF;
	cursor: pointer;
}

.submiddle1 {
	height: 18px;
	text-align: left;
	padding: 2px 0px 0px 5px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 10px;
	background: #5A8CD7;
	cursor: pointer;
}

div > .subtop0, div > .subtop1, div > .subbottom0, div > .subbottom1 {
	height: 17px;
}

div > .submiddle0, div > .submiddle1 {
	height: 16px;
}
