/*
====================================
Eye Help DNN Skin Styles
====================================
*/

/* Page */
.pagemaster {
	width: 100%;
	height: 100%;	
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;	
	background-color: #FFFFFF;
	background-image:url(/images/assets/bg.jpg);
	background-repeat:repeat-x;
}

/* IE6 PNG Fix */
img, div, input, td, tr { 
	behavior: url("iepngfix.htc") 
}

/* Control Panel */
.controlpanel {
	width: 100%;
	background-color: #ffffff;
}

/* Content Panes */
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 225px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 225px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 6px;
}

/* Buttons */
.StandardButton {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff; 
	background: #E56211;
	font-weight: normal;
	cursor: pointer; 
	height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
.StandardButton:hover {
  	color: #505050;
  	background: #8E9EA3;
}

/* Form */
.NormalTextBox
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px; 
	color: #505050; 
	line-height: normal;
	font-weight: normal;	
}

/* Link Buttons */
.CommandButton
{
	font-family: verdana,arial,helvetica, sans-serif;   
	font-size: 10px; 
	text-decoration: underline; 
	color: #8eb658;
}
A.CommandButton:link
{
	font-family: verdana,arial,helvetica, sans-serif;   
	font-size: 10px; 
	text-decoration: underline; 
	color: #E56211;
}
A.CommandButton:visited
{
	font-family: verdana,arial,helvetica, sans-serif;   
	font-size: 10px; 
	text-decoration: underline; 
	color: #8eb658;
}
A.CommandButton:hover
{
	font-family: verdana,arial,helvetica, sans-serif;   
	font-size: 10px; 
	text-decoration: underline; 
	color: #E56211;
}
A.CommandButton:active
{
	font-family: verdana,arial,helvetica, sans-serif;   
	font-size: 10px; 
	text-decoration: underline; 
	color: #E56211;
}

/* Labels */
.Head {
	font-family: arial,helvetica, sans-serif;
	font-size: 20px; 
	color: #8eb658; 
	line-height: normal;
	font-weight: bold;	
}
.SubHead
{
	font-family: arial,helvetica, sans-serif;
	font-size: 12px; 
	color: #32a6b3; 
	line-height: normal;
	font-weight: bold;	
}
.SubSubHead
{
	font-family: arial,helvetica, sans-serif;
	font-size: 12px; 
	color: #32a6b3; 
	line-height: normal;
	font-weight: normal;	
}

/* Text */
.Normal
{
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 12px; 
	color: #000000; 
	line-height: normal;
	font-weight: normal;	
}
.NormalSmall
{
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 11px; 
	color: #000000; 
	line-height: normal;
	font-weight: normal;	
}
.NormalDisabled
{
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 12px; 
	color: silver; 
	line-height: normal;
	font-weight: normal;	
}
.NormalBold
{
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 12px; 
	color: #000000; 
	line-height: normal;
	font-weight: bold;	
}
.NormalSmallBold
{
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 11px; 
	color: #000000; 
	line-height: normal;
	font-weight: bold;	
}
.NormalRed
{
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 12px; 
	color: #ff0000; 
	line-height: normal;
	font-weight: normal;	
}
H1
{
	font-family: arial,helvetica, sans-serif;
	font-size: 20px; 
	color: #8eb658; 
	line-height: normal;
	font-weight: bold;	
}
H2
{
	font-family: arial,helvetica, sans-serif;
	font-size: 14px; 
	color: #8eb658; 
	line-height: normal;
	font-weight: bold;	
}
H3
{
	font-family: arial,helvetica, sans-serif;
	font-size: 12px; 
	color: #8eb658; 
	line-height: normal;
	font-weight: bold;	
}

H4
{
	font-family: arial,helvetica, sans-serif;
	font-size: 12px; 
	color: #32a6b3; 
	line-height: normal;
	font-weight: bold;	
}

H5, DT
{
	font-family: arial,helvetica, sans-serif;
	font-size: 12px; 
	color: #32a6b3; 
	line-height: normal;
	font-weight: normal;	
}

H6
{
	font-family: arial,helvetica, sans-serif;
	font-size: 12px; 
	color: #32a6b3; 
	line-height: normal;
	font-weight: normal;	
}

/* Default Link */
A:link
{
	font-family: verdana,arial,helvetica, sans-serif;   
	font-size: 12px; 
	text-decoration: underline; 
	color: #8eb658;
}
A:visited 
{
	font-family: verdana,arial,helvetica, sans-serif;   
	font-size: 12px; 
	text-decoration: underline; 
	color: #8eb658;
}
A:hover 
{
	font-family: verdana,arial,helvetica, sans-serif;   
	font-size: 12px; 
	text-decoration: underline; 
	color: #E56211;
}
A:active
{
	font-family: verdana,arial,helvetica, sans-serif;   
	font-size: 12px; 
	text-decoration: underline; 
	color: #E56211;
}


/*
=========================================
Eye Help House of Nuke Menu Styles
=========================================
*/

/* Vertical Menu */
#HouseMenuNav
{
    /* menu wrapper div */
    margin-top: 10px;
    margin-bottom: 10px;
}

#HouseMenuNav ul
{
    /* all submenu lists */
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
}

#HouseMenuNav li
{
    /* all list items */ 
    /* added for opera browser to remove bullets on lists */
    list-style: none;
}

#HouseMenuNav li a:link, #HouseMenuNav li a:visited
{
    /* main colour of the menu */
    margin: 0;
    display: block;
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	text-decoration: none;
	color: #ffffff;
	background-image: url(/images/nav/sideNav.jpg);
	background-repeat: no-repeat;
	padding-left:24px;
	padding-right:10px;
	padding-top: 2px;
	height: 20px;
	width: 200px;
}

#HouseMenuNav li a:hover
{
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	text-decoration: none; 
	color: #e56211;
}
#HouseMenuNav ul ul
{
    /* second level menu items */
    margin: 0;
}
#HouseMenuNav ul ul li
{
    margin: 0; 
    /* remove the bullets from the sub menu */
    list-style: none;
}
#HouseMenuNav ul ul a:link, #HouseMenuNav ul ul a:visited
{
    margin: 0;
    display: block;
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	text-decoration: none;
	color: #ffffff;
	background-image: url(/images/nav/sideNav.jpg);
	background-repeat: no-repeat;
	padding-left:24px;
	padding-right:10px;
	padding-top: 2px;
	height: 20px;
	width: 200px;
}
#HouseMenuNav ul ul a:hover
{
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	text-decoration: none; 
	color: #e56211;
}


/*
====================================
Eye Help Custom Skin Styles
====================================
*/

.footer{
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 10px; 
	color: #32a6b3; 
	line-height: normal;
	font-weight: normal;	
}

a.footer:link, a.footer:visited {
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	text-decoration: none;
	color: #32a6b3;
}

a.footer:hover, a.footer:active {
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	text-decoration: none; 
	color: #E56211;
}

.bodyFont{
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 12px; 
	color: #000000; 
	line-height: normal;
	font-weight: normal;	
}

.Physician
{
	font-family: arial,helvetica, sans-serif;
	font-size: 16px; 
	color: #32a6b3; 
	line-height: normal;
	font-weight: bold;	
}

.mainTitle{
	font-family: arial,helvetica, sans-serif;
	font-size: 20px; 
	color: #8eb658; 
	line-height: normal;
	font-weight: bold;	
}

.subTitle{
	font-family: arial,helvetica, sans-serif;
	font-size: 12px; 
	color: #32a6b3; 
	line-height: normal;
	font-weight: normal;	
}

.whiteFont{
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 12px; 
	color: #FFFFFF; 
	line-height: normal;
	font-weight: normal;	
}

.whiteFontBold{
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 12px; 
	color: #FFFFFF; 
	line-height: normal;
	font-weight: bold;	
}


.inputSearch{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px; 
	color: #505050; 
	line-height: normal;
	font-weight: normal;	
	height: 18px
}
.btn{
	background-image: url(/images/nav/btn.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	border: none;
	cursor: pointer; 
}

Input{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px; 
	color: #505050; 
	line-height: normal;
	font-weight: normal;	
}

Select{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px; 
	color: #505050; 
	line-height: normal;
	font-weight: normal;
}

Textarea {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #505050; 
	line-height: normal;
	font-weight: normal;
	padding-left: 4px;
}

li  {
	font-family: "Trebuchet MS", Verdana, sans-serif; 
	font-size: 12px;
	color: #505050; 
	line-height: normal;
	font-weight: normal;
}