/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	BORDER-RIGHT: #CA6701 1px solid; 
	BORDER-TOP: #CA6701 1px solid; 
	BORDER-LEFT: #CA6701 1px solid; 
	BORDER-BOTTOM: #CA6701 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: #FFFFCC;
}
.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: #F4D82C 0px solid; 
	border-bottom: #737A37 1px solid; 
	border-top: #737A37 1px solid; 
	border-right: #F4D82C 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #737A37; 
	border-left: #737A37 1px solid; 
	border-bottom: #737A37 1px solid; 
	border-top: #737A37 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 1px solid;
	background-color: #737A37;  
	z-index: 1000; 
	color: black; 
	cursor: pointer; 
	cursor: hand; 
	padding=2px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #E4701D; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #737A37 1px solid; 
	border-bottom: #737A37 1px solid; 
	border-top: #737A37 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: #000000;
}


/* Custom Tags */

.logintxt {
	color: #E4701D; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
}

A.logintxt:link {
    text-decoration:  none;
    color:#E4701D;
}

A.logintxt:visited  {
    text-decoration:    none;
    color:#E4701D;
}

A.logintxt:active   {
    text-decoration:    none;
    color:#E4701D;
}

A.logintxt:hover    {
    text-decoration:    underline;
    color:#E4701D;
}

.srchtxt {
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
}

A.srchtxt:link {
    text-decoration:none;
    color:white;
}

A.srchtxt:visited  {
    text-decoration:none;
    color:white;
}

A.srchtxt:active   {
    text-decoration:none;
    color:white;
}

A.srchtxt:hover    {
    text-decoration:underline;
    color:white;
}

.brdtxt {
	color: #CA6701; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-style: normal; 
    text-decoration:underline;	
}

A.brdtxt:link {
    text-decoration:underline;
    color:#CA6701;
}

A.brdtxt:visited  {
    text-decoration:underline;
    color:#CA6701;
}

A.brdtxt:active   {
    text-decoration:underline;
    color:#CA6701;
}

A.brdtxt:hover    {
    text-decoration:underline;
    color:#CA6701;
}

.datetext {
	color: #737A37; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: bold; 
}

.copyright {
	color: #E4701D; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
}

A.copyright:link {
    text-decoration:none;
    color:#E4701D;
}

A.copyright:visited  {
    text-decoration:none;
    color:#E4701D;
}

A.copyright:active   {
    text-decoration:none;
    color:#E4701D;
}

A.copyright:hover    {
    text-decoration:underline;
    color:#E4701D;
}
