
@charset "utf-8";
/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Title : conf modares
Authors : masoud nazary


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
 

#user_style, #pass_style {
	background:#fff;
	width:100%;
	height:30px;
	padding:2px 10px 3px 10px;
	margin:0 0 10px 0;
	border:1px solid #555555;
	font-family:tahoma;
	font-size:12px;
	color:#a9a2a2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	direction:rtl;
}

#user_style:focus, #pass_style:focus {
	direction:ltr;
}


.submit_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:yekanYW;
	font-size:12px;
	padding:0 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.submit_btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}


.yw_box {
	background:#fff;
	border:1px solid #e2e2e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	padding:20px;
	margin:0 auto 40px;
}
.yw_box h2{
	float:right;
	font-family:yekanYW;
	font-size:22px;
	color:#7c7c7c;
	border-bottom:6px solid #275bab;
	padding:0 20px;
	line-height:33px;
}




.yw_text, .yw_text table tbody td tr  ,.yw_text a ,.yw_text a:hover,.yw_text p,.yw_text table tbody tr td {
	font-family:tahoma;
	font-size:14px;
	line-height:26px;
	margin:10px 0 0 0;
}

.yw_text_med, .yw_text_med table tbody td tr  ,.yw_text_med a ,.yw_text_med a:hover,.yw_text_med p,.yw_text_med table tbody tr td {
	font-family:tahoma;
	font-size:13px;
	line-height:26px;
	margin:10px 0 0 0;
}


.yw_text_small, .yw_text_small table tbody td tr  ,.yw_text_small a ,.yw_text_small a:hover,.yw_text_small p,.yw_text_small table tbody tr td {
	font-family:tahoma;
	font-size:12px;
	line-height:26px;
	margin:10px 0 0 0;
}

.yw_text_smaller, .yw_text_smaller table tbody td tr  ,.yw_text_smaller a ,.yw_text_smaller a:hover,.yw_text_smaller p,.yw_text_smaller table tbody tr td {
	font-family:tahoma;
	font-size:11px;
	line-height:26px;
	margin:10px 0 0 0;
}



.yw_text ul {
	margin:10px 5px 10px 5px;
}
.yw_text ul li {
	background:url('../images/arrow2.png') right no-repeat;
	padding:0 15px 0 0;
	margin:0 0 0 10px;
}
.yw_text ol {
	margin:10px 20px 10px 20px;
	list-style-type: decimal;
}
.yw_text ol li {
	list-style-type: decimal;
	padding:0 5px 0 0;
	margin:0 0 0 10px;
}


.yw_col1
{
	float:right;
	width:90%;
}
.yw_col2
{
	float:right;
	width:5%;
}
.yw_col50
{
	float:right;
	width:50%;
}

.yw_col100
{
	border: 1px solid grey;
	display:block;
	overflow: hidden;
	
}

.col_left {
    overflow: hidden;
    min-height: 50%;
}

.col_right {
    float: right;
    width: 50%;
}



.yw_input {
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:inset 0px 0px 3px #e3e3e3;
	-webkit-box-shadow:inset 0px 0px 3px #e3e3e3;
	box-shadow:inset 0px 0px 3px #e3e3e3;
	font-family:tahoma;
	font-size:12px;
	padding:4px 5px 3px 10px;
}



.pad_sides_30 {
	padding:0 30px;
}



.styled-select {
   background:url(../images/slct_arrow_rtl.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 92%;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   
}

#select_menu{
	background:#275bab;
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   margin:6px 0 0 0;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 12px;
   height: 29px;
   padding: 5px 20px 5px 0; 
   width: 108%;
   font-family:tahoma;
   cursor:pointer;
   color:#fff;
}

.styled-select select option {
	background:#fff;
	padding:5px;
	color:#000;
}

#log{
	width:60%;
	margin:0 auto;
}

#login_box{
	width:100%;
}

#login_box ul{
	margin:20px 0 0 0;
	color:#a9a2a2;
}

#login_box ul li{
	margin:10px 0 0;
	float:none;
	display:inline-block;
}

#login_box ul li:first-child{
	margin:0 0 10px 0;
	display:block;
}

#login_box ul li a{
	color:#7b7b7b;
	font-size:11px;
	font-weight:bold;
}


