@charset "UTF-8";

/* global */

* {
	font-family: Verdana, sans-serif;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-color: #CCCCCC;
	border-width: 1px;
	background-repeat: no-repeat;
}

body {
	font-size: 0.6em;
	color: #666666;
}

/* links */

a {
	color: #666666;
	text-decoration: none;
}

/* body is needed to "win" against other colors */
body a:hover {
	color: #FF0000;
}

/* page */

#site-title {
	text-align: right;
	position: relative;
	top: 29px;
	margin-right: 2px;
	height: 0px;
}

#site-logo {
	height: 57px;
	margin-top: 3px;
	background-image: url(images/horizontal-line.gif);
	background-repeat: repeat-x;
	background-position: 0px 39px;
}

#page {
	width: 1000px;
}

#page-title {
	height: 1.3em;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	font-size: 1.6em;
	background-image: url(images/page-title-background.jpg);
}

#page-title, #page-title a {
	color: #FFFFFF;
}

#page-title a:hover {
	text-decoration: underline;
}

#page {
	margin: 0px auto;
}

#frontend-content {
	min-height: 490px;
}

/* main navigation */

.main-navigation a {
	color: #333333;
}

.main-navigation {
	padding: 5px 0px 8px 0px;
	font-weight: bold;
}

.main-navigation .top, .frontend-navigation .bottom {
	height: 1.7em;
	font-weight: bold;
	padding: 0px 2px;
	overflow: hidden; /* should hide navigation line under the border */
}

.main-navigation .top {
	border-bottom-style: solid;
	vertical-align: bottom;
}

.main-navigation .bottom {
	text-align: right;
}

.main-navigation .top .point {
	padding-left: 1px;
	padding-right: 26px;
	padding-bottom: 4px;
}

.main-navigation .bottom .point {
	padding-left: 4px;
	padding-right: 26px;
	padding-top: 1px;
}

.main-navigation .point {
	background-image: url(images/vertical-line.gif);
	background-position: bottom right;
}

.main-navigation .bottom .point {
	background-position: top left;
}

/* type styles */

table {
	border-collapse: collapse;
	empty-cells: show;
	table-layout: fixed;
}

img {
	border-style: none;
}

.input {
	font-size: 1em; /* textare, input and select doesn't inherit font-size */
	border-style: solid;
}

.it-line, it-area {
	min-width: 200px;
}

.i-submit {
	width: 80px;
	background-color: transparent;
}

/* ready styles */

.title-line {
	font-weight: bold;
	background-color: #F3F3F3;
	border-style: solid none;
	padding: 4px 0px;
	padding-left: 6px;
}

.grid {
	position: relative;
	left: 100px;
}

.grid td {
	overflow: hidden;
}

.grid-text {
	width: 100%;
	height: 100%;
	overflow: auto;
}

body .selected {
	color: #AA0000 !important; /* for IE7 */
}

.red {
	color: #CC0000;
}

.hcenter {
	text-align: center;
}


.underlined {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.intend {
	padding-left: 10px;
}

.text-vertical-gap {
	margin-top: 4px;
}

.scroll-text {
	overflow: auto;
}

.textarea {
	border-style: dotted;
	overflow: auto;
	height: 60px;
}

.gap {
	padding: 3px 6px;
}

.gap.small {
	padding: 3px 3px;
}

.gap.half-line {
	background-image: url(images/vertical-line.gif);
	background-position: center bottom;
}

.gray {
	color: #AAAAAA;
}

.gray-background {
	background-color: #F3F3F3;
}

.dividing-line {
	height: 20px;
	background-image: url(images/horizontal-line.gif);
	background-repeat: repeat-x;
	background-position: 0px center;
}

/* debug */

.debug {
	position: fixed;
	left: 0px;
	bottom: 0px;
	text-align: left;
	font-size: 9px;
	max-height: 420px;
	overflow: auto;
}

/* footer */

.footer {
	text-align: center;
	font-size: 0.9em;
	margin-top: 10px;
	padding-top: 2px;
	border-top-style: solid;
}

.footer, .footer a {
	color: #BBBBBB;
}