/* ConfTool custom CSS File */

body {
 /* background: #E7E7E7 url(demo-bg.gif) repeat; */
 /* background: #f0f0f0; */
 /* background-image:url(background.gif);
 background-repeat:repeat-x; */
}

/* .mainbg	{ background-color: #FFFFFF; } */

/* a:link { TEXT-DECORATION: none; color: #006000; } */
/* a:visited { TEXT-DECORATION: none; color: #507000; } */
/* a:active { TEXT-DECORATION: underline; color: #800000; } */
/* a:hover { TEXT-DECORATION: underline; color: #800000; } */

/* .cthead_td_cmds { background-color: #DCE0D8; } */

/* .navbarborder { background-color: #668866; } */

/* .tbldialog { background: #e0eecc; } */
/* .td_dlg_title { background: #d0eebb; } */

/* .oddrow {  background-color: #e0e8d8; } */
/* .evenrow { background-color: #e8f0e4; } */

/* .form_td_separator { background: #708866; } */
/* .infoview_sep { background-color: #708066; } */

/* Main div for siteheader */
#siteheader {
    /* background: #ffffff; /* */
    height: 120px; /* */
    /* font-family: Arial, Helvetica, sans-serif; /* */
    /*	text-shadow: 0 0 5px #ffffff; /* */
}

#siteheader div {
    padding-top: 5px;
    float: left;
    text-align: left;
}

#siteheader img {
    margin: 10px 0 10px 15px;
}

#siteheader .title {
    margin: 0 0 5px 0;
}
#siteheader .title a {
    font-size: 26pt;
    line-height: normal;
    font-weight: bold;
    color: #104853;
}
#siteheader .subtitle {
    margin: 0 0 5px 0;
    font-size: 12pt;
    line-height: normal;
    font-weight: bold;
    color: #666666;
}
#siteheader .subtitle2 {
    margin: 0 0 10px 0;
    font-size: 12pt;
    line-height: normal;
    font-weight: bold;
    color: #666666;
}
