/* ================================
    CSS STYLES FOR DotNetNuke
   ================================*/ 
.mainDiv
{
	text-align: center;
	width: 100%;
}
	
body
{
	background: #ACBFC5;
	background: url(bg.gif) top left;
	margin: 0px 0 10px 0;
	text-align: left;
}

.mainTable
{
	height: 100%;
	width: 892px;
	text-align: center;
}

.leftSlinky
{
	background: url(leftSlinky.jpg) top left;
	height: 100%;
	width: 183px;
	vertical-align: top;
}

.middleSlinky
{
	background: url(middleSlinky.jpg) top left;
	height: 100%;
	width: 16px;
	vertical-align: top;
}

.rightSlinky
{
	background: url(rightSlinky.jpg) top left;
	height: 100%;
	width: 125px;
	vertical-align: top;
	text-align: right;
}

.cellA1
{
	background: url(imageA1.jpg) no-repeat top left;
	height: 205px;
	width: 194px;
	vertical-align: top;
}

.cellA2
{
	background: url(imageA2.jpg) no-repeat top left;
	height: 205px;
	width: 698px;
	vertical-align: top;
}

.cellB1
{
	background: url(imageB1.jpg) no-repeat top left;
	height: 32px;
	width: 574px;
	vertical-align: top;
}

.contentArea
{
	height: 100%;
	width: 573px;
	vertical-align: top;
}

.contentArea2
{
	height: 100%;
	width: 540px;
	vertical-align: top;
	background-color: #E2E2E2;
}

.contentTable
{
	height: 100%;
	width: 100%;
}

.contentCell
{
	background-color: #E2E2E2;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

.contentCellLeft
{
	background-color: #E2E2E2;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

.contentCellRight
{
	background-color: #E2E2E2;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

.copyright
{
	text-align: center;
	vertical-align: top;
	color: #000000;
}

.footer
{
	text-align: right;
	background-color: #E2E2E2;
	vertical-align: bottom;
	padding-left: 10px;
	padding-right: 10px;
	width: 558px;
	height: 200px;
}

.login
{
	background-color: #ACBFC5;
	background: url(leftSlinky.jpg) top left;
	vertical-align: bottom;
}

.menu
{
	text-align: left;
	vertical-align: top;
	width: 180px;
	background-color: #ACBFC5;
	background: url(leftSlinky.jpg) top left;
	padding-left: 10px;
}

.farLeftCell
{
	text-align: left;
	vertical-align: top;
	width: 180px;
	height: 100%;
	background-color: #ACBFC5;
	padding-left: 10px;
	padding-right: 10px;
}

a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active 
{
	color: #CCCCCC !important;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.LoginLink:hover 
{
	color: #000000;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

table, tr, td, p 
{
	font-family: tahoma;
	font-size: 12px;
}

.normal, .Normal 
{
	font-family: tahoma;
	font-size: 12px;
	color: #333;
}

.ContainerHeadLeft 
{
	background: url(header_cap_left.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

.ContainerHeadActions 
{
	background: url(header_bg.gif) repeat-x bottom;
	padding: 0 0 10px 0;
	width: 1px;
}

.ContainerHeadTitle 
{
	background: url(header_bg.gif) repeat-x bottom;
	padding: 0 0 17px 5px;
}

.ContainerHeadRight 
{
	background: url(header_cap_right.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

.ContainerContent 
{
	padding: 15px 15px 15px 15px;
}

select, input 
{
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}

.articlesTitle 
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333;	
}

/* text style for the unselected tabs */
.OtherTabs 
{
    font-size: 12px;
    color: #000000;
    font-family: tahoma;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
a.OtherTabs:link, a.OtherTabs:visited, a.OtherTabs:active 
{
    text-decoration: none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

a.OtherTabs:hover    
{
    text-decoration: underline;
    color: #2c2c2c;
	background-color: transparent;
 	border: 0;
 	font-weight: bold;
}

/*=============== START DEFAULT MENU STYLES ============================================*/
/*== main menu styles ======================================*/
/*==========================================================*/

/*-- box that holds the menu --*/

/*== module menu styles ====================================*/
/*==========================================================*/

/*-- container for module menus --*/
.ModuleTitle_MenuContainer 
{
	color: #2c2c2c;
}


/*-- bar for module menus --*/
.ModuleTitle_MenuBar 
{
	/*cursor: pointer;*/
	cursor: hand;
}

/*-- menu items --*/
.ModuleTitle_MenuItem 
{
	font-family: tahoma; 
	color: #000000;
	font-size: 12px;
	/*background: url(sub_item_bg.gif) no-repeat;*/
	font-weight: bold; 
	border: #CBCBCB 1px solid;
	padding: 0px 8px 1px 2px;
	height: 12px;
}

/*-- submenu container --*/
.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	/*cursor: pointer;*/
	cursor: hand; 
	margin: 8px 0 0 -4px;
	background: #FFFFFF;
	padding: 1px;
	border: 1px solid #CBCBCB;
	font-weight: normal;
}

/*-- hover state --*/
.ModuleTitle_MenuItemSel 
{
	font-family: tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	/*cursor: pointer;*/
	cursor: hand; 
	color: #000000;
	padding: 0px 8px 1px 2px;
	height: 12px;
}

/*-- don't need this stuff --*/
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon    
{
	display: none;
}

/* for the date ---------------------------------------------------*/
.SelectedTab 
{
    color: #777777;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
}

/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #2c2c2c;
	padding: 0;
}

/* linky linky */
a.SubHead:link, a.SubHead:visited, a.SubHead:active 
{
	color: #000000;
	text-decoration: none;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
}

a.SubHead:hover 
{
	color: #000000;
	text-decoration: none;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
}

a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active 
{
	color: #000000;	
	padding: 1px 3px 1px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	height: 20px;
}

a.CommandButton:hover 
{
	color: #000000;	
	padding: 1px 3px 1px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	height: 20px;
}

a.Normal:link, a.Normal:visited 
{
	color: #000000;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.Normal:hover 
{
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a:link, a:visited, a:active 
{
	color: #000000;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a:hover 
{
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

.Head 
{
	font-size: 12px;
	color: #333333;
	background: transparent;
	font-weight: bold;
	padding: 0;
}

.NormalRed 
{
	color: #4169E1;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
}

.NormalBold 
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}

.NormalTextBox 
{
	color: #333333;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	background: #fff;
	border: 1px solid #ccc;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #555555;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}

td.NormalTextBox 
{
	padding: 0;
	margin: 0;
	background: transparent;
	/*visibility: hidden;*/
	visibility: invisible;
	border: 0;
}

/* Main menu */
.MainMenu_MenuContainer
{ 
	background:transparent; 
	/*width:100%;*/
	height:2px; 
}

.MainMenu_MenuBar{}

.MainMenu_MenuIcon
{ 
	display:none; 
}

.MainMenu_MenuArrow
{ 
	display:none; 
}

.MainMenu_RootMenuArrow
{ 
	display:none; 
}

.MainMenu_MenuBreak
{ 
	display:none; 
}

.MainMenu_MenuItem,.submenuitembreadcrumb
{
	color: #1B5F86;	
	font-size: 11px;	
	font-weight: normal;
	background: #ACBFC5;
	padding: 3px 20px 3px 5px;
	border: 1px #000000 solid;
}

.submenuitemselected
{
	color: #000000; 
	font-size: 11px; 
	font-weight: bold;
	padding: 3px 20px 3px 5px;
	background: #76A3BA;
	border: 1px #CBCBCB solid;
}

.submenu
{
	color: #000000; 
	font-size: 11px; 
	font-weight: normal;
	padding: 3px 20px 3px 10px;
	background: #FFFFFF;
	border-top: 1px #CBCBCB solid;
	border-left: 1px #CBCBCB solid;
	border-right: 1px #CBCBCB solid;
	border-bottom: 1px #CBCBCB solid;
}

.rootmenuitem TD
{ 
	color: #E2E2E2; 
	font-size: 12px; 
	font-weight: bold;
	background: url() 0px 0px no-repeat transparent;
	background-color: #1B5F86;
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	padding: 5px;
	height: 25px;	
	font-family: Arial;
}

.rootmenuitemselected TD,.rootmenuitembreadcrumb TD
{
	color: #1B5F86; 
	font-size: 12px; 
	font-weight: bold;
	background: url() 0px 0px no-repeat transparent;
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	padding: 5px;
	height: 25px;
	font-family: Arial;
}
.rootmenuitemactive TD
{
	color: #1B5F86; 
	font-size: 12px; 
	font-weight: bold;
	background: url() 0px 0px no-repeat transparent;
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	padding: 5px;
	height: 25px;
	font-family: Arial;
}