﻿@charset "utf-8";
/* CSS Document */

/* 10-April-2010
 * Meysam Mansouri  
 */

/*
  =======================================
		0. Reset
		1. Fonts
		2. Titles and paragraph
		3. Links
		4. Layout
			4.1 Specific body
			4.2 Specific top
			4.3 Specific Navigation
			4.4 Specific header
			4.5 Specific footer
		5. Boxes
			5.1 News
			5.1 Scrollbar
		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
}
ol li {
    list-style: decimal outside
}
ul {
   	list-style:url(images/bullet01.gif) inside; 
}
caption, th {
    text-align: right;
	font-weight:bolder;
	color:#900;
}
h1, h2, h3, h4, h5, h6, table {
    font-size: 100%;
    font-weight: normal
}:focus {
    outline: 0
}
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%;
}
.rtl {
	direction:rtl;
	text-align:right}
.ltr {
	direction:ltr;
	text-align:left}
/* 1. Fonts ---------------- */

/* 2. Titles and paragraph ---------------- */
H1 {
	font:bold 180% "B Yekan", "Times New Roman", Tahoma;
	color:#8C0052;
}
H2 {
	font:normal 150% "B Yekan", "B Traffic", "Times New Roman", Tahoma;
	color:#C0749F;
}
H3 {
	font:italic 125% Tahoma, Geneva, sans-serif;
	color:#6A7795
}

/* 3. Links ----------------------- */
A, A:link, A:visited {
	text-decoration:underline;
	color:#FF0
}
A:hover {
	text-decoration:none;
	color:#FC0;
}

/* 4. Layout ---------------- */
body {
	background:#011e30 url(images/html_bg.jpg) repeat-x top;
	color:#fff;
	font:9pt/130% Tahoma, Arial, Helvetica, sans-serif;
	cursor:default;
}
body #PageHolderMM {
	position:relative;
	width:980px;
	margin:0 auto;
	background:url(images/pageHoler_bg.jpg) no-repeat top center;
}
.panelBg {
	background:url(images/black50.png) no-repeat;
	behavior: url(iepngfix.htc);
}

/* 4.1 Specific Body ---------------- */
#PageHolderMM #ContentMM{
	position:absolute;
	float:left;
	top:249px;
	left:7px;
	width:809px;
	overflow:hidden;
	padding-bottom:14px;
}
#MainColumnMM{
	float:right;
	position:relative;
	height:100%;
	overflow:hidden;
	padding:7px	

}
#MinorColumnMM{
	float:left;
	position:relative;
	height:100%;
	overflow:hidden;
	padding:7px
}
#contentWraper{
	position:relative;
	padding:3px;
	margin:4px;
	height:100%;
	overflow-y:auto;
	overflow-x:hidden;
	scrollbar-face-color:#597fbc;
	scrollbar-arrow-color:#597fbc;
	scrollbar-track-color:#2d2d2d;
	scrollbar-shadow-color:#597fbc;
	scrollbar-highlight-color:#597fbc;
	scrollbar-3dlight-color:#597fbc;
	scrollbar-darkshadow-Color:#597fbc;
}
.hp_contentMM {
	background:url(images/HP_pakshoo.png) no-repeat top center;
	behavior: url(iepngfix.htc)
}

/* 4.2 Specific Top ---------------- */
body #PageHolderMM #topMM{
	position:absolute;
	float:left;
	top:57px;
	left:7px;
	width:809px;
	height:185px;
	overflow:hidden;
}
#topMM #contentWraper{
	overflow:hidden;
}
/* 4.3 Specific Navigation -----------------*/
body #PageHolderMM #NavigatorMM{
	position:absolute;
	float:right;
	top:57px;
	right:7px;
	width:150px;
}

/* 4.4 Specific Header ---------------- */
/*** Header's properties go in 'Header.css' ***/
#NameHolderMM{
	position:absolute;
	top:10px;
	left:7px;
}
#NameHolderMM h1 {
	font-size:21px;
	color:#FFF;
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing: normal;
}
#NameHolderMM h2 {
	color:#FFF;
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
}

/* 4.5 Specific Footer ---------------- */
body #FooterMM{
	position:absolute;
	bottom:0;
	left:0;
	height:50px;
	width:100%;
	background-color:#002d3f;
	overflow:hidden;
	font-size:85%;
}
body #FooterMM #PageHolderMM {
	background:none;
}

/* 5. Boxes ---------------------------*/
/* 5.1 News ---------------- */
.UsualNewsDataList a, .UsualNewsDataList a:link, .UsualNewsDataList a:visited {
	color:#FFF;
	font-weight:600;
	text-decoration:none;
}
.UsualNewsDataList a:hover {
	color:#FFF;
	font-weight:600;
	text-decoration:underline;
}
.UsualNewsDataList .DataGridEvenRow, #Table2 .ModuleAlternate {
	background-color:#5686B1;
	padding:3px 0;
	margin:3px 0;
}

#Table2 .lblLink{
	color:#FFF;	
	font-weight:bold;
}
/* 5.2 Scrollbar ---------------- */
.makeScroll{
	overflow: hidden;
	height: 100%;
	width: 100%
}
.scroll-track-top {
    height:0px; width:7px; background:none;
}

.scroll-track-bot {
    height:0px; width:7px; background:none; 
}

.scroll-track {
    height:10px; width:7px; background-color:#2d2d2d;
}

.scroll-handle {
    height:7px; width:7px; background-color:#597fbc; cursor:pointer;
}

.scroll-handle-top {
    height:7px; width:7px; background:none; cursor:pointer;
}

.scroll-handle-bot {
    height:7px; width:7px; background:none; cursor:pointer;
}
td .rgRow
{
	color:black;
}
td .rgAltRow
{
	color:black;
}

/* 6. Forms ---------------- */
body #Form1{margin:0 auto; padding:0;}

