/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster
{
	width: 100%;
	height: 100%;
	background-color:#f7f7f7;
	/* background-image: url(images/background.jpg);
	background-repeat: repeat-x; */
}
.skinmaster
{
	height: 100%;
	background-color: #FFFFFF;
	border-right: #AA0F48 1px solid;
	border-top: #AA0F48 1px solid;
	border-left: #AA0F48 1px solid;
	border-bottom: #AA0F48 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.skinheader
{
}
.skingradient
{
}
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
.img
{
	border-color: Red;
}
skinheader.img
{
	border-color: Red;
}
.controlpanel
{
	width: 100%;
	background-color: #DFE5F2;
}
.toppane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane
{
	width: 325px;
	background-color: #FFF0D2;
	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: #DE8C2D 0px solid;
	border-bottom: #DE8C2D 0px solid;
	border-top: #DE8C2D 0px solid;
	border-right: #DE8C2D 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #DE8C2D;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
}
/* background-image: url(images/menu_item.gif);  */
.MainMenu_MenuIcon
{
	background-color: #FFFFFF;
	border-left: #DE8C2D 0px solid;
	border-bottom: #DE8C2D 0px solid;
	border-top: #DE8C2D 0px solid;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	background-color: #FFFFFF;
	color: #DE8C2D;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=3);
}
.MainMenu_MenuBreak
{
	height: 1px;
	color: #DE8C2D;
}
.MainMenu_MenuItemSel
{
	background-color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
	color: #AA0F48;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
}
.MainMenu_MenuArrow
{
	border-right: #DE8C2D 0px solid;
	border-bottom: #DE8C2D 0px solid;
	border-top: #DE8C2D 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: #AA0F48 none;
	color: #FDECDF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	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);
}


.Login
{
	/* text style for the login token */
	color: #AA0F48;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7pt;
}
A.Login
{
	/* text style for the login token */
	color: #AA0F48;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7pt;
}
A.Login:visited
{
	/* text style for the login token */
	color: #AA0F48;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7pt;
}
A.Login:link
{
	/* text style for the login token */
	color: #AA0F48;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7pt;
}
A.Login:active
{
	/* text style for the login token */
	color: #AA0F48;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7pt;
}
A.Login:hover
{
	/* text style for the login token */
	color: #DE8C2D;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7pt;
}
.SearchBar
{
	font-weight: bold;
	font-size: 8pt;
	color: #FDECDF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.SearchBar
{
	font-weight: bold;
	font-size: 8pt;
	color: #FDECDF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.SearchBar:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: #FDECDF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.SearchBar:link
{
	font-weight: bold;
	font-size: 8pt;
	color: #FDECDF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.SearchBar:active
{
	font-weight: bold;
	font-size: 8pt;
	color: #FDECDF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.SearchBar:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: #DE8C2D;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

.PageFooter
{
	font-weight: bold;
	font-size: 8pt;
	color: #DE8C2D;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
.MenuStyle
{
	background-color: #efefef;
}

/*A
p
{
	font-size: 1.25em;
	margin: 10px;
	color: Black;
	text-align: justify;
}

{
	font-weight: normal;
	font-size: 12pt;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}
A:visited
{
	font-weight: normal;
	font-size: 12pt;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}
A:link
{
	font-weight: normal;
	font-size: 12pt;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}
A:active
{
	font-weight: normal;
	font-size: 12pt;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}
A:hover
{
	font-weight: normal;
	font-size: 12pt;
	color: #AA0F48;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}
*/