/*
State of California master template
Version 2010.12.09
*/

/* *************** CSS Reset *************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* *************** Outer structure *************** */

body {
	font-size:0.78em;
	background:#fff url(../images/design02/body_background.png) repeat-x;
	line-height: 1.2;
}


/* *************** Header *************** */

#map-link1 {
	position: absolute;
	width: 120px;
	height: 22px;
	top: 50px;
	left: 137px;
}

#map-link2 {
	position: absolute;
	width: 240px;
	height: 30px;
	top: 75px;
	left: 170px;
}

#header {
	width:968px;
	height:154px;
	margin:0 auto;
	position:relative;
	background:transparent url(../images/design02/header_bg2.png) no-repeat top right;
	z-index:10;
}

#header .head_cagov_logo {
	position:absolute;
	top:55px;
	left:35px;
	z-index:10;
}

#head_links {
	position:absolute;
	top:46px;
	left:566px;
	font-size:.9em;
	color:#c2e5f4;
}
#head_links a {
	color:#dadada;
	margin:0 8px;
}
#head_links a:hover {
	color:#fff;
}


/* Search */

.submit_container {
	position:absolute;
	top:0px;
	left:183px;
	z-index:100;
}

.textfield_container {
	width:183px;
	height:20px;
	background:transparent url(../images/design02/header_search_textfield.png) no-repeat;
	float:left;
	z-index:100;
}

.gsc-completion-container {
	z-index:50; /* fix issue where Google autocomplete dropdown appears behind header images */
}

td.gsc-clear-button {
	display: none !important;
}

#head_search {
	position:absolute;
	left:700px;
	top:71px;
	width:240px;
	z-index:100;
}
#search_ca_textfield, #search_local_textfield {
	border:0;
	background-color:transparent;
	padding:3px 0 0 8px;
	width:175px; /* 183 - 8 */
	color:#505050;
	font-size:0.92em;
}


#radio_container {
	position:absolute;
	top:20px;
	left:40px;
	color:#fff;
	font-size:.9em;
	width:172px; /* Fix FF3 issue where increasing font size causes radio buttons to wrap to two lines */
}

.javascript_off #radio_container {
	display:none;
}

#header .radiobutton {
	position:relative;
	top:2px;
}
.javascript_on #header .radiobutton {
	position:absolute;
	left:-2000px;
}
.javascript_on #radio_container label {
	padding:0 0 0 24px;
	background: url(../images/design02/header_search_radiobutton.png) no-repeat 12px 3px;
}

/* Navigation */

#navigation {
	position:absolute;
	top:95px;
	left:16px;
	padding-left:128px; /* adjusts the horizontal position of the top-level nav */
}
#navigation ul {
	padding: 0;
	margin: 0;
}
#navigation li {
	float: left;
	background: transparent url(../images/common/nav_divider.png) no-repeat bottom right;
	padding:0 0 0 0px;
}
#navigation li.last_nav_item {
	background-image:none;
}

#navigation a.nav_level1_link {
	text-decoration:none;
	display: block;
	padding:0 15px 0 17px; /* adjust the width of the tabs by adjusting the left & right padding */
	margin-right:2px; /* add 1px gap on right side of tab */
	height:23px; /* 47 - 24 */
	color: #eee;
	text-transform: uppercase;
	font-size: 1.21em;
	text-shadow: #000 1px 1px 3px; /* This is valid in CSS 2 and 3 but not 2.1 */
	padding-top:24px;
	white-space:nowrap; /* fix IE8 comp mode issue where nav text wraps */
}

#navigation li.last_nav_item a.nav_level1_link {
	margin-right:0px;
}

#nav_list :first-child a.nav_level1_link {
	/*padding-left:45px;  Add padding so the entire background highlight can be seen */
}

.highlighted_nav_item a.nav_level1_link, .body_home #nav_list :first-child .nav_level1_link {
	background: transparent url(../images/common/nav_highlight.png) no-repeat bottom right; /* current page item, home, spec 0-2-1, 1-3-0 */
}
#navigation #nav_list.unhighlight_nav_item a.nav_level1_link {
	background-image:none; /* unhighlight current page item, spec 2-2-1 */
}
#header #navigation #nav_list li:hover a.nav_level1_link {
	background: transparent url(../images/common/nav_highlight.png) no-repeat bottom right; /* hovered item, spec 3-2-2 */
}

/* *************** page_container *************** */

#page_container {
	background:transparent url(../images/common/page_content_shadow.png) repeat-y;
	width:968px;
	min-height: 650px;
	margin:-11px auto 0 auto;
	min-height: 600px;
}

#banner, #main_content {
	width:936px;
	margin:0 auto;
	color:#333333;
}

/* *************** Banner *************** */

#banner {
	height:285px;
}

/* *************** Main Content *************** */

#main_content {
	position:relative;
	padding:10px 0 0 0;
}

.add_padding {
	padding:0px;
}

.content_left_column {
	position: relative;
	width:200px;
	height: 100%;
	float: left;
}
.content_right_column {
	width: 700px;
	float: right;
	line-height: 1.4;
	margin: 0 20px 0 15px;
}

.content_right_column p {
/*	text-align: justify; */
}

.breadcrumbs {
	padding: 5px 5px 5px 10px;
}
.breadcrumbs img {
	padding: 0 4px;
}


/* *************** Footer *************** */

#footer_2 {
	width:968px;
	margin:0 auto;
	background:transparent url(../images/design02/footer_bottom_shadow.png) no-repeat;
	text-align:center;
	padding:34px 0 20px 0;
	color:#777777;
	font-size:0.92em;
	font-weight:bold;
}
#footer_2 a {
	color:#777777;
	padding:0 4px;
}

/* **************** Footer without dark container *************** */

#footer_1a {
	display:none;
}

div#footer_2 {
	background:transparent url(../images/common/footer_bottom_shadow_white.png) no-repeat;
}



/* ================================================================================= */

/* *************** Content *************** */
/* Edit 5/10/17 */
ol, ul {
	padding-left:32px;
}

.half_width_column {
	width:120px;
	float:left;
	margin-bottom:20px;
}

p {
	margin:.8em 0;
}

h1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:normal;
	background:url(../images/content/bullet_arrow_right_green.png) no-repeat;
	margin: 0.6em 0;
	padding: 0 0 0 38px;
}

h2 {
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:bold;
	margin:1em 0;
	border:1px solid #d6d7db;
	padding:2px 0 2px 6px;
	background-color:#e7eaef;
	text-transform:uppercase;
}
h2 img {
	vertical-align:middle;
	padding-right:6px;
}
h3 {
	/* font-family: "Arial Narrow", Arial, Helvetica, sans-serif; */
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
  	font-size: 1.2em;
  	font-weight: bold;
	margin: 0.6em 0;
 	border-bottom:2px dotted #999;
 	color: #253b5a;
 	padding-left: 10px;
}
h4 {
	font-size:1.1em;
	margin:0 0 .4em 0;
	 font-size:1em;
 	font-weight:bold;
}

hr {
 color: #bc3e06;
 background-color: #bc3e06;
 height: 2px;
 border: 0;
}

a {
	text-decoration:none;
	color:#1f70a7;
	outline: none;
}
a:hover {
	text-decoration:underline;
}

.hidden { /* Hide from regular displays.  Screen readers can still read it. */
	display:block;
	position: absolute;
	left: -9999px;
	
	
	
	top: 0;
}

.cleaner {
	clear:both;
	height:0;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	width:auto;
	float:none;
}

.governor_website {
 display:block;
 text-align:center;
 margin: 0;
 padding: 0;
 clear:both;
}

.ig_logo {
	margin-top: -3px;
}

.list_style_1 {
	list-style-type:none;
	padding-left:10px;
}
.list_style_1 li {
	background:transparent url(../images/content/bullet_blue_disc.png) no-repeat 0px 2px;
	padding:0 0 14px 18px;
}
.list_style_1 a {
	font-size:1.1em;
	font-weight:bold;
}
.list_style_1 div {
	margin:.4em 0 0 0;
}

.list_style_2, .list_style_2 ul {
	list-style-type:none;
	padding-left:10px;
}
.list_style_2 li {
	background:transparent url(../images/content/bullet_blue_disc.png) no-repeat 0px 2px;
	padding:0 0 16px 18px;
}
.list_style_2 li li {
	margin:6px 0 0 0;
	padding:0 0 0 18px;
}

/* list with white > on blue disc bullets */
#main_content .list_style_4 {
	list-style-type:none;
	padding-left:10px;
	float:left;
}
#main_content .list_style_4 li {
	float:none;
	background:transparent url(../images/content/bullet_blue_disc.png) no-repeat 0px 1px;
	padding:0 0 5px 18px;
}


.indent {
	padding-left:42px;
}


/* *************** Side Nav styles *************** */


#side_navigation ul {
	width: 110px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav_list ul {
	padding-left:20px;
}
#side_navigation li {
	float: left;
	background: transparent;
	padding:0 0 0 0px;
}
#side_navigation li.last_nav_item {
	background-image:none;
}

#side_navigation a.nav_level1_link {
	width: 115px;
	text-decoration:none;
	display: block;
	padding:0 0 0 0; /* adjust the width of the tabs by adjusting the left & right padding */
	margin-right:2px; /* add 1px gap on right side of tab */
	height:25px; /* 47 - 24 */
	color: rgb(1, 78, 150);
	text-transform: uppercase;
	font-size: 1.30em;
	text-shadow: #333 1px 1px 2px; /* This is valid in CSS 2 and 3 but not 2.1 */
	padding-top:5px;
	white-space:nowrap; /* fix IE8 comp mode issue where nav text wraps */
}

#side_navigation li.last_nav_item a.nav_level1_link {
	margin-right:0px;
}

#nav_list li:hover a.nav_level1_link {
	font-size: 1.37em; /* hovered item, spec 3-2-2 */
	font-weight: bold;
}


#left_column {
 position: relative;
 height: 100%;
 float:left;
 width:199px;
 margin:0;
 padding:0;
 background:#BCC5D0;
 border-radius: 0 7px 0 0;
}

#left_column_fade {
	height: 50px;
	width: 199px;
	background: url(../images/design02/navbar_fade.png) no-repeat bottom;
}


#left_column a {
 color:#000;
 padding: 0;
 margin: 0;
}

#left_column ul {
 margin: .4em .5em 1em 0em;
}
#left_column ul ul {
 margin: .2em 0em 0em 0em;
}

.left_column_top {
 margin: 0;
 padding: 1px 0 5px 0px;
}

.left_column_top a {
 display:block;
}

.left_column_top a:hover {
 background:#ECECE7; /* light gray */
}

.column_inner {
 padding:14px;
}

.column_inner ul a:hover {
 background:#ECECE7; /* light gray */
}

#left_column .column_inner {
 padding:0px;
}

* html .column_inner {
  float:left; /* Needed for IE */
}
#left_column, #right_column, .column_inner { /* Prevent oversized content from breaking the layout */
  overflow:hidden;
}

#amber_alert_on {
 margin-bottom:10px;
}

.sidenav_list {
	margin-left: 0px;
	padding-left: 30px;
}

.sidenav_list_dark li, #middle_column .sidenav_list_dark li {
 list-style-image:url(../images/ca_department/bullet_black.gif);
 padding:2px;
 margin-bottom:0px;
}

.sidenav_list_light li, #middle_column .sidenav_list_light li {
 list-style-image:url(../images/ca_department/bullet_gray.gif);
 padding:2px;
 margin-bottom:0px;
}

div.left_column_top > ul > li,

.sidenav_list li, #middle_column .sidenav_list li {
 list-style-image:url(../images/ca_department/bullet_blue.gif);
 padding:2px;
 margin-bottom:0px;
}

.sidenav_list_dark a {
 text-decoration:none;
 display:block;
 border-bottom:1px dotted #999999;
}

.sidenav_list_light a {
 text-decoration:none;
 display:block;
 border-bottom:1px dotted #ECECE7;
}

.sidenav_list a {
 text-decoration:none;
 display:block;
 border-bottom:1px dotted #253B5A;
}

.sidenav_list_dark a:hover, .sidenav_list_light a:hover, .sidenav_list a:hover {
 text-decoration:underline;
}

.sidenav_list img {
display: inline;
}


#middle_column ul li {
 list-style-image:url(../images/ca_department/bullet_red.gif);
 margin-bottom:15px;
}

#middle_column li ul li{
 list-style-image:url(../images/ca_department/bullet_darkgray.gif);
 margin-bottom:5px;
}

 .content_list  {
 list-style-image:url(../images/ca_department/bullet_red.gif);
 padding: 0 0 0 30px;
 /** Padding between bulleted items**/
}
.content_list li {
 /** Padding between bulleted items**/
	padding-bottom: 7px;
}

.content_list li a {
	color: #3754D4;
}
.content_list li a:hover {
	color: #3754D4;
	background-color: #BCC5D0;
}

.content_list img{
 vertical-align: text-bottom;
 display: inline;
}

.rss_list {
	list-style-image: url(../images/rss2.png);
	padding: 0 0 0 30px;
}

.rss_list li {
	padding-bottom: 4px;
}


/* *************** Head Nav styles *************** */

/* BEGIN NAVIGATION LINK SECTION BY CHRIS UPDEGROVE  */



.menu_1_main a:link {
 color: #fff;
}

.menu_1_main a:visited {
 color: #fff;
}

.menu_1_main a:hover {
 
 color: #cc6600;
 background-color:#ecece7;
 text-decoration: underline;
}

.menu_1_main a:active {
 color: #fff;
}
/*  END NAVIGATION LINK SECTION BY CHRIS UPDEGROVE  */


.menu_1_main {
	MIN-WIDTH: 774px;
	MARGIN: 0px;
	WIDTH: 100%;
	TEXT-ALIGN: left;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 1px;
	WHITE-SPACE: nowrap;
	POSITION: relative;
	top:108px;
	left:120px;
}

 
.menu_1_main UL {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 10px;
	Z-INDEX: 1;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 65em;
	PADDING-TOP: 0px;
	POSITION: absolute;
}
.menu_1_main LI {
	DISPLAY: block;
	FLOAT: left;
	LIST-STYLE-TYPE: none;
	background: url("../images/common/nav_divider.png") bottom right no-repeat;
}

.menu_1_main A {
	PADDING-RIGHT: 6px;
	DISPLAY: block;
	PADDING-LEFT: 6px;
	FONT-SIZE: 14PX;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	-- COLOR: #fff;  -- 
	PADDING-TOP: 6px;
	POSITION: relative;
	HEIGHT: 28px;
	TEXT-DECORATION: none;
	voice-family: inherit;
}

	

.menu_1_main LI.menu-current UL {
	DISPLAY: block;
	
}
.menu_1_main LI.menu-current A {
	font-weight: bold;
	PADDING-TOP: 5PX;
	text-shadow: black 0.1em 0.1em 0.2em;
	/*BACKGROUND-COLOR: #253B5A;*/
	background: url('../images/common/nav_high_white.png') bottom center no-repeat;
	background-size: 100% 100%;
}

.menu_1_main LI.menu-current A:hover {
	font-weight: bold;
	PADDING-TOP: 5PX;
	text-shadow: black 0.1em 0.1em 0.2em;
	/*BACKGROUND-COLOR: #253B5A;*/
	background: url('../images/common/nav_high_white.png') top center no-repeat;
	background-size: 100%;
}


.menu_1_main li a {
	padding: 0 20px 0 20px;
}

.menu_1_main LI.menu-sibling A{
	padding-top: 5px;
	COLOR: #FFF;
}

.menu_1_main LI.menu-sibling A:hover{
	background: url('../images/common/nav_high_white.png') bottom center no-repeat;
	background-size: 100% 100%;
	COLOR: #fff;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-decoration: none;
}


}

.menu_1_main LI.menu-parent UL {
	padding-top: 5px;
	COLOR: #FFF;
}
.menu_1_main LI.menu-parent A {
	font-weight: bold;
	PADDING-TOP: 5PX;
	text-shadow: black 0.1em 0.1em 0.2em;
	/*BACKGROUND-COLOR: #253B5A;*/
	background: url('../images/common/nav_high_white.png') bottom center no-repeat;
	background-size: 100% 100%;
}

.menu_1_main LI.menu-parent A:hover {
	font-weight: bold;
	PADDING-TOP: 5PX;
	text-shadow: black 0.1em 0.1em 0.2em;
	/*BACKGROUND-COLOR: #253B5A;*/
	background: url('../images/common/nav_high_white.png') top center no-repeat;
	background-size: 100%;
}

.menu_1_main LI.menu-expand A {
	padding-top: 5px;
}

.menu_1_main LI.menu-expand A:hover {
	background: url('../images/common/nav_high_white.png') bottom center no-repeat;
	background-size: 100% 100%;
	COLOR: #fff;
	text-decoration: none;
}

.menu_1_main LI.menu-first A {
	padding-top: 5px;
	COLOR: #FFF;
}

.menu_1_main LI.menu-first A:hover {
	background: url('../images/common/nav_high_white.png') bottom center no-repeat;
	background-size: 100% 100%;
	COLOR: #fff;
	text-decoration: none;
}

.menu_1_main LI.menu-last {
	background-image: none;
}

.menu_1_cont {
	MIN-WIDTH: 774px;
	MARGIN: 0px;
	WIDTH: 100%;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BACKGROUND: #253b5a;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	WHITE-SPACE: nowrap;
	POSITION: relative;
	--Set to 10 from 30 to reduce size of blue bar under tabs 
	HEIGHT: 10px;

}

.menu_1_cont1 {
	line-height: 2em;
}

/* ************************ Content Styles ******************** */

.CROB_files_cont {
	width: 100%;
}

.CROB_files {
	width: 700px;
	margin: 0px auto;
}

.CROB_tabs {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

.CROB_tabs ul {
	position: relative;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.CROB_tabs ul li {
	margin-right: 5px;
	padding-top: 5px;
	display: inline;	
	float: left;
	background-color: #bbb;
	text-align: center;
	border-radius: 10px 10px 0 0;
	moz-border-radius: 10px 10px 0 0;
}

.CROB_tabs ul li.selectedTab {
	display: inline;	
	float: left;
	background-color: #e7eaef;
	text-align: center;
}

.CROB_tabs ul li.deselectedTab a:hover {
	text-decoration: none;
	color: #fbad23;
	text-shadow: black 1px 1px 3px;
	padding: 0;
	font-weight: bold;
}

.CROB_tabs ul li.highlightedTab {
	display: inline;	
	float: left;
	background-color: #ccc;
	text-align: center;
}

.CROB_tabs ul li.deselectedTab {
	display: inline;	
	float: left;
	background-color: #aaa;
	text-align: center;
}

.CROB_tabs ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 0;
	outline: none;
}

.CROB_tabs ul li.selectedTab a {
	text-decoration: none;
	color: #fbad23;
	text-shadow: black 1px 1px 3px;
	padding: 0;
	font-weight: bold;
}

.CROB_tabs ul li.selectedTab span span {
	border-radius: 0 0 5px 5px;
}

.CROB_tabs ul li.deselectedTab span span {
	border-radius: 0 0 5px 5px;
}

.CROB_tabs ul li span {
	height: 55px;
	width: 110px;
	margin-bottom: 5px;
}

.CROB_tabs ul li span.tab1 {
	display: block;
	background: url('../images/tab_imgs/info.png') no-repeat center bottom;
}

.CROB_tabs ul li span.tab2 {
	display: block;
	background: url('../images/tab_imgs/alert2.png') no-repeat center bottom;
}

.CROB_tabs ul li span.tab3 {
	display: block;
	background: url('../images/tab_imgs/checklist.png') no-repeat center bottom;
}

.CROB_tabs ul li span.tab4 {
	display: block;
	background: url('../images/tab_imgs/clock2.png') no-repeat center bottom;
}

.CROB_tabs ul li span.tab5 {
	display: block;
	background: url('../images/tab_imgs/reports.png') no-repeat center bottom;
}

.CROB_tabs ul li span.tab6 {
	display: block;
	background: url('../images/tab_imgs/archive.png') no-repeat center bottom;
}

.aboutCROB {
	font-size: 14px;
}

.aboutCROB a {
	color: #1F70A7;
}
s

.Reports_files_cont {
	width: 100%;
}

.Reports_files {
	width: 700px;
	margin: 0px auto;
}
 
.Reports_tabs {
	float: left;
	position: relative;
	border-top-left-radius: 10px;
	moz-border-top-left-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.Reports_tabs ul {
	position: relative;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.Reports_tabs ul li {
	margin-right: 5px;
	padding-top: 5px;
	display: inline;	
	float: left;
	background-color: #bbb;
	text-align: center;
	border-radius: 10px 10px 0 0;
	moz-border-radius: 10px 10px 0 0;
}

.Reports_tabs ul li.selectedTab {
	display: inline;	
	float: left;
	background-color: #e7eaef;
	text-align: center;
}

.Reports_tabs ul li.deselectedTab {
	display: inline;	
	float: left;
	background-color: #aaa;
	text-align: center;
}

.Reports_tabs ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	outline: none;
}

.Reports_tabs ul li.selectedTab a {
	text-decoration: none;
	color: #fbad23;
	text-shadow: black 0 1px 3px;
	font-size: 16px;
	padding: 0;
	font-weight: bold;
}

.Reports_tabs ul li.deselectedTab a:hover {
	text-decoration: none;
	color: #fbad23;
	text-shadow: black 0.1em 0.1em 0.3em;
	font-size: 16px;
	padding: 0;
	font-weight: bold;
}

.Reports_tabs ul li.selectedTab span span {
	border-radius: 0 0 5px 5px;
}

.Reports_tabs ul li.deselectedTab span span {
	border-radius: 0 0 5px 5px;
}

.Reports_tabs ul li span {
	height: 60px;
	width: 105px;
	margin-bottom: 5px;
}

.Reports_tabs ul li span.tab1 {
	display: block;
	line-height: .9em;
	background: url('../images/tab_imgs/cal.png') no-repeat center bottom;
}

.Reports_tabs ul li span.tab2 {
	display: block;
	line-height: .9em;
	background: url('../images/tab_imgs/home.png') no-repeat center bottom;
}

.Reports_tabs ul li span.tab3 {
	display: block; 
	line-height: .9em;
	background: url('../images/tab_imgs/EMS.png') no-repeat center bottom;
}

.Reports_tabs ul li span.tab4 {
	display: block;
	line-height: .9em;
	background: url('../images/tab_imgs/file.png') no-repeat center bottom;
}

.Reports_tabs ul li span.tab5 {
	display: block;
	line-height: .9em;
	background: url('../images/tab_imgs/review2.png') no-repeat center bottom;
}

.Reports_tabs ul li span.tab6 {
	display: block;
	line-height: .9em;
	background: url('../images/tab_imgs/archive.png') no-repeat center bottom;
}

.kdl_list_file {
	padding-bottom: 5px;
}

.tabPage {
	display: block;
	width: 680px;
	float: left;
	top: 450px;
	left: 230px;
	background-color: #e7eaef;
	border-radius: 0 12px 12px 12px;
	moz-border-radius: 0 12px 12px 12px;
	padding: 10px 10px 10px 15px;
}

.tabPage p:first-letter {
	padding-left: 2em;
}

.reportsTabPage {
	display: block;
	width: 680px;
	float: left;
	top: 450px;
	left: 230px;
	background-color: #e7eaef;
	border-radius: 0 12px 12px 12px;
	moz-border-radius: 0 12px 12px 12px;
	padding: 10px 10px 10px 15px;
}

.reportsTabPage p:first-letter {
	padding-left: 2em;
	line-height: .8em;
}

.indentedP:first-letter {
	padding-left: 2em;
}

/* .frm-nixhier { display :none; } */

