﻿@charset "utf-8";
/* CSS Document - Custom styles that overwrite the template CSS code*/

#tabsSelector {
    min-height: 600px;
}

    #tabsSelector #tabs {
        display: block;
        width: 400px;
        background-color: White;
        z-index: 10;
        height: 70px;
        margin: 0 auto;
    }

    #tabsSelector a {
        color: white;
        text-decoration: none;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 50%;
        display: block;
        background: #025a78;
        border: 1px solid #eee;
        line-height: 68px;
        float: left;
    }

        #tabsSelector a:first-child, #tabsSelector .content {
            width: 50%;
        }

        #tabsSelector a.sel {
            border-top: 2px solid #555;
            background: white;
            color: #025a78;
        }

            #tabsSelector a.sel:hover {
                border-top: 2px solid #555;
                background: white;
                color: #555;
            }

        #tabsSelector a:hover {
            background-color: #ccc;
            border-top: 2px solid #ccc;
        }

    #tabsSelector .content {
        display: none;
        opacity: 0;
    }

        #tabsSelector .content.sel {
            display: block;
            opacity: 1;
            text-align: center;
            margin: 0 auto;
            width: 400px;
        }



/* Responsive Table */

.rwd-table {
    margin: 1em 0;
    min-width: 300px;
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    padding-top: .5em;
}

.rwd-table td:last-child {
    padding-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
}

@media (min-width: 720px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

@media (min-width: 720px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

.rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
}

.rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
}
}

.rwd-table {
    background: white;
    color: black;
    border-radius: .4em;
}

.rwd-table tr {
    border-color: #46637f;
}

.rwd-table th, .rwd-table td {
    margin: .5em 1em;
}

@media (min-width: 720px) {
    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }

    .noPadding {
        padding-left: 0 !important;
    }
}

.rwd-table th, .rwd-table td:before {
    color: black;
    background-color: whitesmoke;
}

@media (max-width: 720px) {
    .rwd-table th, .rwd-table td:before {
        background-color: white;
    }
}

.EmailSignupImage {
    filter: none;
    margin: 0 auto;
    -moz-transmargin-left: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    background: url(/images/icon/submit.png) no-repeat 0 0;
    background-size: 100%;
    cursor: pointer;
    width: 100px;
    height: 50px;
    border-style: none;
}

.EmailSignupImage:hover {
    filter: none;
    margin: 0 auto;
    -moz-transmargin-left: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    background: url(/images/icon/submit_2.png) no-repeat 0 0;
    background-size: 100%;
    cursor: pointer;
    width: 100px;
    height: 50px;
    border-style: none;
}

.required::after {
    content: " *";
    color: red;
}

td {
    vertical-align: middle;
}

.RightAlign {
    text-align: right;
}

.LeftAlign {
    text-align: left;
}

.CenterAlign {
    text-align: center;
}

.Grid {
    margin: .75em 0;
    padding: .25em;
    border-style: solid;
    border-width: 1px;
    width: 100%;
}

.Grid td {
    vertical-align: top;
    padding: 3px;
    border: 1px #000 solid;
}

.GridHeader th {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border: 1px #000 solid !important;
}

.GridHeader {
    padding: 5px 15px 10px;
    font-size: .8em;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    word-wrap: normal;
    background-color: #ccc;
    border: 1px #000 solid !important;
}
    /* Is all this below needed? Doesn't some inherit from .GridHeader? */
    .GridHeader a {
        text-decoration: none;
    }

.GridHeader a:link {
    text-decoration: underline;
}

.GridHeader a:visited {
    text-decoration: underline;
}

.GridHeader a:hover, a:focus, a:active {
    text-decoration: underline;
}

.GridFooter {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: .25em;
    padding-bottom: .25em;
}

.GridItem {
    background-color: #eee;
    padding-top: .25em;
    padding-bottom: .25em;
}

.GridAlternatingItem {
    background-color: #fff;
    padding-top: .25em;
    padding-bottom: .25em;
}

.GridSelectedItem {
    padding-top: .25em;
    padding-bottom: .25em;
}

.GridEditingItem {
    padding-top: .25em;
    padding-bottom: .25em;
}

.GridAlertItem {
    font-weight: bold;
    color: #c03;
}

.GridPager {
    padding-top: .25em;
    padding-bottom: .25em;
}

.GridEmptyDataRow {
    font-weight: bold;
    color: #c03;
    background-color: transparent;
}

.GridPager a {
    text-decoration: none;
}

.GridPager a:link {
    text-decoration: none;
}

.GridPager a:visited {
    text-decoration: none;
}

.GridPager a:hover {
    text-decoration: underline;
}

.GridPager a:active {
    text-decoration: none;
}
/* } */
input[type="radio"] {
    /*Reduce the space as per your need*/
    margin: 10px 10px 10px 10px !important;
}
input[type="checkbox"] {
    /*Reduce the space as per your need*/
    margin: 10px 10px 10px 10px !important;
}
.radio {
    margin: 10px 10px 10px 10px !important;
}
 .add_icon_blue_arrow_down:before{
            font-family:CaGov;
            content:"\e04c";
        }
		
.subheading {
            font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
            font-stretch: condensed;
            font-weight: normal;
            color: #fff;
            font-size: 1.3em;
            background: #025a78;
            text-align: center;
            padding: 6px 0;
        }

        .indentLeft {
            padding-left: 35px;
        }		
		.Orange {
    color: #c84b13;
}
  .container_style_EmailAlert {
        filter: none;
       
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        background:url(/images/icon/Email.png) no-repeat top left;
        cursor:pointer;
        width:80px;
        height:59px;
        float:left;
	   
    }
    .container_style_EmailAlert:hover {
        filter: none;
        
        -moz-transmargin-left: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        background:url(/images/icon/Email_2.png) no-repeat top left;
        cursor:pointer;
        width:80px;
        height:59px;
        float:left;
}	
		.DarkRed{
	color:#8A2326;
}
.LightBlue {
	color:#336699;
}
.rightPhotoNoBorder
{
	float: right;
	margin: 5px;
	border:none;
}
.subheadingUnderline {
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:normal;
	color:#333;
	font-size:1.6em;
	border-bottom:2px solid #bcbcbc;
}
.subheadingDottedUnderline {
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:normal;
	color:#333;
	font-size:1.4em;
	border-bottom:2px dotted #cccccc;
}	
h1 {
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:normal;
	font-size:2em;
}
h2 {
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:normal;
	font-size:1.8em;
}
		
.container_style_c_mini_first {
    margin-bottom:5px;
	border:1px solid #ccc;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow:hidden;
    width:30%;
    float:left;

    
}
.container_style_c_mini_first h2 {
	color:#fff;
	margin:0 0 .8em 0;
	padding:4px 12px;
    font-size:20px;
    background-color:#025a78;
	border-bottom:3px solid #034867;

}

.container_style_c_mini_first h6 {
	margin:0 0 .8em 0;
	padding:4px 12px;
    font-size:16px;
    line-height:20px;
	border-bottom:1px solid black;

}

.container_style_c_mini {
    margin-bottom:5px;
    margin-left:3%;
	border:1px solid #ccc;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow:hidden;
    width:30%;
    float:left;

    
}

.container_style_c_mini h2 {
	color:#fff;
	margin:0 0 .8em 0;
	padding:4px 12px;
    font-size:20px;
    background-color:#025a78;
	border-bottom:3px solid #034867;

}
.container_style_c_mini h6 {
	margin:0 0 .8em 0;
	padding:4px 12px;
    font-size:16px;
    line-height:20px;
	border-bottom:1px solid black;

}

.style_c_mini_gradient {
    background-color:white;
}

.container_style_c_half {
    margin-top:20px;
    margin-left:3%;
    margin-bottom:10px;
	border:1px solid #ccc;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow:hidden;
    width:45%;
    min-width:325px;
    min-height:190px;
    float:left;

    
}
.container_style_c_half h4 {
	font-weight:bold;
	margin:0 0 .8em 0;
	padding:4px 12px;
    font-size:18px;
    color:White;
    background-color:#002c55;
	border-bottom:3px solid #ef7c20;
}
.container_style_c_half p {	
	margin:0 0 .8em 0;
	padding:4px 12px;
    font-size:12px;
    color:black;
}

.style_c_half {
    background-color:white;
}

.container_style_a {
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow:hidden;
	margin-bottom:1em;
}
.container_style_a h4 {
	color:white;
	font-weight:bold;
	margin:0 0 .8em 0;
	padding:4px 12px;
}
.container_style_a {
	border:1px solid #002c55;
	background:#f5f5f5;
}
.container_style_a h4 {
	background-color:#025a78;
	border-bottom:5px solid #034867;
}
.SearchButton {
        filter: none;
        margin: 0 auto;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        background:url(/images/icon/search.png) no-repeat 0 0;
        cursor:pointer;
        background-size:100%;
        width:80px;
        height:40px;
        border-style:none;
	   
    }

 .SearchButton:hover {
        filter: none;
        margin: 0 auto;
        -moz-transmargin-left: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        background:url(/images/icon/search_2.png) no-repeat 0 0;
        background-size:100%;
        cursor:pointer;
        width:80px;
        height:40px;
        border-style:none;
        
}
img.Icon{/*This pushes the ICON out to the left of the content*/
  margin:					0px;
  margin-left: 				-30px;
  padding:					0px;
  position: 				relative;  
  top: 					    0px; 
  left: 					-0px; 
  float:					left;
}
@media print{
 .noPrint
 {
     display: none !important;
 }
}
.PersonnelList{
                list-style-type: none;
                padding: 0;
}

.IndustryBulletin td {
    vertical-align: top;
}