html, body {
	height:100%;
}
body, p, td, .normal {
	font-family: Arial, Helvetica, sans-serif;	
	}
body, p, .normal {
	font-size: 12px;
}
ul, ul li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
}

a:link, a:visited {
	color: #0066CC;
}
a:hover {
	color: #0066CC;
}

.TextMed {
	font-size: 14px;
	padding:8px 0px 0px 0px;
}

.TextLarge {
	font-size: 14px;
}
.Pagemaster {
	width: 100%;
	height: 100%;
	background-color: #6d6f71;
}
.Skinwrapper {
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(ICD_Header_bkl.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.Skinmaster {
	height: 100%;
	background-image: url(Page_BottomRight.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.LeftEdge {
	background-image: url(Page_LeftEdge.png);
	background-repeat: repeat-y;
}
.RightEdge {
	background-image: url(Page_RightEdge.png);
	background-repeat: repeat-y;
}
.Logo {
	background-image: url(ICD_Logo.png);
	background-repeat: no-repeat;
	background-position: center;
}
.ContentArea {
}

.leftpane {
	width: 300px;
}
.bottomMenuRow {
}
#BottomMenu {
	width: auto;
	height: 16px;
}

.FooterRow {
	background-color: #58595b;
	height: 50px;
}
.Footer {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Footer a:link, .Footer a:visited {
	color: #fcfcfc;
}
.Footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/*====DNN Menu====*/
.MainMenu_MenuContainer {
	color: #333333;
}
.MainMenu_MenuBar {
	cursor: pointer;
}
.MainMenu_MenuItem {
	color: #333333;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.MainMenu_MenuIcon { cursor: pointer; cursor: pointer; text-align: center; width: 5px; border-style: none; }
.MainMenu_SubMenu {
	background-color: #FFFFFF;
	border: 2px solid #333333;
	cursor: pointer;
	cursor: pointer;
	margin: 2px;
}
.MainMenu_MenuBreak {
	border-style: none;
	background-color: transparent;
}
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
}
.MainMenu_MenuArrow { font-family: webdings; font-size: 10px; border-style: none; cursor: pointer; cursor: pointer; }
.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
}
.MainMenu_rootmenuitem, .MainMenu_rootmenuitemactive {
	color: #333333;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.MainMenu_rootmenuitemsel {
	cursor: pointer;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	text-decoration: underline;
}
.MainMenu_Separator {
	color: #858a8d;
	font-size: 9px;
}
.MainMenu_rootmenuitembreadcrumb, .MainMenu_submenuitembreadcrumb, .rootSelected, .submenuSelected, .MainMenu_submenuitemsel {
	color: #333333;
}

.MainMenu_submenuitemsel, .MainMenu_submenuitemactive, .MainMenu_submenuitembreadcrumb {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #007cc3;
}

.icdForm {
	padding: 10px 5px;
	margin: 5px 0px;
	background-color: #d0e7f4;
	border-top:solid 1px #333333;
	border-bottom:solid 1px #333333;
}
.tableWrap {
	border:solid 1px #000000;
}

.tableHdr {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}

.tableRow {
}

.tableRowAlt {
	background-color: #d0e7f4;
}

