/*Negarkhaneh Irani CSS by Alireza Maghari :: www.toranjnet.com :: alireza@toranjnet.com */

/*** texts ***/


/* text size */

.text_size1 /*larg*/
{
	font-size: 14px;
	line-height: 18px;
}

.text_size2 /*medium*/
{
	font-size: 12px;
	line-height: 18px;
}

.text_size3 /*small*/
{
	font-size: 11px;
	line-height: 15px;

}

.text_size4 /*s-small*/
{
	font-family: tahoma;
	font-size: 10px;
	line-height: 15px;

}
.text_tab {
font:Arial;
}

/* text color1 (blue) */ 



.text_color1_b2 /* color1: blue - brithness:2 */
{
	color: #4e5cad;
}

.text_color1_b3 /* color1: blue - brithness:3 */
{
	color: #3f4c9a;
}




.text_color2_b2 /* color2: oraneg - brithness:2 */
{
	color: #ff6000;
}

.text_color2_b3 /* color2: oraneg - brithness:3 */
{
	color: #ff1200;
}

/* text color3 (gray) */

.text_color3_b0 /* color3: gray - brithness:0 */
{
	color: #E4E4E4;
}


.text_color3_b2 /* color3: gray - brithness:2 */
{
	color: #737373;
}

.text_color3_b3 /* color3: gray - brithness:3 */
{
	color: #4d4d4d;
}



/* background colors for data gride and etc. */

.bg_color1_b1 /* color1: blue - brithness:1 */
{
	background-color: #eef1f4;
}

.bg_color1_b2 /* color1: blue - brithness:2 */
{
	background-color: #EEEEEE;
}


/* text color4 (ocean) */ 



.text_color4_b2 /* color1: blue - brithness:2 */
{
	
	color: #7c9dae;
}

.text_color4_b3 /* color1: blue - brithness:3 */
{
	color: #4d7082;
}

.text_color4_b4 /* color1: blue - brithness:3 */
{
	color: #009933;
}


