﻿

/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background:; font-family:"B Yekan",Tahoma ;} body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/*-----------------------------------------------------------------------------------*/
/*	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
  color: #5c5c5c;
  font-family:'b yekan',Tahoma;;
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  background:url('images/bg1.jpg')  repeat;
  font-weight: normal;
  
}
a {
    text-decoration: none;
    color:#444;
}
a:hover { 
	text-decoration: none; 
	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}
a img { border: none; }

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: left; }

.border-none {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: medium none !important;
}
.no_back{
	background:none !important
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

.linkdiv {
	z-index:99999;
	position:absolute;
	bottom:0px;
	right:40px;
	font-size:9pt;
}

.topdiv {
	z-index:999;
	position:absolute;
	top:15%;
	right:10%;
	font-size:9pt;
	width:50%;
	min-width:280px;
	 opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    background-color:white;
    border:1px gray dotted ;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:10px;

}


.maincontent {
	min-width:400px;
	min-height:500px;
	position:absolute;
	 height:auto;
	margin: 20px 10% 10px 10%;

	padding:30px 30px 15px 30px;
	vertical-align:middle;


	width:80%;
	 background-color:white;
   -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

    	 opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

}

.toplogo {
	z-index:99999999;
	position:absolute;
	top:0;
	left:0;
	max-height:50px;

}


