/* ConfTool custom CSS File */

body {
 background: #e7e7e7;
 /* background-image:url(background.gif);
 background-repeat:repeat-x; */
}

/* 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; } */
/* .cthead_td_info { background-color: #408020; } */
/* .form_td_separator_gradient { background-color: #40A020; } */
/* .navbarborder { background-color: #668866; } */

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

/* .oddrow {  background-color: #e0e8d8; } */
/* .evenrow { background-color: #e8f0e4; } */
/* .oddrow_highlight {  background-color: #e4f4f0; } */
/* .evenrow_highlight { background-color: #e4f4f0; } */
/* .form_td_separator { background: #708866; } */
/* .form_td_separator_gradient { background: #708866; } */
/* .infoview_sep { background-color: #708066; } */

/* input.button, .smallbutton {
 color:#006000 !important;
 background:#D8E8C8 !important;
 border-color:#F0FFF4 #909994 #909994 #F0FFF4 !important;
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffD8E8C8',EndColorStr='#ffD0E0C0')  !important;
} */


div#main_n { background: url(main/n.gif) repeat-x top; }
div#main_e { background: url(main/e.gif) repeat-y right; }
div#main_s { background: url(main/s.gif) repeat-x bottom; }
div#main_w { background: url(main/w.gif) repeat-y left; }
div#main_ne { background: url(main/ne.gif) no-repeat top right; }
div#main_se { background: url(main/se.gif) no-repeat bottom right; }
div#main_sw { background: url(main/sw.gif) no-repeat bottom left; }
div#main_nw { background: url(main/nw.gif) no-repeat top left; }

div#main_nw { padding: 8px; margin: 0px; }

.main {
 width: 779px; /* 760+9+9+1 */
 clear: both;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}

.mainbg	{ background-color: #FFFFFF; }

.main_elements {
 clear: both;
 width: 760px;
 margin: 0 auto 0 0; /* top right buttom left */
 text-align: left;
}


