html {
	font-family:'Trebuchet MS';
	font-size:10pt;
	scrollbar-track-color:#f2f5f8;
	scrollbar-face-color:#e0e9ef;
	scrollbar-darkshadow-color:#b7c3cc;
	scrollbar-arrow-color:#000000;
}

input{
	font-family:'Trebuchet MS';
}

td{
	font-size:10pt;
}

th{
	text-align:left;
	font-size:10pt;
}

.header tr td{
	font-weight:bold;
	font-size:8pt;
	padding-left:4px;
}

#list tr{
	cursor:pointer;
}

#list tr td{
	font-size:9pt;
	padding:4px;
	border-right: 1px dotted #aaaaaa;
	border-bottom:1px solid #cce6fa;
}
#listalt tr:hover{
	background-color:#f4faff;
}

#listalt tr{
	cursor:pointer;
}

#listalt tr td{
	font-size:9pt;
	padding:4px;
	border-right: 1px dotted #aaaaaa;
	border-bottom:1px solid #cce6fa;
}
#listalt tr:hover{
	background-color:#f4faff;
}

#menu{
	top:10px;
	height:30px;
	text-align:left;
	position:fixed;
	background-color: #efefef;
	border:1px solid #aaaaaa;
	-moz-box-shadow: 0px 0px 20px 5px #cccccc;
	-webkit-box-shadow: 0px 0px 20px 5px #cccccc;
	box-shadow: 0px 0px 20px 5px #cccccc;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	overflow: hidden;
}

.menu-item{
	float:left;
	margin-top:6px;
	margin-left:20px;
	cursor:pointer;
}
.menu-item:hover {
   color: #0088dd;
 } 

#container{
	top:60px;
	text-align:left;
	position:fixed;
	background-color: #efefef;
	border:1px solid #aaaaaa;
	-moz-box-shadow: 0px 0px 20px 5px #cccccc;
	-webkit-box-shadow: 0px 0px 20px 5px #cccccc;
	box-shadow: 0px 0px 20px 5px #cccccc;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding:10px;

	background-image:url(../images/komet_bgnd.png);
    	background-repeat: no-repeat;
    	background-position: center center;

}

#footer{
	bottom:4px;
	width:100%;
	height:16px;
	font-size:8pt;
	text-align:right;
	position:absolute;
	margin-right:20px;
}

.odd{
	background-color:#efefef;
}

.even{
	background-color:#ffffff;
}

.drag{
	top:200px;
	left:200px;
	width:360px;
	height:200px;
	text-align:left;
	position:absolute;
	top:140px;
	left:400px;
	background-color: #2389b2;
	text-align:center;
	border:1px solid #dddddd;
	-moz-box-shadow: 0px 0px 20px 5px #cccccc;
	-webkit-box-shadow: 0px 0px 20px 5px #cccccc;
	box-shadow: 0px 0px 20px 5px #cccccc;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	overflow: hidden;
}

.button {
	-moz-box-shadow:inset 0px 1px 2px -5px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 2px -5px #cae3fc;
	box-shadow:inset 0px 1px 2px -5px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2389B2), color-stop(1, #1B6B8B) );
	background:-moz-linear-gradient( center top, #2389B2 5%, #1B6B8B 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2389B2', endColorstr='#1B6B8B');
	background-color:#2389B2;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #196684;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	height:26px;
	line-height:26px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #287ace;
	cursor:pointer;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1B6B8B), color-stop(1, #2389B2) );
	background:-moz-linear-gradient( center top, #1B6B8B 5%, #2389B2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B6B8B', endColorstr='#2389B2');
	background-color:#1B6B8B;
}.button:active {
	position:relative;
	top:1px;
}

.frame{
	width:226px;
	height:226px;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
	border:1px solid #dddddd;
	-moz-box-shadow: 0px 0px 20px 5px #cccccc;
	-webkit-box-shadow: 0px 0px 20px 5px #cccccc;
	box-shadow: 0px 0px 20px 5px #cccccc;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
}

.frame img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	width:200px;
}
