/* 
================================
Skin styles for DotNetNuke
================================
*/   

	@import url("css/ca_master.css");
	@import url("css/ca_department.css");
	
	/* ***** Select the 1-level or 2-level navigation ***** */
	@import url("css/navigation_2_level.css");
	
	/* ***** Select the 1, 2 or 3 column content section ***** */
	/* @import url("/css/content_1_column.css"); */
	/* @import url("/css/content_2_column.css"); */
	/* @import url("/css/content_3_column.css"); */
	
	@import url("css/content_2_column.css");
	
	/* ***** Select a color scheme ***** */
	/* @import url("css/color_scheme_01_sf.css"); */
	/* @import url("css/color_scheme_02_ca.css"); */
	/* @import url("/css/color_scheme_03_eureka.css"); */
	/* @import url("css/color_scheme_04_napa.css"); */
	/* @import url("css/color_scheme_05_monterey.css"); */
	/* @import url("css/color_scheme_06_sac.css"); */
	/* @import url("css/color_scheme_07_la.css"); */
	/* @import url("css/color_scheme_08_sc.css"); */
	@import url("css/color_scheme_09_sd.css"); 
	/* @import url("css/color_scheme_10_oakland.css"); */
	
.Normal, div, span, td, td span, td, blockquote, .SkinObject, a, li, ul, li span {
	font-size: small;
}

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  medium;
    font-weight: bold;
    color: #333333;
}
	
.Normal, div, span, td, td span, td, blockquote, .SkinObject {
	font-size: small;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}


blockquote {
	margin-left:20px;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #eeeeee;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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-image: url(gradient_DKGray.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.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;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #aaaaaa; 
}

.main_dnnmenu_itemhover td {  
	background-color: #aaaaaa; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 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;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg);
}
.Head {
   font-family: Arial, Helvetica;
   font-weight:1800;
   color: #333333;
   font-size: large;
}

h3 .Head {
   font-family: Arial, Helvetica;
   font-weight:bold;
   color: #333333;
   font-size: 1.15em;
}
/*---------------------------------------------*/
/*  start breadcrumbs                          */
.breadcrumb, #breadcrumb {
 background-color:#ecece7;
 padding:5px 5px 5px 10px;
 width: 98%;
 border-color: #000;
 border: solid 1px #ddd;
 margin-bottom:10px;
}
/*  end breadcrumbs                          */
/*---------------------------------------------*/

#navigation ul, #navigation li ul {
 width:1200px; /* 800 - 10, IE needs this to be fixed width */
}

/* administration panel */
/*---------------------------------------------*/
#admin_container, .admin_container {
 float:right;
 width:20em;
 padding:0 0 7px 0;
/* position:relative; */
 text-align:right;
}


h1 {
 font-smooth: always;
 font-size: large;
 color: #253b5a;
 background-color:none;
 border-bottom:2px dotted #999;
 margin:0.2em 0;
 font-weight: 1200;
 display:block;
}
/*
 * DCSS Styles
h2 {
 font-smooth: always;
 text-transform:uppercase;
 font-weight: 900;
 font-size: small;
 color: #1d3b66;
 border:none;
 margin:6px;
 padding:6px;
 padding-left:0px;
 margin-left:0px;
 background-color:none;
 color:black;
}
h3 {
 font-smooth: always;
 text-transform:uppercase;
 font-weight: 900;
 font-size: small;
 color: #1d3b66;
 border:1px solid #ccd4df;
 margin:10px 0;
 padding:3px;
 background-color:#e7e9ec;
 display:block;
}
h4 {
 font-size:0.9em;
 font-weight:bold;
 text-transform:uppercase; 
 border-bottom:0px;
 margin:5px 0 0 0;
 color:black;
}
h5,h6 {
 font-size:0.8em;
 color:black;
}
h6 {
 font-size:0.7em;
	 font-weight: 600;
}
*/
h2 {
 font-smooth: always;
 text-transform:uppercase;
 font-weight: 900;
 font-size: small;
 color: #1d3b66;
 border:1px solid #ccd4df;
 margin:10px 0;
 padding:3px;
 background-color:#e7e9ec;
}
h3 {
 font-smooth: always;
 text-transform:uppercase;
 font-size: small;
 color: #1d3b66;
 border:none;
 margin:6px;
 padding:6px;
 padding-left:0px;
 margin-left:0px; 
 display:block;
}
h4 {
 font-size:0.9em;
 font-weight:bold;
 text-transform:uppercase; 
 border-bottom:0px;
 margin:5px 0 0 0;
 color:black;
 color: #1d3b66;
}
h5 {
 font-size:0.8em;
 margin:14px 0 0 0;
 color:black;
}
h6 {
 font-size:0.7em;
 font-weight: 600;
 margin:14px 0 0 0;
 color: #1d3b66;
}

h6 .Head,h5 .Head,h4 .Head, h3 .Head, h2 .Head, h1 .Head {
	width: 50% !important;
}

hr {
 color: #bc3e06;
 height: 2px;
 border: 0;
}

h2.l_blue {
 font-smooth: always;
 text-transform:uppercase !important;
 font-weight: 900  !important;
 font-size: small !important;
 color: #1d3b66;
 border:1px solid #ccd4df;
 margin:10px 0;
 padding:3px 2%;
 background-color:#e7e9ec;
}
h2.l_blue span {
 font-size: small !important;
  text-transform:uppercase !important;
 font-weight: 900  !important;

}

hr {
 color: #bc3e06;
 height: 2px;
 border: 0;
}

#textfield_container {
	margin-left:5px;
	margin-right:5px;
	padding:0px;
	padding-top:2px;
	text-float: right;
	white-space: nowrap;
}

#heading img {
	float:none;
	cursor:pointer;cursor:hand;
}

#textfield_container input, #textfield_container img, #textfield_container a {
	margin:0px;
	padding:0px;
	white-space: nowrap;
	font-family:arial, helvetica, sans-serif;
	float:none;

}

#heading #control #search, #textfield_container input, .search, #search {
	font-family:arial, helvetica, sans-serif;
	font-size:1.0em;
	border-right: #728eb4 1px solid;
	border-top: #728eb4 1px solid;
	margin: 0px 0px 0px 14px;
	border-left: #728eb4 1px solid;
	width: 15em;
	border-bottom: #728eb4 1px solid;
	position: relative;
	top: -6px;
}

#heading #search_container {
	padding-bottom: 2px;
}

ul#ssilinks br, ul#ssilinks li span br { visibility: hidden; position:absolute; display:none;}

#left_column ul {
	padding-left:25px;
	padding-right:-25px;
}

#heading #search_and_skipto {
 width:41em;
 margin:0px;
}
#skipto_container {
 width: 20em;
 height:3em;
 margin:0px;
 text-align:right;
 z-index:1000;
}

#left_column .column_inner {
	background-color:#ecece7;
}

#right_column, #right_column .column_inner {
	background-color:#ecece7;
}
#nav_list  {
	line-height:20px;
	width: 1200px;
	max-width:1200px;
}
/* Ro Sept 26
#nav_list li a {
	height:21px;
	line-height:21px;
	padding-left:8px;
	font-weight:bold;
	letter-spacing: 1px;
}
*/
#nav_list li ul li a{
	letter-spacing: 0px;
}

#left_column .column_inner {
 width:180px;
}

#special_p, .special_p {
 float: left;
 width:96%;
 background:none;
 margin-left:20px;
 list-style-image:none;
}

#tabpanel_container, #tabpanel, #tab_list, #tab_ul, #tabpanel_1, #tabpanel_1_sublist {
}
#tab_list {
	margin-left:8px;
}

#tabpanel_1  { overflow:visible; }

#tab_ul {
/*	position:relative; */
}
#tabpanel_1_sublist {
white-space:normal;
margin:10px;
width:96%;
}



#left_column {
	position: relative;
}


#tabpanel, .tabpanel {
	position:absolute;
	float:right;
	display: block;
	margin-right:15px;
}

#image_container {
	margin-top: 16px;
}
#image_container img{
	margin-right:6px;
	padding-bottom:6px;
}

.special_p, .special_p ,#special_p, #special_p  {
}
#tab_list {
 white-space: normal;
}

#tab_ul li ul.list_decorative_dark a {
}

#tab_ul li ul.list_decorative_dark li{
}
#tabpanel #tab_list UL UL LI A {
}
#tabpanel #tab_list ul ul li {
}

/*
 * xhtml fixes
 * */
#tabpanel #tab_list ul ul.list_decorative_dark li {
list-style-position:inside;
}

.breadcrumb, #breadcrumb {
 width: auto;
}

#navigation ul li a{
 height: 21px !important;
}

.block_with_image_and_tabpanel .image_container img {
 width: ;
 height:; 

}
#main_content_1 {
	min-width:800px;
	max-width:2000px;
}
#main_content_2 {
	position: relative;
	float:left;
	left:0px;
}
.left_column_top {
	width: 190px;
}
/*
#dnn_ContentPane div {
	width:99%;
	padding-bottom: 5px;
}
*/
.column_inner{
	margin-bottom:20px;
}

div.oversized {
	float:left;
}

#tab_ul {
padding:0px;
}
.block_with_rounded_corners h3 {
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}
.Settings {
	text-align:left;
}

#column_container ul li {
	list-style-image:none;
	list-style-type:none;
	float:left;
}

#column_container ul li ul li{
	list-style-image:none;
	padding-left:24px !important;
	float:left;
	background:transparent url(images/ca_department/bullet_black.gif) no-repeat scroll 4px 0.4em;
}
#column_container ul li.one ul li{
	width:95% !important;
}
#column_container ul li.two ul li{
	width:47% !important;
}
#column_container ul li.three ul li{
	width:30% !important;
}
#column_container ul li.four ul li{
	width:22% !important;
}
#column_container ul li.five ul li{
	width:14% !important;
	padding-left:3%;
}
#column_container ul li.six ul li{
	width:13% !important;
}


/*
#tabpanel #tab_list ul ul li {
background:transparent url(../images/ca_department/bullet_black.gif);
float:left;
}
*/

/*
#navigation, #navigation ul, #navigation li ul {
 width:auto; 
 max-width:1200px; 
 white-space: nowrap;
}

#nav_list {
	line-height:11px;
	width: auto;
	max-width:1200px;
	white-space: nowrap;
}
*/



#tabpanel #tab_list ul ul li {
list-style-image:none !important;
left:24px !important;
/*padding-left:24px !important;*/
padding-left:4% !important;
margin-right:0% !important;
width:43%;
list-style-position:outside !important;
}
#tabpanel #tab_list ul ul li {
background:transparent url(images/ca_department/bullet_black.gif) no-repeat scroll 4px 0.4em;
}


#tabpanel #tab_list ul ul li.imageless {
list-style-image:none !important;
left-margin:10px;
width:95% !important;
}
#tabpanel #tab_list ul ul li a {
float:none;
height:auto;
margin:0pt 0pt 0pt 0px;
}

#main_content_1 td {
	text-align: left;
}

.left_column_top div{
	float:none !important;
}

/*.block_with_rounded_corners_headerless, .block_with_rounded_corners, .dashed_cont, .h3_header, #light_blue*/
/*.oversized, .internal, .tabpanel_container, .dashed_cont, .no_underline*/
.block_with_rounded_corners_headerless, .block_with_rounded_corners, .dashed_cont, .h3_header, #h3_header, #light_blue, .no_underline, .oversized {
	width:98% !important;
	margin-bottom:10px !important;
}

#left_column .block_with_rounded_corners_headerless,#left_column  .block_with_rounded_corners,#left_column  .dashed_cont,#left_column  .h3_header,#left_column  #h3_header,#left_column  #light_blue,#left_column  .no_underline,#left_column  .oversized {
	margin-bottom:0px !important;
}
div.a_buttons {
	width:90% !important;
/*	line-height: 1px; */
	margin:0px;
	margin-bottom:4px;
	padding:0px;
}

ul {
	margin-bottom:0px !important;
}

.hidden {
	visibility: hidden !important;
	display:none;
	border:1px solid red;
}

.top_logos a:hover {
	background-color:transparent;
}

#footer .SkinObject {
	font-weight: normal;
}





@media print{

 #heading div.top_logos { 
  display:block;
 }
 #heading {
	 border-top:0px;
 }
 #state_logo {
	 width:0px;
 }

}










































