/* ==============================================================================
    CSS for CanDoNet
   ==============================================================================
*/
body { margin: 0px auto;
	padding: 20px 0px;
	background: #73add7 url('images/gradient.gif') repeat-x scroll left top;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 76%;
	line-height: 1.3;
	text-align: center;
}
.pad { padding: 10px;
}
.clearing { height: 0px;
	clear: both;
}
#wrapper { width: 850px;
	margin: 0px auto;
	border-style: none;
	background-color: white;
	text-align: left;
}
#header { position: relative;
	background-color: #ffffff;
	text-align: right;
}
#header h1 { color: #006abd;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
}
#header h2 {	color: red;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 140%;
	font-weight: bold;
}
#header .logo { position: relative;
	float: left;
	background: url('images/logo.gif') no-repeat center top;
	top: 10px;
	height: 92px;
	width: 200px;
}
#menu { background-color: #006abd;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#menu .login { position: relative;
	float: right;
	width: 65px;
	text-align: center;
	top: -22px;
	height: 22px;
	line-height: 22px;
	letter-spacing: 1px;
	right: 5px;
}
#columns {
	background: white url('images/background.gif') repeat-y right center;
}
#left { width: 100%;
	float: left;
	margin-right: -210px;
}
#content { background-color: white;
	min-height: 20px;
	margin-right: 210px;
}
#right { float: right;
	width: 210px;
	margin-top: -17px;
}
#footer { background-color: #006abd;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: both;
}
#footer a:link, #footer a:visited, #footer a:active {
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	color: white;
	padding: 5px;
}
#footer a:hover {
	cursor: pointer;
	color: #006abd;
	background-color: #dfecf7;
}
/* ==============================================================================
    CSS for CanDoNet (Legacy)
   ==============================================================================
*/
.ItemHeader {
	background: #dfecf7 url('images/bfly_blue.gif') no-repeat center left;
	text-indent: 25px;
	font-weight: bold;
	margin: -10px;
	padding: 10px;
}
.ItemTitle {
	border-bottom: #006abd 2px solid;
}
.planHeader  {
	background-color:#006abd;
	color: white;
}
.plantitle {
	color: red;
	font-weight: bold;
}
.planrow {
	background-color:#dfecf7;
}
ul li {
	list-style-image:url('images/bfly_red.gif');
	margin:4px;
}
/* ==============================================================================
    CSS for DNN
   ==============================================================================
*/
.head { font-family: arial,helvetica,sans-serif;
	font-size: 100%;
	color: black;
	font-weight: bold;
}
.normal, table, th, tr, td { font-family: arial,helvetica,sans-serif;
	font-size: 100%;
	color: black;
}
.ControlPanel, .PagingTable {
	width: 100%;
	background-color: #e8eff4;
}
.Settings {
	margin: 0;
	padding: 0;
}
.SkinObject {
	font-size: 100%;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	color: white;
	text-decoration: none;
}
a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active {
	cursor: pointer;
	color: white;
}
a.SkinObject:hover {
	cursor: pointer;
	color: #006abd;
	background-color: #dfecf7;
	padding: 4px 10px;
}
/* ==============================================================================
    CSS for HouseIndex
   ==============================================================================
*/
/* Appplied to the parent UL element for the index */
.PageList {
	width: auto;
	font-family: arial,helvetica,sans-serif;
	font-size: 100%;
	line-height: 20px;
}
/* Appplied to nested UL elements */
.PageList ul {
	font-size: 100%;
	line-height: 15px;
}
/* Appplied to the LI element for each tab entry */
.PageItem {
}
/* Applied to the SPAN element for the tab name in each entry */
.PageName {
	font-weight: normal;
}
/* Applied to the SPAN element for the tab description in each entry */
.PageDescription
{}
/* Applied to the SPAN element for the list of keywords in each entry */
.PageKeywords
{}
/* Applied to the SPAN element for the list of modules in each entry */
.PageModules {
	font-style: italic;
}
/* ==============================================================================
    CSS for HouseMenu
   ==============================================================================
*/
/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenu, #HouseMenu ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 100;
}
#HouseMenu li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}
#HouseMenu li li { /* all items under the top level */
	z-index: 50;
}
#HouseMenu a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}
#HouseMenu li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}
#HouseMenu li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}
#HouseMenu li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}
#HouseMenu li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 55;
}
#HouseMenu li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}
#HouseMenu li:hover ul ul, 
#HouseMenu li:hover ul ul ul, 
#HouseMenu li.sfhover ul ul, 
#HouseMenu li.sfhover ul ul ul {
	left: -9999px;
}
#HouseMenu li:hover ul, 
#HouseMenu li li:hover ul, 
#HouseMenu li li li:hover ul, 
#HouseMenu li.sfhover ul, 
#HouseMenu li li.sfhover ul, 
#HouseMenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 100;
}
#HouseMenu iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}
.ArrowPointer
{
	cursor: default;
}
/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenu, #HouseMenu ul { /* all submenu lists */
	width: 85%;
	height: 22px;
	line-height: 12px;
}
#HouseMenu li { /* all list items */
	width: 154px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 22px;
	_height: 20px;
	/* end hack */
}
#HouseMenu li li { /* all items under the top level */
	width: 154px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}
#HouseMenu a { /* all links within the menu wrapper */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	color: white;
	background-color: transparent;
	padding: 5px 10px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 20px;
	/* end hack */
}
#HouseMenu li li a { /* all item links under the top level */
	padding: 5px 10px;
	width: 154px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 154px;
	height: 12px;
	_height: 20px;
	/* end hack */
}
#HouseMenu li a:hover {
	padding: 5px 10px;
	color: #006abd;
	background-color: #dfecf7; 
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}
#HouseMenu li li a:hover {
	color: #006abd;
	background-color: #dfecf7; 
	padding: 5px 10px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}
#HouseMenu li li li a:hover {
	color: #006abd;
	background-color: #dfecf7; 
	padding: 5px 10px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}
#HouseMenu li ul { /* second-level lists */
	width: 154px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0px; 
	line-height: 12px;
	background-color: #006abd;
	height: auto;
}
#HouseMenu li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 154px;
	line-height: 12px;
	background-color: #006abd;
}
/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenu #houseMenuParentItem a { /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}
#HouseMenu a#houseMenuParentLink { /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}
#HouseMenu a#houseMenuCurrentLink { /* current link itself */
	padding: 5px 10px;
	color: #006abd; 
	background-color: #dfecf7; 
	text-decoration: none;
}
