@charset "utf-8";
/* CSS Document */

/* 20-Feb-2010
 * Meysam Mansouri  
 */

/*
  =======================================
		0. Reset
		1. Fonts
		2. Titles and paragraph
		3. Links
		4. Layout
			4.1 Specific header
			4.2 Specific footer
			4.3 Specific body
		5. Boxes
		6. Forms
  =======================================
*/
/* 0.Reset ------------------*/
html {
    font-size: 100%;
	cursor:default;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, blockquote {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
   
}
fieldset, img, button {
    border: 0 none
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit
}
del, ins {
    text-decoration: none
}
ol {
    list-style: decimal inside;
	margin:auto;
	padding:5px;
}
ol li {
    list-style: decimal;
	padding:3px;
}
ul {
   	list-style:url(images/footer_menu_bullet.gif) inside; 
}
caption, th {
    text-align: right;
	font-weight:bolder;
	color:#900;
}
h1, h2, h3, h4, h5, h6 {
    font: 100% "B Yekan", "B Traffic", "Times New Roman", Tahoma
}:focus {
    outline: 0
}
table{
	font-size:100%;
}
q:before, q:after {
    content: ''
}
abbr, acronym {
    border: 0 none;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
legend {
    color: #000000
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}
input, textarea, select {
	padding:3px;
	font-size:85%;
}

/* 1. Fonts ---------------- */

@font-face {
	font-family:"Folk solid";
	src: url(../assets/fonts/Folksolid6.otf) format("opentype");
}

@font-face {
	font-family: 'Droid Sans Fallback Regular';
	src: url('../assets/fonts/DroidSansFallback-subset.eot');
	src: local('Droid Sans Fallback Regular'), local('DroidSansFallback'), url('../assets/fonts/DroidSansFallback-subset.otf') format('opentype');
}

/* 2. Titles and paragraph ---------------- */
H1 {
	font-family:"B Yekan", "Times New Roman", Tahoma;
	font-size:170%;
	font-weight:bold;
	color:#00B0DD
}
H2 {
	font-family:"B Yekan", "B Traffic", "Times New Roman", Tahoma;
	font-weight:normal;
	font-style:italic;
	font-size:110%;
	color:#F90
}
H3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-weight:600;
	font-size:100%;
	color:#009
}
.ErrorMessage, .messageError{
	color:#c00;
}
/* 3. Links ----------------------- */
A, A:link {
	text-decoration:none;
	color:#09C
}
A:visited {
	text-decoration:none;
	color:#06C	
}
A:hover {
	text-decoration:none;
	color:#333;
}

/* 4. Layout ---------------- */
BODY {
	background: #FFFFFF;
	color:#333333;
	font:0.75em Tahoma, Geneva, sans-serif;
	direction:rtl;
	text-align:center;
}
BODY #pageHolderMM {
	width:940px;
	margin:0 auto;
	display:inline-block;
	position:relative;
}
BODY #contentMM{
	display:block;
	position:relative;
	z-index:1;
}
BODY #supporter{
	position:relative;
	top:0;
	width:100%;
	background:#19374A;
	margin-bottom:10px;
}
#supporter #sup_head{
	width:100%;
	height:30px;
	background:#0090B5 url(images/sponsorHeaderBg.jpg) no-repeat;
	padding:0;
}
#supporter #sup_head span {
	font:bold 10pt/30px Tahoma, Geneva, sans-serif;
	color:#FFF;
	padding:0 13px;
}
#supporter > div {
	position:relative;
	width:196px;
	padding:11px;
}
#supporter > div img {
	margin:2px 0;
}
.rtl {
	direction:rtl;
	text-align:right}
.ltr {
	direction:ltr;
	text-align:left}
	
/* 4.1 Specific Header ---------------- */

/* 4.2 Specific Footer ---------------- */
.copyright{
	padding-top:10px;
	vertical-align:middle
}

/* 4.3 Specific Body ---------------- */
.innertube {
	padding: 35px; display:inline-block}
.innertube2 {
	padding:0 30px; display:inline-block;}	
#contentcolumn{}
#contentwrapper{
	direction:ltr;
	float: left;
	width: 100%;
	}

/* 5. Boxes ---------------------------*/
.BreadCrumbs_Table {
	font-size:90%;
}
.BreadCrumbs_Div{
	padding-bottom:10px;	
}
#adsMM{
	clear:both;
	padding-top:15px;
}
.lblLink{
	color:#19374A;
	background:url(images/anc_bullet.gif) right 5px no-repeat;
	padding:0 13px;
	cursor:pointer;
}
.lblLink:hover , .lblLinkHover{
	color:#09C;
	background:url(images/anc_bullet.gif) right 5px no-repeat;
	padding:0 13px;
	cursor:pointer;	
}
.ModuleDate{
	font-size:90%;
	color:#999;
}
.UsualNewsDataList a.lblLink{
	background:url(images/anc_bullet.gif) right 5px no-repeat;
	padding-right:13px;
	cursor:pointer;
}
.UsualNewsDataList a.lblLink:hover , .UsualNewsDataList a.lblLinkHover{
	color:#19374A;	
	background:url(images/anc_bullet.gif) right 5px no-repeat;
	padding-right:13px;
	cursor:pointer;
}
.UsualNewsDataList .NewsBody span {
	color:#999;	
}
.UsualNewsDataList .NewsBody span:hover{
	color:#19374A;	
}
/* 6. Forms ---------------- */
BODY #Form1{margin:0 auto; padding:0;}

