@charset "utf-8";
body {
	background-image: url();
	background-color: #1D1D1D;
}
.normalText {
	font-family: tahoma;
	font-size: 13px;
	color:#FFFFFF;
	direction:rtl;
}
.normalTextBold {
	font-family: tahoma;
	font-size: 13px;
	font-weight:bold;
	color:#FFFFFF;
	direction:rtl;
}
.borderedText {
	font-family: tahoma;
	font-size: 13px;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px; 
	padding-left: 4px;
	padding-right: 4px; 
	padding-top: 1px; 
	padding-bottom: 1px

}
.pragraphText {
	font-family: tahoma;
	font-size: 13px;
	color: #FFFFFF;
	line-height:25px;
	text-align:right,justify;
}
.textTitle {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.textTitleBrown {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color:#993300;
}
.normalTextWhite {
	font-family: tahoma;
	font-size: 13px;
	color: #FFFFFF;
}
a:visited {
	font-family: tahoma;
	font-size: 13px;
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	font-family: tahoma;
	font-size: 13px;
	color:#FFFF99;
	text-decoration:none;
}
a:link {
	font-family: tahoma;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:none;
}
input {
	font-family: tahoma;
	text-align: right;
	direction:rtl;
}
textarea {
	font-family: tahoma;
	text-align: right;
	direction:rtl;
}


.inputModifyed {
	font-family: tahoma;
	text-decoration: none;
	text-align: right;
	direction:rtl;
	background-color:#FFFFCC;
	border: 1px solid #FF9900;
}

.inputModifyedLeft {
	font-family: tahoma;
	text-decoration: none;
	text-align: left;
	direction:ltr;
	background-color:#FFFFCC;
	border: 1px solid #FF9900;
}

.button1 {
	font-weight: normal;
	background-color: #E5E5E5;
	font-family: tahoma;
	text-decoration: none;
	border: thin solid #333333;
	text-align:center;
}
.tdOver {

	font-family: tahoma;
	font-size: 13px;
	color: #FFFF99;
	border:solid #FF9900;
	border-width: 1px; 
	padding-left: 4px;
	padding-right: 4px; 
	padding-top: 1px; 
	padding-bottom: 1px
}