.backbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #225D8A;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	vertical-align: top;
}

.BiggerBodyNoPad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #878B8E;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

.Categories {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #225D8A;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	vertical-align: middle;
	background-color: #E1E1E1;
	width: 170px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-right: 10px;
}


.SmallWhiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
}

.Add-EditLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #7F889A;
	border-right-color: #7F889A;
	border-bottom-color: #7F889A;
	border-left-color: #7F889A;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	background-color: #A8B4CB;
	line-height: 14px;
	text-align: center;
}

.SmallGreyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7D8082;
	text-decoration: none;
}

.TableHeads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #225D8A;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	vertical-align: middle;
	background-color: #E1E1E1;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-right: 10px;
}

.PageNames {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left:10;
	color: #225D8A;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.SectionHeads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #225D8A;
	text-decoration: none;
	text-transform: none;
	padding-bottom: 4px;
	text-align: center;
	vertical-align: top;
}


.rowcolour0 {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #7F889A;
	border-left-color: #7F889A;
	border-bottom-color: #7F889A;
	border-left-color: #7F889A;
}
.rowcolour1 {
	background-color: #DEE4E7;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #7F889A;
	border-right-color: #7F889A;
	border-bottom-color: #7F889A;
	border-left-color: #7F889A;
}

.SmallBlueText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #225D8A;
	text-decoration: none;
}

.UpArrow {
	
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #7F889A;
	border-right-color: #7F889A;
	border-bottom-color: #7F889A;
	border-left-color: #7F889A;
	background-color: #A8B4CB;
	width:17;
	background-image: url(http://manager.icnd.net/backend/code/demos/backend/images/upArrow.gif);
	background-repeat: no-repeat;
	height: 17px;
	background-position: -2px -2px;
}

.DownArrow {
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #7F889A;
	border-right-color: #7F889A;
	border-bottom-color: #7F889A;
	border-left-color: #7F889A;
	background-color: #A8B4CB;
	width:17;
	background-image: url(http://manager.icnd.net/backend/code/demos/backend/images/downArrow.gif);
	background-repeat: no-repeat;
	height: 17px;
	background-position: -2px -2px;
}


