﻿body
{
    font-family: Lucida Sans Unicode;
    font-size: 13px;
    line-height: 16px;
}

.page
{
    width: 100%;
    min-width: 400px;
    min-height: 400px;
    height: 100%;
    float: left;
}

.headingbox
{
   width:  100%;
   height: 73px;
   float: left;
   text-align:center;
   font-size: 32px;
   line-height: 70px;
   color: #0081b1;
   color: #8d1616;
   border-bottom: solid 1px Gray
   /* background-image: url('/media/BPHeadingBar.png'); */
}

.headingcontainer
{
    width: 80%;
    float: left;
    font-family: Tahoma;
    font-weight: bold;
}

.logobox
{
   width:   219px;
   height: 55px;
   padding-top: 10px;
   float: left;
}

.menubox
{
   width:  80%;
   height: 30px;
   float: left;
   text-align:left;
}

.leftsidebox
{
   width:   80%;
   height:  800px;
   float: left;
}

.content1
{
   width:   95%;
   height:  750px;
   float: left;
   overflow: auto;
   float: left;
}

.seperatorvertical
{
    width: 1px;
    height: 760px;
    margin-top: 10px;
    /* background-image: url('/media/SeperatorVertical.png'); */
    background-color: Gray;
    float: left;
}

.rightsidebox
{
   width:   219px;
   height:  800px;
   float: left;
}

.content2
{
   width:   209px;
   height: 695px;
   float: left;
   font-size: 13px;  
   text-align: left;
   float: left;
}

.navigationbox
{
   width:  219px;
   height: 60px;
   float: left;
}

.seperatorhorizontal
{
    width: 100%;
    height: 3px;
    border-top: solid 1px Gray;
    color: Gray;
    /* background-image: url('/media/SeperatorHorizontal.png'); */
    float: left;
}

.navigationboxleft
{
   width:   40%;
   float: left;
   text-align:left;
   padding-left: 0px;
   padding-top: 10px;
   padding-right: 0px;
}

.navigationboxright
{
   width:   50%;
   float: right;
   text-align:right;
   padding-right: 8px;
   padding-top: 10px;
}

.menu
{
    padding-top: 10px;
    font-size: 15px;
    color: #0081b1;
}

.menutabbutton, .menutabbuttonactive
{
    /* width: 82px; */
    height:22px;
    border-style:none;
    border-bottom: solid 1px #040404;
   background-color: Transparent;
    /* color: #0081b1;
       color: #3e3e3e; */
    font-size: 12px;
    /* font-weight: bold; */
    cursor: hand;
    /* background-image: url('/media/TabGrey22x82.png'); */
}

.menutabbuttonactive
{
    /* background-image: url('/media/TabBlue22x82.png'); */
    color: #d0d0d0;
    color: #ffffff;
    font-weight: bold;
    background-color: #0081b1;
}

.spacelogo
{
    height: 15px;
}

.links
{
    font-size: 13px;
    line-height: 24px;
    color: #0071b1;
    text-decoration: none;
}

.header
{
   width: 100%;
   text-align:center;
   font-size: 24px;
   line-height: 32px;
   float: left;
}

.subheading
{
    text-align: left;
    font-size: 15px;
    color: #0081b1;
}

.greenbutton, .redbutton, .greybutton, .forwardbutton, .forwardbuttongrey, .backwardbutton, .backwardbuttongrey, .logonbutton
{
    width: 100px;
    height:42px;
    border: 0px;
    background-color: transparent;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: hand;
}

.logonbutton
{
    background-image: url('/media/ButtonGreen.png');
    position: absolute;
    left:80%;
    top:700px;
}

.greenbutton
{
    background-image: url('/media/ButtonGreen.png');
}

.redbutton
{
    background-image: url('/media/ButtonRed.png');
}

.greybutton
{
    background-image: url('/media/ButtonGrey.png');
}

.forwardbutton
{
    background-image: url('/media/ButtonBlueForward.png');
}

.forwardbuttongrey
{
    background-image: url('/media/ButtonGreyForward.png');
}

.backwardbutton
{
    background-image: url('/media/ButtonBlueBackward.png');
}

.backwardbuttongrey
{
    background-image: url('/media/ButtonGreyBackward.png');
}


.printerbutton
{
    text-align: right;
    float: left;
    width: 18%;
}

.popupmessage
{
    width: 400px;
    border:  solid 1px Navy;
    background-color: #FFFFF0;
	padding:20px;
	float: left;
	min-height: 120px;
}


.messageheading
{
    width: 350px;
    height: 40px;
    padding-top:10px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    float: left;
}

.messageicon
{
    width: 50px;
    height: 50px;
    padding-top:10px;
	float: left;    
}

.messagetext
{
    width: 350px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; 
    text-align: center;
    float: left;
}

.messagebuttoms
{
    width: 100%;
    height: 40px;
}

.UpdateProgress
{
	text-align: center;
	vertical-align: middle;
	position: absolute;
	bottom: 30%;
	left: 30%;
}

.frontpage
{
    text-align: center;
	font-size: 72px;
    line-height: 112px;
    text-decoration: none;
    color: #0081b1;
    padding-top: 150px;
    overflow: hidden;
}

.selecttask
{
    text-align: center;
	font-size: 24px;
    line-height: 32px;
    text-decoration: none;
    color: #0081b1;
    padding-top: 50px;
    overflow: hidden;
    padding-left:20px;
}

.logincontainer
{
    width: 50%;
    padding-left: 25%;
    padding-top:60px;
    float: left;
}

.labelcontainer, .labellongcontainer, .labelshortcontainer
{
    width: 15%;
    line-height: 30px;
    float: left;
    text-align: left;
    padding-bottom: 10px;
}

.labelshortcontainer
{
    width: 20%;
    float: left;
}

.labellongcontainer
{
    width: 60%;
    float: left;
}

.inputboxcontainer, .inputboxlongcontainer, .inputboxshortcontainer
{
    width: 70%;
    line-height: 30px;
    float: left;
    text-align: left;
    padding-bottom: 10px;
}

.inputboxshortcontainer
{
    width: 40%;
    float: left;
}

.inputboxlongcontainer
{
    width: 80%;
    float: left;
}

.treeviewcontainer, a.treeviewcontainer
{
    width: 100%;
    text-align: left;
    float: left;
    color: Black;
}

.treeviewyear, a.treeviewyear
{
    text-align: left;
    float: left;
    color: Black;
}

.treeviewtext, a.treeviewtext
{
    width: 450px;
    text-align: left;
    float: left;
    color: Black;
}

.treeviewamount, a.treeviewamount
{
    width: 100px;
    text-align: right;
    float: left;
    color: Black;
}

.inputbox
{
    text-align: left;
    float: left;
    margin-right: 5px;
}

.errorcontainer
{
    line-height: 16px;
    float: left;
    text-align: left;
}

.errorcontainer
{
    line-height: 16px;
    float: left;
    text-align: left;
}

.fundcontainer
{
    width: 48%;
    float: left;
    text-align: left;
}

.errortext
{
     color: Red;
}

.bold
{
    font-weight: bold;
}

.changed
{
    color: Purple;
}

.inactive
{
    color: Gray;
}

.pageheading
{
    font-size: 20px;
    text-align: left;
    margin-bottom: 30px;
}

.pageselection
{
    width: 100%;
    padding-left: 10px;
    height: 234px;
    line-height: 24px;
    float: left;
    text-align: left;
    vertical-align: middle;
}

.selectiongroup
{
    margin-top: 20px;
    display: block;
    float: left;
    width: 100%;
}

.selectbutton
{
    width: 80px;
    height: 25px;
    font-size: 12px;
    margin-right: 20px;
    padding: 0px;
}

.smallbutton
{
    width: 50px;
    height: 20px;
    font-size: 12px;
}

.pagedata
{
    width: 97%;
    padding-right: 0;
    float: left;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    vertical-align:middle;
}

.pagedatagroup
{
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.pagedatabuttongroup
{
    line-height: 30px;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.pagedata a
{
    font-size: 13px;
    text-align: left;
    color: #0081b1;
    text-decoration: none;
    margin-bottom: 0px;
}

.page3col
{
    width: 33%;
    float: left;
    text-align: left;
}

.page2col
{
    width: 50%;
    float: left;
    text-align: left;
}

.page4col
{
    width: 25%;
    float: left;
    text-align: left;
}

.page5col
{
    width: 20%;
    float: left;
    text-align: left;
}

.page6col
{
    width: 15%;
    float: left;
    text-align: left;
}

.page5_6col
{
    width: 85%;
    float: left;
    text-align: left;
    height: 257px;
}

.page17pct
{
    width: 17.5%;
    float: left;
    text-align: left;
}

.ruler
{
    color: Gray;
}

.checkbox 
{
    float: left;
}

.linkbutton
{
    text-align: left;
    margin-left: 20px;
    display: block;
}

.textbox
{
    text-align: left;
    margin-right: 5px;
    width: 253px;
}

.textboxamount
{
    text-align: right;
    margin-right: 5px;
    width: 100px;
}

.textboxrate
{
    text-align: right;
    margin-right: 5px;
    width: 50px;
}

.radiobuttongroup
{
    width:100%;
    margin-top: 12px;
    line-height: 22px;
    float: left;
}

.textboxdate
{
    width: 70px;
    margin-left: 24px;
}
.password
{
    width: 70px;
}
.textboxzipcode
{
    width: 50px;
}

.textboxage
{
    width: 80px;
}

.textboxphone
{
    width: 80px;
}
.textboxname
{
    width: 300px;
}

.textboxshortname
{
    width: 200px;
}

.labelnoteditable
{
     line-height: 22px;
     width: 80px;
     text-align: right;
     color: Red;
}

.right
{
    float:right;
      text-align: right;
      width: 70px;
}

.ajax__calendar_container
{
    border:1px solid #646464;
    background-color: white;
    color: #0081b1;
    line-height: 12px;
}

.watermarked
{
 color: #8a9ea5;
    width: 80px;
}

.text
{
    width: 30%;
    text-align: left;
}

.gridview
{

}

.textcontainer
{
    font-size: 20px;
    line-height: normal;
    text-align: center;
}

.subtextcontainer
{
    padding-left: 50px;
    padding-right: 50px;
    font-size: 14px;
    text-align: center;
}

.codecontainer
{
    padding-top:100px;
    font-size: 14px;
    text-align: left;
    float: left;
    width: 100%;
}
/*-------------------------------*/
/*Progressbar supported classes*/
/*-------------------------------*/
.progressbarcontainer
{
    background-color: #FFFFF0;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	height: 100px;
	width: 400px;
	position: absolute;
	bottom: 30%;
	left: 20%;
	display: none;
}

.ProgressPct
{
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 40px;
	left: 185px;
}

/*Progressbar container wrapper*/
#dvProgressContainer
{
	border: solid 1px #CFCFCF;
	width: 300px;
	height: 20px;
}
/*Progressbar container*/
#dvProgress
{
	background-image: url(../media/Progressbar_Content.png);
	height: 100%;
	width: 0px;
}