﻿/**
*         _ _ ______ 
    /\   | (_)____  |
   /  \  | |_    / / 
  / /\ \ | | |  / /  
 / ____ \| | | / /   
/_/    \_\_|_|/_/  

*
 Too Lazy to add the metadata here. 2007 Hubail, Ali
**/
body {
	margin: 0;
	margin-top: 1px;
	min-height: 99%;
}
div#body {
	width: 75%;
	background-color: #E2E2E2;
	border: 2px gray solid;
	position: absolute;
	left: 12.5%;
	text-align: center;
	font-family: Tahoma;
	min-height: 99%;
}
div#flipped {
	border: 1px black solid;
	width: 450px;
	padding: 10px;
	direction: rtl;
	margin-bottom: 5px;
}
input {
	font-family: Tahoma;
	border: 0;
	border-right: 2px #000 double;
	width: 100px;
	background-color: #FFF;
	padding: 5px;
	direction: rtl;
}
input:hover {
	background-color: #000;
	color: #FFF;
	cursor: pointer;
	border-right: 2px #FFF double;
}
textarea {
	left: 12.5%;
	margin: 10px;
	font-family: Tahoma;
}
h1 {
	margin: 0;
	text-align: left;
	padding-left: 10px;
}
h2 {
	margin-top: -13px;
	text-align: left;
	padding-left: 10px;
	color: gray;
}
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;
}
a {
	text-decoration: none;
	border-bottom: 1px white dashed;
	color: maroon;
	padding: 3px;
}
a:hover {
	background-color: white;
}
span {
	direction: rtl;
	font-size: small;
}
select {
	font-family: Tahoma;
	direction:rtl;
	text-align:center;
}
span#xtra a {
	color: navy;
	border: 0;
}
span#xtra a:hover {
	background-color: transparent;
	text-decoration: underline;
}
a img {
	border:0;
}