/* 
================================
Skin styles for DotNetNuke
dark brown=826545
background=DCCEB5
menu text = 3F3326
blue accent=000066
lightbluedark=0c499c
lightbluelight origina=92b6e7
lightbluelighter=DCE6F3
blue gradient=C5D6EB
================================
*/
.spacer
{
	width: 10%;
}
.centerleft
{
	min-width: 25%;
}
.centercenter
{
	min-width: 25%;
}
.centerright
{
	min-width: 25%;
}
.centerleft2
{
	width: 25%;
}
.centerright2
{
	width: 25%;
}

.menupane
{
	padding-bottom: 22px;
	width: 180px;
	border-right: #826545 1px solid;
}
.menupaneblue
{
	padding-bottom: 22px;
	width: 180px;
	border-right: #0C499C 2px solid;
}
.skinheaderblue
{
	height: 200px;
	background-image: url(backgroundgradientblue.jpg);
	background-repeat: no-repeat; /*background-color: #92b6e7;*/
}
.logoBackground
{
	background-image: url(TitleBarGradient.jpg);
	background-repeat: repeat-x;
}
.skinheader
{
	height: 200px;
	background: #DCCEB5 url(backgroundgradient.jpg) no-repeat;
}

.bodycontent
{
	background-color: #DCCEB5;
	height: 100%;
}
.bodycontentblue
{
	background-color: #DCE6F3;
	height: 100%;
}
.abovesearch
{
	border-bottom: 1px solid #826545;
}
.abovesearchblue
{
	border-bottom: 1px solid #0C499C;
}
.breadcrumb, A.breadcrumb:active, A.breadcrumb:link, A.breadcrumb:visited
{
	background-color: #826545;
	font-family: verdana, arial, Helvetica;
	color: #ffffff;
	padding: 0 0 0 13;
	border-left: 2px solid #826545;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	height: 30px;
	background: transparent url(breadcrumbgradient.jpg);
}
.breadcrumbblue, A.breadcrumbblue:active, A.breadcrumbblue:link, A.breadcrumbblue:visited
{
	background-color: #826545;
	font-family: verdana, arial, Helvetica;
	color: #ffffff;
	padding: 0 0 0 13;
	border-left: 2px solid #0C499C;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	height: 30px;
	background: transparent url(breadcrumbgradientblue.jpg);
}

.search, A.search, A.search:link, A.search:visited, A.search:active
{
	font-family: verdana, arial, Helvetica;
	color: #000066;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.searchblue, A.searchblue, A.searchblue:link, A.searchblue:visited, A.searchblue:active
{
	font-family: verdana, arial, Helvetica;
	color: #000066;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.searchrow, A.searchrow:active, A.searchrow:link, A.searchrow:visited
{
	background-color: #826545;
	font-family: verdana, arial, Helvetica;
	color: #FFFFFF;
	padding: 0 0 0 13;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background: transparent url(searchgradient.jpg);
}
.searchrowblue, A.searchrowblue:active, A.searchrowblue:link, A.searchrowblue:visited
{
	background-color: #0C499C;
	font-family: verdana, arial, Helvetica;
	color: #FFFFFF;
	padding: 0 0 0 13;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background: transparent url(breadcrumbgradientblue.jpg);
}
.footer
{
	background-color: #826546;
	background: #826545 url(bottomgradient.jpg);
}
.footerblue
{
	background-color: #0C499C;
	background: #0C499C url(bottomgradientblue.jpg);
}
.currentdate
{
	font-family: verdana, arial, Helvetica;
	color: #000066;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.login, A.login, A.login:visited, A.login:link
{
	font-family: verdana, arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #386aaf;
}
.copyright, .user, A.user, A.user:visited, A.user:link
{
	font-family: verdana, arial, Helvetica;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.breadcrumbs, A.breadcrumbs:active, A.breadcrumbs:link, A.breadcrumbs:visited
{
	font-family: verdana, arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.classalert
{
	color: #ff0000;
	font-weight: bold;
	font-variant: small-caps;
}
strong
{
	font-weight: bold;
	color: inherit;
}
H1
{
	font-weight: bold;
	color: #826545;
	font-variant: small-caps;
}
UL
{
	list-style: url(bullet.gif);
}

.breadcrumbspacer
{
	background-color: #DCCEB5;
	height: 5px;
}
.breadcrumbspacerwhite
{
	background-color: #ffffff;
	height: 5px;
}

.bodycontentwhite
{
	background-color: #ffffff;
	height: 100%;
}

.mainleft
{
	border-top: #000000 1px solid;
	width: 180px;
}
.menu
{
	border-bottom: #000000 1px dotted;
	padding-bottom: 22px;
	width: 154px;
}
A.breadcrumb:hover, A.user:hover, A.login:hover, A.searchrow:hover, A.breadcrumbs:hover, A.search:hover
{
	text-decoration: none;
	color: #DCCEB5;
}


A.SkinObject, A.SkinObject:active, A.SkinObject:link, A.SkinObject:visited
{
	background-color: #826545;
	font-family: verdana, arial, Helvetica;
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.minwidth
{
	background-color: #DCCEB5;
	background: #DCCEB5 url(yellowbackgroundimage.gif) no-repeat;
}
.pagemaster
{
	width: 100%;
	height: 100%;
	vertical-align: top;
	background-color: #FEFEFE;
	font-family: verdana, tahoma, sans-serif;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.skinmaster
{
	height: 100%;
	padding: 0 0 0 0;
	margin: 0;
}
.skingradient
{
	height: 60px;
	width: 430px;
	padding-right: 3px;
	background: #E4DFCD url(bkgrnd_boxes.jpg) no repeat;
	border-right: #000000 1px dashed;
}
.controlpanel
{
	width: 100%;
	background-color: #DFE5F2;
}

.contentpane, .bottompane, .leftpane, .toppane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane
{
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}
.contentpane50, .rightpane50
{
	width: 50%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.mainleft
{
	background-color: transparent;
	border-top: #000000 1px solid;
}

.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	border-left: #CAD5EA 0px solid;
	border-bottom: #CAD5EA 1px solid;
	border-top: #CAD5EA 1px solid;
	border-right: #CAD5EA 0px solid;
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	background-color: #CAD5EA;
	border-left: #CAD5EA 1px solid;
	border-bottom: #CAD5EA 1px solid;
	border-top: #CAD5EA 1px solid;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	background-color: #CAD5EA;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=  '#696969' , Direction=135, Strength=3);
}
.MainMenu_MenuBreak
{
	height: 1px;
}
.MainMenu_MenuItemSel
{
	background-color: #8DA4D3;
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
.MainMenu_MenuArrow
{
	border-right: #CAD5EA 1px solid;
	border-bottom: #CAD5EA 1px solid;
	border-top: #CAD5EA 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.StandardButton
{
	background: #7994CB none;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.TreeViewMenu
{
	width: 175px;
	background-color: #DFE5F2;
	border-right: #7994CB 1px solid;
	border-top: #7994CB 1px solid;
	border-left: #7994CB 1px solid;
	border-bottom: #7994CB 1px solid;
}
.TreeViewMenu_Header
{
	background-image: url(gradient_LtBlue.jpg);
}
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

/*======================
this the menu styles
=======================*/

.MenuHdr0
{
	background: transparent url(menuItem.gif) no repeat;
	border-left: 0px;
	border-bottom: #000000 1px dashed;
	border-top: 0px;
	border-right: 0px;
	padding-left: 15px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 0px;
	height: 25px;
	color: #000066;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica;
}

.MenuHdrMouseOver0
{
	background: transparent url(menuHdrOver.gif) no repeat;
	border-left: 0px;
	border-bottom: #000000 1px dashed;
	border-top: 0px;
	border-right: 0px;
	padding-left: 15px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 0px;
	height: 25px;
	color: #92b6e7;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica;
}

.MenuHdrCurrent0
{
	font-weight: bold;
	color: #000066;
}

.MenuItem0
{
	background: transparent url(menuItem.gif) no repeat;
	border-left: 0px;
	border-bottom: #000000 1px dashed;
	border-top: 0px;
	border-right: 0px;
	padding-left: 15px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 0px;
	height: 25px;
	color: #000066;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica;
}

.MenuItemMouseOver0, .MenuItemmouseOver0 A:Hover
{
	background: transparent url(menuItemOver.gif) no repeat;
	border-left: 0px;
	border-bottom: #000000 1px dashed;
	border-top: 0px;
	border-right: 0px;
	padding-left: 15px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 0px;
	height: 25px;
	color: #92b6e7;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica;
}

.MenuItemCurrent0
{
	font-weight: bold;
	color: #000066;
}

.MenuItem0 A, .MenuItem0 A:Active, .MenuItem0 A:Hover, .MenuItem0 A:Visited, .MenuItem0 A:Link, .MenuItemMouseOver0 A, .MenuItemMouseOver0 A:Active, .MenuItemMouseOver0 A:Hover, .MenuItemMouseOver0 A:Visited, .MenuItemMouseOver0 A:Link, .MenuHdr0 A, .MenuHdr0 A:Active, .MenuHdr0 A:Hover, .MenuHdr0 A:Visited, .MenuHdr0 A:Link .MenuHdrMouseOver0 A, .MenuHdrMouseOver0 A:Active, .MenuHdrMouseOver0 A:Hover, .MenuHdrMouseOver0 A:Visited, .MenuHdrMouseOver0 A:Link
{
	text-decoration: none;
	font-weight: bold;
	color: #000066;
}

.MenuHdr1
{
	background: transparent url(menuItem.gif) no repeat;
	border-left: 0px;
	border-bottom: #000000 1px dashed;
	border-top: 0px;
	border-right: 0px;
	padding-left: 22px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 0px;
	height: 25px;
	cursor: hand;
	color: #3F3326;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica;
}

.MenuHdrMouseOver1
{
	background: transparent url(submenuItemOver.gif) no repeat;
	border-left: 0px;
	border-bottom: #000000 1px dashed;
	border-top: 0px;
	border-right: 0px;
	padding-left: 22px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 0px;
	height: 25px;
	cursor: hand;
	color: #92b6e7;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica;
}

.MenuHdrCurrent1
{
	color: #3F3326;
}

.MenuItem1
{
	background: transparent url(menuItem.gif) no repeat;
	border-left: 0px;
	border-bottom: #000000 1px dashed;
	border-top: 0px;
	border-right: 0px;
	padding-left: 22px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 0px;
	height: 25px;
	cursor: hand;
	color: #3F3326;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica;
}

.MenuItemMouseOver1
{
	background: transparent url(submenuItemOver.gif) no repeat;
	border-left: 0px;
	border-bottom: #000000 1px dashed;
	border-top: 0px;
	border-right: 0px;
	padding-left: 22px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 0px;
	height: 25px;
	cursor: hand;
	color: #92b6e7;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica;
}

.MenuItemCurrent1
{
	color: #3F3326;
}

.MenuItem1 A, .MenuItem1 A:Active, .MenuItem1 A:Visited, .MenuItem1 A:Link, .MenuItemMouseOver1 A, .MenuItemMouseOver1 A:Active, .MenuItemMouseOver1 A:Visited, .MenuItemMouseOver1 A:Link, .MenuHdr1 A, .MenuHdr1 A:Active, .MenuHdr1 A:Visited, .MenuHdr1 A:Link .MenuHdrMouseOver1 A, .MenuHdrMouseOver1 A:Active, .MenuHdrMouseOver1 A:Visited, .MenuHdrMouseOver1 A:Link
{
	text-decoration: none;
	color: #3F3326;
}

.MenuItem1 A:Hover, .MenuItemMouseOver1 A:Hover, .MenuHdr1 A:Hover, .MenuHdrMouseOver1 A:Hover
{
	text-decoration: none;
	color: #92b6e7;
}

.MenuHdr2
{
	background: transparent url(menuItem.gif) no repeat;
	border-left: 0px;
	border-bottom: #000000 1px dashed;
	border-top: 0px;
	border-right: 0px;
	padding-left: 29px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 0px;
	height: 25px;
	cursor: hand;
	color: #3F3326;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica;
}

.MenuHdrMouseOver2
{
	background: transparent url(menuItem.gif) no repeat;
	border-left: 0px;
	border-bottom: #000000 1px dashed;
	border-top: 0px;
	border-right: 0px;
	padding-left: 29px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 0px;
	height: 25px;
	cursor: hand;
	color: #92b6e7;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica;
}

.MenuHdrCurrent2
{
	color: #3F3326;
}

.MenuItem2
{
	background: transparent url(menuItem.gif) no repeat;
	border-left: 0px;
	border-bottom: #000000 1px dashed;
	border-top: 0px;
	border-right: 0px;
	padding-left: 29px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 0px;
	height: 25px;
	cursor: hand;
	color: #3F3326;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica;
}

.MenuItemMouseOver2
{
	background: transparent url(menuItem.gif) no repeat;
	border-left: 0px;
	border-bottom: #000000 1px dashed;
	border-top: 0px;
	border-right: 0px;
	padding-left: 29px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 0px;
	height: 25px;
	cursor: hand;
	color: #92b6e7;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica;
}

.MenuItemCurrent2
{
	color: #3F3326;
}

.MenuItem2 A, .MenuItem2 A:Active, .MenuItem2 A:Visited, .MenuItem2 A:Link, .MenuItemMouseOver2 A, .MenuItemMouseOver2 A:Active, .MenuItemMouseOver2 A:Visited, .MenuItemMouseOver2 A:Link, .MenuHdr2 A, .MenuHdr2 A:Active, .MenuHdr2 A:Visited, .MenuHdr2 A:Link .MenuHdrMouseOver2 A, .MenuHdrMouseOver2 A:Active, .MenuHdrMouseOver2 A:Visited, .MenuHdrMouseOver2 A:Link
{
	text-decoration: none;
	color: #3F3326;
}

.MenuItem2 A:Hover, .MenuItemMouseOver2 A:Hover, .MenuHdr2 A:Hover, .MenuHdrMouseOver2 A:Hover
{
	text-decoration: none;
	color: #92b6e7;
}

.MenuHdr3
{
	background: transparent url(menuItem.gif) no repeat;
	border-left: 0px;
	border-bottom: #000000 1px dashed;
	border-top: 0px;
	border-right: 0px;
	padding-left: 35px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 0px;
	height: 25px;
	cursor: hand;
	color: #3F3326;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica;
}

.MenuHdrMouseOver3
{
	background: transparent url(menuItem.gif) no repeat;
	border-left: 0px;
	border-bottom: #000000 1px dashed;
	border-top: 0px;
	border-right: 0px;
	padding-left: 35px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 0px;
	height: 25px;
	cursor: hand;
	color: #92b6e7;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica;
}

.MenuHdrCurrent3
{
	color: #3F3326;
}

.MenuItem3
{
	background: transparent url(menuItem.gif) no repeat;
	border-left: 0px;
	border-bottom: #000000 1px dashed;
	border-top: 0px;
	border-right: 0px;
	padding-left: 35px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 0px;
	height: 25px;
	cursor: hand;
	color: #3F3326;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica;
}

.MenuItemMouseOver3
{
	background: transparent url(menuItem.gif) no repeat;
	border-left: 0px;
	border-bottom: #000000 1px dashed;
	border-top: 0px;
	border-right: 0px;
	padding-left: 35px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 0px;
	height: 25px;
	cursor: hand;
	color: #92b6e7;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica;
}

.MenuItemCurrent3
{
	color: #3F3326;
}

.MenuItem3 A, .MenuItem3 A:Active, .MenuItem3 A:Visited, .MenuItem3 A:Link, .MenuHdr3 A, .MenuHdr3 A:Active, .MenuHdr3 A:Visited, .MenuHdr3 A:Link
{
	text-decoration: none;
	color: #3F3326;
}

.MenuItem3 A:Hover, .MenuItemMouseOver3 A:Hover, .MenuHdr3 A:Hover, .MenuHdrMouseOver3 A:Hover, .MenuItemMouseOver3 A, .MenuItemMouseOver3 A:Active, .MenuItemMouseOver3 A:Visited, .MenuItemMouseOver3 A:Link, .MenuHdrMouseOver3 A, .MenuHdrMouseOver3 A:Active, .MenuHdrMouseOver3 A:Visited, .MenuHdrMouseOver3 A:Link
{
	text-decoration: none;
	color: #92b6e7;
}

/*
**
**  Add these style rules to whichever stylesheet you deem appropriate
**
*/

.HRIS_courseList
{
	margin: 0px;
	padding: 0px;
	font: inherit;
}

.HRIS_courseItem
{
	font: inherit;
	padding: 3px 6px 3px 6px;
	width: 50%;
}

.HRIS_sessionList
{
	font: inherit;
}

.HRIS_sessionItem
{
	border-bottom: dashed 1px black;
	font: inherit;
}

.HRIS_dateList
{
	font: inherit;
}

.HRIS_dateItem
{
	font: inherit;
}

.HRIS_courseLabel
{
	background-color: White;
	border: solid 1px black;
}


