/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 


body {
	background: #e7e7e7;
}

table, tr, td, p {
	font-family:Arial, Helvetica, sans-serif
	font-size: 11px;
	line-height: 1.4em;
}

td.topTD {
	background-image:url(/Portals/0/Skins/NarrenzunftSchaan/Assets/bg_top.jpg);
	height: 311px;
	text-align: left;
	font-size: 11px;
}

td.middleTD {
	background: url(/Portals/0/Skins/NarrenzunftSchaan/Assets/bg_table_main.jpg) center repeat-y;
	padding: 10px 85px 0 0;
	font-size: 11px;
}

td.bottomTD {
	background: url(/Portals/0/Skins/NarrenzunftSchaan/Assets/bg_footer.jpg);
	height: 120px;
	padding: 0 65px 55px 100px;
	color: #fff;
	text-align: left;
	font-size: 11px;
}

label, .normal, .Normal, td {
	font-family: arial;
	font-size: 14px;
	line-height:18px;
}

td.containerHEADL {
	background: url(header_cap_left.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

td.containerHEADR {
	background: url(header_cap_right.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

td.containerHEADC {
	background: url(header_bg.gif) repeat-x bottom;
	padding: 0 0 10px 14px;
}

td.containerTD {
	padding: 10px 25px 35px 25px;
}

table {
	padding: 0;
}

select, input {
	font-family:Arial, Helvetica, sans-serif
	font-size: 11px;
	color: #333;
}

h3 {
	font-family:Arial, Helvetica, sans-serif
	font-size: 12px;
	font-weight: bold;
	color: #f6f6f6;
	padding: 2px 0 1px 7px;
	background: #888;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}



/* text style for the unselected tabs */
.OtherTabs {
    font-size: 11px;
    color: #000;
    font-family:Arial, Helvetica, sans-serif
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

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 */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/*=============== END DEFAULT MENU STYLES ============================================*/

/* Menu-Styles */
/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuItem {
	color: #fff; 
	background: #8FA850;
	cursor: pointer; 
	cursor: hand; 
	font-family:Arial, Helvetica, sans-serif 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;	
	padding: 2px 10px 3px 5px;
	height: 21px;
	border-bottom: #8FA850 1px solid; 
	border-top: #8FA850 1px solid; 
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	text-align: center;
	padding-right: 0px;
	padding-left: 3px;
	background: transparent;
	display: none;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	background: #8FA850;
	margin-top: 5px;
	border: 2px solid #fff;
	padding: 0px 1px 1px 1px;
	filter: none; 
}

.ModuleTitle_MenuBreak {
	display: none;
}

.ModuleTitle_MenuItemSel {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	padding: 2px 10px 3px 5px;
	height: 21px;
	border: 0;
	background: #677E1B;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}


/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #777;
	font-family:Arial, Helvetica, sans-serif
	font-weight: normal;
	font-size: 11px;
}


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family:Arial, Helvetica, sans-serif
    font-size: 11px;
    font-weight: bold;
    color: #2c2c2c;
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #1f65a5;
	text-decoration: none;
    font-family:Arial, Helvetica, sans-serif
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    font-family:Arial, Helvetica, sans-serif
    font-size: 11px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited {
	color: #fff;	
	border-top: 1px solid #9CBC34;
	border-bottom: 1px solid #536B03;
	border-left: 1px solid #9CBC34;
	border-right: 1px solid #536B03;
	padding: 1px 5px 2px 6px;
	font-family:Arial, Helvetica, sans-serif
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #1f65a5;
}

a.CommandButton:hover {
	color: #fff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #6C8710;
	border-bottom: 1px solid #3B4C02;
	border-left: 1px solid #6C8710;
	border-right: 1px solid #3B4C02;
	font-family:Arial, Helvetica, sans-serif
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #516A03;
}

a.Normal:link, a.Normal:visited {
	color: #1f65a5;
	font-family:Arial, Helvetica, sans-serif
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}

a.Normal:hover {
	color: #2c2c2c;
	font-family:Arial, Helvetica, sans-serif
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}


a:link, a:visited {
	color: #1f65a5;
	font-family:Arial, Helvetica, sans-serif
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
}

a:hover {
	color: #2c2c2c;
	font-family:Arial, Helvetica, sans-serif
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
}


.Head {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif
	color: #333;
	background: transparent;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 0;
}


.NormalRed {
	color: #D08D00;
	font-family:Arial, Helvetica, sans-serif
	font-weight: bold;
	font-size: 11px;
}

.NormalBold {
	font-family:Arial, Helvetica, sans-serif
	font-size: 11px;
	font-weight: bold;
}

.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family:Arial, Helvetica, sans-serif
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #686868;
	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;
}
/* ================================
    2Navigate Tree Module - Remark: Pur CSS Menu without any Images
   ================================*/
   
/* Default configuation options*/
#ToNavForToFlex {padding-top:0px;}
.ToNavigateNavContainer DIV {font-family:Arial, Helvetica, sans-serif; font-size:12px; width:200px;}
.ToNavigateNavContainer A {  }
.ToNavigateNavContainer A:hover {  }
#LinkSelected {   }
#LinkInPath {}  

/* NavLevel 2*/ 
a.NavLevel1, a.NavLevel1:visited {width:200px; text-decoration:none; FONT-WEIGHT: 800; COLOR:#000000; PADDING-LEFT: 8px; letter-spacing: 1px; line-height:23px;}
a.NavLevel1:hover { COLOR: #333333; PADDING-LEFT: 8px; text-decoration:none; FONT-WEIGHT: 800;letter-spacing: 1px; line-height:23px; }
#LinkSelected.NavLevel1 {COLOR: #f4e900; PADDING-LEFT: 8px;; width:200px;letter-spacing: 1px; line-height:23px;}
#LinkInPath.NavLevel1 {COLOR: #f4e900; PADDING-LEFT: 8px;; width:200px;letter-spacing: 1px; line-height:23px;}

/* NavLevel 3*/ 
a.NavLevel2, a.NavLevel2:visited { background:transparent;width:200px; text-decoration:none; FONT-WEIGHT: 800; COLOR:#000000; PADDING-LEFT: 25px; letter-spacing: 1px;line-height:18px; font-size:12px;}
a.NavLevel2:hover { COLOR: #333333; text-decoration:none; FONT-WEIGHT: 800; PADDING-LEFT: 25px;letter-spacing: 1px; line-height:18px; font-size:12px;}
#Selected a.NavLevel2  {PADDING-LEFT: 25px; color:#CD5B25; line-height:18px; font-size:12px;} 
#InPath a.NavLevel2  {PADDING-LEFT: 25px; color:#CD5B25; line-height:18px; font-size:12px;}

/* NavLevel 4*/
a.NavLevel3, a.NavLevel3:visited { width:200px; text-decoration:none; FONT-WEIGHT: 800; COLOR:#000000; PADDING-LEFT: 42px; letter-spacing: 1px; line-height:18px; font-size:12px;}
a.NavLevel3:hover { COLOR: #333333; text-decoration:none; FONT-WEIGHT: 800; PADDING-LEFT: 42px;letter-spacing: 1px; line-height:18px; font-size:12px;}
#Selected a.NavLevel3  {PADDING-LEFT: 42px; color:#CD5B25; line-height:18px; font-size:12px;} 

/* NavLevel 5*/
a.NavLevel4, a.NavLevel4:visited { width:200px; text-decoration:none; FONT-WEIGHT: 800; COLOR:#000000; PADDING-LEFT: 59px; letter-spacing: 1px; line-height:18px; font-size:12px;}
a.NavLevel4:hover { COLOR: #333333; text-decoration:none; FONT-WEIGHT: 800; PADDING-LEFT: 59px;letter-spacing: 1px; line-height:18px; font-size:12px;}
#Selected a.NavLevel4  {PADDING-LEFT: 59px; color:#CD5B25; line-height:18px; font-size:12px;}


p {
	font-size: 14px;
}

a.login, a.login:active, a.login:link, a.login:visited {
	color:#CD5B25;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.login:hover{
	color:#0A70B8;
}

.login {
	color:#CD5B25;
}

.copyright {
	color:#CD5B25;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.copyright a, .copyright a:link, .copyright a:active, .copyright a:visited {
	color:#CD5B25;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.copyright a:hover {
	color:#CD5B25;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
