﻿/* CSS Document */

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #3F5165;
	font-size: 12px;
	color:#3E5165;
	padding: 0px;
	margin:0px;
}

h1,h2,h3,h4,h5 { clear: both; padding: 0px; margin:0px; font-weight:normal; }
p { clear: both; line-height: 133%; }



#Container {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	padding-bottom: 50px;
}

/* Third Party Content */
iframe .SharePrice, iframe .NewsItems { float:left; }
iframe .SharePrice { width:235px; }
iframe .NewsItems { width: 270px; }

.Header, .Nav_global, .Content, .Footer { clear: both; padding: 0px; margin: 0px; background-color:#FFF; }
.Header { width: 760px; height: 141px; }
.Content { float: left; width: 760px; background-position: top left; background-repeat: repeat-y; background-color: #FFF;}
.Padding { clear:both; float:left; height:30px; width:100%; }
.Footer { width: 745px; height:22px; font-size:10px; background-color: #D9DDE1; color: #3F5165;padding-top:10px; padding-left:15px;}
.NoJavaScriptWarning { text-align:center; color:#FFF; }

/* Header Classes */
.Header { background-image: url(../images/Header_bg.jpg); }
.Header .Brand { width: 200px; height:110px; }
.Header .Brand h1, .Header .Brand h2 { display:none; }

/* Navigation - Global */
.Nav_global {
	width: 760px; 
	height: 30px; 
	text-align: center; 
	display:block; 
	background-color: #00B0E0;
	overflow:hidden;
}
.navArchive {
	clear:both;
	float:left;
	border-bottom:1px solid #324D6A;
	margin-bottom:20px;
	width:100%;
}
.navArchive ul { 
	padding:0; margin:0;
}
.navArchive ul li {
	display:inline;
}
.navArchive ul li.Unselected a {
	display:block;
	padding:4px;
	float:left;
	width: 50px;
	height: 15px;
	text-align:left;
	font-size:18px;
	color:#00B0E0;
	
	/*
	background-color:#CDE0F0;
	border-bottom:3px solid #fff;
	border-top:2px solid #fff;
	*/
	margin-right:18px;
	margin-bottom:4px;
	text-decoration:none;
	font-weight:normal;
}

.navArchive ul li.Selected a {
	display:block;
	padding:4px;
	float:left;
	width: 50px;
	height: 15px;
	text-align:left;
	font-size:18px;
	color:#005daa;
	
	/*
	background-color:#CDE0F0;
	border-bottom:3px solid #fff;
	border-top:2px solid #fff;
	*/
	margin-right:18px;
	margin-bottom:4px;
	text-decoration:none;
	font-weight:bold;
}



/* Content, Content Area & sub navigation */
.Content { min-height: 450px; }
.ContentArea a {color: #3E5165; }
.ContentArea .Nav_subnavigation { width: 760px; }
.ContentArea .ContentRegion { padding: 20px 30px; color:#3E5165; } /* The editable region for the content */
.PageTitle { padding:0px; margin:0px }
.PageTitle h1 { color: #3E5165; text-decoration: none; font-size: 20px; font-weight: bold; }

.FullWidth { width: 700px; padding: 30px; }
.Left, .Right { float: left; min-height: 240px; }
.Left { padding: 0px; width:185px;background-position: top left;  }
.Right { width: 520px; padding: 20px; }
.Right h2 { clear:both; padding: 8px 0px 0px 0px; margin: 0px; font-size: 16px; font-weight:bold; }
.Right h3 { clear:both; float:left; width:100%;  padding: 6px; margin:0px; font-size: 10px; font-weight:bold; border-bottom:1px solid #005DAA; background-color:#CDE0F0; font-weight:normal; margin-bottom:10px; }
.Right h3 a { display:block; text-decoration:none; }
.Right h4 { clear:both; padding: 8px 0px 8px 0px; margin: 0px; font-size: 12px; font-weight:bold; }

/* Padding (space above the footer region */
.Padding p { padding:0px; margin:0px; padding-left: 200px; }

/* Footer */
.Footer span{ display: block; width:760px; text-align: center; padding-top: 10px;}



/* ContentArea items/elements */
.InfoTable { width:235px; float:left; margin-right:15px; }
.InfoList { width: 270px; float:left; }

.InfoTable h1, .InfoList h1 { font-size: 11px; font-weight:bold; color: #FFF; padding: 6px; }

.InfoTable h1 { background-color:#DCA45E; }
.InfoTable table { width: 100%; }
.InfoTable table tr th, .InfoTable table tr td { border-top: 1px solid #FFF; padding: 6px; padding-left:14px;}
.InfoTable table tr th { background-color: #EED2AD; font-weight:normal; text-align:left; width:30% }
.InfoTable table tr td { background-color: #FAF0E4; color:red }

.InfoList h1 { background-color:#DD705E; }
.InfoList ul { padding:0px; margin:0px; background-color:#FAF0E4; }
.InfoList ul li { 
	border-top: 1px solid #FFF;
	list-style: none;
	padding: 6px;
	padding-left: 28px;
	background-image: url(../images/icons/arrow_red.gif);
	background-position: 10px 8px;
	background-repeat: no-repeat;
}

.archive {
	clear:both; 
	float:left;
	display:block; 
	margin-bottom:15px;
	width:90%;
}
.archive.closed {display:none;}
.archive.open {display:block;}

a.mime {
	clear:both;
	float:left;
	width:500px;
	padding-left:20px;
	background-repeat:no-repeat;
	padding-bottom:2px;
	margin-bottom:2px;

}
a.mime.pdf {
	background-image:url(../../images/mime/mime-pdf.gif);

}

.NoJavaScriptWarning {
	color: white;
	text-align: center;
}

.NoJavaScriptWarning a {
	color: white;
	font-size: 110%;
}

/* Global Navigation */
.Nav_global { clear:both; }
.Nav_global ul { padding:0px; margin:0px; height:30px; overflow:hidden; }
.Nav_global ul li { display:inline; }
.Nav_global ul li a { text-decoration:none; color:#FFF;
 /*width:184px; Added by Thamineh*/
  }
.Nav_global ul li a:hover { background-color: #005DAA; }
.Nav_global ul li a { display: block; float:left; height:16px;padding:8px 0px; }

/* Global navigation tabs all have different widths */
.Nav_global li.First a { width: 184px; }
.Nav_global li.Second a { width: 230px; }
.Nav_global li.Third a { width: 122px; }
.Nav_global li.Four a { width: 224px; }

.Nav_global ul li a.selected { background-color: #005DAA; }

/* Sub-Navigation in the content area */
.ContentArea .Nav_subnavigation { display: none; }

/*Add by Tahmineh */
.Content {background-image:url("/layouts/Images/ContentArea_bg_tile.jpg"); background-repeat:repeat-y;}
.homeMenulink{width:184px;}
.Nav_global ul li .selectedTopMenu,
.Nav_global ul li .selectedTopMenu:hover  { 
	background-color: #005daa;


}
H1 {FONT-WEIGHT: bold;	FONT-SIZE: 20px;	COLOR: #3e5165;	TEXT-DECORATION: none}