body { margin:0; padding:0; font-size:11px; line-height:16px; font-family: Arial, Tahoma;}
a { color:#fe5800;}
a:hover { text-decoration:none;}
.orange { color:#fe5800;}
.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

input.btn {
  color:#050;
  font: bold 84%'trebuchet ms',helvetica,sans-serif;
  background-color: #fed;
}

.styleFontSmall {font-size: small;}
.styleUnderline {text-decoration: underline;}

#header { background: url(./../Images/header_bckg.gif) repeat-x ; height:87px;  }
#logo { width:780px; margin:0 auto; padding:25px 0 0 120px; }
#logo a{ color:#FFFFFF; text-decoration:none; font-weight:bold; height:12px; font-size:20px; text-transform:uppercase;}
#logo a:hover { }

#menu {color:#fff; text-align:center; margin-top:-2px;}
#menu ul{ width:780px; margin:0 auto;list-style:none; padding:0; text-align:left;}
#menu ul li{display:inline}
#menu ul a { display:block; float:left; font-weight:bold; font-size:13px; text-decoration:none; color:#fff; background:url(./../Images/menu_enactive.gif) no-repeat bottom center; padding:8px 10px; width:118px; text-align:center; text-transform:uppercase;}
#menu ul a:hover { background:url(./../Images/menu_over.gif) no-repeat bottom center; color:#232323;}
#menu ul a.active { background:url(./../Images/menu_active.gif) no-repeat bottom center; color:#232323;}
#menu ul a.active:hover { background:url(./../Images/menu_active.gif) no-repeat bottom center; color:#232323;}

#userLogged { color:#FFFFFF; font-size:12px;}

#main { width:100%; margin:20px 0 20px 0; float:left;}
#head_image { height:150px; background:url(./../Images/head_bckg.jpg) no-repeat #fe5d00; padding:30px 0 30px 50px; line-height:24px;}
#slogan { color:#fff; font-family: "Arial Narrow", Arial, Tahoma; font-size:21px; text-transform:uppercase; }
#under_slogan_text { color:#ffff00; font-size:11px; line-height:12px; padding-top:15px;}
#content { margin:0 auto; padding:0; width:780px;}
#content h1 { margin:20px 0 0 0; text-transform:uppercase; font-size:20px; color:#000; font-weight:normal;}
#text {float:left; width:530px; padding-left:20px;}
#sidebar { background:url(./../Images/sidebar_bckg.gif) repeat-x; margin:20px 0 0 560px; color:#6f6e6e; padding:20px; }
#sidebar h2 {color:#fe5800; margin:0 0 15px 0; font-size:14px; font-weight:bold; text-transform:uppercase;}

#footer {background:url(./../Images/footer_bckg.gif) repeat-x #3f3e3e 0 2px; height:94px; margin-top:20px; clear:both;}
#left_footer { float:left; padding:10px 0 0 30px; color:#FFFFFF; font-weight:bold; font-size:11px;}
#left_footer a { color:#FFFFFF;}
#left_footer a:hover { text-decoration:none;}
#right_footer { float:right;  padding:40px 30px 0 0; text-transform:uppercase; color:#FFFFFF; font-weight:bold; font-size:11px; text-align:right;}
#right_footer a { color:#FFFFFF;}
#right_footer a:hover { text-decoration:none;}

#content h3 { margin:20px 0 0 0; text-transform:uppercase; font-size:28px; color:#fe5800; font-weight:bold;}

.today {color:#123456; font-size:15px;}
.odd {background-color:#FFFFCC; }
.even {background-color:#FFCC66;}


    
a.tooltip {
    position:relative;
    color:#000;
    text-decoration:none;
    z-index: 1;  
    }
    a.tooltip span {
    display: none;
    }
    a.tooltip:hover span {
    display:block;
    position:absolute;
    top:2em;
    left:2em;
    border:2px solid #000000;
    background-color:#CC3333;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    color:#ffffff;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px;
}




