/* Default CSS Stylesheet for a new Web Application project */

BODY{
    BACKGROUND-COLOR: white;
    margin: 0;
}
A:link {
    font-size : 10px;
    font-family : tahoma;
    font-style : normal;
	font-weight: normal;
    color: blue;
    text-decoration: none;
}
A:visited {
    font-size : 10px;
    font-family : tahoma;
    font-style : normal;
	font-weight: normal;
    color: blue;
    text-decoration: none;
}
A:active {
    font-size : 10px;
    font-family : tahoma;
    font-style : normal;
	font-weight: normal;
    color: #FF6633;
	text-decoration: none;
}
A:hover {
    font-size : 10px;
    font-family : tahoma;
    font-style : normal;
	font-weight: normal;
    color: #EE5600;
    text-decoration: underline;
}
.copyRight{
	font-size : 10px;
    font-family : verdana;
    font-style : normal;
	font-weight: normal;
    color: white;
	letter-spacing : .02em;
}
.textBox{
	/*width: 200px;*/
	font: 11px Tahoma;
	/*background-color: #D7E5F2;*/
	color: #172A4C;
	border: 1px ridge #B9C4D7;
	margin-right: 3px;
	text-align: right;
	direction: rtl;
	BACKGROUND-ATTACHMENT: fixed; 
	BACKGROUND-IMAGE: url(images/textboxbg.gif);
	border-right-width: 3px;
	border-right-color: rgb(108,108,133);
	border-right-style: solid;
} 
.textBoxEn{
	/*width: 200px;*/
	font: 11px Tahoma;
	/*background-color: #D7E5F2;*/
	color: #102132;
	border: 1px solid #284279;
	margin-right: 3px;
	border-left-width: 3px;
	border-left-color: rgb(108,108,133);
	border-left-style: solid;
	BACKGROUND-ATTACHMENT: fixed; 
	BACKGROUND-IMAGE: url(images/textboxbg.gif);
} 
.mtextBox{
	/*width: 200px;*/
	font: 11px Tahoma;
	background-color: lavender;
	color: #172A4C;
	border: 1px ridge #B9C4D7;
	margin-right: 3px;
	text-align: right;
	direction: rtl;
	BACKGROUND-ATTACHMENT: fixed; 
	border-right-width: 3px;
	border-right-color: rgb(108,108,133);
	border-right-style: solid;
} 
.button{ 
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic; 
	/*background-color: #D7E5F2; */
	color: #102132; 
	margin-left: 12px; 
	margin-top: 3px; 
	margin-bottom: 2px; 
	cursor: hand;
	BACKGROUND-ATTACHMENT: fixed; 
	border: 1px ridge #B9C4D7;
	BACKGROUND-IMAGE: url(images/textboxbg.gif);
}
.checkBox{
	margin-left: 12px; 
	margin-top: 3px; 
	margin-bottom: 2px; 
	cursor: hand;
	BACKGROUND-ATTACHMENT: fixed; 
	border: 1px ridge #B9C4D7;
	BACKGROUND-IMAGE: url(images/textboxbg.gif);
}

.normalTextEn{
	color: #6A6A6A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.blog{
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 4px;
}
.normalText{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	direction: rtl;
	color: #6A6A6A;
	letter-spacing : 0.02em;
	text-align: justify;
	line-height: 1.4em;
	text-indent: 15;
	background-image: url(images/back_rep.gif);
}
.normalText2{
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: orange;
	direction: rtl;
	letter-spacing : 0.02em;
	text-align: justify;
	line-height: 1.4em;
	text-indent: 15;
}
.persianDate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #6A6A6A;
	letter-spacing: 2px;
	
}
.gbHeader {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #D7E5F2;
	text-align: right;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	direction: rtl;
	letter-spacing : 0.02em;
	text-indent: 7;
}
.CommentTable
{
	width: 300px;
	border-top-width: 1px; 
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding-right: 3px;
	padding-left: 3px;
	background-color: Transparent;
}
.normalTextCMT{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	direction: rtl;
	color: #6A6A6A;
	letter-spacing : 0.02em;
	text-align: justify;
	line-height: 1.4em;
	text-indent: 15;
}
.CommentTD
{
	direction: rtl;
	text-align: right;
	
}

/* CP */
.tblMain{
	BORDER-RIGHT: #bdbaff 1px solid; 
	BORDER-LEFT: #bdbaff 1px solid;
	width: 94%;	
}	


			