/* Default CSS Stylesheet for a new Web Application project */

.adjustedZIndex {
    z-index: 10000;
    position:relative; 
}

body
{
    font-family: Tahmoma,Verdana, Helvetica, sans-serif;
    font-size: 10;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin: 0;    
}

a:link
{
    text-decoration: none;
    color: #09479c;
}

a:visited
{
    text-decoration: none;
    color: #09479c;
}

a:active
{
    text-decoration: none;
    color: #09479c;
}

a:hover
{
    color: #ff7f00;
    text-decoration: underline;
}
table
{
    border:none;
    background-color: Transparent;
}
.maintable
{
    padding: 7;
    border: none; /*border: #cecece 2px solid; */
}
.links
{
    font-size: 12px;
    line-height: 15pt;
    font-family: Tahoma;
}

.linkbar
{
    font-size: 12px;
    line-height: 15pt;
    font-family: Tahoma;
    color: #FFFFFF;
}

.alert
{
    font-size: 12px;
    line-height: 15pt;
    font-family: Tahoma;
    color: #FF0000;
}

.info
{
    font-size: 12px;
    line-height: 15pt;
    font-family: Tahoma;
    color: #006600;
}

.text1
{
    font-size: 12px;
    font-family: Tahoma;
    color: #777777;
    line-height: 1.5em;
}


.text2
{
    font-size: 10px;
    font-family: Tahoma;
    color: #777777;
}

.text2w
{
    font-size: 10px;
    font-family: Tahoma;
    color: #FFFFFF;
}

.text3
{
    font-size: 8px;
    font-family: Tahoma;
    color: #777777;
}

.linkbullet
{
    font-weight: bold;
    font-size: 8pt;
    color: red;
    font-family: Tahoma;
}

#lnk_1
{
    z-index: 1;
    position: absolute;
    top: 85px;
    text-align: center;
}

.tbllist
{
    border: #777777 1px;
    border-collapse: collapse;
}

.sectiontitle
{
    font-size: 12px;
    font-family: Tahoma;
    color: #ff7f00;
    font-weight: bold;
}

.sectiontitle2
{
    font-size: 12px;
    font-family: Tahoma;
    color: #09479c;
}

.headline
{
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma;
    color: #09479c;
}

.admintitle
{
    font-size: 22px;
    font-family: Century Gothic,Verdana;
    color: #09479c;
    font-weight: bold;
}

.toolbartitle
{
    color: #ffffff;
    background-color: #5D7B9D;
}

/* borders */
.borderstyle
{
    border: #09479c 2px dotted;
}

.bordert
{
    border-top: #09479c 2px dotted;
}

.borderb
{
    border-bottom: #09479c 2px dotted;
}

.borderl
{
    border-left: #09479c 2px dotted;
}

.borderr
{
    border-right: #09479c 2px dotted;
}

.sbordert
{
    border-top: #09479c 1px solid;
}

.sborderb
{
    border-bottom: #09479c 1px solid;
}

.sborderl
{
    border-left: #09479c 1px solid;
}

.sborderr
{
    border-right: #09479c 1px solid;
}

.sborder
{
    border: #09479c 1px solid;
}

.borderstyle2
{
    border: #ff7f00 2px dotted;
}

.bordert2
{
    border-top: #ff7f00 2px dotted;
}

.borderb2
{
    border-bottom: #ff7f00 2px dotted;
}

.borderl2
{
    border-left: #ff7f00 2px dotted;
}

.borderr2
{
    border-right: #ff7f00 2px dotted;
}

.borderstyle3
{
    border: #cecece 1px solid;
}

.bordert3
{
    border-top: #cecece 2px solid;
}

.borderb3
{
    border-bottom: #cecece 2px solid;
}

.borderl3
{
    border-left: #cecece 2px solid;
}

.borderr3
{
    border-right: #cecece 2px solid;
}

.borderstyle4
{
    border: #09479c 2px solid;
}

.bordert4
{
    border-top: #09479c 2px solid;
}

.borderb4
{
    border-bottom: #09479c 2px solid;
}

.borderl4
{
    border-left: #09479c 2px solid;
}

.borderr4
{
    border-right: #09479c 2px solid;
}

.borderstyle5
{
    border: #cecece 1px solid;
}

.bordert5
{
    border-top: #cecece 1px solid;
}

.borderb5
{
    border-bottom: #cecece 1px solid;
}

.borderl5
{
    border-left: #cecece 1px solid;
}

.borderr5
{
    border-right: #cecece 1px solid;
}


.menuheader
{
    background-color: #ff7f00;
    color: #FFFFFF;
}

.legendbox
{
    background-color: #F7F6F3;
    padding: 5px;
    width: 100%;
}

.itemtemplate
{
    background-color: #F7F6F3;
    color: #333333;
}

.altitemtemplate
{
    background-color: White;
    color: #284775;
}

#scroller {
     height:480px;
     overflow:auto;
     text-align:justify;
     padding:10px;
     line-height: 120%;
 }

.mnustyle 
{
    text-align:right;  
    padding-right:5px;
    padding-left:5px;
    height:27px;   
}

.mnuhover
{
    background-color:#cecece;
    text-decoration:none;
}