body {
	background: #000000;
	}
	
html, form, img {
	margin: 0px;
	padding: 0px;
	}

body, table, tr, td, h2 {
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #333333;
    margin: 0px;
	padding: 0px;
	}

h1 {
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size  : 26px;
    font-weight: normal;
    color  : #00802F;
    margin : 0px;
    padding: 0px;
	}
	
body {
    scrollbar-3d-light-color: #E6E6E6;
    scrollbar-arrow-color: #666666;
    scrollbar-dark-shadow-color: #999999;
	}
	
td, .wiki_td {
    padding-bottom: 7px;
    vertical-align: top;
    }
    
.wiki_td{
    width: 50pc;
    }
    
.wiki_p{
    display: box;
    margin-top: 0px;
    }
    
.wiki_ul, .wiki_li{
    line-height: 15px;
    list-style-position: inside;
    list-style-type: disc;
    }
    
.wiki_ul{
    margin-top: 5px;
    margin-bottom: 5px;
    }
    
a {
    color: #333333;
	text-decoration:none;
    }
    
a:link, a:active, a:visited { 
	text-decoration: none; 
    }
    
#contextlink.selected a, .selected, .log, a:hover { 
    color: #33995E;
	text-decoration: none;
    }
    
.workflow_2, .workflow_5 { 
    color: #33995E;
	text-decoration: none;
    }
    
.workflow_3 { 
    color: #a61717;
	text-decoration: none;
    }
    
.workflow_4 { 
    color: #303090;
	text-decoration: none;
    }
    
.a_underline, .a_underline:active, .a_underline:visited, .a_underline:hover, .a_underline:link{
    text-decoration: underline;
    }
    
.required {
    color: #359A5E;
	text-decoration: none; 
    }
    
.bottom {
    color: #999999;
    }
    
select {
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    height: 18px;
    }
    
option {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 0px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    }
    
input, textarea {
    height: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 3px;
    border: 1px solid #CCCCCC;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    }
    
textarea{
    overflow: auto;
    }
    
ul {
	padding: 0px;
	margin: 0px;
    }
    
li {
    list-style: none;
    list-style-type: none;
    }
    
#overlib table, #overlib tr, #overlib td {
    padding: 0px;
    margin: 0px;
    }
    
#overlib {
    border: 1px solid #666666;
    }

div.scroll-table {
	/*width: 590px; */
	width: 570px;
	overflow: auto;
	margin: 0;
	padding: 0 0 30px 0;
    }


table.admin-liveuser-data {
	width: 100%;
	border-bottom: 1px solid #999999;
    }

table.admin-liveuser-data td {
	text-align: left;
	border: 1px solid #999999;
	border-top: 0;
	border-right: 0;
	padding: 2px 4px 2px 4px;	
    }

table.admin-liveuser-data td:first-child {
	border-left: 0;
    }

table.admin-liveuser-data th {
	text-align: left;
	border: 1px solid #666666;
	border-top: 0;
	border-right: 0;
	background-color: #eeeeee;
	padding: 2px 4px 2px 4px;
    }

table.admin-liveuser-data th:first-child {
	border-left: 0;
    }

.jqifade{
    position: absolute;
    background-color: #aaaaaa;
    }
    
div.jqi{
    width: 400px;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    background-color: #ffffff;
    font-size: 11px;
    text-align: left;
    border: solid 1px #eeeeee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px;
    }
    
div.jqi .jqicontainer{
    font-weight: bold;
    }
    
div.jqi .jqiclose{
    position: absolute;
    top: 4px; right: -2px;
    width: 18px;
    cursor: default;
    color: #bbbbbb;
    font-weight: bold;
    }
    
div.jqi .jqimessage{
    padding: 10px;
    line-height: 20px;
    color: #444444;
    }
    
div.jqi .jqibuttons{
    text-align: right;
    padding: 5px 0 5px 0;
    border: solid 1px #eeeeee;
    background-color: #f4f4f4;
    }
    
div.jqi button{
    padding: 3px 10px;
    margin: 0 10px;
    background-color: #2F6073;
    border: solid 1px #f4f4f4;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    }
    
div.jqi button:hover{
    background-color: #728A8C;
    }

div.jqi button.jqidefaultbutton{
    background-color: #999999;
    }

.jqiwarning .jqi .jqibuttons{
    background-color: #999999;
	}

