/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: transparent 0px solid; 
	border-bottom: transparent 1px solid; 
	border-top: transparent 1px solid; 
	border-right: transparent 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color:White; 
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: transparent; 
	border-left: transparent 1px solid; 
	border-bottom: transparent 1px solid; 
	border-top: transparent 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: Black;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #aa1054; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: Black 1px solid; 
	border-bottom: Black 1px solid; 
	border-top: Black 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}





.FooterContact {
	font-family: Tahoma;
	font-size: 10px;
	color: #AB1054;
	font-weight: bold;
}
.TitlePage {
	font-family: Tahoma;
	font-size: 16px;
	color: #AB1054;
	font-weight: bold;
}
.NoRepeatTop {
	background-image: url(<%= SkinPath %>templateimages/header/Header_r1_c10.jpg);
	background-repeat: repeat-x;
}
.FeateredLinkBack {
	background-image: url(<%= SkinPath %>templateimages/header/Header_r2_c22.jpg);
	background-repeat: no-repeat;
}
.FeaturedLinkText {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	
}

.FeaturedLinkText a:Hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;

}
.RightBorderFeaturedLink {
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #A91051;
}

.MenuBackGround {
	background-image: url(<%= SkinPath %>templateimages/header/Header_r5_c14.jpg);
	background-repeat: repeat-x;
}
.MainMenuText {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.RightSide {
	background-image: url(<%= SkinPath %>templateimages/body/rightrepeat.jpg);
	background-repeat: repeat-y;
}
.LeftSide {
	background-image: url(<%= SkinPath %>templateimages/body/leftrepeat.jpg);
	background-repeat: repeat-y;
}
.FooterRepeat {
	background-image: url(<%= SkinPath %>templateimages/footer/footerrepeat.jpg);
	background-repeat: repeat-x;
}
.BottomFooter {
	background-image: url(<%= SkinPath %>templateimages/footer/bottomFooterRepeat.jpg);
	background-repeat: repeat-x;
}
.FooterText {

	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #B60046;
	text-decoration:underline;
}


.MainMenuText {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.MainMenuText a:Hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #AA1152;
	text-decoration: none;
	
}.LandingPageHeader {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}
.LandingPageText {

	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#adminform
{
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	}

#adminform a, #adminform a:visited
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	}
	
#adminform a:hover
{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	}

.cellartable
{
	color: #fff;
	}
	
.white a, .white a:visited
{
	color: #fff;
	}
	
.white a:hover
{
	color: #fff;
	}
	
.Link 
{
font-family: Tahoma;
font-size: 16px;
color: black;
text-decoration: underline;
}

.Link a:hover
{
font-family: Tahoma;
font-size: 16px;
color: #AA1152;
text-decoration: underline;
}
.BodyText{
font-family: Tahoma;
font-size: 14px;
color: black;
}
.BodyTextSmall{
font-family: Tahoma;
font-size: 12px;
color: black;
}
.BodyTextBold{
font-family: Tahoma;
font-size: 18px;
color: black;
font-weight:bold;
}
.BodyTextUnderline{
font-family: Tahoma;
font-size: 16px;
color: black;
font-weight:normal;
text-decoration:underline;
}
	
	
	.MenuHeader {
	font-family: Tahoma;
	font-size: 22px;
	color: #AB1054;
	font-weight: bold;
}

	.MenuItem {
	font-family: Tahoma;
	font-size: 18px;
	color: #AB1054;
}

.middlePopup{
    background-image: url("../images/popup/popup_03.png");
    width: 504px;
    background-repeat: repeat-y;
}
.popupText{
    padding-left: 65px;
    width: 385px;
    color: White;
    line-height: normal;
}
