

/* 
================================
Skin styles for DotNetNuke
================================
*/   


ul {
	list-style-image: url(images/sq.gif);
}

.head{
        font-family: Tahoma;

	font-size: 14px;
	font-weight: bold;
	color: #476D94;
}


A:link  {
font-weight:    bold;
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
font-weight:    bold;
    text-decoration:    none;
    color:  #003366;
}

A:active    {
font-weight:    bold;
    text-decoration:    none;
    color:  #003366;
}

A:hover {
font-weight:    bold;
    text-decoration:    underline;
    color:  #ff0000;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	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; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {

	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.contentpane {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.rightpane {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
MainMenu_leftseparator{



}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #476D94;; 
	font-size: 11px; 
	font-weight:normal;
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	
}
.MainMenu_MenuIcon {
	background-color: #cad5ea; 
	border-left: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
	background-color: Transparent;
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
}
.MainMenu_MenuItemSel {
	background-color: #8da4d3; 
	cursor: pointer; 
	cursor: hand; 
	color: #476D94;; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 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);
}




/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuVstatic" */
#houseMenuVstatic ul
{
	margin: 0;
	border: 0;
	padding-left:10;
	list-style-type: none;
	width: 144px;
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{

	margin: 0;
	border: 0;
	padding: 0;
	width: 144px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	display: block;
	padding-bottom: 4px;
	color:#4B4C4B;
	padding-top: 4px;
	text-decoration: none;
	font-weight: bold;
	width: 138px;
	_width: 144px;
	margin: 0;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	background-color: #336699;
	color: #ffffff;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
}

/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
color:#4B4C4B;
	padding-left: 12px;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 132px;
	_width: 144px;
	/* end hack */
}



/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */

	text-decoration: none;
}



/*Layout*/





.style1 {
	color: #837b71;
	font-size: 11px;
	font-family: tahoma;
}
.style2 {
	color: #4b4b4b;
	font-size: 11px;
	font-family: tahoma;
}
.style3 {
	color: #FF1003;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style4 {
	color: #484848;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style5 {
	color: #8a8a8a;
	font-size: 11px;
	font-family: tahoma;
}
.style6 {
	color: #515151;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style7 {
	color: #3394B9;
	font-size: 11px;
	font-family: tahoma;
}
.style8 {
	color: #6D6D6D;
	font-size: 11px;
	font-family: tahoma;
}
.style9 {
	color: #648D0E;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style10 {
	color: #5e5e5e;
	font-size: 11px;
	font-family: tahoma;
}
#mu ul { margin:0 0 0 0px}
#mu a { font-family:tahoma; font-size:11px;  text-decoration:none}
#mu2 ul { margin:0 0 0 0px}
#mu2 a { font-family:tahoma; font-size:11px;  text-decoration:none}
#mu3 ul { margin:0 0 0 0px}
#mu3 a { font-family:tahoma; font-size:11px;  text-decoration:none}































