/* 
================================
Skin styles for DotNetNuke
================================
*/   


/*
RedCape Red c51230
RedCape Grey f3f3f3
*/



.pagemaster {
	width: 100%;
	background-color: #f3f3f3;
	font-family: Verdana;
}
.skinmaster 
{
	height: 100%;
	width: 970px;
}

/* Logo/Banner Area */
.logobar
{
	background-color: Black;
}
.skingradient {
	/*background-image: url(gradient_DkBlue.jpg); */
	/*border-bottom: solid 1px black;
	border-top: solid 1px black;*/
	border: none;
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
	background-repeat: repeat-y;
}

.top_gap
{
	height: 30px;
	background-color: #f3f3f3;
}

.content
{
/*	border: solid 1px #c51230;*/
	border: none;
	background-color: #f3f3f3;
	padding: 3px 3px 3px 3px;
}



.SkinObject
{
	font-family: Verdana;
	font-weight: normal;
	color: #ffffff;
}

/* PANES */
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 75px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 15px;
	padding-top: 6px;
}
.rightpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.sidebar
{
	width: 175px;
	background-image: url(curtain_red140.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.sidebar_purple
{
	width: 175px;
	background-image: url(curtain_purple140.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/* MENU */

.MainMenu_MenuContainer {
	background-color: #c51230; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #c51230 1px solid; 
	border-top: #c51230 1px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #f3f3f3; 
	font-size: 9pt; 
	font-style: normal; 
	font-weight: normal;
	background-color: Transparent;
	font-family: Verdanda, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #c51230; 
	border-left: #c51230 1px solid; 
	border-bottom: #c51230 1px solid; 
	border-top: #c51230 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #c51230;  
	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: black; 
	font-family: Verdanda, Arial, Helvetica; 	
	font-size: 9pt; 
	font-style: normal; 
	font-weight: normal;
}
.MainMenu_MenuArrow {
	border-right: #c51230 1px solid; 
	border-bottom: #c51230 1px solid; 
	border-top: #c51230 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	width: 0px;
}


.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);
}

/* Module Heading */
.Head {
   font-family: Verdana, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #c51230;
}

/* Main body Text */
.Normal
{
	font-size: 10pt;
	font-family: Verdana;
}



a:link
{
	color: #c51230;
	text-decoration: underline;
}
a:visited
{
	color: #c51230;
	text-decoration: underline;
}
a:hover
{
	color: black;
	text-decoration: underline;
}
a:active
{
	color: black;
	text-decoration: underline;
}




/* New Styles just for redcape */

.footer
{
	background-color: #c51230;
	color: White;
	vertical-align: middle;
	font-size: xx-small;
	height: 20px;
}

.small_white_on_red
{
	color: White;
	font-size: xx-small;
	vertical-align: middle;
	text-decoration: none;
}

.small_white_on_red:link
{
	color: White;
	text-decoration: none;
}
.small_white_on_red:visited
{
	text-decoration: none;
	color: White;
}
.small_white_on_red:hover
{
	text-decoration: underline;
	color: White;
}


.menubar
{
	background-color: #c51230;
	color: White;
	height: 30px;
}




