html, body {
    margin: 0; padding: 0; border: 0;
    font-family: Helvetica, Arial, Sans-Serif; 
    background-color: #0e1017;
    font-size: 9pt;
    width:100%;
    height:100%;
}

img {
    border: 0;
}
	
img#bg {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
}	

#login {
    display: block;
    position: relative;
    width: 380px;
    margin: auto;
    top: 350px;
    background-color: #fff;
    border: 1px solid #000;
}

#loginname {
    display: block;
    text-align: center;
}

#loginform {
    display: block;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 3px;
}

#loginform ul {
    list-style: none;
}

.buttonbar {
    text-align: right;
    border: 0px;
}

.textbutton {
    height: 20px;
    font-size: 9pt;
}

.textbtnhov {
    border-color:  #fff #222 #222 #fff;
}
	
#container {
    position: relative;
    top: 20px;
    width: 1000px;
    margin: auto;
    background-color: #fff;
}	
#selcontainer {
    background-color: #fff;
    display: block;
    min-width: 450px;
}
nav ul li {
    list-style: none;
    margin-left: 5px;
}

#header {
    display: block;
    width: 100%;
    color: #000;
    font-weight: bold;
    }
#footer {
    display: block;
    width: 100%;
    height: 20px;
    color: #000;
    font-weight: bold;
    }
#userdata {
    float:left;
    width: 240px;
    color: #000;
    margin: 5px;
    }
#companydata {
    float:left;
    width: 490px;
    color: #000;
    text-align: center;
    margin: 5px;
    }
#softwaredata {
    float:left;
    width: 240px;
    color: #000;
    text-align: right;
    margin: 5px;
    }
.clear{
    clear: both;
    }

a {
    color: #000;
}

#selection a {
    margin-left: 15px;
}
	
table {
    border-collapse: collapse;
}

.thead {
    color: white;
    background-color: #000;
    border: solid 1px #000;
}

.tbody {
    border: solid 1px #000;
 }

#rows { 
    width: 800px;
    margin: auto;
    margin-bottom: 20px;
}

#bottompart {
    background-color: #000;
    color: #fff;
}

label {
    display: block;
    float: left;
    margin-left: 5px;
    width: 150px;
    color: #003366;
}
th {
    margin-top: 10px;
    border-bottom: 1px dotted #003366;
    text-align: left;
}

fieldset {
    width: 97%; 
    margin-left: 10px;
    border:0;
    margin:0;
}
fieldset li {
    list-style: none;
}
legend {
    border-style:none;
    background-color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;
    font-size: 9.5pt;
    line-height: 14pt;
    color: White;
    width:30%;
    padding-left:10px;
}
fieldset div { 
    border:1px solid #003366; 
    position:relative; 
    top:-6px 
}

.valid {
    background-color: #73FFB9;
}

.invalid {
    background-color: #FA8072;
}

.readonly {
    border: 1px solid #000;
    background-color: #aaa;
}

.overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: url("../images/tpb.png") repeat;
}

.dialogframe {
    display: block;
    position: fixed;
    min-width: 300px;
    min-height: 150px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 10px 10px 5px #888888;
    box-shadow: 10px 10px 5px #888888;
    background-color: #fff;
}

.dialogframe a.dlgbutton {
    float: right;
    display: block;
    margin-right: 5px;
    background-color: #fff;
    color:  #003366;
    font-weight: bold;
    text-decoration: none;
    min-width: 30px;
    height: 25px;
    text-align: center;
    padding-left: 1px;
    padding-right: 1px;
    line-height: 30px;
}

.dialogframe a.dlgbutton:hover {
    text-decoration: underline;
}

.dialogheader {
    display: block;
    background-color: #003366;
    border-radius: 5px;
    height: 30px;
}

.dialogtitle {
    float: left;
    display: block;
    font-weight: bold;
    margin-left: 5px;
    color: #fff;
    line-height: 30px;
}


.dialogheader a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
}

.dialogfooter {
    display: block;
    background-color: #003366;
    border-radius: 5px;
    height: 30px;
}

.dialogfooter a {
    margin-top: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
}

.dialogcontent {
    margin-top: 5px;
    min-height: 100px;
    height: 400px;
    overflow-y: auto;
}

#content {
    position: relative;
}

.viewfilterbox {
    background-color: #66CC00;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-bottom: 1px;
}

.filtericon {
    float: left;
}



	