@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
body {
	margin: 0px;
}
#mainwrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#middle {
	background-color: #CCC;
	padding: 10px;
}
#logoarea {
	margin-bottom: 20px;
}

.texttitle {
	text-align: right;
	padding: 3px;
	margin-bottom: 10px;
}
.textmain {
	text-align: right;
	padding: 5px;
	margin-bottom: 20px;
}
.textmain a:link ,.textmain a:visited{
	color: #000;
}
.textmain a:hover {
	color: #000;
	text-decoration: none;
}
.textmain .regFormElement {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	background-color: #BFBFBF;
	width: 200px;
	border: 1px solid #BFBFBF;
	direction: rtl;
}
.textmain .formbutton {
	background-color: #BFBFBF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border: 1px solid #666;
	width: 300px;
	padding: 5px;
	cursor: pointer;
}


.graybgrow {
	background-image: url(../images/index/bggrayrow.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}
.nocolorbgrow {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ice-body {
	direction: rtl;
	line-height: 20px;
}


/*--------------<style about script>----------------*/
.ice-html {
    background-color: white;
}
.ice-html-blur {
}
.ice-html-content {
	position: absolute;
    display: none;
}
.ice-display-block {
    display: block;
}
.ice-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.ice-move {
    cursor: move;
}
/*--------------</style about script>----------------*/
