/*
================================
Skin styles for DotNetNuke
================================
*/

/* From Portal.css */

Body
{
	background: #423F40;
	margin: 0;
}
A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active
{
	color: lightgray;
	font-weight: normal;
}

p, div, td, span, .normal {
	font-size: 11px;
	font-family: Georgia, Times New Roman, Serif;
}
p {
	margin-bottom: 5px;
	margin-top: 5px;
}
.Head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform:uppercase;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}

.Copyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #767676;
	text-decoration: none;
}
A.Login:link, A.Login:visited, A.Login:active
{
	color: white;
	font-weight: normal;
}

.Login
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: white;
	text-decoration: none;
}

.Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}


a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
color: #CC0033;
	text-decoration: none;
}

a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
color: #CC0033;	text-decoration: none;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 16;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	cursor: hand;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	background-color: Transparent;
	padding-right: 5px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	cursor: hand;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: #AAA;
	padding-right: 5px;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color: #7F797B;
	border-left: #7F797B 0px solid;
	border-bottom: #7F797B 0px solid;
	border-top: #7F797B 0px solid;
	text-align: center;
	width: 15;
	height: 21;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #7F797B;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=  'DimGray' , Direction=135, Strength=3);
	border-bottom: #7F797B 0px solid;
	border-left: #7F797B 0px solid;
	border-top: #7F797B 0px solid;
	border-right: #7F797B 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #7F797B 0px solid;
	border-left: #7F797B 0px solid;
	border-top: #7F797B 0px solid;
	border-right: #7F797B 0px solid;
	background-color: #7F797B;
	height: 1px;
}

.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #7F797B 0px solid;
	border-bottom: #7F797B 0px solid;
	border-top: #7F797B 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

/**/

.mLinks
{
	line-height: 17px;

}

.dotline
{
	background: #7F797B;
	width: 762px;
}

.breadcrumb
{
	width: 762px;
	line-height: 17px;
    border-left: solid 1px #767676;
	border-right: solid 1px #767676;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
    color: #CC0033;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

. /**/ .pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #fefefe;
}


.controlpanel
{
	width: 100%;
	background-color: #fefefe;
}
.content
{
	border-left: solid 1px #767676;
	border-right: solid 1px #767676;
	background-color: #FFFFFF;
}

.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;
}
.footerbar
{
	background: #A10C28;
	height: 21;
	width: 762;
	border-left: solid 1px #767676;
	border-right: solid 1px #767676;
	border-bottom: solid 1px #767676;
}
