
/*************** font styles *****************/

.style3{
font-family: tahoma;
font-size:13px;
}

.style4{
font-family: tahoma;
font-size:13px;
color:#990000;
}

.style5{
font-family: tahoma;
font-size:12px;
}

.style6{
font-family: tahoma;
font-size:10px;
font-weight: bold;
}

.style7{
font-family: tahoma;
font-size:12px;
font-weight: bold;
}
.style8{
font-family: tahoma;
font-size:11px;

}
/* Red (error) */
.style9{
font-family: tahoma;
font-size:12px;
 color: #990033;

}
/* Blue (Admin & Prof Side) */
.style10{
font-family: tahoma;
font-size:12px;
 color: #3366cc;

}
/* Narengi */
.style11{
font-family: tahoma;
font-size:12px;
color: #CE4F11

} 
/* Blue (Admin & Prof Side)  */
.style12{
font-family: tahoma;
font-size:10px;
 color: #3366cc;

}
/* Green */
.style13{
font-family: tahoma;
font-size:12px;
 color: #349654;

}
/* Red (title) */
.style14{
font-family: tahoma;
font-size:12px;
 color: #822F63;
}
/* Khakestari */
.style15{
font-family: tahoma;
font-size:12px;
 color: #959595;

}
/* Red */
/*.style16{
font-family: tahoma;
font-size:12px;
 color: #CE1F11;

}*/
/* Blue (User Side) */
.style16{
font-family: tahoma;
font-size:12px;
 color: #003399;

}
/* Blue(User Side  -- koochooloo) */
.style17{
font-family: tahoma;
font-size:10px;
color: #003399

} 
/* blue */
.style18{
font-family: tahoma;
font-size:12px;
color: #155482

} 
/* Green */
.style19{
font-family: tahoma;
font-size:12px;
color: #B63DB6

} 
/* Banafsh */
.style20{
font-family: tahoma;
font-size:12px;
color: #B63D79

}
/* Green */
.style21{
font-family: tahoma;
font-size:12px;
color: #12899E

}
/* green */
.style22{
font-family: tahoma;
font-size:12px;
color: #2D5986

}
/* Dark Blue */
.style23{
font-family: tahoma;
font-size:12px;
color: #0036A6

}

/* Khakestari for disable-enable menu*/
.style24{
font-family: tahoma;
font-size:8pt;
 color: #959595;

}
/*Green*/
.style25{
font-family: tahoma;
font-size:12px;
 color: #206420;

}
/*Brown*/
.style26{
font-family: tahoma;
font-size:12px;
 color: #993333;

}
/* soorati */
.style27{
font-family: tahoma;
font-size:12px;
 color: #FF3737;

}

/* zeytooni */
.style28{
font-family: tahoma;
font-size:12px;
 color: #5A5A2E;

}
/* blue:: for FNoticeBlankPage && ENoticeBlankPage */
/*.style29{
font-family: tahoma;
font-size:16px;
color: #003399

} */
/* Blue (User Side) */
.style30{
font-family: tahoma;
font-size:11px;
 color: #003399;

}
/************************************************/
body{
	font-family: tahoma;
	autocomplete: off;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*************** header styles *****************/

h5{
 font:  tahoma;
 font-size:12px;
 margin: 0px;
 padding: 0px;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

			
input{
font-family: tahoma;
 
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	cursor:pointer;

}

#sectionLinks h3{
	padding: 10px 0px 1px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	padding: 1px 0px 2px 1px;
	color: #0062C4;
}

#sectionLinks a:hover{
	background-color: #DDEEFF;
	text-decoration: none;
}


