/* CSS by Khaled Huthaily */

body,html {
	scrollbar-face-color: #333333;
	scrollbar-shadow-color: #FAF8E4;
	scrollbar-highlight-color: #FAF8E4;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #FAF8E4;
	scrollbar-track-color: #FAF8E4;
	scrollbar-arrow-color: #000000;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #dad5c1;/**middle color is #FAF8E4**/
	float: left;
}
#center {
	vertical-align: middle;
	text-align: center;
}
.ipa {
	font-family: "Arial Unicode MS", "Lucida Sans Unicode", "TITUS Cyberbit Basic", "Doulos SIL", Gentium, Junicode, Cardo, "Aborigonal Serif";
	color: #000000;
	font-size: medium;
}

.ipaheading {
	font-family: "Arial Unicode MS", "Lucida Sans Unicode", "TITUS Cyberbit Basic", "Doulos SIL", Gentium, Junicode, Cardo, "Aborigonal Serif";
	color: #000000;
	font-size: large;
}

.arabicnumbers {
	font-family: "Lucida Sans Unicode", "Arial Unicode MS", "TITUS Cyberbit Basic", "Doulos SIL", Gentium, Junicode, Cardo, "Aborigonal Serif";
	color: #000000;
	font-size: 20px;
}

h1 {
	font-size: 12px;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	font-style: italic;
}

h6 {
	font-size: 10px;
	font-style: normal;
	text-align: center;
}



a:link, a:visited {
	color: #330099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #2E2C23;
}

a:active {
	text-decoration: none;
}


#links {
	text-indent: 0.5em;
}

#indent {
	text-indent: 100px;
	width: 400px;
	float: left;
	clear: both;
}

#note {
	float: right;
	height: auto;
	width: 230px;
	border: 2px solid #847A50;
	background-color: #dad5c1;
	padding: 5px;
	margin-left: 4px;
	position: static;
}

#opinion {
	float: left;
	height: 400px;
	width: 250px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	padding: 5px;
}

#photo {
	float: right;
	height: 200px;
	width: 470px;
	border: 1px solid #333333;
	background-color: #333333;
	padding: 5px;
	position: static;
	margin-top: 5px;
}

#middle1 {
	float: right;
	height: 182px;
	width: 470px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	padding: 5px;
	position: static;
}

#news {
	height: 155px;
	width: 242px;
	border: 1px solid #000000;
	padding: 3px;
	top: 0px;
	background-color: #dad5c1;
}


.middle {
	text-align: center;
}
.italic {
	font-style: italic;
}

.smallfont {
	font-size: 9px
}

.image-center {
	border: 2px solid #333333;
}


.arabic {
	direction: rtl;
	font-size: 14px;
}

.point {
	font-size: 12px
}


.CollapsiblePanel1 {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
	width: 350px;
	clear: right;
	float: left;
	position: static;
}

.CollapsiblePanel2 {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
	width: 350px;
	clear: left;
	float: right;
	position: static;
}

.CollapsiblePanelTab {
	background-color: #dad5c1;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #999999;
}

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #dad5c1;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.TabbedPanelsTabHover {
	background-color: #CCC;
}

.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #FFFFFF;
}


.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
.image {
	border: 2px solid #847A50;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
h3 {
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AC8263;
	color: #60412B;
}

.redlinks {
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

.border {
	border: 2px solid #847A50;
}
.flash-bg-color {
	background-color: #FAF8E4;
}
