﻿body {
	margin: 0;
	margin-top: 1px;
	min-height: 99%;
}
div#body {
	/*	width: 777px;*/
width: 75%;
	background-color: #E2E2E2;
	border: 2px gray solid;
	position: absolute;
	left: 12.5%;
	text-align: center;
	font-family: Tahoma;
	min-height: 99%;
	direction: rtl;
}
div#marksForm {
	margin-top: 50px;
	margin-right: 50px;
	text-align: right;
}
label, input {
	display: block;
	width: 150px;
	float: right;
	margin-bottom: 15px;
}
label {
	text-align: right;
	width: 200px;
	padding-right: 20px;
}
br {
	clear: right;
}
input.cg {
	background-image: url('bg_cg.gif');
	background-position: left center;
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-weight: bold;
}
input.ch {
	background-image: url('bg_ch.gif');
	background-position: left center;
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-weight: bold;
}
input#submit {
	font-family: Tahoma;
	border: 0;
	width: 100px;
	background-color: green;
	color: #FFF;
	padding: 5px;
	direction: rtl;
	margin-right: 20px;
}
input#submit:hover {
	font-weight: bold;
	cursor: pointer;
}
input#reset {
	font-family: Tahoma;
	border: 0;
	width: 100px;
	background-color: #6792F3;
	color: #FFF;
	padding: 5px;
	direction: rtl;
	margin-right: 20px;
}
input#reset:hover {
	font-weight: bold;
	cursor: pointer;
}
input#reload {
	font-family: Tahoma;
	border: 0;
	width: 100px;
	background-color: #FFFFCC;
	color: #000;
	padding: 5px;
	direction: rtl;
	margin-right: 20px;
}
input#reload:hover {
	font-weight: bold;
	cursor: pointer;
}
textarea {
	left: 12.5%;
	margin: 10px;
	font-family: Tahoma;
}
h1 {
	margin: 0;
	text-align: left;
	padding-left: 10px;
	color: gray;
}
h2 {
	margin-top: -20px;
	text-align: left;
	padding-left: 10px;
}
h3 {
	direction: rtl;
	font-family: "Times New Roman", Times, serif;
	right: 12.5%;
	text-align: right;
	margin-bottom: -5px;
	margin-right: 12.5%;
}
ul#bottom li {
	list-style-type: none;
	display: inline;
	padding: 3px;
	font-family: Verdana;
	font-size: small;
	direction: ltr;
}
a {
	text-decoration: none;
	border-bottom: 1px white dashed;
	color: maroon;
	padding: 3px;
}
a:hover {
	background-color: white;
}
span {
	direction: rtl;
	font-size: small;
}
form a {
	border: 0;
}
form a:hover {
	border: 0;
	background-color: transparent;
}
form a img {
	border: 0;
}
span#resultHolder {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
}
span#dumpByTrack a {
	border-bottom: 1px red dotted;
	color: #000;
}
span#dumpByTrack a:hover {
	color: red;
	background-color: transparent;
}
span#xtra a {
	color: navy;
	border: 0;
}
span#xtra a:hover {
	background-color: transparent;
	text-decoration: underline;
}
div#caption {
	font-size: small;
	color: gray;
	position:fixed;
	left:30%;
}