@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	color: #3c5f72;
	font-size: 13px;
}

BODY {
	direction: rtl;
	background:url(../images/view/backgrnd.jpg) center top fixed no-repeat;
	background-color: #65889b;
	/* margin-bottom: 10px; */
}

A {
	color: #3c5f72;
	text-decoration: none;
	font-size: 12px;
}

p {
	margin-top: 13px;
}

A:HOVER {
	text-decoration: underline;
}

UL {
	list-style-type: none;
}

H1 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}

H3 {
	font-size: 16px;
}

#main-container {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	background: url(../images/view/container-backgrnd.jpg) repeat-y center;
	padding-bottom: 10px;
	min-height: 620px;
}

#right-container {
	display: inline;
	float: right;
	width: 260px;
	overflow: hidden;
}

#university-logo {
	text-align: center;
	margin-top: 10px;
}

#left-container {
	display: inline;
	float: right;
	width: 724px;
}

#body-content {
	padding-left: 17px;
	padding-right: 17px;
}

#top-container {
	height: 20px;
	margin-top: 3px;
}

#top-quick-menu {
	display: inline;
	float: left;
	height: 20px;
	width: 370px;
}

#top-quick-menu LI {
	display: inline;
	float: right;
	color: #3c5f72;
	font-size: 10px;
}

#middle-container {
	
}

#search-box {
	margin-top: 20px;
	text-align: left;
}

#flash-container {
	margin-top: 5px;
}

#tags-container {
	margin-top: 10px;
	overflow: auto;
}
#footer {
	/* margin-top: 10px; */
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/footerbg.gif);
	/*background: WHITE;*/
	overflow: auto;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #a09d9d;
}

#footer a{
	color: #716d6d;
}

#footer span{
	color: #716d6d;
}

#footer-container {
	padding-top: 10px; 
	padding-left: 15px; 
	padding-right: 15px;
	text-align: right;
}
#footer-contact {
	/* border-left: 1px solid #3c5f72; */
	width: 545px;
	margin-bottom: 10px;
	overflow: auto;
	display: inline;
	float: right;
	border-left: 1px dashed #a09d9d;
}

#footer-links-container {
	width: 350px;
	overflow: auto;
	display: inline;
	float: right;
	margin-right: 50px;
}

#footer-links-container UL {
	display: inline;
	float: right; 
	overflow: auto;
	margin-left: 80px;
}

#right-menu-container {
	padding: 13px;
}

#right-menu-container DIV.content-box {
	background: #fefefe;
	padding: 2px;
}

#right-menu-container DIV.margined {
	margin-top: 20px;
}

#about {
	background: #fefefe;
	padding: 2px;
}

.invisible {
	display: none;
}

.visible {
	display: block;
}

.big-font {
	font-size: 14px;
}

.extra-titles {
	font-family: courier;
	cursor: pointer;
}

.right-menu-content UL {

}

.right-menu-content UL LI {
	display: inline;
}

.right-menu-content UL LI A {
	font-size: 12px;
	color:#666;
}
#show-extra-menu DIV {
	text-align: left;
}
#show-extra {
	cursor: pointer;
}
#top-navigator {
	background: #d6d4cb;
	margin-top: 10px;
	padding: 3px;
	margin-bottom: 10px;
}
#navigation-list LI {
	 display: inline;
}
#navigation-list LI A {
	 font-size: 13px;
	 color:#666;
}