﻿body
{
    font-family: Arial;
    background-color: #f5f5f5;
}
bodywm
{
    background-color : #fff;
background-image:url('images/globe3.gif');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
margin : 0;
padding : 0;
border-color : #cc0000; 
}
.buttonblue
{
    background-color: Blue;
    color: White;
    font-weight: bold;
    border-color: Navy;
}
.buttonblueabsolute
{
    background-color: Blue;
    color: White;
    font-weight: bold;
    border-color: Navy;
    position: absolute;
    left: 600px;
    top: 150px;
}
.buttonexport
{
position:fixed;
bottom:10px;
left:5px;
width:100px;
background-color: Blue;
color: White;
font-weight: bold;
border-color: Navy;
}
.chkboxsmall
{
    font-weight: bold;
    font-size: 12pt;
    text-align: left;    
}
.divabsolute175x150
{
    font-weight: bold;
    font-size: 10pt;
    text-align: left;    
    position: absolute;
    left: 175px;
    top: 150px;
}
.divcenter
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.divleft
{
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.hrtop25
{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.hrtop50
{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.labelcenter12
{
    font-weight: bold;
    font-size: 12pt;
    text-align: center;    
}
.labelerrormediumcenter
{
    font-weight: bold;
    color:Red;
    font-size: 16pt;
    text-align: center;
}
.labelmediumcenterred
{
    font-weight: bold;
    color:Red;
    font-size: 16pt;
    text-align: center;
    top: 30px;
}
.labelleftsmallabsolute20x150
{
    font-weight: bold;
    font-size: 9pt;
    text-align: left;    
    position: absolute;
    left: 20px;
    top: 150px;
}
.labelmediumleft
{
    font-weight: bold;
    font-size: 16pt;
    text-align: left;    
}
.largelabel
{
    font-weight: bold;
    font-size: 22pt;
}
.largelabelcenter
{
    font-weight: bold;
    font-size: 22pt;
    text-align: left;
    font-family: Georgia;
    color: Black;   
}
.labelleftsmallabsolute20x550
{
    font-weight: bold;
    font-size: 9pt;
    text-align: left;    
    position: absolute;
    left: 20px;
    top: 325px;
}
.mainmenu
{
    position:fixed;
    top:1px;
}
.mediumlabel
{
    font-weight: bold;
    font-size: 16pt;
}
.labelleftsmall
{
    font-weight: bold;
    font-size: 9pt;
    text-align: left;    
}
.labelmedium
{
    font-weight: bold;
    font-size: 16pt;
}
.labelrightsmall20
{
    font-weight: bold;
    font-size: 10pt;
    text-align: left;    
    position: absolute;
    right: 20%;
}
.labelrightsmall
{
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
}
.leftlabel
{
    font-weight: bold;
    font-size: 12pt;
    text-align: left;
}
.rightlabel
{
    font-weight: bold;
    font-size: 12pt;
    text-align: right;
}
.fulltable
{
    width: 800px;
}
.halftable
{
    width: 400px;
}
.quartertable
{
    width: 200px;
}
.buttonsubmit
{
    font-weight: bold;
    color: black;
    font-family: Arial;
    background-color: #cccc99;
    border-left-color: gray;
    border-bottom-color: gray;
    border-top-style: outset;
    border-top-color: gray;
    border-right-style: outset;
    border-left-style: outset;
    border-right-color: gray;
    border-bottom-style: outset;
}
.tableblack
{
    background-color: black;
    border-bottom-style: groove;
}
.tableblue
{
    background-color: #006EC7;
}
.tablelightblue
{
    background-color: #006EC7;
}
.tabletop
{ 
    vertical-align: top;
}
.table_top_100
{
    vertical-align: top;
    width: 100%;
}
.textboxleft20
{
position: relative;
}
.treeviewleftrelative10
{
    font-weight: bold;
    font-size: 10pt;
    text-align: left;    
    position: absolute;
    left: 250px;
    top: 150px;
}
.cell_top_center_100
{
    vertical-align: top;
    text-align: center;
    width: 100%;
}
.calendar
{
    border: 1px solid #57566F;
    cursor: default;
}

.topheadertext
{
    font-family: Arial Black;
    font-size: 15px;
    color: #4A495E;
    line-height: 20px;
    text-align: center;
}

.dayheader
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    background-color: #E0DFE3;
    background-image: url(images/dayheader_bg.gif);
    background-position: left bottom;    
    height: 20px;
    text-align: center;
    cursor: default;
}

.monthselector
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #333333;
    width: 25px;
    background-color: #E0DFE3;
    background-image: url(images/dayheader_bg.gif);
    background-position: left bottom;
    cursor: pointer;
}

.weekselector
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #333333;
    background-color: #F6F6F6;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    height: 21px;
    width: 29px;
    cursor: pointer;
}
.day
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #57566F;
    background-color: white;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid #F6F6F6;
    border-right: 1px solid #F6F6F6;
    height: 21px;
    width: 34px;
    cursor: pointer;
}
.othermonthday
{
    color: #B2B1CA;
}
.selectedday
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: black;
    background-color: #FFEEC2;
    border: 1px solid #BB5503;
    cursor: default;
}
.dayhover
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #57566F;
    background-color: white;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid #F6F6F6;
    border-right: 1px solid #F6F6F6;
    height: 21px;
    width: 29px;
    cursor: pointer;
    text-decoration: underline;
}
.othermonthdayhover
{
    color: #B2B1CA;
    text-decoration: underline;
}
.selecteddayhover
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: black;
    background-color: #FFEEC2;
    border: 1px solid #57566F;
}
.picker
{
    background-color: #FFFFFF;
    border: 1px gray solid;
    font-size: 12px;
    font-weight: bold;
    font-family: "Verdana",monospace;
    padding: 2px;
    cursor: pointer;
}
.TreeView 
{ 
  background-color:White;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 1px solid; 
  cursor:default; 
}
.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 0px; 
  padding-right: 3px; 
}
.CategoryTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  font-weight:bold;
}
.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 0px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}
.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 0px; 
  padding-right: 3px; 
  cursor: default; 
}
.SelectedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  background-color: gray; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 0px; 
  padding-right: 3px; 
  cursor: default; 
}
.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;  
}
.calendar_button
{
    border:none;
    cursor:pointer;
}

.calendar td
{
  font-size:11px;
}

.title
{
    font-weight:bold;
  background-color:#D7D7E5;
}

.outofrangeday
{
  visibility:hidden;
}
.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:middle;
  padding:0px 5px 0px 5px;
}

.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align: middle;
  background-color:#FFFFFF;
}
.divmastermenucenter
{
  margin: 0 auto;   /* align for good browsers */
  text-align: left; /* counter the body center */
  width: 80%;
  
}
