@charset "utf-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	height: auto;
}

input[type='checkbox'] {
	margin-left: 75px;
	width: 10px;
}

body {
	background: url('../../images/greybground.jpg');
	background-repeat: repeat;
	color: #2e2d2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	height: auto;
}

h1 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: red;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	color: #7E7E98;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

.not_in {
	color: #2e2d2c;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

a,a:link {
	color: #59188e;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #36415F;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #7E7E98;
	text-decoration: underline;
}

a:focus {
	color: #7E7E98;
}

a:active {
	color: #7E7E98;
}

.enableJS {
	border: 2px solid #000000;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

#accordion {
	margin: 0px 0px;
}

h2.toggler {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('../../images/subheadbg.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
	margin: 1px 0px 0px 0px;
	padding: 5px 15px 5px 10px;
}

div.element p,div.element h4 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
}

blockquote {
	padding: 0px 0px;
}

/*useful css*/
.border {
	border: 1px solid #000000;
}

.click {
	cursor: pointer;
}

div.row {
	clear: both;
	padding: 5px 0px;
}

div.row span.left {
	float: left;
	text-align: left;
}

div.row span.right {
	float: right;
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.spacer {
	clear: both;
}

.textcenter {
	text-align: center;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.pad5 {
	padding: 5px;
}

.treeview{
	margin: 0px;
	padding: 0px;	
}

.treeview ul { /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}

.treeview li { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: white url(../../images/greenarrow.png) no-repeat left 1px;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 2px;
}

.treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */
	background: white url(../../images/purplearrow.png) no-repeat left 4px;
	cursor: hand !important;
	cursor: pointer !important;
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom: 5px;
	/*border-bottom: 2px solid #bda3d2;*/
}

.treeview li.submenu ul { /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	margin-left: 20px;
}

.treeview .submenu ul li { /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}