/* default styles 
--------------------------------------------- */

p {
	color: #000000;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: arial, helvetica, verdana, sans-serif;
}

label {
	font-weight: bold;
}

a {
	color: #5A9986;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #808080;
	text-decoration: none;
}

h1 {
	color: #5A9986;
	font-weight: bold;
	font-size: 2.2em;
	font-family: verdana, sans-serif;
}

h2 {
	color: #808080;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

h2 a {
	color: #5A9986;
}

h3 {
	color: #5A9986;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

h4 {
	color: #808080;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

h5 {
	color: #5A9986;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

h6 {
	color: #5A9986;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

hr {
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #6E6E6E;
	background-color: #FFFFFF;
	color: #FFFFFF;
	width: 100%;
	margin: 5px 0 5px 0;
}

b, strong {
	color: #000000;
	font-weight: bold;
}

li {
	color: #000000;
	font-size: 1.2em;
	line-height: 2em;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
}

.nobg {
	background: none !important;
}

ul li ul li {
	font-size: 1em;
}

/* form styles 
--------------------------------------------- */

label {
	float: left;
	width: 140px;
	color: #000000;
	font-size: 1.2em;
	padding: 0.3em;
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 0 0 0 0 !important;
}

label.validation {
	float: right;
	width: 140px;
	color: #6E6E6E;
	font-weight: bold;
	font-size: 1em;
}

label.autolen {
	width: auto !important;
	margin: 0 10px 0 0 !important;
}

label.nofloat {
	float: none !important;
}

form {
	border-width: 1px 0 0 0;
	border-color: #6E6E6E;
	border-style: dotted;
	margin: 20px 0 0 0;
}

fieldset {
	border-width: 0 0 1px 0;
	border-color: #6E6E6E;
	border-style: dotted;
	margin: 0px;
	padding: 17px 5px 13px 5px;
	clear: both;
}

legend {
	font-weight: bold;
	color: #92046F;
	font-size: 1.5em;
	line-height: 1.5em;
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 0px 0 10px -5px !important;
	*margin: -15px 0 10px -11px !important;
	padding: 3px 3px 3px 3px !important;
	border-width: 0 1px 1px 1px;
	border-color: #6E6E6E;
	border-style: dotted;
}

input, textarea, select {
	width: 180px;
	margin: 0 0 5px 0;
	border-style: solid;
	border-width: 1px;
	border-color: #5A9986;
	padding: 0.3em;
	font-size: 1.2em;
	font-family: arial, helvetica, verdana, sans-serif;
}

select {
	width: auto !important;
}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	background-color: #F5F5F5;
}

input.small {
	width: 27px !important;
}

textarea {
	width: 250px;
	height: 150px;
}

input.file {
	height: 2.1em;
}

input.checkbox {
	width: 1.2em;
	border: none;
	margin: 0.4em 0.4em 0 0 !important;
}

input.floatleft {
	float: left;
}

input.radio {
	width: 1.2em;
	border: none !important;
	margin: 3px 3px 0 0 !important;
	padding: 0px !important;
}

input.button {
	margin-left: 140px;
	margin-top: 15px;
	cursor: pointer;
	border-style: solid;
	border-color: #808080;
	border-width: 1px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	background-color: #5A9986;
	font-size: 1.2em;
}

input.button:hover {
	background-color: #808080;
}

br {
	clear: both;
}


/* other styles 
--------------------------------------------- */

span.highlight {
	font-family: verdana, sans-serif;
	padding-left: 2px;
}

.highlight {
	color: #C649CF;
	font-weight: bold;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

table td {
	text-align: left;
}

#infobox {
	padding: 10px;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	_margin-bottom: 10px;
}

#infobox li {
	font-weight: bold;
}

.clearboth {
	clear: both;
}

#imagepicker {
	width: 520px;
	overflow: auto;
	height: 90px;
	position: relative;
	background-color: #F5F5F5;
}

#imagepicker img {
	width: 50px;
	height: 50px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	border-style: solid;
	border-width: 5px;
	border-color: #FFFFFF;
}

.center {
	text-align: center;
}

