/**
 * styles for home pages (state and district)
 */

div.home-page-wrapper {
    margin: 0;
    padding: 9px 0 0 0;
    min-width: 900px;
}

div.column-wrap-left {
    width: 385px;
    float: left;
    height: 775px;
    background: white;
    border: 1px solid #e0e0e0;
}

div.column-wrap-right {
    width: 385px;
    float: left;
    height: 775px;
    margin-left: 15px;
    background: white;
}
/* Styles for the carousel on front page */
div.column-wrap-span {
    width: 786px;
    height: 315px;  
    background: white;
    border: 1px solid #e0e0e0;
    margin-top:15px;
}

div.column-wrap-span h2 {
    color: #000;
    background-color: #deecf5;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 800;
    line-height: 24px;
    margin: 0;
    padding-left: 15px;
}
div.column-box-cool-features {
    width:786px;
	text-align:left;
	overflow: hidden;
}
#coolfeatures {
    position: relative;
    width: 786px;
    margin: 0 auto;
    border: none;
    overflow:hidden;
 }

/* hide default nav */
#coolfeatures .yui-carousel-nav {
    display: none;
}
#coolfeatures .yui-carousel-element li {
    width: 360px;
    height: 255px;
    padding: 0;
    margin: 0;
    text-align: left;
    border: none;
    font-size: 12px;
}

.carousel-block {
    width: 335px;
    height: 255px;  
    overflow:hidden;
    float:left;
}
.carousel-border {
    height:175px;
    margin-top:52px;
    border-left:1px solid #e0e0e0;
    float:left;    
}

#coolfeatures .yui-carousel-element .yui-carousel-item-selected {
    /*border:0; */ /* Override selected item's dashed border */
}


#coolfeatures-pagination {
    width: 360px;
    margin: 5px auto;
}
#coolfeatures-dots {
    float:left;
    text-align: center;
    width: 314px;
    height: 21px;
    background-image: url(/Shared/Images/carousel_nav_bkg.png);
}
#coolfeatures-prev {
    width: 21px;
    height: 21px;
    float:left;
}
#coolfeatures-next {
    width: 21px;
    height: 21px;
    float:left;
}

#coolfeatures .yui-carousel-element li p  {
    margin: 0 0 10px; 
}
#coolfeatures .carousel-block {
    margin: 5px 10px;
}

#coolfeatures .carousel-block h3 {
    font-size:14px;
    font-weight:bold;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}
#coolfeatures .carousel-block p {
    padding: 0;
}

#coolfeatures .yui-carousel-element li img  {
    border: none;
    float: left;
    margin: 0 5px 5px 0;
}

/* End styles for carousel */

div.column-box {
    background: white;
    /* border: 1px solid #e0e0e0; */
    /*margin: 0 auto 10px auto; */
    font-size: 11px;    
}

div.column-box h2 {
    color: #000;
    background-color: #deecf5;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 800;
    line-height: 24px;
    margin: 0;
}

div.mimic-h2 {
    color: #000;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 800;
    line-height: 24px;
    margin: 0;
    float:left;
    padding-left:15px;
}
div.column-box2 {
    border: 1px solid #e0e0e0;
    margin-bottom:15px;
}

div.column-box2 h2 {
    color: #000;
    background-color: #deecf5;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 800;
    line-height: 24px;
    margin: 0;
    padding-left:15px;
}
img.dashboard-help{
    width: 20px;
    padding: 3px 0 0 0;
    cursor: pointer; 
    float:right;
}

div.column-wrap-left div.column-box h2 {
    padding-left: 15px;
}
div.column-wrap-right div.column-box h2 {
    padding-left: 10px;
}

div.column-box-inner {
    width:365px;
	text-align:left;
	overflow: hidden;
}
div.column-wrap-left div.column-box-inner {
	padding:10px 0px;
	margin:0px auto;
}

div.column-wrap-right div.column-box-inner {
	padding:10px 13px 10px 13px;
}

div.column-box-inner-full {
	width: auto;
	padding:10px;
}
#front-page-spacer{
    height:30px;    
}
div.status-box {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    margin: 0 auto 15px auto;
    width:317px;
    font-size: 11px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.status-box div.header {
    background-color:#747d94;
    padding-left: 20px;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

div.status-box div.header div.text {
    width: 276px; /* 317 - 20 (left pad) - 20 (help) - 1 (prevent wrap) */
    float: left;
    color: white;
    text-align: center;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 800;
    line-height: 24px;
}

div.status-box div.header div.help {
    width: 20px;
    padding: 4px 0 0 0;
    float: right;
    cursor: pointer;
}

div.status-box div.body {
    padding: 10px 10px 0 10px;
}

div.status-box div.footer {
    text-align: right;
    margin: 0 10px 5px 0;
}

div.status-box div.footer div.more {
    float: right;
    border-bottom: 1px dashed;
    cursor: pointer;
    width: auto;
    font-size: 11px;
    color: blue;
}

/**
 * Decoration for the popop panels user sees when clicking on the "more" links
 */
div.moreHelpPanel {
    visibility: hidden; /* start off hidden */
    border: none;
}

.moreHelpPanel.yui-panel {
    background: white;
    margin: 0 0 0 0;
    font-size: 11px;
    border: 1px solid gray;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.moreHelpPanel.yui-panel .hd {
    background-color: #c1daec;
    background-image: none;
    border: none;

    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 800;
    line-height: 24px;
    padding-left: 15px;
    margin: 0;

}

.moreHelpPanel.yui-panel .bd {
    background-color: #F8F8F8;
    background-image: none;
    border: none;
    border-color: green;
    padding: 15px;
    margin: 0;
}
.moreHelpPanel.yui-panel .bd ul {
    padding-left:15px;
    margin: 5px 0px;
}

/* Dashboard specific content */
.dashboard-top-box {
    border:1px solid gray; 
    background: white;
    width:323px;
}

.dashboard-top-box .italics {
    font-style: italic;
}

.dashboard-top-box input{
    margin-right: 10px; 
    margin-bottom: 5px;
}


.gradient {
    background-image:url('/Shared/Images/background_gradient_gray.jpg');
    background-repeat:repeat-y;
    margin-left:auto;
    margin-right:auto; 
    padding-top:3px;
    padding-bottom:3px;
    text-align:center;
}

.dashboard-top-box img {
    border: 0;    
}
/* custom tooltip for dashboards on front page css */
.yui-tt { visibility:hidden;  position:absolute;
         font-family:arial,helvetica,verdana,sans-serif;
         padding:2px;
         font:90% sans-serif;
         max-width:300px;
         text-align: left;
}  

td.align-right {
	text-align:right;
} 

td.align-left {
	text-align:left;
} 
td.align-center {
    text-align:center;    
}
.am {
    background: #FFF8DC; 
    text-align:center;
}
.pm {
    background: #B0C4DE;
    text-align:center;    
}
.no-spacing tr{
    margin:0px;    
}
.no-spacing table {
    margin:0;
    padding:0;
    border:0;    
}
.semi-border {
    border-left: 1px solid #cccccc;
    /*border-right: 1px solid #cccccc; */
    padding:2px;
}

/* styles for the announcements */

#announcement-container {
    overflow: auto;
}

#announcements-box {
    height:474px;
    font-size: 11px;    
}

#announcement-container .announcement h4{
    margin:0px;
    padding:0px;
    color:#333333;
    font-size: 14px;
    font-weight: bold;
}

.announcement { 
    margin-bottom:10px; 
    margin-left:5px;
}

#announcement-container .content{ 
    margin-top:10px; 
}

.icon-box {
    border:1px solid black;
    width: 10px;
    height: 10px;
    float:left;
    margin: 3px 3px 3px 10px;
    
}
.legend-inner {
   /* float:left; */
}
.html-legend {
    margin: 0pt auto; 
    background: white;
    text-align:center; 
}
.html-legend div {
    float:left;    
}

/* State Features */
/**
 * state start styles
 */

div.feature-box {
}

div.feature-box h2 {
    color: #003366;
    font-size: 12px;
    line-height: 14px;
    margin: 5px 0 5px 0;
}

div.feature-box p {
    margin: 0;
    margin-bottom: 5px;
}


div.feature-box img {
    float: right;
    margin: 5px;
    border: none;
}


div.highlight-quad-left {
    width: 49.5%;
    float: left;
}

div.highlight-quad-right {
    width: 49.5%;
    float: right;
}

div.highlight-box {
    background: white;
    border: 1px solid #e5ecf9;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -opera-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
    margin: 0 0 5px 0;
    font-size: 11px;
}

div.highlight-box h2 {
    color: #003366;
    background-color: #e5ecf9;
    font-size: 20px;
    line-height: 22px;
    padding: 3px 0 10px 5px;
    margin: 0;
}

div.highlight-box-inner {
    margin: 5px;
}

div.highlight-box h3 {
    color: #003366;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}

div.highlight-box p {
    margin: 0 0 5px 0;
}

/* Front page default css settings */

.default-home h3 {
    margin-left: 15px; 
    margin-top:0px;
}
#getting-started-container div {
    margin: 0px 15px 15px 15px;    
}
#getting-started-container {
    height: 500px;
    overflow: auto;
    
}

