@charset "utf-8";
/* CSS Document */

/* Forms library key */
ul.formsKey {margin:0; padding:0;}
ul.formsKey li { margin-right:20px; line-height:25px; float:left; list-style:none; }
/* Tables */
table .formsTable { border:1px solid #cccccc; margin:0 0 5px 0; width:100%; border-collapse:collapse; border-spacing:0;}
table .formsTable td { padding:5px; }
table .formsTable tr { border-bottom:1px dotted #ccc; }
tr.formsCategory { background-color:#ddd; }
table .formsTable tr.odd { background-color:#f6f3f3; }
/*table .formsTable tr.odd:hover, table .formsTable tr.even:hover {background-color:#eee;}*/
table .formsTable tr.even { background-color:#fff; }
.sortCategory { float:right; }
.userLogin {float:left;}

/* PDF document links */
a.pdfDoc {background:transparent url(../images/file_pdf.png) center left no-repeat;display:inline-block;padding-left:30px;line-height:25px;}
/* Word Document Links */
a.wordDoc {background:transparent url(../images/file_doc.png) center left no-repeat;display:inline-block;padding-left:30px;line-height:25px;}
/* Excel Documents links */
a.excelDoc {background:transparent url(../images/file_xls.png) center left no-repeat;display:inline-block;padding-left:30px;line-height:25px;}
/* PowerPoint Documents links */
a.pptDoc {background:transparent url(../images/file_ppt.png) center left no-repeat;display:inline-block;padding-left:30px;line-height:25px;}
a.noIcon[href$='.pdf'], a.noIcon[href$='.doc'], a.noIcon[href$='.xls'], a.noIcon[href$='.ppt'] {background-image:none;padding:0;display:inline;}
.onlineForm { background:transparent url(../images/browser.png) center left no-repeat; display:inline-block; padding-left:30px; line-height:25px; }


/* root element for tabs  */
ul.css-tabs { margin:0 !important; padding:0; height:30px; border-bottom:1px solid #666; }
/* single tab */
ul.css-tabs li { float:left; padding:0; margin:0; list-style-type:none; }
/* link inside the tab. uses a background image */
ul.css-tabs a { float:left; font-size:13px; display:block; padding:5px 30px; text-decoration:none; border:1px solid #666; border-bottom:0px; height:18px; background-color:#efefef; color:#777; margin-right:2px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright:4px; position:relative; top:1px; }
ul.css-tabs a:hover { background-color:#F7F7F7; color:#333; }
/* selected tab */
ul.css-tabs a.current { background-color:#fff; border-bottom:2px solid #fff; color:#000; cursor:default; }
/* tab pane */
div.css-panes div { display:none; border:1px solid #666; border-width:0 1px 1px 1px; min-height:150px; padding:15px 20px; background-color:#fff; width:100%; }
div.css-panes {}
