/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
	background-image: url(til_1.jpg); 
}
.skinmaster {

	background-color: #ffffff;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader 
{

}
.skingradient {
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	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;
}
/* Search Padding - lines up text nicely */
.GoLink 
{
padding-right: 5px;
font-family: Arial;
font-size:  11px;
font-weight: bold;
color: navy;
}

/* Standard Menu Settings */

.MainMenu_MenuContainer {
background-color: transparent; 
}
.MainMenu_MenuBar {
cursor: pointer; 
cursor: hand;
height: 10px;
background-color: Transparent;
}
.MainMenu_MenuItem {
border-left: #FFD973 0px solid; 
border-bottom: #FFD973 0px solid; 
border-top: #FFD973 0px solid; 
border-right: #FFD973 0px solid;
cursor: pointer; 
cursor: hand; 
color: black; 
font-family: tahoma, arial, helvetica; 
font-size: 8pt; 
font-weight: bold; 
font-style: normal; 
background-color: Transparent;
height: 10px;
}
.MainMenu_MenuIcon {
background-color: #FFD973; 
border-left: #FFD973 1px solid; 
border-bottom: #FFD973 1px solid; 
border-top: #FFD973 1px solid; 
cursor: pointer; 
cursor: hand; 
text-align: center; 
width: 15px; 
height: 10px;
}
.MainMenu_SubMenu {
background-color: #FFD973;  
z-index: 1000; 
cursor: pointer; 
cursor: hand; 
}
.MainMenu_MenuBreak {
height: 1px;
}
.MainMenu_MenuItemSel {
background-color: white; 
cursor: pointer; 
cursor: hand; 
color: black; 
font-family: tahoma, arial, helvetica; 
font-size: 8pt; 
font-weight: bold; 
font-style: normal;
height: 10px;
}
.MainMenu_MenuArrow {
border-right: #FFD973 1px solid; 
border-bottom: #FFD973 1px solid; 
border-top: #FFD973 0px solid;
font-family: webdings; 
font-size: 8pt; 
cursor: pointer; 
cursor: hand; 
}
.MainMenu_RootMenuArrow {
font-family: webdings; 
font-size: 8pt; 
cursor: pointer; 
cursor: hand;
}

/* End Menu Settings */

.StandardButton {
  background: #376D38 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: #333333;
}
.loginText {
   font-family: Arial;
   font-size:  11px;
   font-weight: bold;
   color: black;
}
a.loginText:Link {
   font-family: Arial;
   font-size:  11px;
   font-weight: bold;
   color: black;
   text-decoration: none;
}
a.loginText:Active {
   font-family: Arial;
   font-size:  11px;
   font-weight: bold;
   color: black;
   text-decoration: none;
}
a.loginText:Visited {
   font-family: Arial;
   font-size:  11px;
   font-weight: bold;
   color: black;
   text-decoration: none;
}
a.loginText:Hover {
   font-family: Arial;
   font-size:  11px;
   font-weight: bold;
   color: black;
   text-decoration: underline;
}


.footerBG {
 background-image: url(bottom.jpg);
 background-repeat:no-repeat;
 height:90px;
}
.footerText {
   font-family: Arial;
   font-size:  11px;
   font-weight: normal;
   color: gray;
}
a.footerText:Link {
   font-family: Arial;
   font-size:  11px;
   font-weight: normal;
   color: red;
   text-decoration: none;
}
a.footerText:Active {
   font-family: Arial;
   font-size:  11px;
   font-weight: normal;
   color: red;
   text-decoration: none;
}
a.footerText:Visited {
   font-family: Arial;
   font-size:  11px;
   font-weight: normal;
   color: red;
   text-decoration: none;
}
a.footerText:Hover {
   font-family: Arial;
   font-size:  11px;
   font-weight: normal;
   color: gray;
   text-decoration: underline;
}

