﻿body
{
    margin: 0px 0px 0px 0px;
}

.pageHeader
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: medium;
    font-weight: bold;
    color: #ffffff;
    background-color: #000000;
    height: 30px;
    padding: 0px 0px 0px 15px;
}

.pageLabel
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: small;
    font-weight: bold;
}

.pageSectionLabel
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: 14;
    font-weight: bold;
}

.pageError
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: x-small;
    font-weight: normal;
    color: Red;
}

.pageLink
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: small;
    font-weight: normal; /*text-decoration: underline;*/
}

.pageTextBox
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: 11px;
    font-weight: normal;
    border-style: groove;
}

.pageTextArea
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: 11px;
    font-weight: normal;
    border-style: groove;
}

.pageDropDown
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: 11px;
    font-weight: normal;
    border-style: groove;
    width: auto;
}

.pageComments
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #000099;
}

.pageButton
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: 10;
    font-weight: normal;
    border-style: groove;
    background-color: ButtonFace;
}

.pageText
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: small;
    font-weight: normal;
}

.pageFooter
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: xx-small;
    font-weight: normal;
    text-align: center;
}

.tableOutLine
{
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-right: solid 1px #000000;
    padding: 0px 4px 0px 4px;
}

.gridHeader
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: small;
    font-weight: bold;
    color: #000000;
    background-color: #C3C3C3;
    padding: 4px 4px 4px 4px;
    text-align: center;
    vertical-align: top;
}


.gridText
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: small;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

.gridAlternateText
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: small;
    font-weight: normal;
    text-align: left;
    background-color: #efefef;
    vertical-align: top;
}
.gridPagerText
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: small;
    font-weight: normal;
    vertical-align: top;
}

/*Style for Admin custumization starts*/


.xsnazzy h1, .zsnazzy h1
{
    margin: 0;
    font-size: 1.2em;
    padding: 0 10px 5px 10px;
    border-bottom: 1px solid #444;
}
.xsnazzy p, .zsnazzy p
{
    margin: 0;
    padding: 5px 10px;
    font-size: 10px;
}
.xsnazzy
{
    background: transparent;
    width: 240px;
    float: left;
    margin: 0 3px;
}

.xtop, .xbottom
{
    display: block;
    background: transparent;
    font-size: 1px;
}
.xb1, .xb2, .xb3, .xb4
{
    display: block;
    overflow: hidden;
}
.xb1, .xb2, .xb3
{
    height: 1px;
}
.xb2, .xb3, .xb4
{
    background: #fff;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
}
.xb1
{
    margin: 0 5px;
    background: #444;
}
.xb2
{
    margin: 0 3px;
    border-width: 0 2px;
}
.xb3
{
    margin: 0 2px;
}
.xb4
{
    height: 1px;
    margin: 0 1px;
}

.xboxcontent
{
    display: block;
    border-right: 0 hidden #584421;
    height: auto;
}
* html .xboxcontent
{
    height: 1px;
}


#adminmenu a
{
    font-size: 12px;
    font-family: arial;
    color: #FFFFFF;
    height: 25px;
    width: 100%;
    margin-top: 0px;
    padding-left: 10px;
    padding-top: 5px;
    cursor: hand;
    background: #73A2BD;
    border-bottom: 0px #efefef inset;
    text-decoration: none;
    display: block;
}

#adminmenu a:hover
{
    font-size: 12px;
    font-family: arial;
    color: #000000;
    height: 25px;
    width: 100%;
    padding-left: 10px; /*background:#DED8D8;*/
    cursor: hand;
    display: block;
    text-decoration: underline;
}


.table_header
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: medium;
    font-weight: bolder;
    color: #ffffff;
    background-color: #53829D;
    height: 30px;
    padding: 0px 10px 0px 10px;
    text-align: left;
    vertical-align: middle;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=           '#c3c3c3' , Direction=00, Strength=8);
}
/*Style for Admin custumization ends*/