body {
	margin: 0px;
	font-family: Trebuchet MS, Arial, sans-serif;
	text-align: center;
}

#header {
	height: 158px;
	width: 100%;
	background-image: url(slices/headerbg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	text-align: center;
	cursor: default;
}

#header h1 {
	background-image: url(slices/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 125px;
	padding: 0px;
	margin: 0px auto;
}

#header h1 span {
	display: none;
}

#menu a {
	color: rgb(255,255,255);
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 1000px;
	margin: 0px auto;
	border-bottom: 1px dashed rgb(200,200,200);
	overflow: hidden;
	padding-bottom: 10px;
}

#leftcol {
	float: left;
	width: 300px;
	overflow: hidden;
}

#rightcol {
	width: 700px;
	text-align: center;
	float: right;
	overflow: hidden;
}

#content {
	width: 700px;
	overflow: hidden;
	text-align: center;
	margin: auto;
}

.box1 {
	background-image: url(slices/box1_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 281px;
	overflow: hidden;
	text-align: right;
}

.box1 .btitle {
	background-image: url(slices/box1_title.gif);
	background-repeat: no-repeat;
	height: 32px;
	overflow: hidden;
	text-align: center;
	padding: 2px;
	margin: 0px;
	color: rgb(255,255,255);
	font-size: 16px;
}

.box1 .content {
	background-image: url(slices/box1_foot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 10px;
	padding-left: 6px;
	color: rgb(255,255,255);
	font-size: 11px;
}

h2.title {
	/*background-image: url(slices/title.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;*/
	font-size: 18px;
	padding-top: 10px;
	margin: 0px auto;
	width: 100%;
	color: rgb(100,100,100);
}

p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.clearer {
	clear: both;
}

#footer {
	font-size: 11px;
	clear: both;
	margin: auto;
	width: 1000px;
}

#en_footer {
	direction: ltr;
	text-align: left;
	float: left;
	padding: 5px;
}

#he_footer {
	direction: rtl;
	text-align: right;
	float: right;
	padding: 5px;
}

#competition {
	width: 700px;
	overflow: hidden;
	margin: 10px 0px;
}

#competition .pages {
	border: 1px solid rgb(200,200,200);
}

#competition .rows {
	margin: 10px 0px 0px 0px;
}

#competition .row {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid rgb(200,200,200);
	height: 150px;
	width: 695px;
	overflow: hidden;
}

#competition .position {
	font-size: 24px;
	background-color: rgb(230,230,230);
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: rgb(200,200,200);
	margin: 0px 30px;
	text-align: center;
	padding: 2px;
}

#competition .info {
	float: right;
	width: 120px;
	height: 100%;
	border-left: 1px dashed rgb(200,200,200);
	text-align: right;
	padding: 0px 10px;
	font-size: 11px;
}

#competition .stats {
	font-size: 18px;
	font-weight: bold;
	color: rgb(200,200,200);
	text-align: center;
}

#competition .title {
	display: block;
	padding: 5px;
}

#competition .content {
	width: 540px;
	margin-right: 148px;
}

#competition h2 {
	margin: 0px;
	padding: 0px;
}

#competition .description {
	margin: 0px;
	font-size: 11px;
}

#competition .in {
	color: rgb(0,200,0);
}

#competition .out {
	color: rgb(200,0,0);
}

#competition img {
	border: 1px solid rgb(0,0,0);
}

#competition h2 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

#categories, #qnav {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#categories a, #qnav a {
	display: block;
	width: 100%;
	color: rgb(255,255,255);
	text-decoration: none;
	text-align: center;
	font-size: 24px;
}

#categories a:hover, #qnav a:hover {
	color: rgb(255,255,100);
}

#comppages a {
	color: rgb(0,100,255);
}

fieldset {
	border: 1px solid rgb(200,200,200);
	width: auto;
}

fieldset table {
	margin: auto;
}

legend {
	background-color: rgb(200,200,200);
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}

.formlabel {
	text-align: left;
	font-size: 11px;
}

.formdesc {
	font-size: 10px;
	text-align: right;
	color: rgb(140,140,140);
}

.forminput {
	font-size: 11px;
	text-align: right;
}

.forminput input {
	font-size: 11px;
}

.forminput textarea {
	width: 220px;
	height: 100px;
}

.formlink {
	font-size: 11px;
}

a {
	color: rgb(0,100,255);
}

.table_tpl {
	border: 1px solid rgb(200,200,200);
	width: 98%;
}

.table_tpl th {
	font-size: 11px;
	color: rgb(100,100,100);
}

.table_tpl td {
	font-size: 13px;
	padding: 5px;
}

.noticebox_tpl {
	padding: 1em;
	background-color: rgb(240,240,240);
	border: 1px dashed rgb(230,230,230);
	font-size: 12px;
}

.noticebox_tpl h2 {
	font-size: 16px;
	color: rgb(0,0,0);
	padding-bottom: 1em;
	margin: 0px;
}

.announcement {
	border: 1px solid rgb(200,200,200);
	width: 98%;
	font-size: 11px;
	text-align: right;
}

.announcement .info {
	color: rgb(100,100,100);
	font-weight: bold;
	text-align: center;
}

.announcement .subject {
	font-size: 13px;
}

.announcement .message {
	padding: 5px;
}