body {
	background: url('body.png') repeat-x;
	background-color: #f6f6f6;
	margin-left: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
}

.header {
	width:1000px;
	background: url('head.png') right no-repeat #333333;
	height: 105px;
}

#logo {
	width:210px;
	/* background: url('logo.png') center center no-repeat; */
	background: url('head_left.png') repeat-y;
	height: 105px;
}

#info {
	height:22px;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
	background:white;
	padding-right: 20px;
	margin-top:83px;
	text-align: right;
}

#info .upper {
	text-decoration:none;
	letter-spacing:2px;
	font-size:15px;
	font-weight:normal;
	color: black;
}

.container {
	background: url('main.png') right repeat-y #ededef;
}

#menu {
	width:195px;
	text-align: right;
	padding-top: 20px;
	padding-right: 15px;
}

td.menu {	
	background: url('menu.png') repeat-y #ededef;
}

a.menu {
	color: black;
	text-decoration: none;
}

a.menu-active {
	font-weight: bold;
}

#menu ul {
	margin: 0px;
	list-style-type: none;
}

#content {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	overflow-x: auto;
}

#content table {
	font-size: 12px;
}

#content .ui-widget {
	font-size: 10px;
}

#footer {
	height: 14px;
	border-top: 1px solid #8c8e8c;
	background: url('footer.png') left repeat-y #313031;
}

.cleaner {
	clear: both;
}

#logindiv {
	width: 240px;
	border: 1px solid gray;
	margin:auto;
	padding: 20px;
	border-radius: 20px;
	margin-top: 100px;
	margin-bottom: 100px;
	font-size: 10px;
}

#logindiv form {
	margin: 0px;
}

#logindiv input.txt {
	border: 1px solid silver;
	border-radius: 5px;
	width: 190px;
}

#logindiv input.yubi {
	width: 235px;
	padding-left:20px;
	background: url('yubi.gif') center left no-repeat;
	background-color: white;
}

#logindiv input.button {
	width: 235px;
	height: 30px;
	border: 1px solid gray;
	border-radius: 8px;
	background: white;
}

.box {
	background: url(minus.png) 3px 4px no-repeat #FAFAFA;
	border-radius: 3px;
	padding: 5px;
	margin: 10px;
}

.box-collapsed {
	background: url(plus.png) 3px 4px no-repeat #FAFAFA;
}

.box-collapsed div {
	display: none;
}

.box h3 {
	padding-top: 0px;
	margin: 0px;
	padding-left: 20px;
	cursor: pointer;
}

.box div {
	margin-top: 10px;
}

.reportTable, .customReportTable {
	border-collapse:collapse;
}

.reportTable td, .reportTable th, .customReportTable td, .customReportTable th {
	border: 1px solid black;
}

.reportTable td.noborder, .reportTable th.noborder, .customReportTable td.noborder, .customReportTable th.noborder {
	border: 0px none;
}

.reportTable th span, .customReportTable th span {
	padding-left: 16px;
	background: url(plus_s.png) 1px 2px no-repeat;
}

.reportTable tr.row-expanded th span, .customReportTable tr.row-expanded th span {
	background: url(minus_s.png) 1px 2px no-repeat;
}

.suboption {
	font-size:0.9em;
}

.at_mark {
	background: #ff9999;
}
span.popup-data { 
    cursor:pointer;
    text-decoration:underline;
}
#popupData {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    z-index:1100;
}
#popupData > div.inner {
    position:relative;
    margin:30px auto;
    width:90%;
    max-height:85%;
    overflow:auto;
    background-color:#EFEFEF;
    border:3px double #000;
    box-shadow:5px 5px 5px #666;
    padding:30px 20px 20px 20px;
}
#popupData div.close {
    position:absolute;
    top:3px;
    right:3px;
    cursor:pointer;
}
#popupData div.loader, #popupData div.info { text-align:center }
.sortlabel {
    text-decoration: underline;
    color:black;
    cursor: pointer;
}
.sortlabel-asc, .sortlabel-desc {
    padding-left:10px;
    font-weight: bold;
    text-decoration: none;
}
.sortlabel-asc { background: url(/gfx/asc.png) 0px 3px no-repeat; }
.sortlabel-desc { background: url(/gfx/desc.png) 0px 3px no-repeat; }
table.reportTable thead td, table.reportTable thead th,
table.customReportTable thead td, table.customReportTable thead th{ background-color:#EDEDEF }
.floatThead-floatContainer.floatThead-container { min-width:100% !important }
.reportTable.floatThead-table { min-width:100% !important }