/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
    width: 749;
    background-color: transparent;
}
.skinmaster {
    width: 749;
    background-color: transparent;
}
.controlpanel {
    background-color: transparent;
}
.mainbody {
    border-right: #aaaaaa 5px solid;
    border-left: #aaaaaa 5px solid;
    border-bottom: #8B1F0E 10px solid;
}
.toppane {
    background-color: transparent;
}
.contentpane {
    background-color: transparent;
}
.bottompane {
    background-color: #11427A;
    color: white;
    border-bottom: white 1px solid;
}
.footer {
}
a:link {
    color: white;
}
a:hover {
    color: #dddddd;
    text-decoration: none;
}
a:visited {
    color: #dddddd;
    text-decoration: none;
}
.MainMenu_MenuContainer {
    height: 49;
    border-top: white 1px solid;
    background: url(MenuBackground.gif) right;
}
.MainMenu_MenuBar {
    cursor: pointer; 
    cursor: hand;
}
.MainMenu_MenuItem {
	height: 49;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-size: 8pt; 
	font-weight: heavy; 
	font-style: normal; 
	font-family: Arial; 
    background: url(Home_Rest.gif) right;
}
.MainMenu_MenuIcon {
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#7c182d', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
    height: 49;
    cursor: pointer; 
    cursor: hand; 
    color: white; 
    font-family: Arial; 
    font-size: 8pt; 
    font-weight: heavy; 
    font-style: normal;
    background: url(Home_Roll.gif) right;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
}
