﻿.body {
    background-color: #CCCCCC;
    font-size: small;
    font-weight: normal;
    font-family: Verdana;
}

.ButtonSelect {
    font-weight: normal;
    font-size: medium;
    color: #990000;
    font-family: Verdana;
    text-align: center;
    border:none;
    background-color: #CCCCCC;
}

.ButtonText {
    font-weight: bold;
    color: Purple;
    z-index: -1;
}

.collapsePanel {
    height: 20px;
    padding: 0;
    font-weight: bold;
    font-size: large;
    color: #CCCCCC;
    overflow: hidden;
}

.divleft {
    text-align: left;
    background-color: #CCCCCC;
}

.divcenter {
    text-align: center;
    width: auto;
}

.divRowTextSmallLeft {
    text-align: left;
}

.divRowTextSmallCenter {
    text-align: center;
}

.divRowTextXSmallLeft {
    font-size: x-small;
    text-align: left;
}

.divRowTextXSmallCenter {
    font-size: x-small;
    text-align: center;
}

.divRowHeadingMediumCenter {
    font-weight: bold;
    font-size: medium;
    text-align: center;
}

.divRowHeadingSmallCenter {
    font-weight: bold;
    text-align: center;
}

.dvStyle {
    text-align: left;
    color:black;
    padding-left: 3px;
}

.dvRowStyle-HorizontalAlign {
    font-weight: normal;
    text-align: right;
}

.dvFieldHeaderStyle-HorizontalAlign {
    font-weight: lighter;
    text-align: left;
}

.gv {
    font-size: x-small;
}

.gvStyle caption {
    text-align: center;
    font-weight: bold;
    font-size: medium;
    padding: 2px;
    background-color: #808080;
    color: #FFFFFF;
}

.gvStyle { 
    Width: 100%;
    border: 2px solid #666666;
    padding: 4px;
    }

.gvStyle a {
    color: red;
}

.gvHeaderStyle th {
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
}

.gvHeaderStyle {
    background-color: #808080;
    font-weight: bold;
    color: White;
}

.gvFooterStyle {
    background-color: #808080;
    font-weight: bold;
    color: White;
}

.gvRowStyle {
    background-color: #999999;
    color: #FFFFFF;
    text-align: left;
}

.gvAlternatingRowStyle {
    background-color: #CCCCCC;
    color: #000000;
}

.gvRowStyle td, .gvAlternatingRowStyle td {
    border: 1px solid #EBE9ED;
}

.gvSelectedRowStyle {
    background-color: #CCCCCC;
    font-weight: bold;
    color: #333333;
}

.gvPagerStyle {
    background-color: #CCCCCC;
    color: black;
}
.gvPagerStyle table {
    margin: 0 auto 0 auto;
}

.Header {
    height: 50px;
    background-image: url('/App_Themes/MasterThemePage/Images/hdrbckgr.jpg');
}
/* to center the paging links*/

.hr {
    height: 2px;
    font-weight: normal;
    background-color: #000000;
    width: 100%;
}

.hrRpt {
    height: 2px;
    font-weight: normal;
    background-color: #000000;
    width: 78%;
    float:left;
}

.ibt {
    margin-top: 5px;
    }

.ibtPnl {
    height: 35px;
}

.img {
    cursor: pointer;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

.imgLogo {  
    height: 35px;
    width: 250px;
    padding-left: 10px;
    padding-top: 5px;    
}

.Hyperlink {
    font-weight: normal;
    color: Black;
}

.LabelMedium {
    font-weight: bold;
    font-size: Medium;
    background-color: #7FFFD4;
    color: Black;
    text-align: center;
}

.LabelSmall {
    text-align: left;
    font-weight: bold;
}

.ListHeadingMediumCenter {
    font-weight: bold;
    text-decoration: underline;
    font-size: Medium;
    color: Black;
    text-align: center;
    padding-bottom: 10px;
}

.ListHeadingMediumLeft {
    font-weight: bold;
    text-decoration: underline;
    font-size: Medium;
    color: Black;
    text-align: left;
}

.ListHeadingSmallLeft {
    font-weight: bold;
    text-decoration: underline;
    color: Black;
    text-align: left;
}

.ListHeadingSmallCenter {
    font-weight: bold;
    text-decoration: underline;
    color: Black;
    text-align: center;
    padding-bottom: 5px;
}

.ListLabelSmall {
    font-weight: bold;
    color: #990000;
    text-wrap: normal;
}

.LetterTitle {
    font-weight: bold;
    font-size: large;
    color: #990000;
    text-align: center;
}

.MasterPageLabel {
    border: dashed 2px red;
    background-color: #fcc;
    font-weight: bold;
}

.MenuText {
    font-weight: normal;
}

.modaldivcenter {
    text-align: center;
}
.modalBackground  
{  
    background-color: Black;  
    filter: opacity(90%);  
    opacity: 0.8;  
} 
.modalPopup {
    font-size: small;
    height: 450px;
    width: 400px;
    background-color: #CCCCCC;
    text-align: left;
}
.modalPopup2 
{  
    background-color: #fff;  
    border: 3px solid #ccc;  
    padding: 10px;  
    width: 1000px;  
}
.modalPopupNotice {
    font-size: small;
    height: 250px;
    width: 300px;
    background-color: #C0C0C0;
    text-align: center;
}
.modalPopupSmall {
    background-color: #0094ff;
    padding: 5px 5px 5px 5px;
    height: 200px;
    border: 1px solid black;
    width: 100px;
}

.PageMain {
    width: 95%;
    margin: 0 auto 0 auto;
    border: 1px outset #0000FF;
    height: 100%;
    width: 95%;
    display: inline-block;
    table-layout: auto;
}
.pnlModalPopup {
    background-color:white;
    height: 700px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.pnlToolBar1 {
    font-weight: normal;
    background-color: #000000;
}

.pnlToolBar2 {
    font-weight: normal;
    background-color: #0000FF;
}

.pleftsmall {
    color: Black;
    text-align: left;
    padding: 5px;
}

.pleftmedium {
    font-size: medium;
    color: Black;
    text-align: left;
    padding: 5px;
}

.pcentersmall {
    color: Black;
    text-align: center;
    padding: 5px;
}

.pcentermedium {
    font-size: medium;
    color: Black;
    text-align: center;
    padding: 5px;
}

.PageTitle {
    font-weight: bold;
    font-size: large;
    color: #990000;
    text-align: center;
}

.PageSubTitle {
    font-weight: bold;
    font-size: medium;
    color: Black;
    text-align: center;
}

.PageSubTitleLeft {
    font-weight: bold;
    font-size: medium;
    color: Black;
    text-align: left;
}
/*Hover Menu*/
.popupMenu {
    position: absolute;
    visibility: hidden;
    background-color: #C0C0C0;
    opacity: .9;
    filter: opacity();
}

/*.popupHpHp(opacity=90);
}

/*.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}*/

.styleAD {
    font-weight: bold;
    font-size: medium;
    color: red;
    letter-spacing: 1px;
    text-decoration: double;
}

.Table {
    border: 2px outset #0000FF;
    Width: 100%;
    padding: 5px;
}

.TableCell {
    font-weight: normal;
    color: Black;
    text-align: center;
    background-color: #CCCCCC;
    border: 1px outset #0000FF;
}
.TableCellPadded {
    font-weight: normal;
    color: Black;
    text-align: left;
    padding-left: 40px;
    background-color: #87CEFA;
    border: 1px outset #0000FF;
}

.TableCellLeft {
    font-weight: normal;
    color: Black;
    text-align: left;
    background-color: #CCCCCC;
    border: 1px outset #0000FF;
    padding-left: 5px;
    width: auto;
    margin-left: 120px;
}

.TableCellRight {
    font-weight: normal;
    font-size: small;
    color: Black;
    text-align: Right;
    background-color: #CCCCCC;
    border: 1px outset #0000FF;
    width: auto;
}

.TableCellHeading {
    text-align: center;
    font-weight: bold;
    background-color: #CCCCCC;
    color: Black;
    border: 1px outset #0000FF;
}

.TableCellHeadingLeft {
    text-align: left;
    font-weight: bold;
    font-size: small;
    color: Black;
    background-color: #CCCCCC;
    border: 1px outset #0000FF;
}

.TableCellHeadingRight {
    text-align: right;
    font-weight: bold;
    color: Black;
    background-color: #CCCCCC;
    border: 1px outset #0000FF;
}

.TableCellDecimal {
    font-weight: normal;
    color: Black;
    background-color: #B0E0E6;
    text-align: right;
    border: 1px outset #0000FF;
}

.TableMed {
    border: 2px outset #0000FF;
    Width: 60%;
    padding: 5px;
}

.TableMain {
    border: 2px outset #0000FF;
    Width: 90%;
    padding: 5px;
}

.TableRow {
    border: 1px outset #0000FF;
    text-align: Center;
    background-color: #CCCCCC;
    width: 100%;
}

.TableRowLeft {
    border: 1px outset #0000FF;
    background-color: #CCCCCC;
    padding-left: 5px;
}

.TableRowHeading {
    text-align: center;
    font-weight: bold;
    font-size: medium;
    background-color: #CCCCCC;
    color: Black;
    border: 1px outset #0000FF;
}

.TableRowHeadingLeft {
    text-align: left;
    font-weight: bold;
    font-size: medium;
    color: Black;
    background-color: #CCCCCC;
    border: 1px outset #0000FF;
    padding-left: 5px;
}

.TextBold {
    font-weight: bold;
    font-style: italic;
    font-size: medium;
    color: Black;
}

.TextBoxNumCenter {
    text-align:center;
}

.TextBoxNumRight {
    text-align: right;
}
.TextMedium {
    font-weight: normal;
    font-size: medium;
    color: Black;
}

.TextSmall {
    font-weight: normal;
    color: Black;
}

.TextXSmall {
    font-weight: normal;
    font-size: x-small;
    color: Black;
}

.tvwStyle {
    color: #000000;
    text-align: left;
}

.tvConstruction {
    overflow: hidden;
}
.tvwHoverNodeStyle {
    font-size: x-small;
    text-decoration: underline;
    background-color: #FF6347;
}

.tvwLeafNodeStyle {
    font-size: x-small;
}

.tvwNodeStyle {
    font-family: Tahoma;
    color: #000000;
}

.tvwParentNodeStyle {
    font-weight: normal;
}

.tvwRootNodeStyle {
    background-color: #CCCCCC;
}

.tvwSelectedNodeStyle {
    background-color: #999999;
}

.ValidationError {
    font-weight: normal;
    color: Red;
}

.Warning {
    font-weight: bold;
    color: Red;
}

.WarningRoutine {
    font-weight: normal;
    color: Red;
}

#Header {
    background: url('Images/hdrbckgr.jpg');
    background-repeat: no-repeat;
    width: 100%;
    font-size: x-large;
    font-weight: bold;
    padding-top: 10px;
    border: 1px black solid;
    height: 50px;
}

#divLogo {
    float: left;
    padding-left: 5px;
}

#LeftColumn {
    text-align: center;
    vertical-align: middle;
    width: 19%;
    float: left;
    background-color: #CCCCCC;
    padding: 2px;
}

#LeftColHead {
    height: 25px;
    text-align: center;
    vertical-align: middle;
}

#LeftColTop {
    text-align: center;
    vertical-align: middle;
}

#LeftColMid {
    text-align: center;
    vertical-align: middle;
}

#LeftColBot {
    text-align: center;
    vertical-align: middle;
}

#Main {
    width: 100%;
    padding: 2px;
}

#MastMainContent {
    width: 80%;
    padding: 2px;
    font-size: small;
    width:auto
}

#MastMiddleColumn {
    width: 80%;
    float: left;
    background-color: #FFFFFF;
    margin-left: 10px;
    padding: 2px;
}

#MainContent {
    padding: 2px;
    font-size: small;
    width:auto
}

#MiddleColumn {
    width: 60%;
    float: left;
    background-color: #FFFFFF;
    margin-left: 10px;
    padding: 2px;
}

#SubHeaderContent {
    height: 25px;
    font-size: medium;
    text-align: center;
    width: 100%;
}

#SubHeaderDiv {
    font-size: medium;
    text-align: center;
    padding-top: 7px;
}

#ProjHeaderContent {
    height: 25px;
    text-align: center;
    width: 100%;
}

#ReportMainContent {
    padding: 2px;
    font-size: small;
}

#ReportMain {
    width: 100%;
    padding: 2px;
}

#ReportSubHeaderContent {
    height: 25px;
    font-size: medium;
    text-align: center;
    width: 100%;
}

#ReportMiddleColumn {
    width: 75%;
    float: left;
    background-color: #FFFFFF;
    margin-left: 10px;
    padding: 2px;
}

#RightColumn {
    width: 19%;
    padding: 2px;
    float: right;
    background-color: #CCCCCC;
}

#RightColHead {
    height: 25px;
}

#RightColTop {
    padding: 5px;
    text-align: center;
}

#RightColTopDiv {
    text-align: center;
    font-size: medium;
    padding-top: 7px;
}

#RightColMid {
    text-align: center;
    vertical-align: middle;
}

#RightColBot {
    color: #000000;
    text-align: center;
}

#Footer {
    font-family: Verdana;
    font-size: small;
    color: #FFFFFF;
    background-color: #001dff;
    width: 100%;
    height: 25px;
    text-align: center;
    padding-top: 5px;
}
