﻿BODY
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    margin-left: 0px;
    margin-top: 0px;
    FONT-SIZE: 10pt;
    font-family: Tahoma, Arial;
    font-weight: normal;    
    MARGIN: 0px;
    BORDER-LEFT: 0px;
    CURSOR: default;
    BORDER-BOTTOM: 0px;
    BACKGROUND-COLOR: #ffffff
}
TD
{
	FONT-SIZE: 10pt;
    font-family: Tahoma, Arial;
    font-weight: normal;  
}
input[type=text] {
    outline: none;
    border: 1px solid #aaaaaa;
    border-color: #aaaaaa;
    background-color: white;
    height: 15px;
   
    padding: 5px;
}
.fontbold{
    font-weight: bold;
}
.clsPriceTextbox
{
	width: 50px;
	height: 15px;
}
.clsDateTextbox
{
	width: 70px;
	height: 15px;
}
.clsPlainText
{
    FONT-SIZE: 10pt;
    font-family: Tahoma, Arial;
    font-weight: normal; 
}
.clsPlainTextWhite
{
    FONT-SIZE: 10pt;
    font-family: Tahoma, Arial;
    font-weight: normal; 
    color: #fff;
}
.clsWarningMessage
{
	FONT-SIZE: 10pt;
    font-family: Tahoma, Arial;
    font-weight: bold; 
    color: #cc0000;
}
.clsStatusMessage
{
	FONT-SIZE: 10pt;
    font-family: Tahoma, Arial;
    font-weight: normal; 
    color: #cc0000;
}
.tabs a
{
    color: #214c82;
    text-decoration:none;
    font:14px Arial,Sans-Serif; 
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-radius-topleft: 15px;
    -webkit-border-radius-topright: 15px;
    border-radius-topleft: 15px;
    border-radius-topright: 15px;           
}
.tab
{
    background-color:#dddddd;
    padding:5px;
    border:Solid 1px black;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-radius-topleft: 15px;
    -webkit-border-radius-topright: 15px;
    border-radius-topleft: 15px;
    border-radius-topright: 15px;
    border-bottom:none;    
}
.selectedTab
{
    font-weight: bold;
    background-color: #ebeff4;
    padding:5px;
    border:Solid 1px black;
    border-bottom:none;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-radius-topleft: 15px;
    -webkit-border-radius-topright: 15px;
    border-radius-topleft: 15px;
    border-radius-topright: 15px;     
    
}
.views
{
    background-color:white;    
    height: 2000px;
    border:Solid 1px black;    
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-radius-topleft: 15px;
    -webkit-border-radius-topright: 15px;
    border-radius-topleft: 15px;
    border-radius-topright: 15px; 
}
.textboxdate
{
	width: 100px;
}
.textboxprice
{
	width: 50px;
}
.textboxnumber
{
	width: 50px;
}
.message
{
    font-weight: bold;
    color: #cc0000;

}
.reversetype
{
    font-weight: bold;
    color: #ffffff;
}
.hiddentext label
{	
	display: none;
}
.rowheading
{
	font-weight: bold;
    color: #000000;
    width: 200;
}
.titlebox
{
	font-weight: bold;
	font-size: 10pt;
    color: #000000;
    background-color: #dddddd
}
.asptable
{
    border-color: #999999;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.asptd
{
    border-color: #999999;
    border-style: solid;
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #ffffff;
}

.asptdcolumnheading
{
    border-color: #999999;
    border-style: solid;
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #ffffff;
    font-weight: bold;
    background-color: #d6dfe9;
}

.asptdtableheading
{
    border-color: #999999;
    border-style: solid;
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #ffffff;
    font-weight: bold;
    background-color: #dedede;
}
.fineprint
{
	FONT-SIZE: 8pt;
    font-family: Tahoma, Arial;
    font-weight: normal;  
}
.fineprintlight
{
	FONT-SIZE: 8pt;
    font-family: Tahoma, Arial;
    font-weight: normal;  
    color: #999999
}
.formlabel
{
	FONT-SIZE: 10pt;
    font-family: Tahoma, Arial;
    font-weight: bold; 
    color: #214c82; 
}
.spanlink
{
	FONT-SIZE: 10pt;
    font-family: Tahoma, Arial;
    font-weight: normal; 
    text-decoration: underline;    
    color: #214c82; 
}
.largetypeblack
{
    FONT-SIZE: 12pt;
    font-family: Tahoma, Arial;
    font-weight: bold; 
    color: #000000; 
    border-color: #dedede;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 600px;
    
}
.rowOdd
{
    background-color: #efefef;
}
.rowEven
{
    background-color: #d6dfe9;
}
.rowGlobal {
    color: #0000cc;
}
.AdminButton
    {
        height: 40px;
        width: 200px;
    }  


.messagebox {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: solid 1px #B1C0D9;
    margin-left: 14px;
    background-color: #efefef;
    padding: 3px 3px 3px 3px;
    width: 1000px;
    z-index: 99;
}

.errorbox {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: solid 2px #cc0000;
    margin-left: 14px;
    background-color: #dddddd;
    padding: 3px 3px 3px 3px;
    width: 1000px;
    z-index: 99;
}


  
.statusbox
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: solid 2px #cc0000;
    margin-left: 30px;
    background-color: #efefef;
    padding: 10px 10px 10px 10px;
    width: 95%;    
    vertical-align: middle;
    min-height: 30px;    
    z-index: 99;  
    color: #cc0000;
    
}  
.searchbox
{
    FONT-SIZE: 10pt;
    font-family: Tahoma, Arial;
    font-weight: normal; 
    color: #000000; 
    background-color: #efefef;
    border: 1px solid #999999;
   
    padding: 15px 15px 15px 15px;
    width: 955px;
    margin-left: 0px;
}  

.internalbox
{
    background-color: #dddddd;
    border: 1px solid #999999;    
    padding: 5px 5px 5px 5px;
    margin-left: 0px;
}
.lightgraybox
{
    background-color: #efefef;
    border: 1px solid #999999;   
    padding: 5px 5px 5px 5px;
}
.blueheaderbox
{
    background-color: #b7c7d8;
    border: 1px solid #999999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    margin-left: 0px; 
    margin-top: 0px; 
    height: 25px;
    
}
.lightblueheaderbox
{
    background-color: #d6dfe9;
    border: 1px solid #999999;
   
    padding: 5px 5px 5px 5px;
    margin-left: 0px; 
    margin-top: 0px; 
    height: 25px;
    
}
.blueheaderboxtext
{
    font-size: 12pt; 
    color: #000000; 
    font-weight: bold;
}


.greenheaderbox 
{
    background-color: #2E8A2E;
    border: 1px solid #999999;   
    padding: 5px 5px 5px 5px;
    margin-left: 0px; 
    margin-top: 0px; 
    height: 25px;
}

.greenheaderboxtext
{
    font-size: 16pt; 
    color: #ffffff; 
    font-weight: normal;
    font-family: Tahoma;
}





.box
{
    FONT-SIZE: 10pt;
    font-family: Tahoma, Arial;
    font-weight: normal; 
    color: #000000; 
    background-color: #efefef;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 10px 10px 10px 10px;
    width: 780px;
    
}  
.active
{
    color: #009900;
    font-weight: bold;
}
.inactive
{
    color: #cc0000;
    font-weight: bold;
}
.required
{
    color: #FFD700;
    font-weight: bold;
    font-size: 11pt;
}
.notrequired
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11pt;
}
.subdetail
{
    color: #214c82;
}
.title
{
    font-weight: normal; 
    color: #214c82; 
    font-size: 12pt;
}

.subtitle
{
    font-weight: normal; 
    color: #214c82; 
    font-size: 10pt;
}

.help{
     FONT-SIZE: 10pt;
    font-family: Tahoma, Arial;
    font-weight: normal; 
    color: #000000; 
    background-color: #efefef;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
     
    padding: 10px 10px 10px 10px;
    width: 300px;
}
.helpHeading{
    font-family: Tahoma;
    font-size: 16pt;
    font-weight: normal;    
    color: #2E8A2E;
}
.helpLink{
    font-family: Tahoma;
    font-size: 11pt;
    font-weight: normal;  

}
.note{
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;  
    color: #2E8A2E;
}
.helpDialog{
    FONT-SIZE: 10pt;
    font-family: Tahoma, Arial;
    font-weight: normal; 
    color: #000000; 
    background-color: #eafaf1;
    border-color: #0B610B;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-spacing: 0;
    border-collapse: collapse;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    width: 300px;   
    box-shadow: 10px 10px 5px #888888;
    position: absolute;     
   
}

.helpDialogWide{
    FONT-SIZE: 10pt;
    font-family: Tahoma, Arial;
    font-weight: normal; 
    color: #000000; 
    background-color: #eafaf1;
    border-color: #0B610B;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-spacing: 0;
    border-collapse: collapse;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    width: 600px;   
    box-shadow: 10px 10px 5px #888888;
    position: absolute;     
   
}

.button_small {
            height: 25px;
            width: 50px;
            padding: 5px 10px 5px 10px;
            font-size: 10pt;
            vertical-align: middle;
            border: 1px solid #cccccc;
            background-color: #ffe066;
        }

.button_medium {
            height: 30px;
            width: 150px;
            padding: 5px 10px 5px 10px;
            font-size: 10pt;
            vertical-align: middle;
            border: 1px solid #cccccc;
            background-color: #ffe066;
        }


.button_action {
            height: 30px;
            width: 150px;
            padding: 5px 10px 5px 10px;
            font-size: 10pt;
            vertical-align: middle;
            border: 1px solid #aaaaaa;
            background-color: #eeeeee;
            
            
        }

        .button_small_blue {
            height: 25px;
            width: 100px;
            padding: 5px 10px 5px 10px;
            font-size: 10pt;
            vertical-align: middle;
            border: 1px solid #cccccc;
            border-radius: 10px;
            background: rgb(218,225,238); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(218,225,238,1) 0%, rgba(177,192,217,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,225,238,1)), color-stop(100%,rgba(177,192,217,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(218,225,238,1) 0%,rgba(177,192,217,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(218,225,238,1) 0%,rgba(177,192,217,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(218,225,238,1) 0%,rgba(177,192,217,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(218,225,238,1) 0%,rgba(177,192,217,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae1ee', endColorstr='#b1c0d9',GradientType=0 ); /* IE6-9 */
        }




.messagebox {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: solid 1px #B1C0D9;
    margin-left: 35px;
    background-color: #efefef;
    padding: 3px 3px 3px 3px;
    width: 950px;
    height: 25px;
    vertical-align: middle;    
    color: #333333;
    z-index: 99;
}

.errorbox {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: solid 2px #cc0000;
    margin-left: 35px;
    background-color: #dddddd;
    padding: 3px 3px 3px 3px;
    width: 1000px;
    height: 25px;
    vertical-align: middle;
    color: #cc0000;
    z-index: 99;
}

.errorboxsummary {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: solid 2px #cc0000;
    margin-top: 20px;
    margin-left: 14px;
    background-color: #dddddd;
    padding: 3px 3px 3px 3px;
    width: 1000px;
    z-index: 99;
}
.question {
    color: #2E8A2E;

}

.navButton {
    color: #2E8A2E;
    font-size: 12pt;
    font-weight: normal;
}

.cancelButton {
    color: #cc0000;
    font-size: 12pt;
    
}
.selectbox {
    width: 100px;
    height: 28px;
    background-color: #FFF;
    font: 400 12px/18px 'Open Sans', sans-serif;
    color: #000;
    font-weight: normal;
    border: 1px solid #7AB1C1;
    margin: 5px 0 0 0;
    padding: 5px;
    -moz-border-radius: 15px;
    border-radius: 3px;
    padding: 5px;
}

.selectboxmedium {
    width: 260px;
    height: 28px;
    background-color: #FFF;
    font: 400 12px/18px 'Open Sans', sans-serif;
    color: #000;
    font-weight: normal;
    border: 1px solid #7AB1C1;
    margin: 5px 0 0 0;
    padding: 5px;
    -moz-border-radius: 15px;
    border-radius: 3px;
    padding: 5px;
}

.selectboxlong {
    width: 500px;
    height: 28px;
    background-color: #FFF;
    font: 400 12px/18px 'Open Sans', sans-serif;
    color: #000;
    font-weight: normal;
    border: 1px solid #aaaaaa;
    margin: 5px 0 0 0;
    padding: 5px;
    
    padding: 5px;
}

.headinglink{
    color: azure;

}
	
	