/*****************************/
/*      ALL, HTML, BODY      */
/*****************************/
head {
	height:100%
}

body {
	background-image:url(/system/gfx/bg_body.jpg);
	background-color:#99BEDA;
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana,Arial,sans-serif;
	font-size:0.7em;
	height:101%
}

.bodytext {
	color: #666666;
	padding-bottom:12px;
	padding-top:12px;
	padding-right:22px;
	padding-left:22px;
	text-align: left;

}







/*****************************/
/*         FIELDSET          */
/*****************************/
fieldset {
/*	border: solid 1px #CCCCCC;
	margin: 5px;
	padding: 0;
	width: 98%;
	text-align: left;*/
}


/*****************************/
/*           INPUT/BUTTONS   */
/*****************************/

a:link img {
         text-decoration: none;
         border:0;
         border:none;
}

a:visited img {
         text-decoration: none;
         border:0;
         border:none;
}

a:hover img{
         text-decoration: none;
         border:0;
         border:none;
}


.buttons a, a.button, span.button {
	text-decoration: none;
	font-style: normal;
 	font-weight: normal;
 	font-size:12px;
	color: #00006c;
	border:2px solid #00006c;
	padding: 2px 2px;
	cursor:pointer;
	background-color:#FFFFFF;
	position:relative;
	top:4px;
}

input.submit, input.button {
	text-decoration: none;
	font-style: normal;
 	font-weight: normal;
 	font-size:12px;
	color: #00006c;
	border:2px solid #00006c;
	padding: 2px 2px;
	cursor:pointer;
	background-color:#FFFFFF;
	position:relative;
	top:4px;
}

input.button:hover, input.submit:hover, .button:hover a, a.button:hover, span.button:hover {
	color:#FFFFFF;
	border:2px solid #212659;
	background-color:#212659;
}

div.buttons {
	text-align: center;
	clear: both;
	margin: 0 0 15px 0;
	padding-top: 10px;
}
div.buttons * {
	text-align: center;
}


input {
	background: #EDF9FF;
	padding: 2px;
 	border: solid 1px #CCCCCC;
}

input:focus {
	background: #fff;
}

input.file {}
input.checkbox {
	display: inline;
	border: none;
}
input[type=radio], input.radio {
	margin-top: 0;
}
input.radio {
	border: none;
	background: transparent;
}
span.radio input[type=radio] {
	margin-top: 5px;
}
span.radio input[type=radio] {
	margin-top: 5px;
}

/* TEXTAREA */
textarea {
	background: #EDF9FF;
	border: solid 1px #CCCCCC;
}
textarea.edit {
	height: 250px;
	width: 400px;
}
textarea.short {
	height: 150px;
	width: 400px;
}
textarea:focus {
	background: #fff;
}

/* SELECT */
select {
	background: #EDF9FF;
	border: solid 1px #CCCCCC;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

/* LABEL */
label {
	font-size: 12px;
	display: block;
	text-align: left;
	margin: 3px 0px;
}
label.bold {
	font-weight: bold;
}
