/* CSS Style for DotNetNuke Competition */

/* background color for the content part of the pages */
Body
{
    background-color: #FFFFFF;
	 margin-top: 1px;
}

.HeaderTab {
	background-image: url(CompEntry02.jpg);
	width: 755px;
	height: 95px;
	background-repeat: no-repeat;
}


.MenuTab {
	background-image: url(CompEntry03.jpg);
	width: 755px;
	height: 25px;
	background-repeat: no-repeat;
}


.IntroPane {
	background-image: url(CompEntry_04.jpg);
	width: 755px;
	height: 195px;
	background-repeat: no-repeat;
}

.Breadcrumbs{
color: #000000;
}
.LeftPane {
	width: 245px;
	
}

.Block {
	width: 13px;
}

.Login {
	color: #333333; 
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 9px; 
	font-weight: bold; 
	font-style: normal;
	height: 30px;
}


.Small {
	color: #FFFFFF; 
	font-family: Verdana, Trebuchet MS, Tahoma, Verdana;
	font-size: 9px; 
	font-weight: normal; 
	font-style: normal;
	height: 13px;
	padding-left: 1px;
	padding-right: 1px;
}

.SmallD {
	color: #404040; 
	font-family: Verdana, Trebuchet MS, Tahoma, Verdana;
	font-size: 9px; 
	font-weight: normal; 
	font-style: normal;
	height: 13px;
	padding-left: 3px;
	padding-right: 3px;
}

.User {
	font-family: Wingdings;
	font-size: 12px;
	font-weight: normal;
	color: #404040;
}


.Footer {
	background-image: url(NinasCompFooter.gif);: #DB2D25;
	height: 55px;
	background-repeat: repeat-x;
}

.FooterText {
	color: #FFFFFF; 
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 9px; 
	font-weight: bold; 
	font-style: normal;

}

.MainMenu_MenuContainer {
    background-color: transparent;;
	 padding-left:10px;
	 margin-left: 10px;
	 height: 26px;
	 
}
.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: transparent; 
	color: #333333; 
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

}

.Normal {
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 11px;
}

/* Menu for Skin Comp */

.ActiveRootTab TD{
width: 110px;
color: #000000;
font-family: Trebuchet MS, Tahoma, Verdana;
font-size: 9pt; 
font-weight: bold; 
height: 25px;
background-color: transparent;

}
.RootTab TD{
width: 110px;
font-family: Trebuchet MS, Tahoma, Verdana;
font-size: 9pt; 
font-weight: bold; 
color: #FFFFFF;
background: transparent;
height: 25px;
}

.SelectedRootTab TD{
width: 110px;
color: #eaeaea;
height: 25px;
font-family: Trebuchet MS, Tahoma, Verdana;
font-size: 9pt; 
font-weight: bold; 
border-left: #ffffff 0px solid;
border-top: #ffffff 0px solid;
background-color: transparent;
}

.BreadcrumbRootTab TD{
width: 110px;
font-family: Trebuchet MS, Tahoma, Verdana;
font-size: 9pt; 
font-weight: bold; 
color: #ffffff;
height: 25px;
}

.ActiveSubTab {
background-color: #333333;
color: #ffffff;
border-top: 0px solid;
font-family: Trebuchet MS, Tahoma, Verdana;
font-size: 9pt; 
font-weight: bold; 
}
.SubTab {
background-color: #ffffff;
color: #000000;
font-family: Trebuchet MS, Tahoma, Verdana;
font-size: 9pt; 
font-weight: bold; 
}
.SelectedSubTab {
background-color: #FDA003;
color: #000000;
font-family: Trebuchet MS, Tahoma, Verdana;
font-size: 9pt; 
font-weight: bold; 
}
.BreadcrumbSubTab {
background-color: #000000;
color: #ffffff;
font-family: Trebuchet MS, Tahoma, Verdana;
font-size: 9pt; 
font-weight: bold; 
border-top: 0px solid;
}


/* hyperlink style for the DarkBackground tabs */

A.Small:Link{
color: white;
text-decoration: none;
	
}

A.Small:Hover{
color: white;
text-decoration: none;
	
}

A.Small:Active{
color: white;
text-decoration: none;
	
}

A.Small:Visited{
color: #FAFAFA;
text-decoration: underline;
	
}

A.SmallD:Link{
color: black;
text-decoration: none;
	
}

A.SmallD:Hover{
color: #404040;
text-decoration: none;
	
}

A.SmallD:Active{
color: black;
text-decoration: none;
	
}

A.SmallD:Visited{
color: #404040;
text-decoration: underline;
	
}


