@charset "windows-1250";
body {
	background-color: #f4f4f4;
	background-image:url('/images/background-gradient-sedy.jpg');
	background-repeat:repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Arial";
	color: #000;
}
.menu {
	line-height: 25px;
	margin-left:0px;
	margin-right:0px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFF;
	font-weight: bold;
	color: #000;
}
.menuA {
	line-height: 25px;
	margin-left:0px;
	margin-right:0px;
	padding-left: 25px;
	background-color: #000;
	padding-right: 25px;
	font-weight: bold;
	color: #FFF;
}
.page {
	line-height: 25px;
#	margin-left:0px;
#	margin-right:0px;
	padding: 20px 23px 20px 23px;
	background-color: #FFF;
	font-weight: bold;
	color: #000;
	border: 2px solid #000;
	display: none;
}
.main {
	line-height: 22px;
	float: left;
	border: 1px solid #AAA;
	margin: 5px 5px 0px 5px;
	padding: 5px 10px 5px 10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
	background-color: #EEE;
}
.myButton {
	width:100px;
	height:50px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #18ab29;
	margin-right:10px;
	cursor:pointer;
	font-size:17px;
	display:inline-block;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:active {
#	position:relative;
	top:1px;
}
.start {
	background-color:#0F0;
}
.stop {
	background-color:#F00;
}
.left { 
	float:left;
}
.right { 
	float:right;
}
.cleaner { 
	clear:both; 
}
a { 
	outline: none 0;
	text-decoration: none;
}
a:hover {
	background-color: #DDD;
	text-decoration: none;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
