/* with rtl enabled, only need to specify out of the ordinary alignments for text, i.e. left in arabic*/

body {
	
	direction:rtl;
}

p {
	text-align:right;
}
.half_col {
	float: right;
	text-align:left;
}
#reg_button {
	background:url(images/reg_ar.gif) top left no-repeat #023e7b;
	color:white;
	font-size:12px;
	height:26px;
	width:68px;
	padding:5px 0 10px 14px;
	border: none;
	cursor:pointer;
}

#login_button {
	background:url(images/login_ar.gif) top left no-repeat #ad8c43;
	color:white;
	font-size:12px;
	height:26px;
	width:80px;
	padding:5px 0 10px 14px;
	border: none;
	cursor:pointer;
}
#reg_button, #login_button {
	float:left;
}
.login_item {
	margin-left:20px;
	font-size:1.2em;
}
.register_item {
	text-align: left;
	margin:1em 0px 1em 20px;
	font-size:1.2em;
}

#title_bar {
	color:white;
	background:#003753 url(images/login_header.jpg) top left no-repeat;
	padding: 0;
	height:157px;
	text-align:right;
}
#title_bar {
	text-align:right;
}

#lang_footer {
	text-align: left;
}

.document_box
{
	float: right;
	margin: 20px 0 0 20px;
}
.document_box h3 a.vid, .document_box h3 a.doc {
	background-position: top right;
}

.main_img_crop {
	float:right;
}

.side_imgs {
	float:right;
	margin:0;
	padding:0;
	width:348px;
}
.side_img_crop {
	margin: 0 14px 14px 0;
	float:right;
}
.document_preview
{
	width:360px;
	float:left;
	margin:0 20px 0 0;
}

.dl_link:link {
	display:block;
	width:81px;
	height: 41px;
	padding:0 30px 0 17px;
	margin-top:20px;
	font-size:14px;
	line-height:41px;
	font-weight:bold;
	text-transform:uppercase;
	background: #e5e1d5 url(images/dl_ar.gif) top left no-repeat;
	color: #9e7336;
	text-align: left;
	text-decoration:none;
}
.dl_link:visited {
	display:block;
	width:81px;
	height: 41px;
	padding:0 30px 0 17px;
	margin-top:20px;
	font-size:14px;
	line-height:41px;
	font-weight:bold;
	text-transform:uppercase;
	background: #e5e1d5 url(images/dl_ar.gif) top left no-repeat;
	color: #9e7336;
	text-align: left;
	text-decoration:none;
}
.dl_link:hover {
	display:block;
	width:81px;
	height: 41px;
	padding:0 30px 0 17px;
	margin-top:20px;
	font-size:14px;
	line-height:41px;
	font-weight:bold;
	text-transform:uppercase;
	background: #e5e1d5 url(images/dl_ar.gif) 0 -41px no-repeat;
	color: #5f5f5f;
	text-align: left;
	text-decoration:none;
}
.dl_link:active {
	display:block;
	width:81px;
	height: 41px;
	padding:0 30px 0 17px;
	margin-top:20px;
	font-size:14px;
	line-height:41px;
	font-weight:bold;
	text-transform:uppercase;
	background: #e5e1d5 url(images/dl_ar.gif) top left no-repeat;
	color: #9e7336;
	text-align: left;
	text-decoration:none;
}
