﻿body
{
	font-size: 14px;
	font-family:  Arial;
}

html, body
{
	background: none repeat scroll 0 0 #FFFFFF;
    direction: rtl;
    margin: 0;
}
body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
} 


/*/ remove the border from any image inside a control (hyperlink) /*/
a img
{
	border: 0;
}

.footer
{
    background-color: #CCCCCC;
    clear: both;
    color: #333333;
    padding: 10px;
    text-align: center;
   
}

.header
{
    margin-bottom:10px;
    margin-top:10px;    
}

.container
{
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    overflow:visible;
    margin-bottom:10px;
    margin-top:10px;
}

.rule {
    border-top: 1px dotted #999999;
    clear: both;
    margin-top: 9px;
    padding-bottom: 9px;
}

.fieldTitle
{
    color: #3E6586;
     clear: right;
    text-align: left;
    font-weight:bold;
    
}
.fieldValue
{
      text-align: right;
      font-weight:200;
}
.Rowtitle
{
    border-bottom: 8px solid #B83B3B;
    color: #333333;
    font-size: 125%;
    font-weight: bold;
    margin: 10px 0 7px -7px;
    padding-right: 7px;
    text-align: right;
    margin-top: 3px;    
	margin-bottom: 3px;
}
