/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

/*
.dummy {
	background: url(none.gif);
}
*/


body {
	background: #e7e7e7;
	margin: 10px 0 10px 0;
}


.SiteWidth {
	align: center;
	width: 944px;
}

.HeaderLeft {
	width: 250px;
	color: #677D94;
	padding-top: 2px;
}

a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	color: #333;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.LoginLink:hover {
	color: #111;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.HeaderRight {
	vertical-align: top;
	padding: 0;
}

.AdminColumn {
	padding: 0 0 0 75px;
}

.LeftColumn {
	width: 225px;
	padding: 0 15px 0 45px;
}


.RightColumn {
	padding: 0 0 0 15px;
}

.TopRow {
	background: url(bg_top.jpg) no-repeat top center;
	height: 311px;
	text-align: right;
	padding: 42px 65px 0 48px;
	font-size: 11px;
}

.TopRowAdmin {
	background: url(bg_top_admin.jpg) no-repeat top center;
	height: 311px;
	text-align: right;
	padding: 42px 65px 0 48px;
	font-size: 11px;
}

.MiddleRowAdmin {
	background: url(bg_table_admin.jpg) center repeat-y;
	padding: 10px 85px 0 0;
	font-size: 11px;
}

.MiddleRow {
	background: url(bg_table_main.jpg) center repeat-y;
	padding: 10px 85px 0 0;
	font-size: 11px;
}

.BottomRow {
	background: url(bg_footer.jpg) no-repeat bottom center;
	height: 120px;
	padding: 0 65px 55px 100px;
	color: #fff;
	text-align: right;
	font-size: 11px;
}

.BottomRowAdmin {
	background: url(bg_footer_admin.jpg) no-repeat bottom center;
	height: 120px;
	padding: 0 65px 55px 100px;
	color: #fff;
	text-align: right;
	font-size: 11px;
}

table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.4em;
}

.normal, .Normal {
	font-family: tahoma;
	font-size: 11px;
	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: 10px 25px 35px 25px;
}

select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
}




/* text style for the unselected tabs */
.OtherTabs {
    font-size: 11px;
    color: #000;
    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 ======================================*/
/*==========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
	height: 36px;

}


/* Menu bar */
.MainMenu_MenuBar {
	background: transparent;
	height: 36px;
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma;
	color: #aaa;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000;
	padding: 1px 4px 2px 2px;
	background: #000000;

}


/* Container for submenu */
.submenu {
	z-index: 1000;
	background-color: #EEEEEE;
	filter: alpha(opacity=65, FinishOpacity=65, Style=1);
	-moz-opacity: 0.65;
	border: 1px #959494 solid;
	margin-left: -1px;
	margin-top: 2px;
}

/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	background: #000;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	padding: 1px 4px 2px 2px;
}


.rootmenuitembreadcrumb
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	color: white;
	background-color: Transparent;
	height: 36px;
	border: none;

}
.rootmenuitem
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	color: #B2B3C4;
	background-color: Transparent;
	height: 36px;
	border: none;

}
.rootmenuitemselected
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	color: white;
	background-color: Transparent;
	height: 36px;
	border: none;

}
.rootmenuitemactive
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	color: #B2B3C4;
	background-color: Transparent;
	height: 36px;
	border: none;
}

.MainMenu_MenuBreak
{
	border-right: medium none;
	border-top: medium none;
	background-image: url(separator.gif);
	border-left: medium none;
	border-bottom: medium none;
	background-repeat: no-repeat;
	background-color: transparent;
}

/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}




/*== 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: #888;
	font-size: 11px;
	background: url(sub_item_bg.gif) no-repeat;
	font-weight: bold;
	font-style: normal;
	border: #eee 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: #eee;
	padding: 1px;
	border: 1px solid #aaa;
	font-weight: normal;
}


/*-- hover state --*/
.ModuleTitle_MenuItemSel {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	background: #6E8E05;
	border-left: #6E8E05 1px solid;
	border-right: #6E8E05 1px solid;
	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: #777;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}


/* Item titles on edit and admin pages
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #2c2c2c;
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited, a.SubHead:active {
	color: #6E8E05;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #fff;
	border-top: 1px solid #9CBC34;
	border-bottom: 1px solid #536B03;
	border-left: 1px solid #9CBC34;
	border-right: 1px solid #536B03;
	padding: 1px 3px 1px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #6E8E05;
	height: 20px;
}

a.CommandButton:hover {
	color: #fff;
	border-top: 1px solid #7C9C15;
	border-bottom: 1px solid #3F5100;
	border-left: 1px solid #7C9C15;
	border-right: 1px solid #3F5100;
	padding: 1px 3px 1px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #546D00;
	height: 20px;
}

a.Normal:link, a.Normal:visited {
	color: #6E8E05;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.Normal:hover {
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


a:link, a:visited, a:active {
	color: #6E8E05;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}




.Head {
	font-size: 12px;
	color: #333;
	background: transparent;
	font-weight: bold;
	padding: 0;
}


.NormalRed {
	color: #900;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}

.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

.NormalTextBox {
	color: #333;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	background: #fff;
	border: 1px solid #ccc;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #555;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
	border: 0;
}


