/* Tabs Menu */
.basictab ul { margin: 20px 0 0 0; padding: 0 0 6px 0; list-style-type: none; text-align: left; }
.basictab li { margin: 0; display: inline; white-space: pre; line-height: 13px; }
.basictab li a { padding: 6px; margin-right: 3px; border: 1px solid #acb7c7; border-bottom: none; background: #e5e7ec url(images/dialog_bg.gif); color: #313131; text-decoration: none; }
.basictab li a:hover, .basictab li a.current { background: #acb7c7 url(images/menu_bg.gif); color: #fff; }
#tabcontentcontainer { border: 1px solid #acb7c7; padding: 10px; margin: 0 0 15px 0; background: #fff; }
#tabcontentcontainer .DialogBorder { border: 0; background: #fff; }
#tabcontentcontainer .DialogTitle { display: none; background: url(images/dialog_bg.gif); }
.tabcontent{ display: none; }

