body {
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	margin: 0px;
	color: #444444;
	line-height: 16px;
}


/* GENERAL */
/* style for module titles */
.Head {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #000000;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #444444;
	line-height: 16px;
	letter-spacing: 1px;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}
.NormalBold {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #FF0000;
}    
/* GENERIC */

a:link {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
UL LI {
    list-style-type:    square ;
}
UL LI LI {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
OL LI {
    list-style-type:    decimal;
}
OL OL LI {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: #cccccc;
    height:1pt;
}
/*___________________________________________________________________________________________*/

a.breadcrumb:link{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  9px;
    color: #999999;
	text-decoration: underline;
}
a.breadcrumb:hover{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  9px;
    color: #666666;
	text-decoration: underline;	
}
a.breadcrumb:active{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  9px;
    color: #999999;
	text-decoration: underline;	
}

a.breadcrumb:visited{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  9px;
    color: #999999;
	text-decoration: underline;	
}
.breadcrumb {
	font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  9px;
    color: #999999;
	text-decoration: underline;
}

a.Copyright:link{
	font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 9px;
    font-weight: normal;
	color: #818181;
	line-height: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: normal;
}
a.Copyright:hover{
   font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 9px;
    font-weight: normal;
	color: #666666;
	line-height: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: normal;	
}
a.Copyright:active{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 9px;
    font-weight: normal;
	color: #818181;
	line-height: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: normal;	
}

a.Copyright:visited{
   font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 9px;
    font-weight: normal;
	color: #818181;
	line-height: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: normal;	
}
.Copyright {
	font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 9px;
    font-weight: normal;
	color: #818181;
	line-height: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: normal;
}

.links_bottom {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  9px;
    color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
}
a.links_bottom:link{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  9px;
    color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 1px;
}
a.links_bottom:hover{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  9px;
    color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 1px;	
}
a.links_bottom:active{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  9px;
    color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 1px;	
} 

a.links_bottom:visited{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  9px;
    color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 1px;	
}  

.DNNCopyright {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}

a.DNNCopyright:visited {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:active {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:hover {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  9px;
    color: #4791C5;
	text-decoration:none;	
}
a.DNNCopyright:link {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}

a.links_top:link{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  10px;
    color: #230B45;
	text-decoration:none;
	font-weight: bold;
}
a.links_top:hover{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  10px;
    color: #3F3B45;
	text-decoration:none;
	font-weight: bold;	
}
a.links_top:active{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  10px;
    color: #230B45;
	text-decoration:none;
	font-weight: bold;	
}

a.links_top:visited{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  10px;
    color: #230B45;
	text-decoration:none;
	font-weight: bold;	
}
.links_top {
	font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size:  10px;
    color: #230B45;
	text-decoration:none;
	font-weight: bold;
}


.HomeContainerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.HomeContainerHeadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3E80A8;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	width: 168px;
	padding-top: 0px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #230B45; 
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #EEEEEE solid;
	padding: 1px;
	background-color: transparent;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuItemSel {
	background-color: #230B45; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #230B45 solid;
	padding: 1px;
}
.rootmenuitem {
	background-color: transparent;
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 0px;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;	
	
	height: 26px;
	display:table-cell;
}
.rootmenuitemselected {
	background-color: transparent;
	cursor: hand;  
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 0px;
	text-decoration: none;
	color: #CCCCCC;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;	
	
	height: 26px;
	display:table-cell;
}
.rootmenuitembreadcrumb{
	background-color: transparent;	
	cursor: hand; 
	color: #CCCCCC; 
	font-family: Tahoma, Verdana, Arial, Helvetica;   
	font-size: 11px; 
	font-weight: normal; 
	border: 0px ;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
	
	height: 26px;
	display:table-cell;
}
.submenuitembreadcrumb{
	cursor: hand; 
	color: #FF875B; 
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #FF875B solid;
	background-color: transparent;
	padding: 1px;
}
.submenu {
	z-index: 1000;
	background-color: #EEEEEE; 
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 1px #A7A7A7 solid;
	margin-left:0px;
	margin-top:0px;
}
.MainMenu_MenuBreak {
	display:none;
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}

.footer {
	color: #85B701;
	text-decoration: none;
}

a.footer:link {
	color: #85B701;
	text-decoration: none;
}

a.footer:visited {
	color: #AFD843;
	text-decoration: none;
}

a.footer:hover {
	color: #AFD843;
	text-decoration: none;
}

a.footer:active {
	color: #AFD843;
	text-decoration: none;
}
/* custom classes */

.SmallTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #230B45;
	letter-spacing: normal;
}
.MainTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #230B45;
	letter-spacing: normal;
}
.Title {
	background-image: url(images/bg_title.gif);
	background-repeat: repeat-x;
}
.LogoShadow {
	background-image: url(images/logo_shadow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
