/*	Normalize Elements	*/
body, div, ul, ol, span, p, table, tr, td
{
	margin: 0;
	padding: 0;
}

p 
{
	margin: 0 0 1.8em 0;
}

ul, ol 
{
	margin: 1.0em 0 1.0em 1.8em;
}

h1 
{
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
}

h2
{
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
}

h3
{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}

/*	Begin Page Layout Styles	*/


#page
{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #6780b8;
}

#page_structure 
{
	width: 1064px; /* 1024 + 20 + 20 */
}

#page_bottom_border
{
	height: 20px;
	background: transparent url(  './Images/page_bottom_border.jpg' ) top left no-repeat;
}

#page_left_border 
{
	width: 20px;
	background: transparent url(  './Images/page_left_border.jpg' ) top right repeat-y;
}

#page_right_border 
{
	width: 20px;
	background: transparent url(  './Images/page_right_border.jpg' ) top left repeat-y;
}

#page_center 
{
	width: 1024px;
}

#header
{
	width: 100%;
	height: 204px;
	background: #E9EAFF url(  './Images/banner.jpg' ) top left no-repeat;
}

#branding
{
	width: 100%;
	height: 178px;
}

.breadcrumbspane
{
	margin-top: -8px;
	margin-left: 12px;
	float: left;
	font-size: 10px;
	color: #cfcfcf;
}

.accountpane 
{
	margin-top: 14px;
	margin-right: 12px;
	float: right;
}

#body
{
	padding: 16px 0 8px 0;
	width: 1024px;
	background: #fdfdfd url(  './Images/page_bg.jpg' ) top left repeat-x;
}

#body_structure 
{
	width: 1000px;
	border: none;
	border-collapse: none;
}

.leftpane, .rightpane
{
	vertical-align: top;	
}

.leftpane
{
	width: 200px;
}

.rightpane 
{
	max-width: 476px;
}

.contentpane 
{
	/*position: relative;
	display: block;*/
	padding: 0 48px 0 16px;
	width: 100%;
	/*max-width: 400px;*/
	vertical-align: top;
}

#menu
{
	margin: 0 16px 0 0;
	height: 100%;
}

.left_navigation
{
	padding-bottom: 30px;
}

.searchpane
{
	margin: 0px auto 20px auto;
	width: 190px;
}

.searchpane span
{
	display: block;
	
}

.searchpane a.searchbutton
{
	display: inline;
	width: 60px;
	padding: 2px 4px;
	background-color: #496884;
	border-style: solid;
	border-color: #597E9F;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	color: #eee;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}

.searchpane a.searchbutton:hover 
{
	background-color: #597E9F; 
	text-decoration: none; 
	border-color: #496884;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
}


.footerpane
{
	text-align: center;
}


/*	End Page Layout Styles	*/
/*	Begin Hyperlink Styles	*/

a:link, a:active { color: #629ACB; text-decoration: none; }
a:visited { color: #00437F; }
a:hover { color: #9BB6CF; text-decoration: underline; }


/*	End Hyperlink Styles	*/
/*	Begin Menu Styles	*/


#menu a
{
	float: right;
	width: 200px;
	height: 20px;
	background-color: #629ACB;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
}

#menu a:hover
{
	background-color: #496884;
}

#menu div, #menu table, #menu tr, #menu td
{
	/* 
		This rule is used to correct the IE8 non-Compatibility Mode bug
		that results in Javascript errors when collapsing menus/submenus
	*/
	z-index: 1000;
}

.main_dnnmenu_container
{
	background-color: transparent;
}

.main_dnnmenu_bar
{
	cursor: pointer;
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}

.main_dnnmenu_rootitem, .main_dnnmenu_active_rootitem, 
.main_dnnmenu_rootitem .main_dnnmenu_submenu td
{
	cursor: pointer;
	cursor: hand;
	float: right;
	width: 180px;
	background-color: #629ACB;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	font: 11px Tahoma, sans-serif;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 5px 0 5px 20px;
}

.main_dnnmenu_item td, .main_dnnmenu_active_item td
{
	cursor: pointer;
	cursor: hand;
	max-width: 180px;
	background-color: #4C83AF;
	border-bottom: solid 1px #FFFFFF;
	font: 11px Tahoma, sans-serif;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 4px 4px 6px 8px;
}

.main_dnnmenu_active_rootitem, .main_dnnmenu_active_item td
{
	background-color: #597E9F;
}

.main_dnnmenu_itemhover, .main_dnnmenu_itemhover td
{
	background-color: #496884;
}

.main_dnnmenu_icon
{
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px !important;
	height: 100%;
	border-left: solid 1px #FFFFFF;
}

.main_dnnmenu_break
{
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow
{
	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;
}
.main_dnnmenu_rootmenuarrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
/*	End Menu Classes	*/
/*	Begin Default Container */

/* This style overrides DNN's standard .Head */
.Head
{
	font-size: 1.4em;  /* 1.0em because DNN sets it to 20px by default. */
	line-height: 1.0em; 
	font-weight: bold;
	color: #55555f;
	/* border-bottom: 1px ridge #eee; */
}

.default_container 
{
	margin-bottom: 20px;
}

.default_container .c_head {
	margin-bottom: 1em;
}

/*	End Default Container	*/
/*	Begin Member Login	*/

#member_login 
{
	width: 200px;
	background-color: #a8cff3;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#login_header
{
	height: 42px;
	background: transparent url('./Images/memberlogin.jpg') top left no-repeat;
}

#member_login .login_contentpane
{
	margin: 10px 20px;
	width: 160px;
}

/*	End Member Login	*/
/*	Begin Text Styles	*/

body
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 0.8em; 
	line-height: 1.2em; 
	font-weight: normal;
}

.copyright 
{
	padding: 20px 0 10px 0;
	color: #777;
}


/*	Begin Link Menu Classes	*/
.linkscontainer { padding-top: 20px; text-align: center; font-size: 0.8em; line-height: 1.8em; }
.header_linkscontainer { padding-right: 16px; text-align: right; font-size: 0.8em; line-height: 1.8em; }
.links, a.links:link, a.links:active, a.links:visited { font-weight: bold; color: #3E81B5; text-transform: uppercase; }
a.links:hover { color:#9BB6CF; }

.breadcrumbspane .links, .breadcrumbspane a.links:link, .breadcrumbspane a.links:active, .breadcrumbspane a.links:visited { color: #dfdfdf; }
/*	End Link Menu Classes	*/

/*	End Text Styles	*/
/*	Generic Styles	*/

.centerAligned
{
	margin-left: auto;
	margin-right: auto;
}

.rightAligned
{
	margin-left: auto;
}

.leftAligned
{
	margin-right: auto;
}

/*  CBT 09-04-2009:  Added to fix styling issues with Dynamic Forms */
div.float-clear {
   clear: both;
   height: 0px;
   overflow: hidden;
}

/* DMB 9/30/09:  Styling the fee schedule columns */


.DNN_Reports_Grid_Row td, .DNN_Reports_Grid_AlternatingRow td {
	text-align: center;
}

/* Fee Amount */
.FeeScheduleGrid td.Column6 {
	padding: 0 1.5em;
	text-align: right;
}

/* Specialty, CPT Desc. */
.FeeScheduleGrid td.Column7, .FeeScheduleGrid td.Column5 {
	padding: 0 1.5em;
	text-align: left;
}

/* Fee Amount */
.FeeScheduleLookupGrid td.Column5 {
	padding: 0 1.5em;
	text-align: right;
}

/* CPT Desc. */
.FeeScheduleLookupGrid td.Column6 {
	padding: 0 1.5em;
	text-align: left;
}

.DynamicRegistration_lnkRegister
{
	font-size: 1.285em;

}

.DynamicRegistration a:link
{
font-size: 1.285em;
}
.Normal {

     font-size: 0.9em;

     line-height: 1.4em;

}

