﻿
.AlternateRow {
    background-color: #f0f0f0;
}

.HeaderCell
{
    text-align: center;
    background-color: #004566;
    color: White;
    width: 100%;
    font-weight: bold;
}

hr
{
    color: #004566;
}

.DisplayTable {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    background-color: #F8F8F8;
    border-radius: 2px;
}

.ErrorMessage {
    background-color: transparent;
    color: red;
    font-weight: bold;
}

.DisplayMessage {
    background-color: transparent;
    color: darkgreen;
    font-weight: bold;
}

.WarningMessage {
    font-weight: bold;
    color: orange;
    background-color: transparent;
}

.HeaderRow
{
    font-weight: bold;
    background-color: #d4d4c8;
}

.Row1 {
    background-color: #FFFFFF;    
    font-size: 12px;
}

.Row2 {
    background-color: #DDDDDD;
    font-size: 12px;
}

.Row1_11pt {
    background-color: #FFFFFF;    
    font-size: 11px;
}

.Row2_11pt {
    background-color: #EEEEEE;
    font-size: 11px;
}

.Row1_10pt {
    background-color: #FFFFFF;    
    font-size: 10px;
}

.Row2_10pt {
    background-color: #EEEEEE;
    font-size: 10px;
}

/**********************************************************/
/* Style used for LinkButtons CssClass="SelectedItem"     */
/**********************************************************/
a.SelectedItem:link, a.SelectedItem:visited
{
    color: #004566;
    text-decoration: none;
}

a.SelectedItem:hover
{
    color: #FFFFFF;
    background-color: #004566;
    text-decoration: none;
}

a.SelectedItem:active
{
    color: #FFFFFF;
    background-color: #004566;
    text-decoration: none;
}

/**********************************************************/
/* Style used for gray LinkButtons on top-right of Master */
/**********************************************************/
.HLLinkBtnStyle:link, a.HLLinkBtnStyle:visited
{
    color: #666666;
    text-decoration: none;
}

.HLLinkBtnStyle:hover
{
    color: #666666;
    text-decoration: underline;
}

.HLLinkBtnStyle:active
{
    color: #666666;
    text-decoration: underline;
}

/**********************************************************/
/* Definitions for the MasterPage                         */
/**********************************************************/
#page
{
    margin: auto;
    width: 900px;
    text-align: left;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 10pt;
}

/**********************************************************/
/* Style for the Paging buttons on the DataGrid           */
/**********************************************************/
.dgrdPagerStyle a
{
    color: #004566;
    background-color: #FFFFFF;
    text-decoration: none;
}

.dgrdPagerStyle a:hover
{
    color: #FFFFFF;
    background-color: #004566;
    text-decoration: none;
}

/**********************************************************/
/* Style for Buttons                                      */
/**********************************************************/
.FormButton
{
    cursor: pointer;
    border-top: solid 2px #cccccc;
    border-left: solid 2px #cccccc;
    border-right: solid 2px #666666;
    border-bottom: solid 2px #666666;
    background: white;
    color: #002A44;
    font-weight: bold;
    font-size: small;
}

.DeleteButton {
    cursor: pointer;
    border-top: solid 2px #cccccc;
    border-left: solid 2px #cccccc;
    border-right: solid 2px #ff3535;
    border-bottom: solid 2px #ff3535;
    background: white;
    color: #ff3535;
    font-weight: bold;
    font-size: small;
}

.ImgButton {
    border-style: none;
    background-color: Transparent;
    background-image: url(../images/New_Window.png);
    font-family: Arial;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
/**********************************************************/
/* Logo on the Login page                                 */
/**********************************************************/
.LoginLogo
{
    background-image: url(../images/ARlogo_login.jpg);
    width: 900px;
    height: 300px;
}

.LoginDistrict {
    color: #002A44;
}

/**********************************************************/
/* CSS-driven Menu                                        */
/**********************************************************/
.menu
{
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 10pt;
    width: 900px;
    height: 34px;
    position: relative;
    z-index: 100;
    background-image: url(../images/menu_static.gif);
    background-repeat: repeat-x;
}
.menu ul li a, .menu ul li a:visited
{
    display: block;
    text-decoration: none;
    color: #000;
    width: 170px;
    height: 34px;
    text-align: center;
    color: #fff; 
    border-bottom: 1px solid #fff;
    line-height: 34px;
    overflow: hidden;
}
.menu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu ul li
{
    float: left;
    position: relative;
}
.menu ul li ul
{
    display: none;
}

.menu ul li:hover a
{
    background: #015088 url(../images/menu_hover.gif) top left repeat-x;
	background-repeat: repeat-x;
	color:#000000;
	text-decoration:none;
}
.menu ul li:hover ul
{
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
    width: 171px;
}
.menu ul li:hover ul li a.hide
{
    background: #a0bfdb;
    color: #fff;
}
.menu ul li:hover ul li:hover a.hide
{
    background: #a0bfdb;
    color: #000;
}
.menu ul li:hover ul li ul
{
    display: none;
}
.menu ul li:hover ul li a
{
    display: block;
    background: #e4ecf3;
    border: solid 1px black;
    margin-top: -1px;
    margin-left: -1px;
    color: #000;
}
.menu ul li:hover ul li a:hover
{
    background: #a0bfdb;
    color: #000;
}
.menu ul li:hover ul li:hover ul
{
    display: block;
    position: absolute;
    left: 171px;
    top: 0;
}

.menu li a
{
    background: transparent url(../images/seperator.gif) no-repeat right;
    display: block;
    line-height: 34px;
    margin: 0px;
}


.ASPGrid
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #ccc;
    border-collapse: collapse;
    margin: 2px;
}
.ASPGrid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
}
.ASPGrid th
{
    padding: 4px 2px;
    color: #666;
    background-color: #ebebeb;
    border-left: solid 1px #ccc;
    font-size: 0.9em;
    text-align: left;
}
.ASPGrid .alt
{
    background-color: #e0e0e0;
}
.ASPGrid .pgr
{
    background-color: #ebebeb;
}
.ASPGrid .pgr table
{
    margin: 5px 0;
}
.ASPGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    font-weight: bold;
    color: #666;
    line-height: 12px;
}
.ASPGrid .pgr a
{
    color: #a6a6a6;
    text-decoration: none;
}
.ASPGrid .pgr a:hover
{
    color: #666;
    text-decoration: none;
}

div.ui-datepicker
{
    font-size: 10px;
}

.DisplayLabel {
    border: 1px #DDDDDD solid;
    padding: 2px;
    background-color: #FDFDFD;
    min-height: 15px;
}

img {
    border: none;
}

fieldset {
    position: relative;
    margin: 5px;
    border: 1px solid lightgray;
    padding: 5px;  
    background-color: #ededed;
}

fieldset legend {
    position: absolute;
    top: -0.7em;
    left: 0.7em;
}

.tooltipContainer
{
    z-index: 24;
    text-decoration: none;
    border: 0px;
}

.tooltipContainer:hover
{
    position: relative;
}

.tooltipContainer .tooltipDisplay
{
    /*the span will display just on :hover state*/
    display: block;
    visibility: hidden;
    position: absolute;
    top: 2px;
    left: 25px;
    padding: 3px 3px 3px 3px;
    border: 1px solid #000000;
    background-color: #C9D1E7;
    color: #000000;
    text-align: left;
    z-index: 25;
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tooltipContainer:hover .tooltipDisplay
{
    visibility: visible;
}



