
.required-field-note{
	color:#F75B30;
}

.field-note{
color:#545454;
font-size:11px;
}

.search-result-info
{
	background:#feed61;
	padding:2px;
	color:#000;
	font-weight:bold;
}


.dotline
{
	border-top: 1px solid #D6D6D6;
	height: 1px;
	margin-bottom: 10px;
	margin-top: .5em;
	width: 90%;
}

.fieldsCollection
{
	margin: 2.3em 1.5em;
	position: relative;
	text-align: right;
	direction: rtl;
	width:670px;
	border: 0;
}

.fieldsCollection legend
{
	color: #500000;
	font-size: 100%;
	font-weight: bold;
	font-family:BYekan,Tahoma,Times;
    font-size: 18px;
	font-weight:200;
}


.star {
	background:url(../img/info.png) no-repeat right top;
	margin:10px;
	padding: 10px 40px;
	font-family: tahoma;
	font-weight: 600;
	color: #54a0df;
}

.list-item-container
{
	display:inline-block;
	margin-bottom:25px;
	width: 100%;
}

.list-item-container div.item-side-right
{
	float:right;
	width:15%;
}
.list-item-container div.item-side-left
{
	float:left;
	width:85%;
}

.list-item-container span
{
	color: #888888;
	font-family: BYekan, tahoma, times;
	font-weight: bold;
}


.search-bar
{
	height: 35px;
	width: 100%;
	display: inline-block;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}


.content-fieldset
{
	padding:0 10px 10px 10px;
	-moz-border-radius:5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #666;
	line-height: 2em;
	margin: 25px 0 25px 0;
}

.content-fieldset legend
{
	color: #001d37;
    line-height: 2em;
	font-size:18px;
	font-weight:200;
	margin:10px 10px 0px 10px;
	padding:0 5px 0 5px;
	font-family: BYekan, tahoma, times;
}

.content-fieldset ul
{
	padding-right: 15px;
	color: #fd9d06;
}

.toman {

	color: red;
    direction: rtl;
    font-family: BYekan,Tahoma,Times;
    font-size: 20px;
    line-height: 1.5em;
    text-align: justify;
	font-weight:200;
	padding-bottom:0;
}

.toman-input {
    font-size: 18px;
	font-family:Tahoma,Times;
	padding:2px;
}

#news-ticker h3{
	margin: 0 0 7px 0;
}
#news-ticker {
	height: 35px;
	overflow: hidden;
	list-style: none;
	margin:0;
    text-align: right;
	padding:0px;
}


.table-list
{
	/*border: 1px solid #9097A9;*/
	border-collapse: collapse;
	width:100%;
	margin-top: 25px;
}
.table-header
{
	font-size:12px;
	font-weight:bold;
	background-color: #999999;
	color: white;
	text-align: right;
}
.table-list th
{
	padding: 15px 10px;
}
.table-list td
{
	padding: 6px 6px;
	line-height: 20px;
}
/*.odd-row
{
    background: #fbe0dd;
	padding:5px;
}
.even-row
{
    background: #f9f9f9;
	padding:5px;
}

tr.odd-row:hover, tr.even-row:hover
{
	background: #fff;
	padding:5px;
}*/

/* faq page */
.faq-container div
{
	background-color: #fff;
	padding: .25em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
.faq-container div:hover
{
	background-color: #FFFAF4;
}

.faq-container span
{
	font-weight:bold;
	color:#999999;
}

/* download page */
.download-box
{
	width: 98%;
	display: inline-block;
	background-color: #FFFFFF;
	padding: .25em;
	border: 1px solid #cccccc;
	margin-bottom: 1em;
}
.download-box:hover
{
	border: 1px solid #909090;
	transition:all 0.2s ease;

}
.download-box-right
{

	float: right;
	border-color: #cccccc;
	margin: 1em;
	width: 530px;
	text-align: right;
}
.download-box-left
{
	float: left;
}

.download-login-note
{
	border: 1px solid;
	margin: 10px 0px 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 40px;
	color: #00529B;
  	background-color: #BDE5F8;
	background-image: url('/public/img/info.png');
}
.download-confirm-question
{
	border: 1px solid;
	margin: 10px 0px 10px 20px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 40px;
	color: #00529B;
  	background-color: #BDE5F8;
	background-image: url('/public/img/question.png');
}
.download-confirm-warning
{
	border: 1px solid;
	margin: 10px 0px 10px 20px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 40px;
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/public/img/warning.png');
}

.download-tag-container
{
	float: right;
	width: 100%;
	padding: 0 10px 10px 0;
}

.download-tag-container a
{
	color: #999;
}

.download-tag-container a:hover
{
	color: #039294;
}

.download-view-box-container
{
	width: 98%;
	display: inline-block;
	border: 1px solid #e1dbd6;
	margin-bottom: 1em;
	padding: .25em;
	background:#fff7ef;
}
.download-view-box-right
{
	float: right;
	margin: 1em;
	width: 400px;
	text-align: right;
}
.download-view-box-left
{
	float: left;
	padding-top: 30px;
	padding-left: 15px;
}
.download-id
{
	background:#ccc;
	padding:5px;
	font-size:15px;
	border-radius:14px;
	margin-left: 5px;
}


fieldset.related-stuff
{
	padding:0 10px 0 10px;
	-moz-border-radius:5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e1dbd6;
	line-height: 2em;
	padding-bottom: 10px;
	margin-top: 25px;
	background: #fff7ef;
}

fieldset.related-stuff legend
{
	color: #001d37;
    line-height: 2em;
	font-size:18px;
	font-weight:200;
	margin:10px 10px 0px 10px;
	padding:0 5px 0 5px;
	font-family: BYekan, tahoma, times;
}

ul.related-downloads
{
	list-style-image:url('../img/download-icon.png');
	padding-right: 25px;
}
ul.related-articles
{
	list-style-image:url('../img/article-icon.png');
}



/* lists */

.table-header {
	font-size:12px;
	font-weight:bold;
	background-color:#B3B3B3;
	height: 25px;
	text-align: center;
}
.table-header th {
	vertical-align: middle;
	line-height: 1.0em;
}

.table-list
{
	width: 98%;
	border-spacing: 1px;
}
.table-list td, th
{
	padding: 4px;
	height: 18px;
}
.table-odd-row {
	background: #e5e5e5;
	vertical-align: middle;
	padding:10px;
}
.table-even-row {
	background: #fff;
	vertical-align: middle;
	padding:10px;
}


.button {

	border:1px solid #D87E55;
	padding:5px 5px 5px 10px;
	border-radius:5px;
	font-family:BYekan, tahoma;
    font-size:18px;
	color:#000;
	cursor:pointer;
	font-weight:200;
	display:inline-block;
}


/* checkout page */
.table-checkout-signup
{
	width:100%;
	margin-top:50px;
	margin-bottom:50px;
	border-spacing: 1px;
}
.table-checkout-signup th
{
	padding: 4px;
	height: 18px;
	border:1px solid #157C41;
	font-family: BYekan, tahoma;
	font-size: 16px;
}

.table-checkout-signup-td
{
	padding: 4px;
	height: 18px;
	border: 2px solid #ccc;
	vertical-align: top;
	padding-top: 20px;
}


/* permium download */
.account-charge-note
{
	border: 1px solid;
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 50px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 50px;
	color: #00529B;
  	background-color: #BDE5F8;
	background-image: url('/public/img/info.png');
	background-position-x:99%;
	border-radius: 5px;
}

.account-charge-note ul
{
	padding-right: 15px;
}

select {

	font-family:Tahoma, Times, serif;
	font-size:11px;

}


input[type=submit],.small-button {

	background:#FBC588;
	padding:1px 15px 1px 15px;
	text-align:center;
	border:1px solid #FBC588;
	border-radius:3px;
	font-family:BYekan, tahoma;
	font-size:17px;
	font-weight:200;
	line-height:1.2em;
}

input[type=submit]:hover, .small-button:hover {
	background:#FBC588;
	border:1px solid #A58110;
}


.teaching-list-container
{
	width:530px;
	margin-bottom:50px;
}

.teaching-list-footer
{
	float:right;
	background:#FFECDC;
	width:100%;
	padding:3px;
	margin:4px;
}