/* ===============================================================*/
/* START COMMON STYLES											  */
/* ===============================================================*/
html body
{
	line-height: 1.5em;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*background-color: #ffffff;*/
	background-image: url(../../Images/body_bg.gif);
}

a:link, a:visited
{
	color: #0000cd;
	text-decoration: none;
}
a:hover 
{ 
	color: #EEB422; 
	text-decoration: underline;
}
h1
{
	margin-bottom: 1.6em;
	color: #104e8b;
}

h2
{
	margin-bottom: 1.2em;
	margin-top: 2em;
}

h3
{
	margin-bottom: 0.1em;
	margin-top: 1.2em;
}

P
{
	margin-top: 0.5em;
	margin-bottom: 1em;
	line-height: 1.5em;
}
ul
{
	padding-left: 0px;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	line-height: 1.5em;
}
li
{
	line-height: 1.5em;
}
hr
{
	height				: 1px;
	border				: 0px solid #C6CBCE;
	background-color 	: #C6CBCE;
	color 				: #C6CBCE;
	margin				: 1px 0px 1px 0px;
}
/* ===============================================================*/
/* END COMMON STYLES											*/
/* ===============================================================*/

/* ===============================================================*/
/* START STRUCTURE RELEVANT STYLES								*/
/* ===============================================================*/
#footer { background-color:#ffffff;}
#mainbody { background-color:#ffffff;}
/* main menu */
#nav { background: #fff; }
#nav td { text-align: center; font-size: 0.7em; background: url('/Images/nav_normal_bar.gif'); border-top: 1px solid #a1a5a9; border-bottom: 1px solid #a1a5a9; border-right: 1px solid #a1a5a9; }
#nav td a { text-decoration: none; display: block; padding-left:7px; padding-right:7px; padding-top:2px; padding-bottom:2px }
#nav td a:link, #nav td a:visited { color: #003471;	text-decoration: none; }
#nav td a:hover { background: url(/Images/nav_hover_bar.gif); color: #000; text-decoration: none; }

/* Search */
div#Search
{
}

div#Search ul
{
	margin-top: 0.1em;
	padding-bottom: 0.4em;
}
div#Search li
{
	padding-top: 0.3em;
	padding-bottom: 1.0em;
	margin-left: 0.4em;
}
div#Search .link
{
	color: gray;
}

div#Search .info
{
	color: green;
}
/* ===============================================================*/
/* END STRUCTURE RELEVANT STYLES								*/
/* ===============================================================*/

/* ===============================================================*/
/* START CONTENT RELEVANT STYLES								*/
/* ===============================================================*/
.RTL
{
	direction : rtl;
}
.LTR
{
	direction : ltr;
}

table.MainContent td a:link, table.MainContent td a:visited
{
	text-decoration: none;
}
table.MainContent td a:hover 
{ 
	text-decoration: underline;
}

.footer
{
	background-image: url(/Images/footerbg.gif);
	background-repeat: repeat-y;
}

/* tableblue */
table.tableblue
{
}
table.tableblue td
{
	color: #f8f8ff;
}
table.tableblue td a:link, table.tableblue td a:visited
{
	color: #f8f8ff;
	text-decoration: none;
}
table.tableblue td a:hover
{
	color: #eeb422;
	text-decoration: underline;
}

/* START BREADCRUMP   */

table.bc
{
	font-size: 0.70em;
	background-image: url(/Images/navbkg.gif);
	padding-bottom: 0px;
	padding-top: 0px;
	white-space: nowrap;
	border-collapse: collapse;
}
table.bc td
{
	color: #333;
}
table.bc td a:link, table.bc td a:visited
{
	text-decoration: none;
}
table.bc td a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* END BREADCRUMP   */

table.headline td
{
	line-height: 1.3em;
}
/* START PAGE OPTIONS */
table.po
{
	white-space: nowrap;
	border-collapse: collapse;
}
table.po td a:link, table.po td a:visited
{
	text-decoration: none;
}
table.po td a:hover
{
	text-decoration: underline;
}

/* END PAGE OPTIONS */

/* Search Textbox */
.QuickSearchTextbox
{
	border-right: #104e8b 1px solid;
	border-top: #104e8b 1px solid;
	padding-bottom: 2px;
	border-left: #104e8b 1px solid;
	width: 100px;
	color: #000000;
	padding-top: 2px;
	border-bottom: #104e8b 1px solid;
	height: 17px;
	background-color: #f0f8ff;
}

.SearchResult
{
	padding-right: 5px;
	border-top: #7d9ec0 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 0px 2px;
	padding-top: 2px;
	border-bottom: #7d9ec0 1px solid;
	background-color: #f0f8ff;
}

/* Pager */
div.Pager  {
	padding-bottom: 4px;
	margin-bottom: 8px;
}

div.Pager div {
	float: left;
	margin: 1px 2px 1px 2px;
}

div.Pager a:link, 
div.Pager a:visited  {
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 1px 2px 1px 2px;
	float: left;
	display: block;
	clear: none;
}

div.Pager a.Current:link, 
div.Pager a.Current:visited  {
	font-weight: bold;
	border-top: 1px solid #7D9EC0;
	border-bottom: 1px solid #7D9EC0;
	margin: 0px 2px 0px 2px;
	background-color : #f0f8ff;
}

br.Clear {
	clear: both;
}

/* Normal Table */
table.Normal
{
	border-collapse: collapse;
}

table.Normal td, table.Normal th, table.Normal caption
{
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.Normal tr {
	color: inherit;
	background: #f0f8ff;
}

table.Normal th, table.Normal td.Header, table.Normal tr.Header td
{
	background: #104e8b;
	color: #F8F8FF;
}

table.Normal tr.Alt
{
	background: #E1ECF7;
}

table.Normal tr.Selected
{
	color: inherit;
	background: #ffffcc;
}

table.Normal td.Farsi {
	text-align: right;
	direction : rtl;
}
table.Normal td.English {
	text-align: left;
	direction : ltr;
}
/* Normal Table */

.textGray
{
	color: gray;
}

.SecTitle
{
	border-right: #a1a5a9 1px solid;
	border-top: #a1a5a9 1px solid;
	font-weight: bold;
	background-image: url(/Images/nav_normal_bar.gif);
	margin: 0px 0px 10px;
	border-left: #a1a5a9 1px solid;
	border-bottom: #a1a5a9 1px solid;
	white-space: nowrap;
}

/* RSS Feed Button */
A.RSSButton
{
	border-right: #7d3302 1px solid;
	padding-right: 3px;
	border-top: #ffc8a4 1px solid;
	padding-left: 3px;
	padding-bottom: 0px;
	margin: 0px;
	font: bold 10px verdana,sans-serif;
	vertical-align: middle;
	border-left: #ff9a57 1px solid;
	color: #ffffff;
	padding-top: 0px;
	border-bottom: #3f1a01 1px solid;
	background-color: #ff6600;
	text-decoration: none;
}
A.RSSButton:active
{
}
A.RSSButton:hover
{
}
A.RSSButton:link
{
    color:#FFFFFF; 
}
A.RSSButton:visited
{
    color:#FFFFFF; 
}

.NewsSubTitle
{
	color: gray;
}
.CurrencyHeader td
{
	font-weight: bold;
	background-color: #ffcc33;
}
.CurrencySummary td
{
	background-color: #eee8aa;
}

/* ===============================================================*/
/* END CONTENT RELEVANT STYLES								*/
/* ===============================================================*/

/* ===============================================================*/
/* START COLOR SETTINGS											*/
/* ===============================================================*/
h1.cbi0
{
	color: #104e8b;
}
/* ===============================================================*/
/* END COLOR SETTINGS											*/
/* ===============================================================*/
