html{
	height:100%;
}
body{
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(/static/images/theme.background.top.png) top repeat-x;
	direction:rtl;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4{
	margin:0px;
}
a{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
q{
	text-align:center;
	quotes:&#8221 &#8222;
	display:block;
	padding:10px;
	margin:10px;
	border:dashed 1px #DDD;
	font-size:24px;
	color:#65a8b2;
	background:#DFF7F9;
}
input{
	border:#BBB 1px solid;
	border-radius:5px;
	background-color:#F9F9F9;
	font-size:18px;
}
input[type=submit], input[type=button]{
	color:#FFF;
	background-color:#419a0b;
	cursor:pointer;
}
input[type=submit]:hover, input[type=button]:hover{
	-moz-box-shadow:0px 0px 5px #CCC;
	-webkit-box-shadow:0px 0px 5px #CCC;
	box-shadow:0px 0px 5px #CCC;
}
#container{
	overflow:auto;
	min-height:100%;
	min-width:100%;
	position:absolute;
	background:url(/static/images/theme.background.bottom.png) bottom repeat-x;
	text-align:center;
}
#header_container{
	position:fixed;
	top:0px;
	left:0px;
	height:80px;
	width:100%;
	background-color:#EEEEEE;
	z-index:100;
}
	#header{
		height:80px;
		width:980px;
	}
		#header a{
			color:#419a0b;
		}
		#header_right{
			float:right;
			width:435px;
			padding-top:30px;
			height:50px;
		}
			#header_right a{
				display:inline-block;
				background-color:#F0F0F0;
				color:#419a0b;
				padding:5px;
				text-decoration:none;
				font-weight:bold;
				border-radius:5px;
				-moz-box-shadow:0px 0px 5px #CCC;
				-webkit-box-shadow:0px 0px 5px #CCC;
				box-shadow:0px 0px 5px #CCC;
			}
			#header_right a:hover{
				background-color:#F9F9F9;
				text-decoration:none;
			}
		#logo_container{
			float:right;
			width:100px;
			height:70px;
			padding:5px;
		}
		#header_left{
			float:right;
			width:435px;
			height:80px;
		}
	#header_shadow{
		height:5px;
		background:url(/static/images/theme.header.shadow.png) repeat-x;
	}
#content{
	width:980px;
	/*min-height:460px;
	background:url(/static/images/theme.content.background.png) top repeat-x;*/
	padding-top:80px;
	padding-bottom:120px;
	text-align:right;
	overflow:auto;
}
	.page{
		width:980px;
		padding:10px;
		padding-right:0px;
		padding-left:0px;
		font-size:17px;
	}
#footer_container{
	width:100%;
	height:100px;
	margin-bottom:10px;
	position:absolute;
	bottom:0px;
	overflow:hidden;
}
#footer{
	width:980px;
	border-top:#EEE 1px solid;
	color:#999;
	font-size:14px;
}
	#footer a{
		color:#999;
	}
	#footer_logo{
		width:70px;
		padding:5px;
		text-align:center;
		float:right;
		font-size:12px;
	}
	/*#link_bundles div{
		padding-left:10px;
		padding-right:10px;
		margin-top:10px;
		margin-bottom:10px;
		float:left;
		border-right:#63969d 1px solid;
		text-align:left;
	}*/