/* 
================================
Skin styles for DotNetNuke
================================
*/   

BODY{
	margin-right:0px;
	margin-left:0px;
	margin-top:6px;
	margin-bottom:6px;
	font-size:8pt;
}

A
{
  font-size:8pt;   
}

TD
{
  font-size:8pt;   
}

TBODY
{
  font-size:8pt;  
}

.copyright_style
{
  font-family: Arial, Helvetica,Sans-serif;
  font-size:8pt;
}

.terms_style
{
  font-family: Arial, Helvetica,Sans-serif;
  font-size:8pt;
}

.privacy_style
{
   font-family: Arial, Helvetica,Sans-serif;
   font-size:8pt;
}

.login_style
{
   font-family: Arial, Helvetica,Sans-serif;
   font-size:8pt;
}

.search_style
{
  font-family: Arial, Helvetica,Sans-serif;
  font-size:8pt;
}

.currentdate_style
{
  font-family: Arial, Helvetica,Sans-serif;
  font-size:8pt;
}

.breadcrumb_style
{
  font-family: Arial, Helvetica,Sans-serif;
  font-size:8pt;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border-right: #0066CC 1px solid; 
	border-top: #0066CC 1px solid; 
	border-left: #0066CC 1px solid; 
	border-bottom: #0066CC 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
	width:60%;
}
.skinheader {
}
.skingradient 
{
	/* background-image: url(gradient_DkBlue.jpg); 
	height:30px; */
}
.controlpanel {
	width: 100%;
	background-color: #0099CC;
}
.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: #0066CC; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #6699FF 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #0066CC 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica,Sans-serif; 
}
.MainMenu_MenuIcon {
	background-color: #000000; 
	border-left: #cad5ea 1px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #FFFFFF 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 1px; 
	height: 18px;
}
.MainMenu_SubMenu {
	background-color: #0066cc;  
	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: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica,Sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: red 0px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	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: Arial, Helvetica, Sans-serif;
   font-size:  8pt;
   font-weight: bold;
   color: #0066CC;
}

.normalbold
{
   font-size:  8pt;  
}

.NHSBlue
{
  font-family: Arial, Helvetica, Sans-serif;
  font-weight: bold;
  color:#0090fe;   
}
