/* Definitions set by P.i.n.k.y */
/* globals */

/* no ugly browser dependent margins */
body {
	margin: 0px;
	padding: 0px;
}
/* no ugly hyperlink underlining */
a {
	text-decoration: none;
}
/* no ugly borders around images */
img {
	border: none;
}

/* layout */

/* main table with 4 cells */
table#main {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
/* top row with logo cell (.left) and main navigation cell (.top) */
.top, .corner {
	height: 65px;
	text-align: center;
	background-color: #015E7C;
	border-bottom: 1px solid #FFB13E;
	border-top: none;
	border-right: none;
	border-left: none;
}
.corner {
	width: 140px;
}
/* blue spacer line below orange line*/
.line {
	background-color: #024073;
	height: 3px;
	margin: 0px;
	padding: 0px;
	border: none;
}
/* gray column on the left */
.left {
	background-color: #E6E4E9;
	text-align: left;
	padding: 40px 0px 0px 30px;
	font: 12px Arial,Helvetica,sans-serif;
	color: #000000;
}
/* unordered list - parent - menu links in main navigation cell */
ul#menu {
	font: 12px Tahoma,Helvetica,sans-serif;
	color: #FFFFFF;
	height: 20px;
	width: 100%;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px auto 10px auto;
}
/* list entries - children */
ul#menu li {
	list-style-type: none;
	display: inline;
	padding: 0px 15px;
}
/* pseudo-classes in main navigation cell */
ul#menu a:link, #menu a:visited {
	color: #FFFFFF;
	border-top: none;
}
ul#menu a:hover {
	border-bottom: 2px none #FF9933;
	color: #FF9933;
}
/* main cell with content */
.content {
	text-align: center;
}
.content a {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* header of content cell */
.content h1{
	padding-top: 16px;
	padding-bottom: 0px;
	font: bold 16px Arial, Helvetica, sans-serif;
}
.content h2{
	padding-top: 5px;
	font: bold 15px Arial, Helvetica, sans-serif;
}
/* input fields - text formatting */
input, select, textarea {
	font: 11px Arial, Helvetica, sans-serif;
	padding-left: 2px;
	margin: 0px;
}
/* input fields - height (not for multiline textarea) */
input, select {
	height: 20px;
}
/* buttons are inputs, but we want them to be higher */
.button {
	height: 20px;
}
.border {
	border: 1px dashed #FFB13E;
	background-color: #FFECCE;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.borderlr td {
	padding-left: 10px;
}
.borderlr {
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px dashed #FFB13E;
	border-bottom: 1px dashed #FFB13E;
	border-left: 1px dashed #FFB13E;
}

.borderlr-left {
	border-left: 1px dashed #FFB13E;
}

table {
	font: 11px normal Arial, Helvetica, sans-serif;
	padding-left: 3px;
	margin: 0px auto auto;
}


/* definition of the definition list tags */
dl {
	margin: 0px 0px 0px -10px;
	padding: 0px;
	width: 105px;
}
dt b {
	color: #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #FFB13E;
}
dd {
	font-size: 10px;
	margin: 6px 0px 20px 10px;
	padding: 0px 0px 2px 5px;
	width: 95px;
	border-left: 1px dashed #FFB13E;
	border-bottom: 1px dashed #FFB13E;
}
dd a:link, dd a:visited {
	color: #000000;
}
dd a:hover {
	color: #FF9933;
}

.warn {
	border: 1px solid red;
}

/* definitions set by f.l.a.e.c.k */
.title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
.stitle {
	font-size: 10px;
	font-weight: bold;
	margin-right: 50px;
	margin-bottom: 20px;
	vertical-align: top;
}
.small {
	font-size: 8px;
}
.intable {
	font-size: 14px;
}
.borisat {
	font-family: arial;
	font-size: 175%;
	font-weight: bold;
	font-style: italic}
.contact {
	margin-top: 10px;
	margin-left: 10px
}
form {
	margin: 0px;
	padding: 0px;
}
