/* CSS Buttons */

#divLogo{
position:absolute;
top:40px;
margin-left:15px;
}

#tableSubMenu{
height:38px;

}

#divSubMenuBtn a{
display:block;
height:26px;
padding-top:12px;
padding-left:10px;
padding-right:10px;
font-size:12px;
font-family:Arial;
color:#000000;
text-decoration:none;
}

#divSubMenuBtn a:hover{
background-image:url(../images/bg/white.png);
background-repeat:repeat;
color:#009653;
}

#divSubMenuBtn a.active{
background-image:url(../images/bg/white.png);
background-repeat:repeat;
color:#009653;
}

#tdBtnLeftTop{
height:14px;
width:174px;
padding-left:10px;
background-image:url(../images/bg/btnLeftTop.png);
background-position:center top;
background-repeat:no-repeat;
}

#tdBtnLeftBody{
width:174px;
padding-left:10px;
background-image:url(../images/bg/btnLeftBody.png);
background-position:center top;
background-repeat:repeat-y;
}


#tdBtnLeftBody a{
font-size:12px;
color:#000000;
text-decoration:none;
line-height:16px;
}

#tdBtnLeftBody a:hover{
color:#009653;
text-decoration:underline;
}

#tdBtnLeftBody a.active{
color:#009653;
text-decoration:underline;
font-weight:bold;
}

#tdBtnLeftFoot{
height:18px;
width:174px;
padding-left:10px;
background-image:url(../images/bg/btnLeftFoot.png);
background-position:center top;
background-repeat:no-repeat;
}

#ort{
position:absolute;
margin-left:720px;
top:60px;
float:right;}

.reminder{ margin-bottom:4px; background-image:url(../images/btns/reminder.png); width:184px; height:50px; border:#000000 solid 1px;}