/* CSS Document */

.epicLogin { /* Used for links*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: transparent; 
	font-style: normal;
	font-weight: bold;
	text-transform:uppercase;
}

.epicLogin:link { /* Used for links*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: transparent; 
	font-style: normal;
	font-weight: bold;
	text-transform:uppercase;
}

.epicLogin:hover { /* Used for the Login*/
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: transparent; 
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
}

.epicLogin:active { /* Used for the Login*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: transparent; 
	font-style: normal;
	font-weight: bold;
	text-transform:uppercase;
}

.epicLogin:visited { /* Used for the Login*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: transparent; 
	font-style: normal;
	font-weight: bold;
	text-transform:uppercase;
}

.epicUser { /* Used for user link*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: transparent; 
	font-style: normal;
	font-weight: bold;

}

.epicUser:link { /* Used for user link*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: transparent; 
	font-style: normal;
	font-weight: bold;

}

.epicUser:hover { 
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: transparent; 
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

}

.epicUser:active {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: transparent; 
	font-style: normal;
	font-weight: bold;

}

.epicUser:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: transparent; 
	font-style: normal;
	font-weight: bold;

}

.background_repeat_y{
background-repeat:repeat-y;
}

.content_panes{
font: Arial, Helvetica, sans-serif;
padding: 0px px 3px 3px;
text-decoration:none;
}

.content_titles{
font:bold 14px Arial, Helvetica, sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.epicText {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal;
	font-weight: bold;
}
.14pt_grey_bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-style:italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #919191;
}

.12pt_grey_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-variant: normal;
	color: #919191;
}
.12pt_blue_bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-variant: normal;
	color: #3296B6;
	font-weight: bold;

}
.16pt_black_bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
}
.16pt_black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
}

.16pt_black_text_lowercase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.14pt_black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.12pt_black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* *************** DNN styles ****************** */

.MainMenu_MenuContainer {
	width: 1px;
	background-color: transparent;
}


.MainMenu_MenuBar {
	height: 20px; 
	background-color: transparent;
}


.MainMenu_MenuItem {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal;
	text-transform:uppercase;
	background-color: transparent; 
	border-bottom: none; 
	border-top: none; 
}


.MainMenu_MenuIcon {
	background-color: #b7a8b9; 
	text-align: center; 
	width: 0px; 
	height: 20px;	/* stops vertical adjust of submenus when set to 20, possibly cos dnn admin icons are 20 high*/
	border-bottom: none; 
	border-top: none; 
	border-left: none; 
}	

.MainMenu_MenuItemSel {/* must be below MainMenu_MenuIcon in order to over ride it during sub menu selection */
	cursor: pointer; 
	cursor: hand; 
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	text-transform:uppercase; 
	background-color: transparent; 
	border-bottom: none; 
	border-top: none; 
}

.MainMenu_SubMenu {
	margin: 1px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	background-color: #b7a8b9;
	
	border-bottom: #b7a8b9 1px solid; 
	border-left: #b7a8b9 1px solid; 
	border-top: #b7a8b9 1px solid; 
	border-right: #b7a8b9 1px solid;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#b7a8b9, Direction=90, Strength=0);
}

.MainMenu_SubMenuItemSel {
	color: #ffff00;
	background-color: #686a6a;
}

.MainMenu_MenuArrow {
	font-family: webdings; /* font family and size VERY IMPORTANT to stop readjustment of submenu selected widths and heights */
	font-size: 10pt; 
	width: 0;
	border-bottom: none; 
	border-right: none; 
}

.MainMenu_MenuBreak {/* THIS IS THE CLASS FOR THE SEPARATOR!!! */
	background-color: transparent; 
	border-bottom: none; 
	border-top: none; 
}

.epicSearch { /* Used for search*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: transparent; 
	font-style: normal;
	font-weight: bold;
}

.epicSearch:link { /* Used for search*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: transparent; 
	font-style: normal;
	font-weight: bold;
}

.epicSearch:hover { /* Used for the search*/
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: transparent; 
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.epicSearch:active { /* Used for the search*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: transparent; 
	font-style: normal;
	font-weight: bold;
}

.epicSearch:visited { /* Used for the search*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: transparent; 
	font-style: normal;
	font-weight: bold;
}

img.alink { /* Used for the image in the search link ie go button highlight*/
	border: 0;
	valign: bottom;
}

td .ReposNotice (
	color: #FF0000;
	font-weight: bold;
}

.ReposNotice (
	color: #FF0000;
	font-weight: bold;
}


