/* 
================================
Skin styles for DotNetNuke
Changes 
================================
*/   

.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-color: #00cc99;
	height:30px;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	
	z-index: 1;

}
.leftpane {
	width: 250px !important;
	background-color: #6699ff;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	
}
.leftpaneblank {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 450px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	text-align: left;
}
.contentpanerb {
	width: 700px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	text-align: left;
}

.rightpane {
	width: 250px !important;
	background-color: #6699ff;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	
}
.rightpaneblank {
	/*width: 250px !important;*/
	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: #cad5ea 0px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	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;
}
.MainMenu_MenuItemSel {
	background-color: #8da4d3; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.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);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
/* ==================================
   CSS Styles for the HouseMenu Skin Object
 By MKN - 03-05-2007
=====================================
*/
#HouseMenuNav {
        background-color: transparent;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        border: 0px solid black;
}
#HouseMenuNav ul
{
    /* All Menu Lists */
        padding: 0;
        border: 0;
        margin: 0;
        list-style: none;
        float: left;
}
#HouseMenuNav li
{
    /* All links within the menu wrapper */
        list-style: none;
        float: left;
        padding: 2px 2px 0 0;
}
#HouseMenuNav li a:link, #HouseMenuNav li a:visited
{
    /* Format all Links */
        display: block;
        background-color:  #00dd99;
        color: #fff;
        text-decoration: none;
        padding: 2px 1em; 
/*
        border-left: 1px solid green;
        border-right: 1px solid green;
        border-top: 1px solid green;
        border-bottom: 1px solid green; */
}
#HouseMenuNav li a:hover
{
    /* Format Hover for List Item */
        background-color: #99dd99;
}
/*
=====================================
*/

/*
===========
= Skinning for the navigation pane 
= By MKN 25/05/07 
===========
*/

a img { border: 0 }


h4 {
	text-transform: uppercase;
	margin-bottom: 0;
}

/*	unav	*/
#nav {
	background: #00cc99;
	text-align: right;
	padding-right: 15px;	
}

ul.unav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.unav li {
	float: left;
	list-style:none;
	margin: 0;
	padding: 0;	
	position: relative;
}

.unav li a {
	position: relative;
	display: block;
}

#product_select {
	height: 34px;
	padding: 0;
	margin: 0;
}


/* unav */
.unav {
	background: url('/images/div_nav.gif');
	position: absolute;
	z-index: 100;
}

.unav li{
	padding: 0px 0px 1px 0px;
}

.unav li.first {
	padding: 0 1px; /*	add left border	*/
}

.unav li img {
	background-color: #00cc99;
}

.unav li img#nav_button_patient_section,
.unav li img#nav_button_practitioner_section,
.unav li img#nav_button_investors {
	height: 34px;
	width: 108px;
	display: Block;
}
.unav li img#nav_button_patient_section {
	background: url('/images/nav_patient_section.gif') no-repeat;
	width: 107px;
}
.unav li:hover img#nav_button_patient_section, .unav li.hover img#nav_button_patient_section {
	background: url('/images/nav_patient_section_on.gif') no-repeat;
}
.unav li img#nav_button_practitioner_section {
	background: url('/images/nav_practitioner.gif') no-repeat;
}
.unav li:hover img#nav_button_practitioner_section, .unav li.hover img#nav_button_practitioner_section {
	background: url('/images/nav_practitioner_on.gif') no-repeat;
}

/*	menu	*/

.unav li .menu {
	display: none;	
	position: absolute;
	top: 34px;
	z-index: 100;
	width: 800px;
	background: #00cc77;
	height: 152px;
	text-align: left;
	overflow: hidden;
	  
}

div.menu.patient_section {
	left: -3;
	height: 225px !important; 
}

div.menu.practitioner_section {
	left: -112px;
	height: 320px !important;
}

div.menu.investors {
	left: -218px;
}


.unav li:hover .menu, .unav li.hover .menu {
	display: block;
}

.menu li {
	float: none;
}

.menu .section {
	margin-top: 16px;
	float: left;
	background: url('/images/div_nav.gif') 0 0 repeat-y;
	padding-left: 1px;
	width: 150px;	/*	COLUMN WIDTH	*/
}

.menu .section.first {
	background: none;
}

.menu .section * {
	background: #00cc77;
}

.menu a , .menu a:visited {
	color: #fff;
	display: block;
	font-size: 12px;
}

.menu a:hover {
	color: #076ddd;
}

.menu .section h4 {
	margin: 0;
	padding: 0 6px;	
}

.menu .section h4 a  {
	padding-left: 14px;
	font-size: 12px;
	font-weight: bold;
        color: #330099;
        
}

.menu .section ul {
	margin: 0;
	padding: 5px 10px 0 10px;
	height: 250px;	/*	extend the borders down	*/
	font-size: 11px;
}

.menu .section li {
	padding-left: 10px;
	padding-bottom: 4px;
}
/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* GENERIC */
H1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H4
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H5, DT
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

H6
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}