/* old styles */
.headerwhite { font-size: 8pt; color: #ffffff; }
.headerinfo  { font-size: 8pt; text-indent: 7px; text-align: left; }	
.text8justify	{ font-size: 8pt; text-align: justify; }
.text9justify	{ font-size: 9pt; text-align: justify; }
.text10justify	{ font-size: 10pt; text-align: justify; }
.text11justify	{ font-size: 11pt; text-align: justify; }
.text12justify	{ font-size: 12pt; text-align: justify; }
.text8left	{ font-size: 8pt; text-align: left; }
.text9left	{ font-size: 9pt; text-align: left; }
.text10left	{ font-size: 10pt; text-align: left; }
.text11left	{ font-size: 11pt; text-align: left; }
.text12left	{ font-size: 12pt; text-align: left; }

/* global body settings */
body.main { text-align: center; }
body { background-color: #FFFFFF; margin: 10px; }
body,ul,ol,li,td,p,div,span,input,textarea,select {	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; }

/* headlines */
h1 { font-size: 13pt; color: #000000; font-weight: normal; }
h2 { font-size: 12pt; color: #000000; font-weight: normal; }
h3 { font-size: 11pt; color: #000000; font-weight: normal; }
h4 { font-size: 10pt; color: #000000; font-weight: normal; }
h5 { font-size: 9pt; color: #000000; font-weight: normal; }
h6 { font-size: 9pt; color: #000000; font-weight: normal; }

/* common links */
a,a:link	{	color: #000000; font-weight: normal; text-decoration: none; }
a:visited	{	color: #330066; text-decoration: none; }
/*a:hover		{	color: #000000; text-decoration: none;; }*/
/*changed by farnaz  87-2-20 */
a:hover		{	color: #000000; text-decoration: underline; }

a:active	{	color: #330066; text-decoration: none; }

/* Head navigation */
a.navtop,a.navtop:visited,a.navtop:hover { color: #000000; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 17px; vertical-align: middle; white-space: nowrap; padding: 2px; font-weight: normal; text-decoration: none; }
/* Added by Farnaz 87-2-2 */
a.navtop:hover	{ color: #cc0033; text-decoration: none; }
.navspacer { color: #000000; font-size: 8pt; vertical-align: middle; }

/* Head navigation submenu */
div.menu, div.menu a.mI, div.menu a.mI span.mIText, div.menu a.mI span.mIArrow {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
}

div.menu {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #5C96CC;
  border: 1px solid #000000;
  text-align: left;
  left: 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.mI, div.menu a.mICurrent {
  color: #000000;
  background-color: #5C96CC;
  cursor: pointer;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.mI:hover, div.menu a.mIHighlight, div.menu a.mICurrent, div.menu a.mI:hover span.mIText, div.menu a.mI:hover span.mIArrow {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  background-color: #000066;
}

div.menu a.mI span.mIText, div.menu a.mI span.mIArrow {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

div.menu a.mI span.mIArrow {
  margin-right: -.75em;
}

/* foot row links */
a.linksheadfoot,a.linksheadfoot:link { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; font-weight: normal; text-decoration: none; }
a.linksheadfoot:visited	{ color: #000000; text-decoration: none; }
a.linksheadfoot:hover	{ color: #cc0033; text-decoration: none; }
a.linksheadfoot:active	{ color: #000000; text-decoration: none; }

/* head row links */
a.linkshead,a.linkshead:link { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; font-weight: normal; text-decoration: none; vertical-align: middle; }
a.linkshead:visited	{ color: #000000; text-decoration: none; }
a.linkshead:hover	{ color: #cc0033; text-decoration: none; }
a.linkshead:active	{ color: #000000; text-decoration: none; }
.headnavspacer { 
	color: #000000; 
	font-size: 8pt;
	vertical-align: middle;
}
/*following lines is added by Farnaz 86-6-22*/
table.linkshead {width: 100%; }
td.searchlink { text-align: left; }
td.languagelink {text-align: right; }

/* bread crumb navigation */
div.breadcrumb			{ margin: 4px 8px; }
span.breadcrumb			{ font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; text-decoration: none; white-space: nowrap; }
a.breadcrumb,a.breadcrumb:visited,a.breadcrumb:hover { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; text-decoration: none; font-weight: normal; white-space: nowrap; }

/* head search input form */
.search { border: 1px solid #000000; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #EAEBEA; font-size: 8pt; }
.searchlinks { text-align: center; width: 100%; }
.searchresult { margin-bottom: 10px; }
.formbutton { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; height: 18px; background-color: #EEEEEE; color: #000000; border: 1px solid #000000; }

/*Added by Farnaz 87-2-20*/
.internetbank { border: 1px solid #000000; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #EAEBEA; font-size: 8pt; width: 75px;vertical-align: middle;}
/* main layout table */
table.main { padding: 0; margin: 0;	border-style: none; width: 100%; }

/* border of the head navigation row */
div.linkshead {
	/* width: 1000px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #EAEBEA;
	vertical-align: middle;
	text-align: right;
	margin: 0 auto;
	padding-bottom: 1px;
	padding-top: 1px;
        */

        width: 1000px;
	background-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_10.gif);
	vertical-align: bottom;
	text-align: center;
	margin: 0 auto;
	padding-top: 1px;
   
}
/* Added By Farnaz 87-2-18 */
div.searchhead {
	width: 1000px;
	background-color:#EAEBEA;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
        padding-bottom: 1px;
	padding-top: 1px;
       
	border-left: 1px solid #B5B6B7;border-right: 1px solid #B5B6B7;
	
}
/*Added By Farnaz 87-2-18*/
td.headersentence{
            font-size: 9pt;
	    font-weight: bold;
            text-align:center;
            color: #5C96CC; 
            font-family: Verdana, Arial, Helvetica, sans-serif; 
        }

/* head image row & head editable area */
div.imagehead, div.edithead {
	width: 1000px;
	background-color: #DDDDDD;
	text-align: left;
	clear: both;
	margin: 0 auto;
	border-top: 1px solid #B5B6B7;border-left: 1px solid #B5B6B7;border-right: 1px solid #B5B6B7;
}

/* image link block on top of background image */
span.imagelink {
	margin: 0; 
	padding: 0;
	display: block;
	width: 175px; 
	cursor: pointer;
}

/* top navigation row */
div.navtop {
	width: 1000px;
	margin: 0 auto;
	background-color: #5C96CC;
	text-align: left;
	text-indent: 5px;
	border-top: 1px solid #B5B6B7;border-left: 1px solid #B5B6B7;border-right: 1px solid #B5B6B7;
        /*Added by Farnaz 87-2-20*/
       	padding-top: 5px;
        border-bottom: 1px solid #666666;	
}

/* border of the foot navigation row */
div.linksfoot {
	width: 1000px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #EEEEEE;
	margin: 0 auto;
	text-align: right;
}

/* block around main content row (left nav, content, infobox) */
div.main {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #B5B6B7;
}

/* special width for print screen */
div.print {
	width: 100%;
}

/* content table cell */
td.content {	
	vertical-align: top;
	color: #000000;
	background-color: #FFFFFF;
}

/* content styles */

/* a single content element */
td.element {
	vertical-align: top;
	font-size: 10pt;
	text-align: justify;
	border: 1px solid #B5B6B7;
}

/* a single old content element */
td.oldelement {
	font-size: 10pt;
	text-align: justify;
	vertical-align: top;
}

/* a single new content element */
div.element {
	margin: 8px;
	margin-top: 5px; 
	padding: 4px; 
	border: 1px solid #B5B6B7; 
	text-align: justify; 
	clear: both;
}

div.element2 {
	margin: 5px; 
	padding: 4px; 
	border: 1px solid #B5B6B7; 
	text-align: left; 
	clear: both;
}

/* infobox column */
td.infobox {
	width: 160px;
	vertical-align: top;
	background-color: #EAEBEA;
	border-left: 1px solid #B5B6B7;
}

/* left navigation column */
td.navleft {
        /* width changed by Farnaz 87-2-21 */  
	/* width: 175px;*/
        width: 160px;

	vertical-align: top;
	background-color: #EAEBEA;
	/*background-image: url(/samanbank/Saman_10.gif);
        background-repeat: repeat-y;*/
    border-right: 1px solid #B5B6B7;
}

/* left navigation image row */
span.navleftimage {
	display: block;
	/*width: 175px;*/
	cursor: pointer;
}

/* left navigation list */
ul.navleft { 
	margin: 0 0 0 20px;
	padding: 2px;
} 

/* left navigation list item */
li.navleftactive { 
    list-style-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/nav_a.gif); 
} 
 
li.navleft { 
    list-style-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/nav_i.gif);
}

a.navleft,a.navleft:link,a.navleft:visited,a.navleft:active { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9px; color: #282887; text-decoration:none; font-weight: normal; }
a.navleft:hover { color: #282887; text-decoration: underline; }

a.navleftactive,a.navleftactive:link,a.navleftactive:visited,a.navleftactive:active { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9px; color: #282887; font-weight: bold; text-decoration:none; }
a.navleftactive:hover { color: #282887; text-decoration: underline; }

/* Side element styles */
div.sidelist {
	margin: 5px; 
	border: 1px solid #B5B6B7; 
	text-align: left; 
	clear: both;
}

p.sidelisthead {
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	padding-left: 3px;
	padding-right: 3px;
        padding-top: 3px;
        color: #282887;



}

p.sidelistitem {
	font-size: 8pt;
	/*margin: 5px 3px 0px;*/
}

a.sidelistitemhead {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 3px;
}


/* #2 is added by Jamshid */
table.sideup {
	width: 100%;
}

table.sideup td.left0{
	background-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_23_3.gif);
	width: 21px;
	height: 26px;
}

table.sideup td.center0{
	background-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_23_2.gif);
	height: 26px;
    font-size: 9pt;
	font-weight: bold;
    vertical-align: middle;
    color:#5C96CC;
}

table.sideup td.right0{
	background-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_22.gif);
	width: 44px;
	height: 26px;
}

table.sidemid {
	width: 100%;
}

table.sidemid td.left0{
	background-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_27.gif);
	width: 23px;
	height: 15px;
}

table.sidemid td.center0{
	background-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_26.gif);
	height: 15px;
	line-height:0px;
}

table.sidemid td.right0{
	background-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_25.gif);
	width: 8px;
	height: 15px;
}

table.sidedown {
	width: 100%;
}

table.sidedown td.left0{
	background-image:url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_32.gif);
	width: 10px;
	height: 14px;
}

table.sidedown td.center0{
	background-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_31.gif);
	height: 14px;
	line-height:0px;
}

table.sidedown td.right0{
	background-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_30.gif);
	width: 12px;
	height: 14px;
}

table.sidemain {
	width: 160px;
	

}

table.sidemain td.left0{
	background-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_29_2.gif);
	background-repeat:repeat-y;
	width: 5px;
}

table.sidemain td.center0{
	background-color:#FFFFFF;
	padding: 4px;
       }

table.sidemain td.right0{
	background-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_29_1.gif);
	background-repeat:repeat-y;
	width: 6px;
	vertical-align:middle;
}

table.topmenu td.first {
	background-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_06_1.gif);
	width: 14px;
	height: 20px;
}

table.topmenu td.last {
	background-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_03_1.gif);
	width: 15px;
	height: 20px;
}

table.topmenu td.item {
	background-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_03_2.gif);
	height: 20px;
}

table.topmenu td.itemstart {
	background-image:url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_03_3.gif);
	width: 3px;
	height: 20px;
}

table.topmenu td.itemend {
	background-image: url(/system/modules/org.parspioneer.samanbanktemplate/resources/en/test_04_1.gif);
	width: 10px;
	height: 20px;
}
/* end of #2 */

.elementcenterhead{
        font-size: 10pt;
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-weight: bold;
        color: #282887;
                       

}


/* popup window border */
div.popup { border: 1px solid #B5B6B7;
	-moz-box-sizing: border-box;
	margin-top: 10px;
	width: 100%;  
}

h1.popup { font-size: 10pt; padding: 2px; width: 100%; background-color: #5C96CC; color: #000000; }
.popupform { border: 1px solid #000000; width: 450px; }
span.formerror { color: #5C96CC; font-weight: bold;}

/* imprint */
table.imprint {	width: 100%; }
td.imprint { vertical-align: top; font-size: 9pt; }

/* default styles for the online forms */
input.onlineform, select.onlineform, textarea.onlineform { width: 300px; border: 1px solid #000000;  }
textarea.onlineform { height: 80px; }

/* default styles */
.nowrap { white-space: nowrap; }
.bold { font-weight: bold; }


/* added by jamshid */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td.side {

        background-color:#EAEBEA;
	padding-top: 5px;
	vertical-align:top;
         
}

td.sideTable {
        padding: 5px;
        width: 160px;
	     
}
/* end!!! */
div.element {}

h2.lp_headline {
	margin-top: 0;
	padding-top: 0;
}

.lp_maxwidth {
	width: 100%;
}

span.lp_imgleft {
	float: left;
	padding: 0 5px 5px 2px;
	font-size: 10px;
}

span.lp_imgright {
	float: right;
	padding: 0 2px 5px 5px;
	font-size: 10px;
}

div.lp_clearfloat {
	clear: both;
}

td.lp_top {
	vertical-align: top;
}

td.lp_imgleft {
	padding-right: 8px;
}

td.lp_imgright {
	padding-left: 8px;
}

p.lp_imgdesc {
	font-size: 10px;
}

span.lp_description {
	display: block;
	font-size: 10px;
}

.contentfont {
	font-size: 10px;
	text-decoration: none;
}