/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 18px;
	background-image: url("images/bkgd_be.jpg");
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #006b98;
	font-size: 12px;
	color: #000;
}

/* Shell of the layout */
#wrapper{
	position: relative;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	background-color:#FFF;
}

/* Contains the image of the header */
#header{
	display: block;
	width: 331px;
	height: 76px;
	text-align: left;
	background-repeat: no-repeat;
}

/* Content of the page */
#content{
	margin: 10px 67px 20px 67px;
	vertical-align:top;
}


#contentIndent{
	margin-left: 25px;
}

h1{
	font-size: 20px;
	font-weight: normal;
	color: #105575;
	line-height: normal;
}

h2 {
	font-size: 14px;
	color: #F47D2B;
	font-weight:bold;
	line-height: normal;
}

p, h1, h2 { padding: 0 0 1em 0; }

p {
	font-size: 12px;
	line-height: 18px;
}

a {
	color: #c30;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

ul{
	list-style-type: disc;
	font-size: 12px;
	line-height: 18px;
	margin-left: 35px;
	margin-bottom: 10px;
}

/* FORM */

/* Default layout for admin forms */ 
.defaultForm{
	border:solid #ccc 1px;
	text-align:left;
	vertical-align:top;
	padding:15px;
	width: 550px;
	margin-top: 5px;
	position:relative;
	clear:both;
}

#leftCol{
	width: 230px;
	float: left;
}

#rightCol{
	width: 230px;
	float: left;
	margin-left: 30px;
}

.defaultForm input, .defaultForm select, .defaultForm textarea{
	/*margin-bottom: 10px; */
}


.defaultForm input[type="text"], .defaultForm input[type="password"], .defaultForm select{
	height:18px;
	margin-bottom: 10px;
}

.defaultForm select{
	font-size: 10px;
	height: 17px;
}

.defaultForm label{
	display:block;
	font-weight: bold;
}


input.checkbox{
	border:none;
	display:inline;
	position:relative;
}

input.checkbox2{
	display:inline;
	position:relative;
	border:none;
}


label.labelCheckbox{
	display:inline;
	position: relative;
	font-weight:normal;
	margin-left: 10px;
	margin-right: 20px;	
	text-align:left;
}

label.labelCheckbox2{
	display:inline;
	position:relative;
	font-weight:bold;
	margin-left: 10px;
	margin-right: 20px;	
	text-align:left;
}

label.agreement{
	display:inline;
	margin-left: 10px;
}

.clear{
	clear:both;
	height: 10px;
}

.clear2{
	clear: both;
	height: 25px;
}


.fileIcon{
	margin-right: 10px;
}

.fileTitle{
	display:inline;
	position:relative;
	bottom: 3px;
}

/* Footer content */
#footer {
	font-size: 10px;
	text-align:center;
}

.formText, .form_titles_pass  {
	vertical-align:baseline;
	padding:0;
	margin:0;
	border:none;
}
	
.inputRequired{
	color:#ff0000;
}

#lAgree_Text.inputRequired{
	display:inline;
	position:relative;
	color:#ff0000;
	margin-left: 10px;
}