/*  **** MIT.AC.IR Version 2 **** */
body    {
	font-family: Tahoma;
	font-size: .8em;
	background-color: #FFFFFF;
	background-image:url('BG_bar.gif');
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}

.mySpan	{
	font-family: Tahoma;
	font-size: 9pt
}


.roundBox {
	background:transparent no-repeat center center;
	width: 100px;
	height: 28px;
	background-repeat:repeat-x;
}

:hover.roundBox{cursor:hand;}
:hover.roundBox{cursor:pointer;}

.roundBox .cellRight {
	width: 4px;
	height: 28px;
	background-image:url('m_normal_right.gif');
	background-repeat:no-repeat;
}

:hover.roundBox .cellRight {
	background-image:url('m_over_right.gif');
	background-repeat:no-repeat;
}

.roundBox .cellMiddle {
	width: 92px;
	height: 28px;
	color: #FFFFFF;
	font-size: 9pt;
	background-color:#1C57BF;	
	/*font-weight: 600;
	  background-image:url('button_middle_out.gif');  */
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:middle
}
:hover.roundBox .cellMiddle {font-size: 9pt; color: #CCFFCC; font-weight: 600;background-image:url('m_over_middle.gif');	background-repeat:repeat-x;}

.roundBox .cellLeft {
	width: 4px;
	height: 28px;
	background-image:url('m_normal_left.gif');
	background-repeat:no-repeat;
}
:hover.roundBox .cellLeft {	background-image:url('m_over_left.gif'); background-repeat:no-repeat;}

/************ Select Menu ************/
.roundBox .cellSelRight {
	width: 4px;
	height: 28px;
	background-image:url('m_select_right.gif');
	background-repeat:no-repeat;
}
.roundBox .cellSelMiddle {
	width: 92px;
	height: 28px;
	color: #FFFFFF;
	font-size: 9pt;
	background-color:#1C57BF;	
	font-weight: 600;
	background-image:url('m_select_middle.gif');
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:middle
}
.roundBox .cellSelLeft {
	width: 4px;
	height: 28px;
	background-image:url('m_select_left.gif');
	background-repeat:no-repeat;
}


/** ******************* **/

a {
	color: #3C5AA5;
	text-decoration: none;
	font-family:Tahoma;
}

a.strong {
	color: #ff2c00;
	font-weight: bold;
}

a:hover.strong {
	color: #3786c3;
}


a.black {
	color: #000000;
}

a:hover {
	color: #FF0000;
}

a.alt {
	color: #ff2c00;
}

a:hover.alt {
	color: #2675c2;
}

a.alt2 {
	color: #222222;
}

a:hover.alt2 {
	color: #ff2c00;
}

form {
	padding: 0px;
	margin: 0px;	
}
.inputText {
	font-family: Tahoma;
	background-image:url('button_form_bg.gif');
	margin-right: 1px;
}

select, textarea,input  {
	font-family: Tahoma;
}

/********************* Start Right Menu ******************/
#rightMenu a {
	/* background-color: #FFFFFF; */	
	font-family: Tahoma;
	font-size: 9pt;
	display: block;
	height: 24px;
	color: #304D98;
	background-image:url('bullet_green_arrow.gif');
	background-position: right center;
	text-decoration: none;
	border-bottom: 1px solid #DDECF4;
	padding-left:1px;
	padding-right:12px;
	padding-top:4px;
	padding-bottom:0px;
	background-repeat:no-repeat
}

#rightMenu a:hover {
	background-color: #F3F9FE;
	color: #2B548B;
	border-top: solid 1px #90B023;
	border-bottom: solid 1px #90B023;
	font-weight: 600;
	vertical-align: middle;
}

/********************* Start Right Menu ******************/

.mySpan8{
	font-size: 8pt;
	color: #3399FF;
}

.table_header    {
       border:1px solid #000000;
       background-image: url('button_bg3.gif');
       font-size:8pt;
       color:#666666;
       text-align:center; 
       font-weight:600;
       height:20;
       bordercolor:#000000; 
       font-family:Tahoma
}

.table_header .selectSort  {
	color: #CC6600;
	text-decoration: underline;
	font-weight:600;
}


.table_header .selectSort:hover {
	color: #92B524;
}

#table_year	.selectSort  {
	color: #92B524; 
	text-decoration: underline;
	font-family:Tahoma
}

#table_year	.selectSort:hover {
	color: #CC6600;
}

/**** Start menuOut ****/

.menuOut		{
		cursor:pointer;
		margin-bottom: 1px;
		color:#000000;
		width:240px;
		padding:3px;
		text-align:right;
		font-size : 11px;
		font-weight:600;
		background-image:url('menuOut_bg.gif')
}

.menuOver		{
	cursor:pointer;
	margin-bottom: 1px;
	background-color:#FFFFFF;
	color:#515C8B;
	width:240px;
	padding:2px;
	text-align:right;
	font-size : 11px;
	font-weight:bold;
	border:1px solid #000000;
}

/**** End menuOut ****/

.gridTD	{
	FONT-SIZE: 8pt;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0; 
	border-bottom:1px solid #C0C0C0;
	text-align:center	
}

#titlePart	{
	border-bottom:2px solid #D3ECFF;
	WIDTH: 250px;
	HEIGHT: 25px;
	font-size: 10pt;
	color: #006600;
	padding-top:3px;
	font-weight:600
}
