body {
 color: #1d1d1d;
 margin: 0;
 padding: 0;
 font-family: Tahoma, Lucida Grande, Verdana, Geneva, Sans-serif;
 font-size: 13px;
 background: #fff;
 direction: ltr;
 background: #fff url(../images/bg.gif) repeat-x;
}

.body {
	font-family: Tahoma;
	font-size: 13px;
	direction: rtl;
}

.section_title {
	height: 35px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	background: url(../images/hr2.png) no-repeat center bottom;
}

.section_text {
	font-family: Tahoma;
	text-align: right;
	font-size: 13px;
	width: 800px;
	padding: 15px;
	margin-bottom: 15px;
}

.column {
	vertical-align: top;
	border-left: dotted 1px gray;
}

.column div {
	float: right;
	direction: rtl;
	padding: 15px;
	font-family: Tahoma;
	font-size: 11px;
}

.input {
	border: solid 1px gray;
	font-family: Tahoma;
	color: #c91224;
	font-size: 10px;
	width: 175px;
	direction: rtl;
}

.search {
	margin-top: 8px;
}

h2 {
	font-size: 13;
	font-weight: bold;
}

h5 {
	font-size: 13;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #c91224;
	font-size: 11px;
}

a:hover {
	background: #c91224;
	color: white;
}

a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a:hover img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #d9d9d9;
}

.subMenu {
	font-size:11px;
	color:white;
	position:relative;
	z-index:1;
	bottom: 0px;
}

.subMenu a {
	text-decoration: none;
	color: white;
	border: none;
}

.subMenu a:hover {
	background: white;
	font-weight: bold;
	color: #c91224;
}

.poll {
 color: #61a4c1;
 font-family: Tahoma;
 color: black;
 font-size: 12px;
 direction: rtl;
}

.poll p {
	border-top: dotted 1px #c91224;
	background: #eee;
	padding-top: 2px;
}

.pollOption {
	background: #ccc;
	border: 0px;
	font-family: Tahoma;
	font-size: 10px;
	width: 25px;
	text-align: center;
}

.ratingBar {
	background: #c91224;
	border: 0px;
	font-size: 10px;
	font-family: Tahoma;
}

.accordionContainer {
	width: 900px;
}

.campains_title {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

.submit {
	border-width: 1px;
	border-style: solid;
	border-color: white;
	padding-right: 5px;
	padding-left: 5px;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: #c91224;
}

.footer {
	font-family: Tahoma;
	font-size: 10px;
	color: gray;
	text-align: right;
	padding-right: 10px;
}


.SimpleButton {
	background: url(../images/panels_button.png) no-repeat bottom;
	border: 1px solid silver;
	width: 35px;
	height: 35px;
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}

.SimpleButtonOver {
	background: url(../images/panels_button_over.png) no-repeat bottom;
	border: 1px solid #c91224;
	width: 35px;
	height: 35px;
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}

.PanelsWrapper {
	width: 945px;
	height: 574px;
}