/******* Link/HREF styles *******/
a {
	text-decoration:underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a.SideInformationLink {
	text-decoration:underline;
	color: #22659E;
}

a.SideInformationLink:hover {
	text-decoration: none;
	color: #22659E;
}

a.FooterLink {
	text-decoration: none;
	color: #FFFFFF;
}

a.FooterLink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/******* Text styles *******/
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 140%;
}

.WhiteText {
	color: #FFFFFF;
}

.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.HeaderText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3E8960;
	background-color: #BFD7C8;
}

.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/******* Redefined HTML tag styles (forms etc) *******/
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}

html {
	height: 100%;
	width: 100%;
}

ul {
	list-style-image: url(../images/bullets/bullet.jpg);
}

/******* Table/layout styles *******/
.SideBarText {
	background-image: url(../images/bg/sidebarfadebg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
}

.MainPageBox {
	border-right-color: #E59073;
	border-right-width: 1px;
	border-right-style: solid;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
}

.MainPageBoxHome {
	border-right-color: #E59073;
	border-right-width: 1px;
	border-right-style: solid;
}

.LeftSideLine {
	border-left-color: #E59073;
	border-left-width: 1px;
	border-left-style: solid;
}

.FooterBottom {
	background-image: url(../images/bg/bottomcorner.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.TableListTop {
	border-left-color: #D33503;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #D33503;
	border-top-width: 1px;
	border-top-style: solid;
	background-image: url(../images/bg/tablelist/normal.jpg);
	background-position: bottom right;
	padding-left: 4px;
	height: 22px;
}

.TableListNormal {
	border-left-color: #D33503;
	border-left-width: 1px;
	border-left-style: solid;
	background-image: url(../images/bg/tablelist/normal.jpg);
	background-position: bottom right;
	padding-left: 4px;
	height: 22px;
}

.TableListBottom {
	border-left-color: #D33503;
	border-left-width: 1px;
	border-left-style: solid;
	background-image: url(../images/bg/tablelist/bottom.jpg);
	background-position: bottom right;
	padding-left: 4px;
	height: 22px;
}


/******* Form element styles *******/
.SmallSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px
}


/******* JS Validation Styles *******/
input.errHilite, select.errHilite, textarea.errHilite {
	background-color: #FFE;
}

label.errHilite {
	color: #C00;
}