﻿@import url(layout.css);
@import url("normalizefonts.css");
body
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    background-color: #C0C0C0;
}
#container
{
    width: 100%;
    margin: 0;
    background-color: #fff;
    position: relative;
}
#masthead
{
    text-align: right;
    width: 100%;
    background-color: #FFFFFF;
}
#navigation
{
    background-color: #000000;
    overflow: hidden;
}
#page_content
{
    position: relative;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCAA77;
    padding: 10px 10px 10px 10px;
}
#column_l
{
    position: relative;
    margin: 0 350px 0 0;
    padding: 0 2%;
    background-color: #fff;
    float: none;
    z-index: 7; /*min-height:301px;*/
}
#column_r
{
    float: none;
    width: 330px;
    margin: 0;
    padding: 10px;
    background-color: #C0C0C0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
}
#landing
{
    width: 100%;
    height: 100%;
    background: #000000;
}
#landing-wrapper
{
    /*margin:0 auto 0 auto; 	width:800px;  	padding-top:10px; 	padding-bottom:10px;*/
}
#landing_l
{
    float: left;
    margin-right: 50px;
}
#landing_r
{
    float: none;
    padding: 50px 0px 155px 0px;
}
/*Styles for Landing Page */
#landing2
{
    width: 100%;
    height: 100%;
    background: #333333;
}
#landing2_int
{
    /*margin-left: 10%;*/
    padding: 5px 0px 5px 0px;
}
#landing2_l
{
    float: left;
    width: 563px;
}
#landing2_r
{
    margin-left: 532px;
    width: 300px;
}
#land_r_top
{
    color: #ffffff;
    background-color: #000000;
    height: 185px;
    margin-bottom: 6px;
}
#land_r_top_int
{
    padding: 5px 10px 5px 10px;
}
#land_r_bottom
{
    color: #ffffff;
    background-color: #666666;
    height: 252px;
}
#land_r_bottom_int
{
    padding: 5px 10px 10px 5px;
}
#land_r_bottom_int ul
{
    list-style-image: url('_images/bullet-4.png');
}
#footer
{
    background-color: #CC0000;
    padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img
{
    float: left;
    margin: 0;
    padding: 0;
}
#masthead p
{
    font-size: small;
    text-align: right;
    color: #000;
    margin: 10px 10px 10px 0;
    padding: 0;
}
/* Styles for Navigation */
#navigation ul
{
    background: #000000;
    border: #000000;
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #000000;
    color: #000000;
    outline-color: #000000;
}
#navigation li
{
    float: left;
}
#navigation a
{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 5px;
    border: 1px #000000 solid;
    background-color: #CC0000;
}
#navigation a:hover
{
    color: #000;
    text-decoration: none;
    border: 1px solid #ed9;
    background-color: #ed9;
}

/* Styles for Content */
h1
{
    font-size: 2em;
    color: #393939;
}
h2
{
    font-size: 1.75em;
    color: #469;
}
h3
{
    font-size: 1.5em;
    color: #469;
}
h4
{
    font-size: 1.25em;
    color: #469;
}
h5
{
    font-size: 0.75em;
    color: #469;
}
h6
{
    font-size: 0.5em;
    color: #469;
}
/* Styles for Footer */
#footer p
{
    border-bottom-color: #CC0000;
    background-color: #CC0000;
    border-color: #CC0000;
    background: #CC0000;
    border: #CC0000;
    font-size: x-small;
    text-align: center;
    color: #FFFFFF;
    margin: 10px;
    padding: 1px;
}
#footer a
{
    color: #FFFFFF;
    text-decoration: underline;
}
#footer a:hover
{
    color: #000;
    text-decoration: none;
}
/* Styles for Links */
a
{
    color: #469;
    text-decoration: underline;
}
a:hover
{
    color: #000;
    text-decoration: underline;
}
.style_bold
{
    font-weight: bold;
}
.style_italic
{
    font-style: italic;
}

/* ----- Clearing floats --- */
.clearboth
{
    clear: both;
    margin: 0;
    padding: 0;
}
/* Modal Pop style */
.modalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: #990000;
    padding: 10px;
    width: 250px; /*display:none;     position:absolute;*/
    z-index: 10;
}
.modalPopup img
{
    float: right;
    padding: 5px 5px 5px 5px;
    border-style: none;
}
.modalBackground
{
    background-color: #C0C0C0;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalLink
{
    text-decoration: none;
    color: #ccc;
}

a:hover.modalLink
{
    text-decoration: underline;
}


.buttons
{
    float: right;
    display: inline;
    margin: 0px 0;
}

.buttons a
{
    text-decoration: none;
    font-size: 80%;
    margin-right: 15px;
}

.buttons a:hover
{
    text-decoration: underline;
}

/* Attribute selector doesn't work in IE
input[type=button] {
}
*/

.buttons input
{
    color: #fff;
    padding: 4px;
    font-size: 85%;
    border: 1;
    background: url(../_images/buttonback.gray.jpg) repeat-x right top;
}

.buttons input.red
{
    background: url(../_images/buttonback.red.jpg) repeat-x right top;
}

.buttons input.info
{
    background: url(../_images/info.jpg) right top;
    width: 30px; /* HACK to accommodate IE 7 and IE 8  */
    height: inherit;
    min-height: 13px;
}

.buttons input.blue
{
    background: url(../_images/button.blue.jpg) repeat-x right top;
}

.buttons input.default
{
    font-weight: bold;
    padding-right: 20px;
    background: url(../_images/button.nextwide.jpg) no-repeat right center;
}

.required
{
    color: #cb0001; /*font-style:italic;*/
}
/* Datagrid Format */
.datagrid th
{
    background: #999;
}
.datagrid td
{
    border-bottom: 1px #ccc solid;
}
.datagrid table
{
    border-bottom: 1px #666 solid;
}
.datagrid tr.alter td
{
    background: #efefef;
}
.datagrid .col
{
    text-decoration: none;
    color: #000000;
}
.datagrid .col:hover
{
    text-decoration: underline;
}
