/* CSS by Khaled Huthaily */

body,html {
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}

body {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.22, rgb(218,213,193)),
    color-stop(0.61, rgb(194,187,153))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(218,213,193) 22%,
    rgb(194,187,153) 61%
);
filter: progid:DXImageTransform.Microsoft.Gradient(
	StartColorStr='#c2bb99', EndColorStr='#dad5c1', GradientType=0);/**IE since it does not support gradient bg**/
	background-color: #dad5c1;/**IE since it does not support gradient bg**/
	/**background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;**/
	line-height: 1.3;
}

#container {
	width: 960px;
	background-color:#fcf9ef;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#center {
	vertical-align: middle;
	text-align: center;
}

#columns {
	-moz-column-count: 2;
	-moz-column-gap: 1.5em;
	-moz-column-rule: 1px solid #c4c8cc;
	-webkit-column-count: 2;
	-webkit-column-gap: 1.5em;
	-webkit-column-rule: 1px solid #c4c8cc;
}

.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: Georgia, "Times New Roman", Times, 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 {
	color: #2E2C23;
	text-decoration:underline;
}

a:active {

}


#links {
	text-indent: 0.5em;
}

a img {
	border: 0;
}

#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: 1235px;
	width: 250px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	margin-left: 5px;
}

#opinion h1, #opinion p {
	text-align: center;
}

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

#middle1, #middle2 {
	float: right;
	width: 650px;
	border: 1px solid #333333;
	position: static;
	margin-right: 5px;
}

#middle1 {
	padding: 5px;
	background-color: #FFFFFF;
}

#middle2 {
	width: 660px;
	background-color: #DAD5C1;
}

#news {
	height: 950px;
	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: 18px;
	text-align: right;
}

h1.arabic {
	font-size: 32px;
	font-weight:bold;
	text-align:center;
}

.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 image-left {
	border: 2px solid #847A50;
	margin-bottom: 5px;
	margin-left: 5px;
}

.image {
	float: right;

}

.image-left {
	float: left;
}
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;
}

