body,td,div
{
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-family: "Trebuchet MS";
}

body
{
	text-align: left;
	vertical-align: top;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #3366CC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #3366CC;
	scrollbar-darkshadow-color: #3366CC;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #3366CC;
	color: #000000;
	background-color: #666666;
	margin: 20px;
	background-image: url(/img/body.background.gif);
	background-repeat: repeat;
}

input, select, option, textarea 
{
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #E78400;
	padding: 1px;
}

textarea 
{
	font-size: 12px;
}

hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0;
}

a 
{
	color: #9B5900;
	text-decoration: none
}
a:hover 
{
	color: #FFAD42;
	cursor: hand;
	background-color: #333333;
}

.m-ok {
	background-color: #9DFF9D;
}
.m-warning {
	background-color: #FFCB97;
}
.m-error {
	background-color: #FF9595;
}


.big-a 
{
	color: #FFFFEC;
	text-decoration: none
}
.big-a:hover 
{
	color: #FFFFEC;
	cursor: hand;
}

.table-main {
	border:1px solid #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/img/background.gif);
	background-repeat: no-repeat;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.table-top {
	background-image: url(../img/page_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 100px;
	text-align: right;
}

.table-center {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

.table-footer {
	text-align: center;
	font-size: 10px;
}

.table-side {
	padding: 5px;
	width: 150px;
	margin: 5px;
	vertical-align: top;
}

.menu-spacer {
	height: 9px;
}
.menu-table {

	background-color: #FFFFEC;
	border: 0px;
	padding: 5px;
}
.menu-top {
	color: #333333;
	background-color: #E78400;
	font-size: 14px;
	font-weight: bold;
	padding: 1px;
	background-image: url(/img/menu-top.png);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	text-indent: 18px;
}
.menu-center {
	background-color: #EAEAEA;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(/img/menu-center.gif);
	background-repeat: repeat-y;
}
.menu-bottom {
	color: #FFFFEC;
	background-color: #886B9E;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.menu-bottom-light {
	background-color: #EAEAEA;
	border: solid #886B9E;
	border-width: 1px 0;
	position: relative;
	height: 0px;
	top: -15px;
}
.menu-bottom-light-inner {
	border: solid #886B9E;
	border-width: 0 1px;
}
.head-top {
	color: #333333;
	background-color: #E78400;
	font-size: 14px;
	font-weight: bold;
	padding: 1px;
	background-image: url(/img/menu-top.png);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	text-indent: 18px;
}
.head-center {
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.head-bottom {
	border: solid #886B9E;
	border-width: 1px 0;
	position: relative;
	height: 0px;
	top: -15px;
}
.picture {
	border: 1px solid #000000;
}
.nob {
	border: 0px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

