body {
    margin: 0px;
    padding: 0px;

    font-Size:11pt;
    line-height:1.5em;
    color:#333333;
}

a:link {
    color:#3366FF;
    text-decoration:none;
}

a:visited {
    color:#3366FF;
    text-decoration:none;
}

a:active {
    color:#FF0000;
}

a:hover {
    color: #FF3300;
    text-decoration:none;
}

button {
    padding: 4px 16px;
}

button[disabled] {
    color: gray;
}

input {
    border: 1px solid #CCCCCC;
    padding-left: 5px;
    height: 25px;
    width: 300px;
}

input[type=radio], input[type=checkbox] {
    border: none;
    width: inherit;
    vertical-align: middle;
    margin: 2px;
}

textarea {
    border: 1px solid #CCCCCC;
    width: 100%;
    height: 300px;
}

input.checkinput {
    width: auto;
}

td {
    padding: 3px 6px;
}

a img {
    border: none;
}

pre {
    margin: 0;
}

form.inline {
    display: inline-block;
}

.headlines {
    border-top: 7px solid #2F448C;
    border-bottom: 1px solid #CCCCCC;
}

#head img {
    margin: 16px;
    vertical-align: top;
}

#head .loginbar img {
    margin: 0px;
    vertical-align: middle;
}

#head h1 {
    font-size: 300%;
    display: inline-block;
    margin: 22px 35px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    color: #293A70;
}

#menu {
    float: left;
    vertical-align: top;
    padding: 8px 0px 0px 8px;
}

.menu_title {
    width: 200px;
    background-image: url(../img/menu_bg_front.jpg);
    background-repeat: no-repeat;
    color: white;
    height: 26px;
    padding-top: 10px;
    text-align:center;
}

.menu_content {
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin-bottom: 16px;
}

#menu ul {
    margin: 0px 0px 0px 0px;
    line-height: 30px;
    padding-left: 20px;
}

#menu li {
    list-style-image: url(../img/menu_off.jpg);
}

#menu li.active {
    list-style-image: url(../img/menu_on.jpg);
}

#menu li li {
    list-style-image: url(../img/menu_patch_off.jpg);
}

#menu li li.active {
    list-style-image: url(../img/menu_patch_on.jpg);
}

#menu + * {
    margin-left: 216px;
}

#content {
    padding: 8px;
}

.sizewrap {
    margin:0px auto;
    max-width: 1200px;
}

.title {
    background-image: url(../img/title_bg.jpg);
    background-repeat: no-repeat;
    height: 26px;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 18px;
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 11pt;
    color:#333333;
    text-align:left;
    border-style:solid;
    border-width:1px 1px 1px 1px;
    border-color:#CCCCCC;
}

.center {
    text-align: center;
}

.inlineblock {
    display: inline-block;
    vertical-align: top;
}


.red {
    color:#FF0000;
}

a.red {
    color: #C90000;
}

.spacer {
    height: 0.5em;
}

table.striped {
    background-color: #CCCCCC;
    width: 100%;
    border-spacing: 1px;
}

table.striped td {
    text-align: center;
    padding: 5px;
}

table.striped tr:nth-child(2n+1) td {
    background-color: #EAFAFF;
}

table.striped tr:nth-child(2n) td {
    background-color: #FFFFFF;
}

table.striped.reverse tr:nth-child(2n+1) td {
    background-color: #FFFFFF;
}

table.striped.reverse tr:nth-child(2n) td {
    background-color: #EAFAFF;
}

table.striped tr:first-child td, table.striped .head td {
    background-color: #F1F1F1;
    white-space: nowrap;
}

table.striped.reverse tr:first-child td, table.striped.reverse .head td {
    background-color: #F1F1F1;
    white-space: nowrap;
}

table.striped.reverse tr:nth-child(2) td {
    background-color: #F1F1F1;
    hite-space: nowrap;
}

table.striped tr.error td {
    background-color: #FFEEEE;
}

table.keyvalue {
    width:100%;
    background-color: #CCCCCC;
    border-spacing: 1px;
    margin: 12px 0px;
}

table.keyvalue > tbody > tr > td, table.keyvalue > tr > td {
    background-color: white;
    padding: 5px;
}

table.keyvalue > tbody > tr > td:first-child, table.keyvalue > tr > td:first-child {
    background-color: #F1F1F1;
    width: 200px;
}

.agreement {
    border: 1px solid #CCCCCC;
    height: 300px;
    overflow: auto;
    white-space: pre-wrap;
    padding: 12px 16px;
}

.versionbar {
    background-color: #90DCF9;
    margin: 12px 0px;
    padding: 4px;
}

table.filelist {
    width:100%;
    white-space: nowrap;
    background-color: #CCCCCC;
    border-spacing: 1px;
    margin: 12px 0px;
}

table.filelist > tbody > tr > td, table.filelist > tr > td {
    background-color: white;
    padding: 5px;
}

table.filelist > tbody > tr:first-child td, table.filelist > tr:first-child td {
    background-color: #F1F1F1;
}

table.filelist .head td {
    text-align: center;
}

table.filelist .download {
    text-align: center;
}

table.filelist .filesize {
    text-align: center;
}

.loginbar {
    float: right;
    padding: 4px;
}



.pagination li {
    display: inline-block;
    list-style: none;
}

ul.pagination {
    text-align: right;
    margin: 10px 0px;
    padding: 0px;
    font-size: large;
}

ul.pagination li.active {
    font-weight: bold;
}

ul.pagination li a {
    color: inherit;
}

ul.pagination li a:hover {
    color: inherit;
}

.formbuttons {
    text-align: center;
}

.formbuttons button {
    width: 300px;
}


.error_message {

	padding: 10px;
	margin: 5px 0px;
	font-size: 11pt;
	color:#333333;
	text-align:left;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#FF6600;
	background-color:#FFD9D9;
}

.error_message:first-child {
    margin-top: 0px;
}

.error_message:last-child {
    margin-bottom: 0px;
}

#footer_line {
    clear: both;
	width: 100%;
	height: 1px;
	background-color: #CCCCCC;
	margin-top: 4em;
}

#footer_copyright {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
	color: #333333;
}

.fileupload {
    border-spacing: 0px;
}

.fileupload .message {
    border: 1px solid #bbbbbb;
    margin: 0px;
    border-right: none;
    border-radius: 3px 0px 0px 3px;
    padding: 6px 8px;
}

.blue {
    color: blue;
}

.fileupload .input-group {
    width: 100%;
    display: table;
    border-spacing: 0px;
}

.fileupload .form-control {
    display: table-cell;
    text-align: left;
    border-radius: 3px;
    padding: 0px 6px 0px 4px;
    width: 100%;
    border: 1px solid #bbbbbb;
    vertical-align: middle;
}

.fileupload .input-group-btn {
    padding-left: 10px;
    display: table-cell;
    text-align: right;
    white-space: nowrap;
}

.fileupload .btn.btn-danger {
    color: red;
}

.fileupload .btn.btn-danger:hover {
    background-color: #FFF7F7;
}

.fileupload .progress {

}

.fileupload .btn {
    display: inline-block;
    margin: 0px;
    position: relative;
    border: 1px solid #bbbbbb;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    padding: 4px 12px;
}

.fileupload .btn:hover {
    background-color: #eeeeee;
}

.fileupload .button[disabled]:hover {
    background-color: inherit;
}

.fileupload input {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0;
    cursor:inherit;
}

.fileupload input[disabled] {
    cursor: not-allowed;
}

.progress {
    border: 1px solid #A8A8A8;
    width: 100%;
    height: 20px;
    border-radius: 3px;
}

.progress-bar {
    display: block;
    height: 20px;
    background-color: #93CDFF;
}

.big {
    font-size: large;
}

.bold {
    font-weight: bold;
}

table.filelist2 form {
    position: absolute;
}

table.filelist2 {
    white-space: nowrap;
    width: 100%;
    border-spacing: 1px;
    margin-bottom: 18px;
}

table.filelist2 > tbody > tr > th, table.filelist2 > tr > th {
    color: white;
    background-color: #2f448c;
    padding: 4px 0px;
    font-size: small;
}

table.filelist2 > tbody > tr:nth-child(4n) > td, table.filelist2  > tr:nth-child(4n) > td {
    background-color: #E3E3ED;
}

table.filelist2 > tbody > tr:nth-child(2n+1) > td, table.filelist2 > tr:nth-child(2n+1) > td {
    background-color: white;
    border-left: 1px solid #E3E3ED;
    border-right: 1px solid #E3E3ED;
}

table.filelist2 > tbody > tr:last-child > td, table.filelist2 > tr:last-child > td {
    border-bottom: 1px solid #E3E3ED;
}

table.filelist2 > tbody > tr:nth-child(4n+2) > td, table.filelist2 > tr:nth-child(4n+2) > td {
    background-color: #F2F2F7;
}

table.layout > tbody > tr > td {
    padding: 0px;
}

.nowrap {
    white-space: nowrap;
}

.confirmmail {
    text-align: left;
}

.confirmmail .subject {
    padding: 2px 4px;
    font-weight: bold;
}

.confirmmail .body {
    white-space: pre-wrap;
    padding: 2px 4px;
}

.margin-10 {
    margin: 10px 0px;
}

.margin-20 {
    margin: 20px 0px;
}

iframe {
    border: none;
}

.hidden {
    display: none;
}