@charset "utf-8";

/* + global resets */

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

h1, h2, h3, h4, h5, h6 { margin: 1em 0 1em 0; padding: 0; }
h1	{ font-size: 1.5em; font-weight: bold; }
h2	{ font-size: 1.4em; font-weight: bold; }
h3	{ font-size: 1.3em; font-weight: bold; }
h4	{ font-size: 1.2em; font-weight: bold; }
h5	{ font-size: 1.1em; font-weight: bold; }
h6	{ font-size: 1.0em; font-weight: bold; }

p {
	margin: 1em 0 1em 0;
	padding: 0;
}

ul, ol	{ }
li	{ }

form	{ margin: 0; padding: 0; }
input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	border: solid 1px #c0c0c0;
}

a img	{ border: 0; }

hr	{
	background-color:#bcbcbc;
	border: none; 
	height: 1px;
}

blockquote {
	background: #efefef;
	border: 1px solid #dbdbdb;
	margin: 1em 0 1em 2em;
	padding: 1em;
	position: relative;
}

cite	{
	display: block;
	font-style: normal;
	font-weight: bold;
	margin-left: 1.5em;
}
.cite	{ font-size: 2.5em; font-weight: bold; position: absolute; z-index: 2; top: 0.2em; }

pre	{ }
.code	{ max-width: 850px; overflow-x: auto; word-break: break-all; word-wrap: break-word; background-color: #fdf6e3; border: 1px solid #dbdbdb; margin: 1em 0 1em 2em; padding: 1em; }
code	{ word-break: break-all; word-wrap: break-word; background-color: #fdf6e3; }

table	{ border: 0px; border-collapse: collapse; }
th, td	{ padding: 5px 10px; }

/* - global resets */
/* + common */

body, html	{ background: #ebebeb; word-wrap: break-word; }
.b-wrap1	{ padding-bottom: 26px; }
.b-wrap2	{ min-width: 750px; max-width: 1300px; margin:0 auto; }
.b-header	{ width: 100%; }
.b-left		{ float: left; margin-right: 250px; }
.b-right	{ float: left; margin-left: -250px; width: 250px; }
.b-footer 	{ width: 100%; height: 26px; position: absolute; bottom: 0; }
.b-clear	{ clear: both; }
.b-stretch	{ float: left; width: 500px; }
.shadow 	{
	background: #ffffff;
	border: 1px solid #c0c0c0;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 2px 0;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 2px 0;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 2px 0;
	margin: 5px;
}
.header		{ color: #ffffff; background: #2164ae; border: 1px solid #ffffff; padding: 5px; font-weight: bold; text-align: center; }
.content10	{ padding: 10px 10px; }
.content20	{ padding: 10px 20px; }
.align-center	{ text-align: center; }
.align-left	{ text-align: left; }
.align-right	{ text-align: right; }

.table tr:hover { background: #f9f9f9; color: #ff0000; }
.table th	{ background: #ebebeb; }
.table th,
.table td	{ border: 1px solid #bcbcbc; }

a		{ color: #134984; text-decoration: none; font-weight: bold; }
a:hover		{ color: #ff0000; text-decoration: underline; }

.copyright		{ font-size: x-small; position: absolute; bottom: 6px; right: 10px; z-index: 2; }
.copyright a		{ color: #000000; text-decoration: none; }
.copyright a:hover	{ color: #465584; }

input:focus	{ background-color: #feefe8; }

.search		{ width: 150px; padding-right: 20px; background: url('images/form_search.png') no-repeat right center; }
.auth_login	{ width: 150px; padding-right: 20px; background: url('images/form_login.jpg') no-repeat right center; }
.auth_password	{ width: 150px; padding-right: 20px; background: url('images/form_password.jpg') no-repeat right center; }
.auth_submit	{ width: 170px; }

/* - common */
/* + design */

.b-header	{ background: #ffffff; }
.b-footer 	{ background: #fafafa; }
.b-logo		{ position: absolute; z-index: 2; }
.b-logo2	{ float: left; margin: 0px 0px 0px 130px; }
.b-logo3	{ display: block; }
.b-banner	{ float: right; }
.b-menu		{ margin: 0px 0px 0px 130px; }
.b-menu ul	{ list-style: none; margin: 0; padding: 0; }
.b-menu li	{ display: inline; background: url("images/menu_separator.gif") top left no-repeat; }
.b-menu a	{ color: #ffffff; text-decoration: none; font-weight: bold; padding: 0px 20px 0px 10px; }
.b-menu a:hover	{ color: #ff0000; }
.t-roadmap	{ font-size: 0.8em; width: 100%; }

/* - design */