﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/
body
{
    font-size: .8em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    /*
    color: #555555;
    background-image:url(images/bg_yellow.gif); 
    */
  
    background-color:#111542;
}

a:link
{
    color: #36485C;
    text-decoration: underline;
}
a:visited
{
    color: #36485C;
}
a:hover
{
    color: #6183A8;
    text-decoration: none;
}
a:active
{
    color: Maroon;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#mymenu
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style-type: none;
    list-style-position: outside;
    font-size: .85em;
}
ul#mymenu li
{
    float: left;
    /*background-color: #0a243f;*/

    background-color:#4A4A56;

 /*   margin: 0px 2px;   */
    text-align: center;
    display: block;
    border-width: 2px;
    border-style: outset;
}
ul#mymenu li:hover
{
    color: #ffffff;
    text-decoration: none;

    /*background-color: #000000;*/
    background-color:#AAAAB7;
}
ul#mymenu li a
{
    text-decoration: none;
    line-height: 3em;
    color: #ffffff;
}

/* HEADINGS   
----------------------------------------------------------*/
h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
	color: #3a72a5;
}
h4
{
    font-size: 1.1em;
    color: #3a72a5;
}
h5, h6
{
    font-size: 1em;
}

/* New Headers 
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.NewHeader1 {
    padding-top:10px;
    padding-bottom:10px;
    font-family:Calibri, Arial;
    font-size:30px;
    font-weight:lighter;
    color:#8B8B8B;
}

.NewHeader2 {
    padding-top:10px;
    padding-bottom:10px;
    font-family:Calibri, Arial;
    font-size:20px;
    font-weight:lighter;
    color:#8B8B8B;
}


/* his 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
{
    margin:0 auto; 
    background-color: #FFFFFF;
	border-style: solid; 
	border-color:#607183; 
	border-width: 0 .08em;
	text-align:left;
    width: 775px;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0 0px 0 0;
}
#topspace
{
    background-image:url(images/centralizedheaderspace.gif);
    padding: 0 0 0 0;
    line-height:0px;
}

p#logo, h1#logo
{
    font-weight: bold;
    font-size: 24px !important;
    padding: 10px 0;
    margin: 0;
    color: #FFF;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
}

#logo a
{
    color: #FFF;
    text-decoration: none;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #FFF;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
	margin: 0 0 0 0;
	display: block;
	width: 100%;
	z-index: 5;
	border-bottom: .3em solid #000;
	padding-top: .75em;
	padding-bottom: .75em;
	background-color: #607183;
}

#footer p
{
    padding: 5px 0;
    margin: 0;
    font-size: .9em;
    text-align: center;
    color:white;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
/*    padding: 10px 20px;    */
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
 /*   background-color: #e8eef4;   */
    background-color: #0a243f;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #FFF;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #FFF;
    color: #000;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

/* mainmenu  
----------------------------------------------------------*/


/* Offender Details Menu  
----------------------------------------------------------*/
#offendermenu
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: .9em;
    line-height: 15px;
    height: 40px;
    border-bottom: .18em solid #A7B1BB;
    margin-bottom: 11px;
    margin-top:.5em;
    text-align:right;
}

#offendermenu
{
    text-align:-moz-right;
}

#offendermenu a:link
{
    color: #fff;
    text-decoration: none;
    
}
#offendermenu a:visited
{
    color: #fff;
}
#offendermenu a:hover
{
    color: #000;
    text-decoration: none;
}
#offendermenu a:active
{
    color: #fff;
}



/* Edit Offender Details Menu  
----------------------------------------------------------*/
#editoffendermenu
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: .9em;

    background-color: #607183;

    position: relative;
    top:-31px;
    left:-30px;
    width: 108.4%;
    margin-bottom: .1em;
}
#editoffendermenu a:link
{
    color: #fff;
    text-decoration: none;
    
}
#editoffendermenu a:visited
{
    color: #fff;
}
#editoffendermenu a:hover
{
    color: #000;
    text-decoration: none;
}
#editoffendermenu a:active
{
    color: #fff;
}

/*Dashed divider line*/
hr 
{
    background-color: #fff; 
    border: 1px dashed #DDDDDD; 
    border-style: none none dashed; 
}
