﻿/*----------------------------------------------------------
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
{
    background-color: #ffffff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif Palatino Linotype;
    margin: 0 auto;
    padding: 0;
    color: #000000;
    height: 100%;
    min-height: 100% !important;
}


a:link
{
    color: #000000;
    text-decoration: underline;
}
a:visited
{
    color: #000000;
}
a:hover
{
    color: #000000;
    text-decoration: none;
}
a:active
{
    color: #000000;
}

p, ul
{
    margin-bottom: 2em;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 0.7em 0;
}
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
{
    position: relative;
    display: block;
    width: 90em;
    margin: 2em auto;
    padding: 0.2em;
    height: 100%;
    min-height: 100% !important; /*background-color:#596c58;*/
}

#page-content
{
    position: relative;
    display: block;
    width: 82em;
    padding: 1em; /*background-color: #D9DBDB;*/ /*border:1em solid #596c58;*/
    height: 100%;
    min-height: 100% !important;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#header
{
    position: relative;
    display: block;
    margin: 0;
    padding: 0; /*border-bottom:2px solid black;*/
    margin-bottom: 1em;
    width: 100%;
}


#login
{
    position: absolute;
    top: 3em;
    right: 0;
}



#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

.clear
{
    border: medium none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
}

/* TAB MENU   
----------------------------------------------------------*/
#menu-container
{
    width: 96%; /*background-color:#596c58;*/
    padding: 0;
}

ul#menu
{
    padding: 3px;
    margin: 0;
    width: 100%;
}

ul#menu li
{
    display: block;
    list-style: none;
}

ul#menu li .link_box
{
    line-height: 24px;
    padding-left: 8px;
    min-height: 24px;
    border-bottom: 1px dashed #004da6;
}
ul#menu li a
{
    color: #034ea2; /*font-size: 16px; */
    font-weight: bold;
    text-decoration: underline;
}
ul#menu li:hover .link_box
{
    background: #004da6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
ul#menu li.active .link_box
{
    background: #004da6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
ul#menu li:hover .link_box a
{
    color: #ffffff;
    text-decoration: none;
}
ul#menu li.active .link_box a
{
    color: #ffffff;
    text-decoration: none;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    /* 	--margin: 1em 0; 	--padding: 1em; 	--border: 1px solid #7E827D ; */
}


fieldset label
{
    display: block;
}


legend
{
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px 4px 8px 4px;
}

input[type=text]
{
    border: 1px solid #7E827D;
}



select
{
    overflow: auto;
    border: 1px solid #7E827D;
}

textarea
{
    overflow: auto;
    border: 1px solid #7E827D;
}

/* TABLE
----------------------------------------------------------*/

table
{
    /* border: solid 0px #e8eef4; */
    border-collapse: collapse;
}

table td
{
    padding: 5px; /*border: solid 1px #e8eef4;*/
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #2878B5; /*border: solid 1px #e8eef4;*/
}

/* MISC  
----------------------------------------------------------*/


div#title
{
    position: relative;
    display: block;
    float: left;
    text-align: left;
    height: 10em;
    width: 100%;
}

div#title img
{
    position: absolute;
    width: 40em;
    border: 0;
    left: 0;
    bottom: 0; /*margin-left:-20em;*/
}

#main-content-container
{
    position: relative;
    display: block;
    height: auto;
    width: 100%; /*border:1px solid red;*/
}

#left-container
{
    float: left; /*border: 2px solid blue;*/
    width: 15em;
}

#middle-container
{
    float: left; /*border: 1px solid yellow;*/
    width: 66.5em;
    margin-left: 0.5em;
}


form
{
    height: 100%;
    min-height: 100% !important;
}

img
{
    border: 0;
}


.any-page-content-title
{
    font-weight: bold;
    padding: 0.6em 0;
    font-size: 2em;
    background-color: #fff;
    padding: 0.5em;
}

.bottom-hyperlink
{
    background-color: #fff;
    display: inline-block;
    top: 1em;
    padding: 1em;
}

.bottom-hyperlink a
{
    /*border:1px solid red;*/
    padding: 1em;
}

.debug
{
    border: 1px solid red;
}

#middleDiv
{
    margin: auto;
    width: 400px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -200px;
    padding: 0 10px;
}

#middleDivBox
{
    float: left;
    width: 90%;
    height: 90%;
}

.report-button img
{
    vertical-align: middle;
}

input[type=submit], input[type=button]
{
    background-position: center;
    background-image: url( '/Images/button-background.jpg' );
    background-repeat: repeat-x;
    border: 0 none;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    height: 24px;
    margin: 1px;
    padding: 2px;
}

.header-picture
{
    position: relative;
    width: 100%;
    padding-top: 1em;
}

.header-picture .top
{
    position: relative;
    height: 65px;
}

.header-picture .top .left
{
    position: absolute;
    top: 1px;
    left: 19px;
    background: #fff url('/Images/header_top_left.jpg') no-repeat 0 0;
    width: 156px;
    height: 64px;
}

.header-picture .top .right
{
    position: absolute;
    right: 19px;
    top: 0;
    background: #fff url('/Images/header_top_right.jpg') no-repeat 0 0;
    width: 271px;
    height: 65px;
}

.header-picture .middle
{
    position: relative;
    height: 200px;
}

.header-picture .middle .left
{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    background: #fff url('/Images/header_middle_left.jpg') no-repeat 0 0;
    width: 19px;
}

.header-picture .middle .center
{
    position: absolute;
    top: 0px;
    left: 19px;
    right: 19px;
    bottom: 0;
    background: #fff url('/Images/header_middle_center.jpg') no-repeat 0 0;
}

.header-picture .middle .right
{
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0px;
    background: #fff url('/Images/header_middle_right.jpg') no-repeat 0 0;
    width: 19px;
}


.header-picture .bottom
{
    position: relative;
    height: 28px;
}

.header-picture .bottom .left
{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    background: #fff url('/Images/header_bottom_left.jpg') no-repeat 0 0;
    width: 19px;
}

.header-picture .bottom .center
{
    position: absolute;
    top: 0px;
    left: 19px;
    right: 19px;
    bottom: 0;
}

.header-picture .bottom .right
{
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0px;
    background: #fff url('/Images/header_bottom_right.jpg') no-repeat 0 0;
    width: 19px;
}


.content-panel
{
    border: 1px solid #034EA2;
}

.content-panel-content
{
    padding: 5px;
}

.content-panel-header
{
    padding: 5px;
    background-image: url( '/Images/table-header-32px.jpg' );
    background-repeat: repeat-x;
    font-family: Microsoft Sans Serif;
    text-align: left;
    color: White;
    font-weight: bold;
}

input[type="text"][readonly="readonly"]
{
    background-color: #ccc;
}

.note-link
{   
    margin-left: 1em;
    margin-top: -1.5em;
    padding: 1em;
    border-style: dashed;
    border-color: #551A8B;
    border-width: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.note-link2
{   
    border-style: dashed;
    border-color: #551A8B;
    border-width: 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.description
{
    line-height: 1em;
    top: -1em;
    position: relative;
}

.rod
{
    background-color: #E4E5E7;
    border: 1px solid #ccc;
    border-right: none;
    position: absolute;
    top: 2em;
    left: -3.05em;
    width: 3em;
    height: 0.2em;
}

.description-content
{
    display: none;
    background-color: #E4E5E7;
    border: 1px solid #ccc;
    padding: 0.5em 1.5em;
    position: absolute;
    left: 3em;
    width: 30em;
    max-width: 30em;    
}

.description .close-button
{
    position: absolute;
    top: 0.3em;
    right: 0.2em;
    cursor: pointer;
}

.info-button
{
    cursor: pointer;
    margin-left: 0.5em;
    margin-top: 0.5em;
}

.age_limit {
    font-weight: bold;
    position: absolute;
    right: 0px;
    top: -20px;
    font-size: 20px;
}