/* CSS Document */

/* GENERAL */
/* style for module titles */
.Head {	
	font-family:  Arial, Verdana, sans-serif;
    font-size:  11px;
    font-weight: bold;
}
/* style of item titles on edit and admin pages */
.SubHead {	
	font-family:  Arial, Verdana, sans-serif;
    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:  Arial, Verdana, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
	font-family:  Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #043a6c;
	text-decoration: none;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {	
	font-family:  Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {	
	font-family:  Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {	
	font-family:  Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {	
	font-family:  Arial, Verdana, sans-serif;
    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, .mytitle {	
	font-family:  Verdana, Arial, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #043a6c;
	padding-bottom:12px;
	margin-top:3px;
	border-bottom:1px dashed grey;
}
H2 {	
	font-family:  Arial, Verdana, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H3 {	
	font-family:  Arial, Verdana, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H4 {	
	font-family:  Arial, Verdana, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H5, DT {	
	font-family:  Arial, Verdana, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
H6 {	
	font-family:  Arial, Verdana, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
TFOOT, THEAD {	
	font-family:  Arial, Verdana, sans-serif;
    font-size:  12px;
    color: #003366;
}
TH {
    vertical-align: baseline;	
	font-family:  Arial, Verdana, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
a:visited,
a:link{
	color:#052441;
	text-decoration:none;
	font-weight:600;
}
a:hover{
	text-decoration:underline;
	font-weight:600;
}
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-bottom: 5px;
	padding-right: 10px;
		width:115px;
}
.MainMenu_MenuIcon {
	display:none;
}
.MainMenu_MenuItemSel {
	cursor: hand; 
	color: #fff; 
	font-family: Helvetica, Arial, Verdana; 
	font-size: 11px;
	font-weight: normal; 
	border: 0px transparent solid;
	padding-left: 6px;
	padding-bottom: 5px;
	padding-right: 10px;
		width:115px;
}
.rootmenuitem {
	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; 
	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; 
	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{
	cursor: hand; 
	color: #000000; 
	font-family: Helvetica, Arial, Verdana; 
	font-size: 11px;
	font-weight: normal; 
	border: 0px transparent solid;
	padding: 4px 15px 6px 10px;
}
.submenu {
	z-index: 1000; 
	background-color: #2f4080; 
	/*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 {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 

}

.MainMenu_RootMenuArrow {
	display: none;
}
/*___________________________________________________________________________________________*/

.links_bottom {	font-family:  Arial, Verdana, sans-serif;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:visited{	font-family:  Arial, Verdana, sans-serif;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:active{	font-family:  Arial, Verdana, sans-serif;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:hover{	font-family:  Arial, Verdana, sans-serif;
    font-size:  11px;
    color: #FF0000;
	text-decoration:none;	
}
a.links_bottom:link{	font-family:  Arial, Verdana, sans-serif;
    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, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}
a.breadCrumb:link, a.breadCrumb:active, a.breadCrumb:visited, a.breadCrumb:hover{
    color: #000000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;	
	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;
}


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: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
a.Copyright:link, a.Copyright:visited, a.Copyright:hover,  a.Copyright:active {	
font-family:  Arial, Verdana, sans-serif;
    font-size:  12px;
    color: #fff;
	text-decoration:none;	
}

.FooterLink {	font-family:  Arial, Verdana, sans-serif;
	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: 0;
	background:#4b86bf url(_i/bg.gif) repeat-x;
	padding-top:11px;
	}
.leftbg {
background:url(_i/leftbg.jpg) no-repeat;
}
.right_side {
font-size:11px;
line-height:16px;
padding-left:13px;
padding-right:12px;
margin-top:-5px;
}
.leftbar {
background:#225f97 url(_i/leftbar.gif) no-repeat;
padding:5px;
padding-left:10px;
color:#FFFFFF;
}
.rightbar {
background:#225f97 url(_i/rightbg.gif) no-repeat right;
padding:5px;
padding-left:10px;

color:#FFFFFF;
}
.fadingbar {
background:url(_i/barbg.gif) repeat-x;
padding:10px;
line-height:20px;
}
.fadingbar2 {
background:url(_i/barbg.gif) repeat-x;
padding:10px;
padding-left:14px;
line-height:20px;
}

