body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	/*margin: 0px 0px 0px 0px;*/
	color: #000000;
	font-size: 12px;
	text-align: center; 
	padding: 0; 
	margin: 0;
}


.lang {
	direction: rtl;
}

a.blue, a.blue:visited, a.blue:hover, a.blue:active {
	color: blue;
	text-decoration: underline;	
}

input.myBtn
{
	color: #fff;
	font-family:Arial,helvetica,sans-serif;
	font-size:11px;
	width: 110px;
	font-weight:bold;
	background-color: #b0bed3;
	border:2px solid #607080;
}

input.myBtnHov 
{
   color : #fff;
   background : #87cd15;
   cursor: pointer; 
}


/* TITLES */
h1 {
	font-weight: bold;
	text-decoration:none;
	display: inline;
	font-size: 12px;
	background: #dd88cc; 
	color: #fff;
}

h2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	display: inline;
}

h5 {
	color: #1188dd;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
	display: inline;
}

td {
	padding: 0px;
	margin: 0px;
	/*border: 1px #525252 solid;*/
	text-align: right;
}

td.sideMenu {
	background: #ffffff;	
	border-right:1px solid #b0bed3;
}

.mainText {
	margin-left: 5px; 
	margin-right: 5px; 
	margin-top: 15px; 
	font-size: 12px;
	text-align: right;
}

.greenDiv {
	background: #87cd15;	
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 23px;
	color: #fff;
}

.imageDiv {
	margin: 5px 0px 5px 0px;
	text-align: center;
}

.sideDiv {
	margin: 10px 5px 0px 5px;
	padding: 0;
	font-size: 12px;
}

.previewDiv {
	margin: auto;
	padding: 0;
	text-align: center;
	width: 100px;
	height: 100px;
}

.charCount {
	font-size: 10px;
}


/* FORMS */
input, textarea {
	font-weight: normal;
	font-size: 12px;
	color: #3e3e3e;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4;
	border: 1px #8c9bae solid;
}

select {
	font-weight: normal;
	font-size: 12px;
	color: #3e3e3e;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4;
	border: 0px;
}

.fixBorder {
	border: 1px #8c9bae solid;
}

.checkBox {
	font-weight: normal;
	background: #f3f3f3; 
	border: 0px;
}

.formSubmit {
	cursor: pointer; 
	padding: 0px;
	background-color: #87cd15; 
	font-size: 12px; 
	border: 1px outset #d7b9c9;
	height: 20px;
	padding: 0px 0px 8px 0px;
	width: 50px;
	font-weight: bold;
	color: #fff;
}

.formTable {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	margin-right: -2px;
}

.formLabelError{
	font-size: 12px;
	font-weight: bold;
	padding-right: 2px;
	color: red;
	border-bottom: 1px dashed #dddddd;
	height: 20px;
}

.formLabel{
	font-size: 12px;	
	font-weight: bold;
	padding-right: 2px;
	border-bottom: 1px dashed #dddddd;
	height: 20px;
}

/* ----------- for download frame------------ */
.contentDesc {
	line-height: 11px;
	font-size: 10px;
	border: 0px;
	height: 35px;
	width: 100px;
	padding: 1px;
	margin-top: 2px;
	background-color: #e6e6e6;
}


