/* ConfTool custom CSS File */

body {
 background: #e7e7e7;
 /* background-image:url(background.gif);
 background-repeat:repeat-x; */
}

/* a:link, .link_button_logout { 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; } */

/* .navbar { background: #fff4bf; }  */
/* .navbar_elements_hover:hover { background: #f8edb8; }  */
/* .navbar_breadcrumb, .navbar_footer { background: #f8edb8; } */

/* .form_td_separator_gradient, .infoview_sep { background: #40A020; } */
/* .navbarborder { background: #668866; } */

/* .tbldialog { background: #e0eecc; } */
/* .td_dlg_title { background: #d0eebb; } */
/* .td_dlg_title h3 { color: #000; } */

/* .oddrow {  background-color: #e0e0e0; } */
/* .evenrow { background-color: #e8e8e8; } */
/* .oddrow_highlight {  background-color: #eee; } */
/* .evenrow_highlight { background-color: #eee; } */

/* .mediumbg_gradient, .mediumbg { background: #cccccc; color: #000; } */
/* .brightbg	{ background-color: #f0f0f0; } */
/* .lightbg	{ background-color: #e6e6e6; } */

/* input.button, .smallbutton {
 color:#fff !important;
 background:#c0c0c0 !important;
 border-color:#f8f8f8 #999 #999 #f8f8f8 !important;
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffb0b0b0',EndColorStr='#ffd0d0d0')  !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: 800px; /* 780+8+8+4 */
 clear: both;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 /* border: 0px solid #000; */
}

.mainbg	{ background-color: #FFFFFF; }

.main_elements {
 clear: both;
 width: 780px;
 margin: 0 auto;
 text-align: left;
 clear:left;
}

/* at least 2 pixels smaller then total width */
.main_content {
 clear: both;
 width: 778px;
 margin: 0 auto;
 text-align: left;
 clear:left;
}

