/* CSS Document */

/* GENERAL */
/* style for module titles */
.Head {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Tahoma, 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, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
p{font-family: Verdana, Arial, sans-serif;line-height: 14px;font-size: 12px;}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    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 */
H1 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
	margin-bottom:3px;
}
H2 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #666644;
}
H3 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H4 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H5, DT {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
H6 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
TFOOT, THEAD {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}
TH {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
A
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}

A:hover
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
}
A:visited {
    text-decoration: underline;
}
A:active {
    text-decoration: underline;
}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL {
list-style:square;
	margin-left : 30px;
	margin-right : 30px;
	margin-top : 4px;
}

li {
	margin-top : 4px;
	
}


HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/*___________________________________________________________________________________________*/
/* Main Menu */
.MainMenu_MenuContainer {
	border: 0px solid transparent;
	background-color: transparent;
	width: 130px;
	padding: 0px;
	padding-bottom: 0px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #fff; 
	font-family: Helvetica, Arial, Verdana; 
	font-size: 11px;
	font-weight: normal; 
	border: 0px transparent solid;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	
}
.MainMenu_MenuIcon {
	display:none;
}
.MainMenu_MenuItemSel {
	cursor: hand; 
	color: #ffffff;
	background-color:#333333;
	font-family: Helvetica, Arial, Verdana; 
	font-size: 11px;
	font-weight: normal; 
	border: 0px transparent solid;
	padding-top: 5px;
	padding-left: 6px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.rootmenuitem {
    background: url(_i/nav_bg_reg.gif)  repeat-x;
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Helvetica, Arial, Verdana; 
	font-size: 11px;
	font-weight: normal;
	border: 0px transparent solid;
	padding-left: 2px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top:4px;
	display:table-cell;
	width:115px;
}
.rootmenuitemselected {
	cursor: hand; 
	color: #000; 
    background: url(_i/nav_bg.gif)  repeat-x;
	font-family: Helvetica, Arial, Verdana; 
	font-size: 11px;
	font-weight: normal;
	border: 0px transparent solid;
	padding-left: 2px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top:4px;
	display:table-cell;
	width:115px;
}
.rootmenuitembreadcrumb{
	cursor: hand; 
	color: #ff0000; 
    background: url(_i/nav_bg.gif)  repeat-x;
	font-family: Helvetica, Arial, Verdana; 
	font-size: 11px;
	font-weight: normal;
	border: 0px transparent solid;
	padding-left: 2px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top:4px;
	display:table-cell;
	width:115px;
}
.submenuitembreadcrumb{
	background: url(_i/bg_navline.gif) bottom repeat-x #626262;
	cursor: hand; 
	color: #000000; 
	font-family: Helvetica, Arial, Verdana; 
	font-size: 11px;
	font-weight: normal; 
	border: 0px transparent solid;
	padding-top: 5px;
	padding-left: 6px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.submenu {
	z-index: 1000; 
	background:#000000; 
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 1px #fff solid;
	margin-left:1px;
	margin-top:0px;
}
.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
}


.MainMenu_MenuArrow {
	display:none; 

}

.MainMenu_RootMenuArrow {
	display: none;
}
/*___________________________________________________________________________________________*/

.links_bottom {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:visited{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:active{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:hover{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #FF0000;
	text-decoration:none;	
}
a.links_bottom:link{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #333333;
	text-decoration:none;
}


.links_top {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #CA0108;
	text-decoration:none;
	text-transform: uppercase;	
}
a.links_top:visited{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #CA0108;
	text-decoration:none;
	text-transform: uppercase;		
}
a.links_top:active{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #CA0108;
	text-decoration:none;
	text-transform: uppercase;		
}
a.links_top:hover{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #000000;
	text-decoration:none;	
	text-transform: uppercase;	
}
a.links_top:link{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #CA0108;
	text-decoration:none;
	text-transform: uppercase;	
}

.breadCrumb {
    color: #000000; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	padding-bottom: 15px;
}
a.breadCrumb:visited{
    color: #000000; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 	
	text-decoration: none;
}
a.breadCrumb:active{
    color: #000000; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 	
	text-decoration: none;	
}
a.breadCrumb:hover{
    color: #000000; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 	
	text-decoration: none;	
}
a.breadCrumb:link{
    color: #000000; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 	
	text-decoration: none;
}


.SubLinks {
    color: #000000; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
}
a.SubLinks:visited{
    color: #000000; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 	
	text-decoration: none;
}
a.SubLinks:active{
    color: #000000; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;	
}
a.SubLinks:hover{
    color: #000000; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;		
}
a.SubLinks:link{
    color: #000000; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
}

.SubLinksC {
    color: #CC0000; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
}
a.SubLinksC:visited{
    color: #CC0000; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 	
	text-decoration: none;
}
a.SubLinksC:active{
    color: #CC0000; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;	
}
a.SubLinksC:hover{
    color: #CC0000; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;		
}
a.SubLinksC:link{
    color: #CC0000; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
}


A.copyright
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
	color: #dddddd;
	text-decoration: underline;
}

.copyright
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
	color: #dddddd;
	text-decoration: none;
}
a.Copyright:link, a.Copyright:visited, a.Copyright:hover,  a:Copyright:active {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #dddddd;
	text-decoration:none;	
}

.FooterLink {	
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}

/* SEARCH BOX */
.SearchButton { 
	background: transparent; 
	padding: 0px 0px 0px 0px; 
	cursor: hand; 
	margin: 0px 0px 0px 0px; 
	border: 0px;
	position:relative;
	top: 3px;
	}
#dnn_dnnSEARCH_txtSearch.NormalTextBox 
{ width: 125px; 
border:1px solid #CCCCCC; 
cursor:text;
position:relative;
	bottom: 1px;
	}

/* my styles */

body {
margin:0px;
/*color: #FFFFFF;*/
}

.largeTitle{
 	font-family: Verdana, Arial, sans-serif;
    font-size:  15px;
    font-weight:    bold;
    color: #666644;
}
