/* ================================
    CSS STYLES FOR DotNetNuke
   ================================*/ 
html body
{
	margin: 0px 0px 0px 0px;
	background-color: #EAEAEA;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
td
{
	vertical-align: top;
}
img
{
	border: 0;
}
.bannerCell
{
	width: 1000px;
	background: url(header.jpg) no-repeat top left;
}
.bannerTable
{
	width: 1000px;
	height: 323px;
}
.sos
{
	width: 470px;
	
}
.feature
{
	color: #999999;
	font-size: 12px;
	padding-top: 20px;
	height: 268px;
	text-align: right;
	padding-right: 30px;
	
}
.featureFrame
{
    opacity: 0.6;
	filter: alpha(opacity=60);
	border: solid 1px #CCCCCC; 
	padding: 5px;
}
.menu
{
    text-align: left;
    padding-left: 20px;
    padding-top: 14px;
    vertical-align: middle;
}
.menuBottom
{
    text-align: left;
    padding-left: 20px;
    background-color: #EAEAEA;
}
.mainTable
{
	width: 1000px;
	background: url(bg.jpg) repeat-y top left;
}

.leftSide
{
    width: 300px;
    text-align: left;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 40px;
    border-right: solid 1px #CCCCCC;
}
.rightSide
{
    width: 700px;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 40px;
}
.fullFrame
{
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.footerTable
{
	width: 1000px;
	height: 30px;
	background: url(footer.jpg) no-repeat bottom left;
}
.login
{
	text-align: right;
	width: 700px;
	font-size: 10px;
	padding-right: 20px;
}
.copyright
{
	text-align: right;
	font-size: 10px;
	color: #333333;
	padding-right: 20px;
}
.fullWidth
{
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

.UpperNavTabs a
{
	color: #FFFFFF;
}

a.SmallLink:link, a.SmallLink:visited, a.SmallLink:active 
{
	color: #666666;
	font-size: 12px;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: underline;
}

a.SmallLink:hover 
{
	color: #333333;
	font-size: 12px;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: underline;
}
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active 
{
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: underline;
}

a.LoginLink:hover 
{
	color: #333333;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: underline;
}
a.SearchLink:link, a.SearchLink:visited, a.SearchLink:active 
{
	color: #000000;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.SearchLink:hover 
{
	color: #000000;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
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: #000000;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

a.OtherTabs:hover    
{
    text-decoration: underline;
    color: #000000;
	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; 
	font-style: normal; 
	border: #CBCBCB 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}

/*-- 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;
	font-weight: bold;
	height: 16px;
}

/*-- 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: #585664;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.Normal:hover 
{
	color: #000000;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a:link, a:visited, a:active 
{
	color: #585664;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a:hover 
{
	color: #000000;
	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: invisible;
	border: 0;
}

/* Main menu */
.MainMenu_MenuContainer
{ 
	background: transparent; 
	width:100%; 
	height:1px; 
}

.MainMenu_MenuBar
{
    background: transparent;
}

.MainMenu_MenuIcon
{ 
	display:none; 
}

.MainMenu_MenuArrow
{ 
	display:none; 
}

.MainMenu_RootMenuArrow
{ 
	display:none; 
}

.MainMenu_MenuBreak
{ 
	display:none; 
}

.MainMenu_MenuItem,.submenuitembreadcrumb
{
	color: #FFFFFF; 
	font-size:11px;	
	font-weight:normal;
	background: ;
	padding:3px 3px 3px 3px;
	border:0px #CBCBCB solid;
}

.submenuitemselected
{
	color: #417695; 
	font-size:11px; 
	font-weight:normal;
	padding:3px 3px 3px 3px;
	background: #FFFFFF;
	border-bottom: 0px #FFFFFF;
}

.submenu
{
	color: #FFFFFF; 
	font-size:11px; 
	font-weight:normal;
	padding:3px 3px 3px 3px;
	background: #2E3D5C;
	border-top:0px #CBCBCB solid;
}

.rootmenuitem TD
{ 
	color: #CCCCCC; 
	padding:3px 4px 3px 5px;
	font-size:16px; 
	font-weight: bold;
	background: transparent;
	height:28px;
}

.rootmenuitemselected TD,.rootmenuitembreadcrumb TD
{
	color:#FFFFFF; 
	font-size:16px; 
	font-weight:bold;
	background: transparent;
	padding:3px 4px 3px 5px;
	height: 28px;
}

.rootmenuitemactive TD, .rootmenuitembreadcrumb TD
{
	color:#FFFFFF; 
	font-size:16px; 
	font-weight:bold;
	background: transparent;
	padding:3px 4px 3px 5px;
	height: 28px;
}

/* Bottom menu */
.MainMenu_MenuContainer2
{ 
	background: transparent; 
	width:100%; 
	height:1px; 
}

.MainMenu_MenuBar2{}

.MainMenu_MenuIcon2
{ 
	display:none; 
}

.MainMenu_MenuArrow2
{ 
	display:none; 
}

.MainMenu_RootMenuArrow2
{ 
	display:none; 
}

.MainMenu_MenuBreak2
{ 
	display:none; 
}

.MainMenu_MenuItem2,.submenuitembreadcrumb2
{
	color: #FFFFFF; 
	font-size:11px;	
	font-weight:normal;
	background: ;
	padding:3px 3px 3px 3px;
	border:0px #CBCBCB solid;
}

.submenuitemselected2
{
	color: #417695; 
	font-size:11px; 
	font-weight:normal;
	padding:3px 3px 3px 3px;
	background: #FFFFFF;
	border-bottom: 0px #FFFFFF;
}

.submenu2
{
	color: #FFFFFF; 
	font-size:11px; 
	font-weight:normal;
	padding:3px 3px 3px 3px;
	background: #2E3D5C;
	border-top:0px #CBCBCB solid;
}

.rootmenuitem2 TD
{ 
	color: #666666; 
	padding:3px 7px 3px 5px;
	font-size:11px; 
	font-weight: normal;
	background: transparent;
	height: 10px;
}

.rootmenuitemselected2 TD,.rootmenuitembreadcrumb2 TD
{
	color:#666666; 
	font-size:11px; 
	font-weight:normal;
	background: #EAEAEA;
	background: url(bullet.jpg) no-repeat top left;
	padding:3px 7px 3px 5px;
	height: 10px;
}

.rootmenuitemactive2 TD, .rootmenuitembreadcrumb2 TD
{
	color:#666666; 
	font-size:11px; 
	font-weight:normal;
	background: #EAEAEA;
	background: url(bullet.jpg) no-repeat top left;
	padding:3px 7px 3px 5px;
	height: 10px;
}

