/* Text CSS */
h1 {
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	color: #6666CC;
	margin: 8px 0px 8px 0px;
}

h2 {
	color: #000066;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 10px 0px 0px 0px;
}

h3, h4 {
	color: #000066;
	font-size: 1.8em;
	line-height: 1.3em;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
}

h5 {
	color: #000066;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
}

h6 {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	color: #000066;
}

p {
	color: #000066;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 10px 0px 0px 0px;
}

p img {
	position: relative;
	top: -10px;
}

ul {
	margin: 10px 0px 0px 20px;
}

li {
	list-style: disc;
	color: #000066;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
}

ul li ul li {
	list-style: circle;
	font-size: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	color: #663399;
	text-decoration: underline;
}

hr {
	height: 1px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #000066;
	margin: 5px 0px 5px 0px;
}

a.img {
	border: none;
}

img {
	border: none;
}

/* Table Styles */

table {

}

table tr td {
	padding: 0px;
}

/* Alignment Styles */

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_center_middle {
	vertical-align: middle;
	text-align: center;
}

.align_middle {
	vertical-align: middle;
}

.align_right {
	text-align: right;
}

.align_right_middle {
	vertical-align: middle;
	text-align: right;
}

.clear_both {
	clear: both;
}

/* Form Styles */

form {
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px 0 10px 0;
	overflow: hidden;
	padding: 5px;
}

form fieldset {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	margin: 10px 5px 20px 5px;
	padding: 5px 5px 10px 5px;
}

form fieldset legend {
	background-color: #666666;
	font-size: 1em;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;	
	margin: 0px 0px 10px 0px;
}

form label {
	margin: 6px 8px 0 8px;
	float: left;
	display: block;
	width: 150px;
	font-size: 1.1em;
	font-weight: bold;
	color: #676D80 !important;
	line-height: 1.6em;
}

form label span {
	font-weight: bold;
	color: #FF0000;
}

form label.validation {
	width: auto;
	font-weight: normal;
}

form input {
	margin: 4px;
	float: left;
	display: block;
	width: 180px;
	border-style: solid;
	border-width: 1px;
	border-color: #5B5B5B;
	padding: 2px 2px 2px 2px;
}

form input.small {
	width: 80px;
}

form input.checkbox {
	margin: 4px;
	float: left;
	display: block;
	width: auto !important;
	border: none;
	padding: 2px 2px 2px 2px;
}

form input.checkbox:hover {
	border: none;
}

form textarea {
	margin: 4px;
	float: left;
	display: block;
	width: 380px;
	height: 80px;
	border-style: solid;
	border-width: 1px;
	border-color: #5B5B5B;
	padding: 2px 2px 2px 2px;
}

form textarea.large_textarea {
	width: 480px;
	height: 420px;
}

form .readonly {
	background-color: #DDDDDD;
}

form input:hover, form input:focus, form textarea:hover, form textarea:focus {
	background-color: #EEEEEE;
}

form select {
	margin: 4px;
	float: left;
	display: block;
	width: 250px;
	border-style: solid;
	border-width: 1px;
	border-color: #5B5B5B;
	padding: 2px 2px 2px 2px;
}

form select:hover, form select:focus {
	background-color: #EEEEEE;
}

form select.small {
	width: 80px;	
}

form .button {
	width: 160px;
	background-color: #8877AB;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	padding: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	clear: both;
	margin: 0px 0px 0px 180px;
}

form .button:hover, form .button:focus {
	background-color: #676D80!important;
	color: #FFFFFF;
	cursor: pointer;
}

form .hidden {
	border: none;
	padding: 0px;
	display: none;
}

form br {
	clear: both;
}

form .autolen {
	width: auto !important;
	height: auto !important;
}

#imagepicker {
	width: 700px;
	overflow: auto;
	height: 100px;
	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;
}