@CHARSET "UTF-8";

html {
	height: 100%;
}

body {
	background-color: #151515;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	font-size: 12px;
	height: 100%;
}

h1 {
	margin: 0px;
	padding: 0px;
}

p {
   padding: 0px;
   margin: 0px;
}

form {
   display: inline;
}

input {
	font-size: 12px;
}

a, a:visited {
   text-decoration:none;
}

a:hover, a:visited:hover {
   text-decoration:underline;
}

#maintable {
	border: none;
	width: 100%;
	height: 100%;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	border-collapse: collapse;
}

#tdcontent {
   background: url(images/background.jpg) top center no-repeat;
   width: 960px;
   height: 600px;
   vertical-align: top;
}

#content_table {
   width: 960px;
   height: 600px;
   padding: 0px;
   margin: 0px;
   border: none;
   border-collapse: collapse;
   vertical-align: top;
}

#admin {
   width: 960px;
   background-color: #F7F8FA;
   color: 000000;
   vertical-align: top;
}

#admin a {
}

#content_table_content {
	width: 660px;
	height: 600px;
	vertical-align: top;
}

#content {
   position: relative;
   top: 195px;
   left: 15px;
   width: 570px;
}

#left {
   background: url(images/left.jpg) top right no-repeat;
   height: 600px;
}

#right {
   background: url(images/right.jpg) top left no-repeat;
   height: 600px;
}

#down {
   background: url(images/down.jpg) top center no-repeat;
   width: 1960px;
}

#logo_rubix {
	background: url(images/logo_rubix.png) no-repeat;
	width: 90px;
	height: 20px;
	position: relative;
	top: 515px;
	left: 0px;
	cursor: pointer;
}

#links {
   position: relative;
   top: 190px;
   left: 9px;
   width: 180px;
   height: 248px;
}

.selected_link {
   color: #0F4172;
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 7px;
}

.link {
   color: #B2BBC0;
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 7px;
}
.link a {
	color: #B2BBC0;
	text-decoration: none;
}
.link a:hover {
   text-decoration: none;
   color: #0F4172;
}

#attention {
   position: relative;
   top: 265px;
   left: 7px;
   width: 184px;
   height: 65px;
   font-weight: bold;
   font-size: 13px;
}

.img_bg {
   background: url(images/img_bg.png) no-repeat;
   float: left;
   width: 160px;
   height: 122px;
   padding-left: 9px;
   padding-top: 32px;
   padding-right: 9px;
   padding-bottom: 32px;
   margin-left: 10px;
   margin-top: 10px;
}

.results2 {
   border: solid 2px #000000;
   border-collapse: collapse;
	font-size: 11px;
	padding: 3px;
	width: 100%;
}
.results2 th {
   border: none;
	font-size: 11px;
	background-color: #E5F2E8;
	padding: 3px;
}
.results2 a {
   color: #000000;
}
.results2 td {
   border: none;
	font-size: 11px;
	padding: 3px;
}

.results {
   border: solid 2px #000000;
   border-collapse: collapse;
	font-size: 11px;
}
.results th {
   border: solid 2px #000000;
	font-size: 11px;
	background-color: #DDDDDD;
}
.results td {
   border: solid 2px #000000;
	font-size: 11px;
}
.results input {
	font-size: 12px;
}
.results select {
	font-size: 12px;
}

