body, html {
margin: 0px;
border: 0px;
}
h1,h2,h3,h4,h5,h6 {
margin: 0px;
}
#ticket {
display: none;
border: 2px solid #000000;
background: #ffffff;
padding: 25px;
position: absolute; top: 150px; left: 50%;
width: 350px;
margin-left: -175px;
}
#logo1 {
background: url('./images/header.png') no-repeat;
width: 300px;
height: 100px;
float: left;
}
#logo2 {
float: right;
background: url('./images/vendor_toolkit.png') no-repeat;
width: 302px;
height: 100px;
}
#user {
color: #ffffff;
text-align: right;
margin-right: 15px;
margin-top: 35px;
}
body {
font-family: Helvetica, sans-serif;
background-color: #d4d4d4;
}
label {
width: 200px;
float: left;
}
br {
clear: both;
}
#header {
height: 100px;
width: 100%;
background: url('./images/header_span.png') repeat-x;
margin-bottom: -10px;
}
#menu {
width: 100%;
float: left;
text-align: center;
margin-bottom: 10px;
}
a {
color: #09125b;
}
a:hover {
text-decoration: none;
}
#menu ul {
background-color: #d3d4df;
height: 36px;
margin: 0px;
padding-top: 17px;
}
#menu li {
list-style-type: none;
display: inline;
margin-left: 12px;
margin-right: 12px;
}

.topmenu_menubar a {
background: url('/images/arrow15.png') no-repeat;
margin-bottom: 5px;
display: block;
width: 250px;
padding-bottom: 15px;
padding-left: 25px;
padding-right: 10px;

background-color: #ffffff;
color: #000000;
}

.topmenu_menubar_yellow a {
background: url('/images/alert20.png') no-repeat;
margin-bottom: 5px;
display: block;
width: 250px;
padding-bottom: 15px;
padding-left: 25px;
padding-right: 10px;

color: #000000;
background-color: #ffffff;
}

.topmenu_menubar_red a {
background: url('/images/alert20.png') no-repeat;
margin-bottom: 5px;
display: block;
width: 250px;
padding-bottom: 15px;
padding-left: 25px;
padding-right: 10px;

color: #ffffff;
background-color: #aa0000;
}

.menu_detail {
width: 400px;
float: left;
}
.menu_detail li {
list-style-type: none;
margin: 0px;
}
.menu_detail ul {
margin: 0px;
}
.menu_detail a:hover {
background: url('/images/arrow15b.png') no-repeat;
background-color: #ffffff;
color: #000000;
}
.menu_detail a {
text-decoration: none;
}

#content {
width: 800px;
background-color: #FFFFFF;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 35px;
padding-right: 35px;
min-height: 250px;
margin-top: 35px;
margin-bottom: 35px;
margin-left: auto;
margin-right: auto;
}

table.table-sjp {
	border: 2px solid #000000;
	background-color: #e7e7e7;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
table.table-sjp td, table.table-sjp th {
	border: 1px solid #09125b;
	padding: 3px 2px;
	font-weight: 400;
}
table.table-sjp tbody td {
	font-size: 14px;
	color: #000;
}
table.table-sjp tbody tr:nth-child(odd) {
	background: #f8f8f8;
}
table.table-sjp thead {
	background: #8a8eb4;
	border-bottom: 1px solid #000000;
	color: #fdfdfd;
}
table.table-sjp thead th {
	font-size: 16px;
	text-align: center;
}
table.table-sjp tfoot td {
	font-size: 12px;
}


