/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
	color: #FFF000;
}

A.CommandButton:visited  
{
	color: #FFF000;
}

A.CommandButton:active   
{
	color: #FFF000;
}

A.CommandButton:hover    
{
	color: #FFFF00;
}

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #000000;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}


.ControlPanel A {
    text-decoration:    none;
    color:#FFFF00;
}






/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Bodyxxx
{
   /* background-color: #E0E0E0; */
   background-color: #E0E0E0;
   min-height: 100%;
   	text-align:left;	
}

.BodyStyle{
	background-color: #000000;
    min-height: 100%;	
	text-align:left;	
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head
{
	color: #ffffff;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	color: #ffffff;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	color: #ffffff;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-size: 12px;
	color: #ffffff;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}


    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}


/*******************************************************************/



BODY
{
	padding-right: 0px;
	padding-left: 0px;
	/* background-image: url(media/body_bg.gif); */
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
}
A
{
	font-size: 11px;
	font-family: tahoma;
}
A:link
{
	color: #C40000;
	text-decoration: underline;
}
A:visited
{
	color: #C40000;
	text-decoration: underline;
}
A:active
{
	color: #C40000;
	text-decoration: underline;
}
A:hover
{
	color: #FFCC00;
	text-decoration: underline;
}
#SearchTextBox INPUT
{
	border-right: #000000 3px double;
	border-top: #000000 3px double;
	font-size: 11px;
	border-left: #000000 3px double;
	color: #003366;
	border-bottom: #000000 3px double;
	height: 17px;
}
/* MODULE Links */
A.Normal
{
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma;
}
A.Normal:link
{
	color: #770000;
	text-decoration: none;
}
A.Normal:visited
{
	color: #770000;
	text-decoration: none;
}
A.Normal:active
{
	color: #770000;
	text-decoration: none;
}
A.Normal:hover
{
	color: #FFCC00;
	text-decoration: underline;
}
/* [USER][LOGIN] */
.Top_Link
{
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma;
}
A.Top_Link:link
{
	color: #ffffff;
	text-decoration: none;
}
A.Top_Link:visited
{
	color: #ffffff;
	text-decoration: none;
}
A.Top_Link:active
{
	color: #ffffff;
	text-decoration: none;
}
A.Top_Link:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.Top_Link_Admin
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma;
}
A.Top_Link_Admin:link
{
	color: #666666;
	text-decoration: none;
}
A.Top_Link_Admin:visited
{
	color: #666666;
	text-decoration: none;
}
A.Top_Link_Admin:active
{
	color: #666666;
	text-decoration: none;
}
A.Top_Link_Admin:hover
{
	color: #333333;
	text-decoration: underline;
}
.Search
{
	font-weight: normal;
	font-size: 11px;
	text-transform: capitalize;
	color: #ffffff;
	font-family: Tahoma;
}
.Search_Button
{
	padding-right: 15px;
	vertical-align: middle;
	padding-top: 1px;
}
A.Search:link
{
	color: #ffffff;
	text-decoration: none;
}
A.Search:visited
{
	color: #ffffff;
	text-decoration: none;
}
A.Search:active
{
	color: #ffffff;
	text-decoration: none;
}
A.Search:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.Breadcrumb
{
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	color: #666666;
	line-height: 19px;
	font-family: Tahoma;
}
.Breadcrumb_Link
{
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;
}
A.Breadcrumb_Link:link
{
	color: #666666;
	text-decoration: underline;
}
A.Breadcrumb_Link:visited
{
	color: #666666;
	text-decoration: underline;
}
A.Breadcrumb_Link:active
{
	color: #666666;
	text-decoration: underline;
}
A.Breadcrumb_Link:hover
{
	color: #770000;
	text-decoration: underline;
}
.Current_Date
{
	font-weight: normal;
	font-size: 11px;
	color: #999999;
	font-family: Tahoma;
}
/* [LINKS] */
.Content_Link
{
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma;
}
A.Content_Link:link
{
	color: #ffffff;
	text-decoration: none;
}
A.Content_Link:visited
{
	color: #ffffff;
	text-decoration: none;
}
A.Content_Link:active
{
	color: #ffffff;
	text-decoration: none;
}
A.Content_Link:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.Content_Link2
{
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;
}
A.Content_Link2:link
{
	color: #666666;
	text-decoration: none;
}
A.Content_Link2:visited
{
	color: #666666;
	text-decoration: none;
}
A.Content_Link2:active
{
	color: #666666;
	text-decoration: none;
}
A.Content_Link2:hover
{
	color: #999999;
	text-decoration: underline;
}
.Copyright
{
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;
}
.Copyright_Admin
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma;
}
.Bottom_Text
{
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;
}
.Bottom_Text:link
{
	color: #666666;
	text-decoration: underline;
}
.Bottom_Text:visited
{
	color: #666666;
	text-decoration: underline;
}
.Bottom_Text:active
{
	color: #666666;
	text-decoration: underline;
}
.Bottom_Text:hover
{
	color: #999999;
	text-decoration: underline;
}

/* [TERMS][PRIVACY][HELP] */
.Bottom_Link
{
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;	
}
A.Bottom_Link:link
{
	color: #666666;
	text-decoration: underline;
}
A.Bottom_Link:visited
{
	color: #666666;
	text-decoration: underline;
}
A.Bottom_Link:active
{
	color: #666666;
	text-decoration: underline;
}
A.Bottom_Link:hover
{
	color: #999999;
	text-decoration: underline;
}
.Bottom_Link_Admin
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}
A.Bottom_Link_Admin:link
{
	color: black;
	text-decoration: underline;
}
A.Bottom_Link_Admin:visited
{
	color: black;
	text-decoration: underline;
}
A.Bottom_Link_Admin:active
{
	color: black;
	text-decoration: underline;
}
A.Bottom_Link_Admin:hover
{
	color: #770000;
	text-decoration: underline;
}
.sloganpane
{
	width: 100%;
	height: 100%;
}
.toppane
{
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	padding-top: 0px;
	height: 0%;
	background-color: transparent;
}
.loginpane
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.leftpane
{
	padding-top: 8px;
}
.leftpanep
{
	padding-left: 10px;
	padding-top: 8px;
}
.leftpane2
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
}
.leftpanep2
{
	padding-left: 10px;
	padding-top: 8px;
}
.contentpane
{
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	padding-top: 8px;
	height: 100%;
	background-color: transparent;
}
.rightpane {
	width: 0%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 8px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
}















/* BANNER */
#Banner
{
	background-position: right bottom;
	background-color: #000000;
	border-bottom: #C40000 4px solid;
	background-repeat: no-repeat;
	height: 70px;
}


#xxxBanner
{
	background-position: right bottom;
	background-image: url(media/banner.gif);
	border-bottom: #e6e6e6 6px solid;
	background-repeat: no-repeat;
	height: 70px;
}










































/* [SOLPATRMENU] */
.MainMenu_MenuContainer
{
}
.MainMenu_MenuBar
{
}
.MainMenu_MenuItem
{
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	border-top-style: none;
	font-family: Tahoma;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	border-bottom-style: none;
}
.MainMenu_MenuItemSel
{
	font-weight: normal;
	font-size: 11px;
	color: #770000;   /* #22449A; */
	font-family: Tahoma;
	height: 20px;
	background-color: transparent;
}
.MainMenu_MenuIcon
{
	display: none;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #e6e6e6;
	border-bottom-style: none;
}
.MainMenu_MenuArrow
{
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
.MainMenu_MenuBreak
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.MainMenu_SubMenu
{
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	margin-top: 1px;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	background-color: #eeeeee;
}
.MainMenu_SubMenuItemSel
{
	font-size: 11px;
	height: 20px;
	background-color: #e6e6e6;
}
.MainMenu_SubMenu_Admin
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	margin-top: 0px;
	margin-left: 1px;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: #EFEFEF;
}
.MainMenu_RootMenuArrow
{
	padding-right: 2px;
	padding-left: 0px;
}
.MainMenu_RootMenuItem
{
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma;
	height: 26px;
}
.MainMenu_RootMenuItemActive
{
	font-size: 12px;
	background-image: url(media/menuitemact.gif);
	color: #770000; /* #333333; */
	background-repeat: repeat-x;
	font-family: Tahoma;
	height: 26px;
	text-transform: uppercase;	
	text-align: center;
}
.MainMenu_RootMenuItemSel
{
	font-size: 12px;
	background-image: url(media/menuitemact.gif);
	color: #ffffff;   /*  #22449A;   */
	background-repeat: repeat-x;
	font-family: Tahoma;
	height: 26px;
}
.MainMenu_MenuIcon_Admin
{
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #eeeeee;
	border-bottom-style: none;
}
.MainMenu_MenuBreak_Admin
{
	width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 25px;
	background-color: #ffffff;
	border-bottom-style: none;
}
.MainMenu_RootMenuItem_Admin
{
	padding-left: 0px;
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma;
	height: 25px;
	background-color: transparent;
}
.MainMenu_RootMenuItemActive_Admin
{
	padding-left: 0px;
	font-size: 12px;
	color: #333333;
	font-family: Tahoma;
	height: 25px;
	background-color: #dcdcdc;
}
.MainMenu_RootMenuItemSel_Admin
{
	padding-left: 0px;
	font-size: 12px;
	color: #22449A;
	font-family: Tahoma;
	height: 25px;
	background-color: #dcdcdc;
}