﻿html 
{
    font-size:small;   
    height:100%;   
}

body
{    
    font-family:"Segoe UI","Trebuchet MS", verdana, Helvetica, sans-serif;
    margin: 0px;
    padding-top: 0px;
    /* background:url(bg.png);
     background-repeat:repeat-y; 
    background-attachment :fixed;*/
    color:black;
    scrollbar-face-color: #E9E9E9;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #E9E9E9;
    scrollbar-3dlight-color: #DBDBDB;
    scrollbar-arrow-color: #787878;
    scrollbar-track-color: #F5F5F5;
    scrollbar-darkshadow-color: #AEAEAE;
    background-color:black;
    height:100%; 
    z-index:1;
    position:absolute;
    top:0px;
    left:0px; 
    border:none;
    
}

.modalBackground
{
background:black;
filter:alpha(opacity=40);
-moz-opacity:0.5;
}

.navigator
{
/* background:url(bg.png);
background-repeat:repeat-y; 
background-attachment :fixed;*/
position:absolute;
top:60px;
left:20px;
}

.cssformlabel
{
float:left;
clear:both;
padding-right:5px;
position:relative;
top:2px;
width:125px;
}

Table
{
    font-size:10pt;
    font-family:"Segoe UI","Trebuchet MS", verdana, Helvetica, sans-serif;   
}

A:link
{    
    text-decoration:none;
    color:navy;
}

A:visited
{
    text-decoration:none;
    color:navy;

}

A:hover
{
    color :red;
    text-decoration:none;
}

A:active
{
    color :red;
    text-decoration:none;
}

.whatsthis
{
font-family:Arial;
font-size:7pt;
color:Blue;
cursor:help;
}

.headercomment
{
font-size:16px;
}

.displaypanel
{
border:none;
background:black;
top:50px;
width:850px;
}

.mainpanel
{
padding:20px;
border:none;
}

.splitterpanels
{
border:none;
}

.headertext
{
padding-top:0px;
padding-left:7px;
font-size:20px;
width:100%;
border-bottom:solid 2px silver;
padding-bottom:5px;
color:Gray;
font-family:"Trebuchet MS";
}

.headermiddle
{
   background:url(b_middle.gif) bottom center;
   background-repeat:repeat-x;
   height:10px;
}

.headerleft
{
background:url(b_headerleft.gif);
background-repeat:no-repeat;
height:10px;
width:9px;
}

.headerright
{
background:url(b_headerright.gif) bottom left;
background-repeat:no-repeat;
height:10px;
width:9px;
}

.bodytopleft
{
   background:url(b_middle.gif);
   background-repeat:no-repeat;
   height:10px;
   
}

.bodytopmiddle
{
   background:url(b_middle.gif);
   background-repeat:repeat-x;
   height:10px;
}
.bodytopright
{
   background:url(b_topright.gif);
   background-repeat:no-repeat;
   height:19px;
   width:29px;
}

.bodybottomleft
{
   background:url(b_footerleft.gif);
   background-repeat:no-repeat;
   height:10px;
   width:9px;
}

.bodybottomright
{
   background:url(b_footerright.gif);
   background-repeat:no-repeat;
   height:10px;
   width:10px;
}

.bodybottommiddle
{
   background:url(b_middle.gif);
   background-repeat:repeat-x;
   height:10px;
}
.bodymiddleleft
{
   background:url(b_middle.gif) right center;
   background-repeat:repeat-y;
   width:9px;
}

.bodymiddleright
{
   background:url(b_middle.gif);
    background-repeat:repeat-y;
    width:10px;
}

.bodymiddlemiddle
{
  
   background:white;
   height:200px;
}

.menu
{
 font-size:10pt;
 z-index:300;
}

A:link.menu
{
    text-decoration:none;
    font-family:"Segoe UI","Trebuchet MS", verdana, Helvetica, sans-serif;
    font-size:9pt;

}
A:hover.menu
{
    text-decoration:none;
    color:White;
    font-family:"Segoe UI","Trebuchet MS", verdana, Helvetica, sans-serif;
    font-size:9pt;
  
}
A:active.menu
{
    text-decoration:none;
    font-family:"Segoe UI","Trebuchet MS", verdana, Helvetica, sans-serif;
    font-size:9pt;

}
A:visited.menu
{
    text-decoration:none;
    font-family:"Segoe UI","Trebuchet MS", verdana, Helvetica, sans-serif;
    font-size:9pt; 
}
    

.button
{
   /* background:url(bg-button.png) repeat-x;
    font-family:"Segoe UI","Trebuchet MS", verdana, Helvetica, sans-serif;
    font-size:10pt; */
}

.applicationtitlelabel
{
    font-family:"Segoe UI","Trebuchet MS", verdana, Helvetica, sans-serif;
    font-size: 14pt;
    line-height: 30pt;
    color:darkblue;
}

.required
{
    color:Red;
    font-family:"Segoe UI","Trebuchet MS", verdana, Helvetica, sans-serif;
    font-size:9pt;
}

.alternatingtablerow
{
    background-color:whitesmoke;
}

.selectedtablerow
{
    background-color:lavender;
}

.notemessage
{
    padding:5px;
    position:absolute;
    top:150px;
    left:200px;
    border:solid 2px gray;
    background-color:#FFFFC0;
    z-index:500;
}

.mainpanel
{
padding:20px;
}

.editpanel, .largeeditpanel, .subeditpanel, .fulleditpanel
{ 
    border-left-color:gray;
    border-left-style:solid;
    border-left-width:1px;  
    border-right:solid 1px gray;
    border-bottom:solid 1px gray;
    border-top:solid 5px gray; 
    padding-right: 15px; 
    padding-left: 15px; 
    background-color:white;
    padding-bottom: 15px; 
    padding-top: 15px; 
    z-index:20;
    

}

.wizardpopup
{
    border-left-color:gray;
    border-left-style:solid;
    border-left-width:1px;  
    border-right:solid 1px gray;
    border-bottom:solid 1px gray;
    border-top:solid 5px gray; 
    z-index:20;
    left: 140px; 
    position: absolute; 
    top: 120px;
}

.wizardheader
{  
    background:url(blackheader.jpg);
    background-repeat:repeat-x;
    height:65px;
    color:Silver;   
}

.wizardbody
{
background:gainsboro;
padding:20px; 
z-index:400;
}

.appfooter
{
background:url(bluegreenheader.jpg);
background-repeat:repeat-x;
}

.editpanelheader
{
font-family:Arial;
font-size:125%;
font-weight:bold;
}

.editpanel
{
    left: 100px; 
    position: absolute; 
    top: 55px;
    z-index:90;
 }

.largeeditpanel
{   
    left: 10px; 
    position: absolute; 
    top: 10px; 
    border-left-color:gray;
    border-left-style:solid;
    border-left-width:1px;  
    border-right:solid 1px gray;
    border-bottom:solid 1px gray;
    border-top:solid 6px gray;

}

.subeditpanel
{
    left: 15px; 
    position: absolute; 
    top: 10px;
    height:520px;
    overflow:auto;  
}

.fulleditpanel
{
    left: 110px; 
    position: absolute; 
    top: 60px;
    border-left-color:gray;
    border-left-style:solid;
    border-left-width:1px;  
    border-right:solid 1px gray;
    border-bottom:solid 1px gray;
    border-top:solid 5px gray;  
    z-index:101;
}

.configurepanel
{
     padding: 10px;
     position: absolute;
     top: 30px;
     left: 250px;
     border:solid 2px Black;
     z-index:102;
 }
    
.flyoutpanel
{
     padding: 10px;
     border:solid 2px gray;
     z-index:102;
}

.helpbox
{
    border:solid 1px dimgray;
    background-color:#FFFFC0;
    padding:10px;
    width:250px;
}

.appbody
{
background-image: url(mainbgmedium.jpg);
background-repeat:repeat-x;
}


.appnavtree
{
    color: #666666;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 3px;
    margin-top: 0px;
    cursor: pointer; 
    width:200px; 
    text-align:center;	
    background: none;
    border-bottom:1px solid #bbbbbb;

    }
    
.appnavtreeselected
{
    background:white;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 3px;
    margin-top: 0px;
    cursor: pointer;
}

.appnavtreehover
{
    background-image: url(accheader.jpg);
    background-repeat:repeat-x;
	text-decoration: underline;
}

A:link.appnavtree
{
	color: #666666;
	background: none;
	text-decoration: none;  
}


A:visited.appnavtree
{
    text-decoration:none;
    font-size: 9pt;
    font-family:"Segoe UI","Trebuchet MS", verdana, Helvetica, sans-serif;
    color:dimgray;   
}

A.hover.appnavtree
{
	background: none;
	text-decoration: underline;   
}

A.active.appnavtree
{
    text-decoration:none;

        font-family:"Segoe UI","Trebuchet MS", verdana, Helvetica, sans-serif;
        color:dimgray;

    
}

/*-----------------------------------------*/
/* app editor styles */

.description
{
    width:350px;
    border:solid 1px dimgray;
}

.textbox
{

}

.formlabel
{
padding-right:8px;
}

.tableheader
{
   
    background:whitesmoke;
    padding-right:8px;
         
}

.gridrow
{
}

.instructions
{
    color:Gray;
    font-style:italic;
    width:400px;
}

.formsubheaderline
{  
    color:lightsteelblue;
}

.formsubheader
{
    padding-right:4px;
    color:darkblue;
    font-weight:bold;
}
