/*Negarkhaneh Irani CSS by Alireza Maghari :: www.toranjnet.com :: alireza@toranjnet.com */

/*** texts ***/

.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	text-transform: uppercase;
	color: #3F4C9A;

}

/* 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-size: 10px;
	line-height: 15px;

}
.text_tab {
font:Arial;
}

.text_type2 /*larg*/
{
	letter-spacing: 2px;
}

/* text color1 (blue) */ 

.text_color1_b1 /* color1: blue - brithness:1 (کم رنگ)*/
{
	color: #6b78c5;
}

.text_color1_b2 /* color1: blue - brithness:2 */
{
	color: #4e5cad;
}

.text_color1_b3 /* color1: blue - brithness:3 */
{
	color: #3f4c9a;
}

/* text color2 (orange) */
 
.text_color2_b1 /* color2: orange - brithness:1 */
{
	color: #ffb847;
}

.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_b1 /* color3: gray - brithness:1 */
{
	color: #999999;
}

.text_color3_b2 /* color3: gray - brithness:2 */
{
	color: #737373;
}

.text_color3_b3 /* color3: gray - brithness:3 */
{
	color: #4d4d4d;
}

.text_color3_b4 /* color4: gray - brithness:4 */
{
	color: #333333;
}

/* background colors for data gride and etc. */

.bg_color1_b1 /* color1: blue - brithness:1 */
{
	background-color: #fafafa;
}

.bg_color1_b2 /* color1: blue - brithness:2 */
{
	background-color: #EEEEEE;
}

.bg_color1_b3 /* color1: blue - brithness:3 */
{
	background-color: #DBDBDB;
}

/* Admin objects */

.editorial_bar
{
	background-color: #EEEEEE;
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	border: 1px dotted #BFBFBF;
	padding: 2px;
}

