﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html { background-color: #202c32; color: #555; }
body
{
    background-color: #202c32;/* #3e4d56 */
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    padding-bottom: 1.5em;
    color: #555;/* #696969 */
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}
a img {border: none;}

p, ul, dl
{
    /* margin-bottom: 20px;*/
    line-height: 1.6em;
}

ul.unstyled, ol.unstyled {list-style: none; margin-left: 0; padding-left: 0;}
ul.unstyled ul {list-style-type: disc;}
ul.unstyled li {margin-top: 1em;}
ul.unstyled li li {margin-top: 0;}
ul.unstyled p {margin-bottom: 1em;} /* IE made the p margin seem too big */

fieldset.unstyled {border: none; margin: 1em 0; padding: 0;}

.skipLink {position: absolute;}

dt {font-weight: bold;}
dd + dt {margin-top: 1em;}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif; 
    padding: 0;
    margin: 1em 0 .5em;
}

h1
{
    margin-top: 0; /* Should always be the first content item */
    font-size: 2em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps;
    letter-spacing: .05em;
}
h2
{
    font-size: 1.5em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    min-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

#Header 
{
    position: relative;
    height: 68px;
    text-align: center;
    padding-bottom: 41px;
    background-color: #3f6863;
    background-repeat:repeat-x;
    background-position:center bottom;
    background-image: url(./Images/Template/Header-bottom.jpg);
    /* having the url first breaks IE 6 ad IE 7 */
    /*background-image: url("Images/Template/Header-bottom.jpg"), -moz-radial-gradient(circle , #3F6863, #202C32);*/  /* Firefox */
    /*background-image: url("Images/Template/Header-bottom.jpg"), -webkit-gradient(radial, center center, 0, center center, 500, from(#3F6863), to(#202C32));*/ /* Webkit */
    
}

#Header img {display: block;}

#Header #NGCTitleLink 
{
    display: block; 
    margin: 0 auto; padding-top: 17px;
    width: 444px;
}

#Header #BJALogoLink 
{
	position: absolute; top: 19px; left: 10px;
	display: block; width: 99px; height: 41px;
}
#Header #OJJDPLogoLink 
{
	position: absolute; top: 19px; right: 10px;
	display: block; width: 144px; height: 42px;
}
#Header #OJJDPLogoLink img, 
#Header #BJALogoLink img, 
#Header #NGCLogoLink img {display: block;}

#Header #NGCLogoLinkHolder {position: absolute; top: 48px; left: 50%; width: 2px;}
#Header #NGCLogoLink {position: relative; left: -57px; width: 114px; height: 80px; display: block;}

#HeaderSearch {margin: 0; padding: 0; position: absolute; top: 68px; right: 10px; height: 41px; line-height: 41px;}
#HeaderSearch #qHeader {padding-right: 20px;}
#HeaderSearch #MagnifyingGlass {position: absolute; top: 15px; right: 5px;}
#HeaderSearch label {background-color:#202c32; color: #fff; padding: 3px;}
#HeaderSearch label.positioned {position: absolute; top: 0; left: 0; color: #777; background-color: Transparent; padding: 0 0 0 3px; font-style: italic;}
#HeaderSearch label.hidden {position: absolute; top: 0; left: 0; background-color: Transparent; padding: 0; width: 1px; height: 1px; overflow: hidden; text-indent: -1000px;}

#main
{
    width: 100%;
    padding: 27px 0px 10px 0px;
    background-color: #fff;
     /*  margin-bottom: 30px; */
    /* _height: 1px; only IE6 applies CSS properties starting with an underscrore */
    /* Left-hand sidebar background */
    background-image:url(./Images/Template/Left-hand-sidebar-background.gif);
    background-repeat: repeat-y;
    background-position: left top;
    /* overflow: hidden; */ /* Fixes IE7 sidebar-too-far-left issue, but kills IE6. */
    float: left;
}

#footer
{
    color: #ddd;
    padding-top: 10px;
    text-align: center;
    line-height:  1.5em;
    /* margin: 0 0 0 220px; */
    font-size: .9em;
    clear: both;
    width: 100%;
}
#footer a {white-space: nowrap; color: #fff;}

#PrimaryContentFloater {float: left; width: 100%;}
#PrimaryContent {margin-left: 220px; margin-right: 10px;}

#LeftSidebar 
{
    float: left; width: 200px; margin-left: -100%; 
    padding: 0 10px 0 0;
    background-color:#d4dbd9;
}

.ImageRight {float: right; margin: 0 0 1em 1em;}

/* Left Sidebar Navigation
----------------------------------------------------------*/
#LeftSidebar ul {line-height: 1.2em; margin: 0; padding: 0; list-style: none;}
#LeftSidebar ul a 
{
	text-decoration: none; color: #3e4d56; font-weight: bold;
	display: block;
	padding: .3em 0 .3em 10px;
}
#LeftSidebar ul a:hover {background-color: #202c32; color: #fff;}/* #066 or #3e4d56 */
#LeftSidebar ul ul {font-size: 90%; padding-top: .3em;}
#LeftSidebar ul li {border-bottom: solid 1px #fff;}
#LeftSidebar ul ul li {border-bottom: none; padding-left: 10px;}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 0 1em 1em;
    border: 1px solid #CCC;
}


/* MISC  
----------------------------------------------------------*/

.unicode 
{
    /* Don't forget to change the Print stylesheet as well */
    /* font-size: 150%;
    line-height: .5em; */
    font-family:"Arial Unicode MS", Code2000, Helvetica, "Linux Libertine", "Lucida Grande", "Lucida Sans Unicode", "Lucida Unicode", sans-serif;
}

a:link.anchorButton, a:visited.anchorButton {color: #333;} /* IE6 */
a.anchorButton 
{
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    color: #333;
    text-shadow:1px 1px 0 #fff;
    background: #eee url(./Images/Graphics/Button-background.png) repeat-x center;
    border: 1px solid #888; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    padding: 4px 10px;
}

#Header a.anchorButton 
{
    -webkit-box-shadow: #333 3px 2px 7px;
    -moz-box-shadow: #333 3px 2px 7px;
    box-shadow: #333 3px 2px 7px;
}

a.anchorButton:hover, a.anchorButton:active, a.anchorButton:focus
{
    color: #003;
    border-color: #88f;
    background-image: none;
}

span.customValidationMessage {color: #f00; font-weight: normal;}
img.AttentionIcon {vertical-align: text-bottom; margin-right: .5em;}

/* Gang-Related News */
.grnItemContainer {line-height: 1.3em;}
.grnContainerAll .grnItemContainer {margin-left: 60px;}
.grnItemStateMapGraphic {float: left; margin-left: -60px;}
.grnItemSourceLine {font-weight: bold; font-style: italic; color: #066;}
.grnHr {clear: both; margin: 1.5em 0;}

div.gangNewsPagination {font-weight: bold;}
div.gangNewsPagination a {display: inline-block; padding: 2px 3px 4px;}
div.gangNewsPagination .currentPage {border: 2px solid #d4dbd9;}
div.gangNewsPagination a.currentPage {text-decoration: none;}

/* Survey Analyses */
.data {
	text-align: center;	
}
table.data {
	margin-right: auto;
	margin-left:auto;
	border: 1px solid #636466;
	border-right-width: 0;
}
table.data caption {
	text-align: center;
	margin-right:auto; margin-left:auto;
	font-weight: bolder;
	font-size: 120%;
	color: #ffffff;
	background-color: #636466;
	padding: 5px 5px 5px 5px;
}
table.data td, table.data th {
	padding: 5px;
	border: 1px solid #636466;
	border-bottom-width: 0;
	border-left-width: 0;
}
table.data th {
	background-color: #eee;
}
.sectionpaging {
	/*background-color:#eee;*/ /* Problems with IEs 5-6 */ 
	border: 1px solid #ccc; 
	padding: 3px;
	text-align: center;
	clear: right;
	margin-top: 2em;
}
.sectionpaging .next {float: right; width: 10em; text-align: right;}
.sectionpaging .previous {float: left; width: 10em; text-align: left;}

.notes {font-size: 90%;}

.dataTableToggle{text-align:center; cursor: pointer; text-decoration: underline; color: #034af3;}
.dataTableToggle:hover {text-decoration: none;}

table.data2 
{
    margin: 0 auto;
    border:1px #ccc solid;
}
table.data2 caption 
{
    font-weight: bold; 
    font-size: 120%;
    text-align: center;
}
table.data2 thead {vertical-align: bottom;}
table.data2 .borderLeft {border-left: 1px #ccc solid;}
table.data2 .colA, table.data2 .rowA td {background-color: #eff4fa; border-left: 1px #ccc solid;}
table.data2 .colA2 {background-color: #f7fafd; border-left: 1px #ccc solid;}
table.data2 .colB, table.data2 .rowB td {background-color: #faefef; border-left: 1px #ccc solid;}
table.data2 .colC, table.data2 .rowC td {background-color: #f5f9f0; border-left: 1px #ccc solid;}
table.data2 .colD, table.data2 .rowD td {background-color: #f4f2f7; border-left: 1px #ccc solid;}

table.data2 td, table.data2 th {border-bottom: 1px #ccc solid; text-align: center;}
table.data2 tbody tr:last-child td, table.data2 tbody tr:last-child th {border-bottom: none;}

table.data2 thead th:first-child, table.data2 tbody th {text-align: left;}


/* Other */

.hiddenLabel {position: absolute; height: 1px; width: 1px; overflow: hidden; text-indent: -1000px; }

ol.publications {list-style:none; margin-left: 2em; padding:0;}
ol.publications li{text-indent: -2em; margin-bottom: 1em;}

cite {font-style:italic;}
cite.book {text-decoration: underline; font-style:normal;}

.vaBottom {vertical-align:bottom;}

.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.nobr {white-space:nowrap;}

