﻿body 
{
    margin: 0;
    padding: 0;
    background: #cdcde1;
}

div.Container 
{
    width: 780px;
    margin: 0 auto;
    background: White;
    padding-bottom: 20px;

    margin-top: 20px;
}
div.Container-corner 
{
    position: relative;
    height: 10px;
    width: 780px;
    margin: 0 auto;
    background: White;
	background: url(Images/top-corners.gif) no-repeat;
}
div.Header 
{
    height: 120px;
    padding-left: 10px;
	padding-right: 10px;
	
}

div.Header div 
{
    float: right;
}

div.Logo 
{
    width: 210px;
    height: 110px;  

}
div.Logo-Item 
{
	text-align: right; 
}
	
div.Logo img
{
	padding-right: 5px;
  
}

div.Text 
{
    width: 538px;
    height: 100px;
    text-align:center;

}
div.Text h1 
{
    text-align:center;	
    font-size: 40px;
    color:#fd4b05;
    position:relative;

    top: 14px;
	_margin-top:26px;
 
}

div.Logob 
{
    display: none;
}

div.Menu 
{
    direction: rtl;
    height: 42px;
    padding-right: 10px;
}

div.Menu ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.Menu ul li 
{
    display: block;
    height: 30px;
    float: right;
    margin-left: 2px;
	
}

div.Menu ul li div
{
    float: left;
    height: 30px;
}

div.Menu ul li div.Menu-Right 
{
    width: 5px;
    background: url(Images/Menu-Button-Right.gif) no-repeat;
}

div.Menu ul li div.Menu-BG 
{
    padding: 2px 2px 2px 2px;
    background: url(Images/Menu-Button-Background.gif) repeat-x;
}

div.Menu ul li a 
{
    font: bold 18px Arial;
    color: #b03404;
    text-decoration: none;
   
}

div.Menu ul li a:hover 
{
    color: #999999;
}

div.Menu ul li div.Menu-Left 
{
    width: 5px;
    background: url(Images/Menu-Button-Left.gif) no-repeat;
}

div.Main-Content 
{
    clear: both;
    direction: rtl;
    font: 14px Arial;
	padding-right: 10px;
    margin: auto;
	width: 757px;
    line-height: 1.5;
}
div.Report
{
	margin-right: 10px;
	margin-left: 20px;
	
}
div.Report h2
{

	color: #b03404;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 1;
	padding: 0px;
	font-size: 20px;
}
div.Report h3
{

	color: #b03404;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1;
	padding: 0px;
	font-size: 17px;
}
div.Report h4
{

	color: #fd4b05;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1;
	padding: 0px;
	font-size: 14px;
}
div.Report p
{
	margin-top: 0px;
	
}

div.Report img
{
	float: left;
	border:	2px solid #b03404;
	margin-right: 10px;
}
div.ReportSub
{
	text-align: center;
}
div.ReportSub img
{
	float: none;
	border: 0px;
}

div.Right-Column 
{
    float: right;
    width: 175px;
}

div.Right-Column-Item 
{
}

div.Right-Column-Item div.Content
{
    padding: 5px;
}

div.Right-Column-Item h2
{
    color: #f4e9e9;
    font: bold 17px Arial;
    margin: 0;
    height: 28px;
    background: url(Images/Right-Column-Title.gif) no-repeat;
    padding: 2px 10px 0 10px;
}

div.Content
{
    padding: 5px;
     
}

div.Clear 
{
    clear: both;
}

ul.Recommended 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.Recommended li 
{
    background: url(Imgaes/Bullet.gif) no-repeat right top;

    margin: 2px 0;
}

ul.Recommended li a
{
    font: bold 12px Arial;
    color: #b03404;
    text-decoration: none;
}

ul.Recommended li a:hover
{
    text-decoration: underline;
}

div.Footer 
{
    position: relative;
    height: 10px;
    width: 780px;
    margin: 0 auto;
    background: White;
}

div.Footer-Left 
{
    position: absolute;
    width: 9px;
    height: 10px;
    top: 0;
    left: 0;
    background: url(Images/Left-Container-Bottom-Corne.gif) no-repeat;
}

div.Footer-Right
{
    position: absolute;
    width: 9px;
    height: 10px;
    top: 0;
    right: 0;
    background: url(Images/Right-Container-Bottom-Corn.gif) no-repeat;
}

div.Site-Footer 
{
    height: 30px;
    width: 780px;
    margin: auto;
    direction: rtl;
    padding: 5px 0;
}

div.Site-Footer ul
{
    list-style-type: none;
    margin: 0 10px;
    padding: 0;
    font: 11px Arial;
}

div.Site-Footer ul li 
{
    float: right;
    margin: 0 5px;
}

div.Site-Footer ul li a 
{
    color: Black
}

div.Site-Footer ul li a:hover 
{
    text-decoration: none;
}

div.Homepage-Thumbs 
{
}


div.Inner-Center-Column
{
    width: 550px;
    float: right;
    margin: 0 10px;
}

div.Inner-Center-Column-Item h2
{
    color: #f4e9e9;
    font: bold 17px Arial;
    margin: 0;
    height: 28px;
    background: url(Images/Hiner-Column-Title.gif) no-repeat;
    padding: 2px 10px 0 10px;
}
div.Inner-Center-Column-Item-Right
{
    float: right;
    width: 368px;
	color: black;
	line-height: normal;
}

div.Inner-Center-Column-Item-Left
{
    float: right;
    width: 162px;
    text-align: left;
}
div.Inner-Center-Column-Item-All
{
    float: right;
    width: 530px;
}
div.Big-Content
{
 
}
div.Inner-Center-Column-Item-All img
{
     float: left;
	 border:	2px solid #b03404;
	 margin-left: 5px;
}

div.Inner-Center-Column-Item-All div.Big-Content h3
{
     padding: 0px;
	 margin-bottom: 0px;
	 font-size: 17px;
}
div.Inner-Center-Column-Item-All div.Big-Content p
{

	 margin-top: 0px;
}
div.Inner-Center-Column-Item-All div.Content h3 
{
background:transparent none repeat scroll 0%;
color:black;
margin-bottom:2px;
margin-top:10px;
padding:0pt;
font-size: 17px;
}
div.Inner-Center-Column-Item-All div.Content p
 {
line-height:1.5;
margin:0pt;
}
div.Inner-Center-Column-Item div.Content
{
    padding: 5px;
    float: left;
    color: black;
    text-decoration: none;
    padding-right: 20px;
    font-weight:normal;
}
div.Inner-Center-Column-Item-Right div.Content
{
    padding-right: 0px;
}

div.Inner-Center-Column-Item div.Content h3 
{
    margin-top: 20px;
	margin-bottom: 5px;
    background: none;
    color: black;
    padding: 0;
	font-size: 17px;
}


div.Inner-Center-Column-Item div.Content p 
{
    margin: 0;
    line-height: 1.5;
}

.Hidden 
{
    display: none;
}

div.Site-Crumb-Trails 
{
    margin: 5px 0;
    padding: 5px;
}

div.Site-Crumb-Trails a 
{
    color: blue;
}

div.Site-Crumb-Trails a:hover 
{
    text-decoration: none;
}
div.Article-Box 
{
    margin: 5px 0;
    padding: 5px;
	border: 1px solid gray;

	height: 120px; 
}

div.Article-Box div
{
 	float: right;
}

div.Article-Box-Picture 
{

    width: 60px;

}
div.Article-Box-Text 
{

	width: 460px;
	margin-right: 5px;

}
div.Article-Box-Text h3
{
	color: #b03404;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1;
	padding: 0px;
}
div.Article-Box-Text p
{
	margin-top: 0px;
	padding: 0px;
}
div.Inner-Center-Column-Item div.Content a {
    font-weight: bold;
    color: #333366;
}

div.Inner-Center-Column-Item div.Content a:hover {
    text-decoration: none;
}
div.Spacer 
{
    clear: both;
    margin-top: 10px;
}
div.SpacerBig 
{
    clear: both;
    margin-top: 100px;
}
.BigRedText
{
    font-size: 18px;
    color: #e53003;
}
.BigBlueText
{
    font-size: 18px;
    color: #1b2fc8;
}
.List-no-bolt
{
    list-style-type: none;
    margin: 0;
    padding: 0;
	line-height: 1.5;
}
.Tip
{
	margin-top: 5px;
	color: red;
	font-weight:bold;
}
.Centered-content
{
	text-align: center;
}
.Right-img
{
	float: right;
	margin-left: 5px;
}
.Favorite
{

	margin-bottom: 20px;
	color: red;
	font-weight: bold;
}
table.simple
{
	border: 2px solid #D6D6D6;
	width: 50%;
	margin-top: 0px;
	margin-bottom: 30px;
}
caption.simple
{
	font-size: 18px;
	font-weight: bolder;  		
	color: #A52A2A;
	border: 1px solid #D6D6D6;
	text-align: center;
	font-family: "Times New Roman";	
	margin-bottom: 0px;
}
th.simple
{

	color: black;
	border: 1px solid #D6D6D6;
	text-align: center;
	background-color: #aea8a8;		
}
th.simpleRight
{
	
	color: black;
	border: 1px solid #D6D6D6;
	text-align: right;
	background-color: #aea8a8;		
}	
tr.simple
{
	background-color: orange;
		
}
td.simple
{
	border: 1px solid #D6D6D6;
	text-align: center;
}
td.simpleRight
{
	border: 1px solid #D6D6D6;
	text-align: right;
}
table.allWindow
{
		
	width: 100%;
	border: 2px solid #D6D6D6;
	margin-top: 0px;
	margin-bottom: 30px;

}
.NoBorder
{

	border:	none;

}
strong.fontColorOrange
{
	color: #FF9900;
}
strong.fontColorGreen
{
	color: #009900;
}
strong.fontColorRed
{
	color: #FF3300;
}
strong.fontColorBlue
{
	color: #0099FF;
}
strong.fontColorPerple
{
	color: #356C9C;
}
strong.fontColorYellow
{
	color: #FFCC00;
}
div.ImageRight div 
{
    float: right;
	width: 250px;
}
div.ImageLeft div 
{
    float: left;
	width: 250px;
}
div.Article-Box-Big
{
    margin: 5px 0;
    padding: 5px;
	border: 1px solid gray;

	height: 300px; 
}

div.Article-Box-Big div
{
 	float: right;
}

div.Article-Box-Picture-Big
{

    width: 60px;

}
div.Article-Box-Text-Big 
{

	width: 460px;
	margin-right: 5px;

}
div.Article-Box-Text-Big h3
{
	color: #b03404;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1;
	padding: 0px;
}
div.Article-Box-Text-Big p
{
	margin-top: 0px;
	padding: 0px;
}.Left-content
{
	text-align: left;
}