/*GLOBAL*/

body {
	margin: 0px;
	padding: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #fff;
}

.body {
	background-color: #fff;
	background-color: #F3F3F3;
	background-image: url(images/back-rep.gif);
	background-repeat: repeat-y;
	background-position: center;
}

label {
	cursor: pointer;
}

a {
	color: #003399;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

/*HEADER*/

.header {
	border-bottom: 1px dotted #EEE;
}

.navigation {
	background-image: url(images/nav-rep.gif);
}

.navigation {
	text-transform: uppercase;
}

.navigation a {
	display: block;
	padding-left: 10px;
	text-decoration: none;
	font-size: 11px;
	background-image: url(images/nav-lower.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	margin-bottom: 5px;
	color: #003399;
	font-weight: bold;
}

.navigation a:hover {
	color: #FFFFFF;
}

.navigation .subnav a {
	background-image: none;
	color: #FFFFFF;
	font-weight: bold;
}

.navigation .subnav a:hover {
	color: #003399;
}
/*CONTENT*/

.leftSideBar {
	
}

.content {
	padding-top: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

.content td {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

.pagename {
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	text-align: right;
	color: #003399;
	padding-right: 15px;
	margin-bottom: 10px;
}

/*FORM FIELDS*/

select {
	border: 1px solid #333;
	font-size: 11px;
	font-family: Verdana, Arial;
	padding: 1px;
}

.formfields {
	border: 1px solid #333;
	font-size: 11px;
	font-family: Verdana, Arial;
	padding: 1px;
}

.button {
	border: 1px solid #333;
	background-color: #FAFAFA;
	font-size: 11px;
	font-family: Verdana, Arial;
	padding: 1px;
}


.form {
	font-size: 11px;
	padding: 2px;
	border: 1px solid #EEE;
}

.form th {
	color: #FFF;
	font-weight: bold;
	padding: 2px 5px;
	background-color: #333367;
}


/*FOOTER*/

.footer {
	padding: 7px;
	font-size: 11px;
	color: #666;
	border-top: 1px solid #EEE;
}

/*FORM BUILDER*/
.customForm {
	border: 1px solid #999;
	background-color: #FFF;
}

.customForm .ps th {
	font-size: 14px;
	background-color: #A5B0B2;
	color: #FFFFFF;
}

.customForm .ps td, .customForm .hd td {
	background-color: #E7E7E7;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.customForm .hd th {
	font-size: 12px;
	background-color: #A5B0B2;
	color: #FFFFFF;
	text-align:left;
	padding-left:15px;
}

.customForm td{
	vertical-align:top;
}

.customForm td {
	border-bottom: 1px dashed #D5D5D5;
	padding: 1px 1px 3px 1px;
}

.customForm .buttons td {
	border-bottom: none;
}

.customForm .form_desc {
	display: block;
	font-size: 10px;
	color: #666666;
}

/*buttons only*/
.customForm .buttons input {
	cursor: pointer;
	font-size: 11px;
	background-color: #EEE;
	border: 1px solid #000;
	padding: 1px 7px;
}

/*input box*/
.customForm .st input {
	width: 200px;
	cursor: auto;
	font-size: 11px;
}

/*textarea*/
.customForm textarea{
	width:200px;
	height: 50px;
	font-size: 11px;
}
.customForm .pt td{
	vertical-align: top;
}

/*file upload*/
.customForm .fl td{
	vertical-align: top;
}

.customForm .fl input {
	background-color: #FFFFFF;
	width: 200px;
	font-size: 11px;
}

/*radio and checkbox fields*/
.customForm .ra input, .customForm .ch input{
	border:none;
}

.button {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
}

.formfields {
	font-size: 11px;
}
