/* Copyright (c) 2009 Ukao Solutions */
html {
	height:100%;
	overflow-y: scroll;
}

:root { overflow-y: scroll; }

body { /* customize_background */
	background-color: #ffffff; /* customize_background */
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

img {
	border: 0px
}

a {
	cursor: pointer
}

#page {
	width: 100%;
	text-align: left;
}

#page #header {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1.5em;
}

#page #headerin {
}

#page #logo {
	margin-top: 22px;
	margin-left: -30px;
}

#page #logo p {
	padding: 0;
	margin: 0;
}

#page #top-right form {
	margin-top: 60px;
}

#page #top-right h3 {
	display: none;
}

#page #header-area {
	margin-top: 5px;
	padding-bottom: 10px;
	/* border-bottom: 2px solid #333333; */
}

#page #header-area p {
	width: 60em;	
}

#page #nav-out {
	width: 100%;
	background: #EE7700;
	height: 30px;
	margin-top: 5px;
}

#page #nav {
}

#page #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

#page #nav ul li {
	float: left;
	margin-right: 1em;
}

#page #nav ul a {
	float: left;
	color: #ffffff;
	text-decoration: none;
	padding: 0 20px 0;
	outline: none;
}

#page #nav ul li.nav-selected a {
	background-color: #666;
}

#page #nav ul a:hover {
	color: #DDF;
}

#page #contain {
	margin-top: 2px;
}

#page #sidebar {
	width: 160px;
	margin-top: 10px;
	min-height: 60px;
}

#page #sidebar a {
	text-decoration: none;
}

#page #sidebar li.nav-selected a {
	font-weight: bold;
}

#page #sidebar ul.nav {
	padding-left: 1em;
	margin-top: 0.25em;
}

#page #sidebar ul.nav ul {
	padding-left: 1em;
	margin-bottom: 0.5em;
}

#page #sidebar ul.nav ul a {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#page #sidebar h2 {
	margin-top: 0px;
}

#page #sidebar.right {
	padding-left: 20px;
	border-left: 4px solid #ddd;
}

#page #sidebar.left {
	padding-right: 20px;
	border-right: 2px solid #333333
}

#page #main {
	width: 600px;
}

#page #main.no-sidebar {
	width: 100%;
}

#page #footer {
	clear: both;
	margin-bottom: 40px;
}

#page #footer #copyright {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 8px 0;
	clear: both;
	overflow: hidden;
	height: 14px;
}

#page #footer #copyright a:hover {
	text-decoration: none
}

#page .footer-area {
	width: 430px;
	padding: 0 10px 10px 10px;
	margin-top: 10px;
	/* border-top: 2px solid #333333; */
}

.right {
	float: right
}

.left {
	float: left
}

.full {
	width: 800px;
	margin: 0 auto;
	padding-left: 30px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#page .bottomBox {
	padding: 0.3em 1em;
	background-color: #CCCCDB;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
    -webkit-border-radius:8px;
	height: 155px;
	margin: 0.5em 0.5em 1em;
	box-shadow:4px 4px 5px #888;
	-o-box-shadow: 4px 4px 5px #888;
	-moz-box-shadow: 4px 4px 5px #888;
	-webkit-box-shadow:	4px 4px 5px #888;
}

.ccm-layout-wrapper {
	padding-top: 6px;
}

.breadcrumb {
	font-size: 80%;
	margin-top: 3px;
}


table.data {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.data th {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
table.data td {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}