@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

body{
	font-family: Tahoma, Verdana, serif, sans-serif;
	font-size: 11px;
	background-image: url(../Images/bg.png);
	background-repeat: repeat-x;
	background-color: #6394b6;
}
img{
	border-width: 0px;
}
h1,h2,h3{
	font-family: "Times New Roman", Times, serif;
}
ul{
	list-style-type: none;
}
li{
	float: left;
}
a{
	text-decoration: none;
	-moz-border-radius:2px;
}
a:hover{
	text-decoration: underline;
}
p{
	line-height: 18px;
}
.search2{
	background-image: url(../Images/searchW.gif);
	background-repeat: no-repeat;
	float: left;
	height: 23px;
	width: 50px;
	margin-left: 24px;
	border-width: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.CreateUser{
	background-image: url(../Images/register.gif);
	background-repeat: no-repeat;	
	height: 23px;
	width: 50px;
	margin-left: 24px;
	border-width: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.Rating{
	background-image: url(../Images/prominence.gif);
	background-repeat: no-repeat;	
	height: 23px;
	width: 50px;
	margin-left: 24px;
	border-width: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.SubmitMessage{
	background-image: url(../Images/Message.gif);
	background-repeat: no-repeat;	
	height: 23px;
	width: 50px;
	margin-left: 24px;
	border-width: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.ChangePicture{
	background-image: url(../Images/ChangePic.gif);
	background-repeat: no-repeat;	
	height: 23px;
	width: 50px;
	margin-left: 24px;
	border-width: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.send{
	background-image: url(../Images/send.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 50px;
	border-width: 0px;
	cursor: pointer;
	float: right;
	margin-right: 230px;
	margin-top: 5px;
}
/* wrp ------------------------------------------------------------------ */
#wrp{
	margin: auto;
	width: 980px;
	direction:rtl;
}

/* dash ------------------------------------------------------------------ */
#dash{
	float: right;
	width: 98%;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
}
#dash ul li a{
	color: #cee5f3;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#dash ul li a:hover{
	background-color: #376681;
	color: #FFFFFF;
	text-decoration: none;
}
#dash ul li span{
	color: #FFFFFF;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

/* hdr ------------------------------------------------------------------ */
#hdr{
	float: right;
	width: 100%;
	height: 150px;
	background-image: url(../Images/hdr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	-moz-border-radius-topleft:5px;
}
#hdr h1{
	position: absolute;
	right: 3000px;
}
#hdr div.logo{
	padding-top: 10px;
	padding-right: 25px;
	float: right;
}
#hdr ul.nav{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 120px;
}
#hdr ul.nav li{}
#hdr ul.nav li a{
	float: left;
	color: #043c5d;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:0px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-right: 1px;
	background-image: url(../Images/dot.png);
}
#hdr ul.nav li a:hover{
	background-color: #cfcfcf;
	text-decoration: none;
}
#hdr ul.nav li span{
	float: left;
	color: #043c5d;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-topleft:4px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	background-color: #FFFFFF;
}

/* ctn ------------------------------------------------------------------ */
#ctn{
	float: right;
	width: 100%;
	background-color: #FFFFFF;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
}
#ctn ul{
	float: right;
	width: 100%;
}
#ctn ul li{
	float: right;
	width: 100%;
}
#ctn ul li a{
	background-color: #e9f0f4;
	display: block;
	padding: 2%;
	float: right;
	width: 96%;
	margin-bottom: 1px;
	color: #333333;
}
#ctn ul li a:hover{
	background-color: #d4e5f0;
	text-decoration: none;
	color: #000000;
}
#ctn ul li span{
	background-color: #666666;
	display: block;
	padding: 2%;
	float: right;
	width: 96%;
	margin-bottom: 1px;
	color: #FFFFFF;
}
#ctn div.side{
	float: right;
	width: 220px;
	padding: 10px;
}
#ctn div.searchBox{
	float: right;
}
#ctn div.searchBox label{
	float: right;
	width: 60px;
	margin-top: 10px;
}
#ctn div.searchBox input.search{
	background-image: url(../Images/login.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 50px;
	border-width: 0px;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-left: 15px;
}
#ctn div.searchBox input.text{
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	float: left;
	-moz-border-radius:2px;
	border: 1px solid #CCCCCC;
	width: 150px;
	margin-top: 10px;
}
#ctn div.side h2{
	float: right;
	width: 90%;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #e27b00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding-right: 5%;
	padding-left: 5%;
	margin-bottom: 5px;
	font-size: 16px;
}
#ctn div.side h2 a{color: #e27b00;}
#ctn div.cell{
	float: right;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 8px;
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;*/
}
#ctn div.cell h3{
	float: right;
	width: 97%;
	color: #549c00;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	padding-right: 3%;
}
#ctn div.cell h3 a{color: #549c00;}
#ctn div.cell p{float: right;
	width: 100%;}
#ctn div.cell img{
	float: left;
	width: 60px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#ctn div.content{
	float: right;
	width: 480px;
	padding: 10px;
}
#ctn div.content2{
	float: right;
	width: 720px;
	padding: 10px;
}
#ctn div.content3{
	float: right;
	width: 100%px;
	padding: 10px;
}
#ctn div.content2 h2{
	float: right;
	width: 94%;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #e27b00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding-right: 3%;
	padding-left: 3%;
	margin-bottom: 5px;
	font-size: 16px;
}
#ctn div.content2 h2 a{color: #e27b00;}
#ctn div.content h2{
	float: right;
	width: 94%;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #e27b00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding-right: 3%;
	padding-left: 3%;
	margin-bottom: 5px;
	font-size: 16px;
}
#ctn div.content h2 a{color: #e27b00;}
#ctn div.searchIn{
	float: right;
	width: 470px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#ctn div.searchIn span{
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 16px;
	width: 60px;
	margin-top: 5px;
	float: right;
	text-align: left;
}
#ctn div.searchIn input.txt{
	font-size: 11px;
	padding: 3px;
	-moz-border-radius:4px;
	border: 1px solid #CCCCCC;
	width: 134px;
	margin-top: 5px;
	float: right;
}
#ctn div.searchIn div.date{
	float: right;
	height: 20px;
	width: 20px;
	margin-right: 3px;
	margin-top: 5px;
	cursor: pointer;
}
#ctn div.midCell{
	float: right;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#ctn div.midCell h3{
	float: right;
	width: 98%;
	color: #549c00;
	font-size: 16px;
	padding-right: 2%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#ctn div.midCell h3 a{color: #549c00;}
#ctn div.midCell h3 label{
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Verdana, serif, sans-serif;
	color: #666666;
	padding-right: 15px;
}
#ctn div.midCell p{float: right;
	width: 100%;}
#ctn div.midCell img{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
#ctn div.midCell img.s180{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 180px;
}
#ctn div.midCell2{
	float: right;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#ctn div.number{
	background-color: #f2f2f2;
	float: right;
	width: 6%;
	padding: 1%;
	text-align: center;
}
#ctn div.midCell2 h3{
	float: left;
	width: 88%;
	color: #549c00;
	font-size: 16px;
	padding-right: 2%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#ctn div.midCell2 h3 a{color: #549c00;}
#ctn div.midCell2 h3 label{
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Verdana, serif, sans-serif;
	color: #666666;
	padding-right: 15px;
}
#ctn div.midCell2 p{
	float: left;
	width: 90%;
}
#ctn div.midCell2 img{
	float: left;
	width: 60px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#ctn div.midCell3{
	float: right;
	width: 100%;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#ctn div.midCell3 h3{
	float: right;
	color: #549c00;
	font-size: 16px;
	padding: 5px;
}
#ctn div.midCell3 h3 a{color: #549c00;}
#ctn div.midCell3 span{
	font-weight: normal;
	font-family: Tahoma, Verdana, serif, sans-serif;
	background-color: #f2f2f2;
	float: left;
	padding: 5px;
	width: 50px;
	text-align: center;
	margin-left: 1px;
}

#ctn div.midCellTop{
	float: right;
	width: 100%;
	padding-top: 5px;
	background-color: #f2f2f2;
}
#ctn div.midCellTop h3{
	float: right;
	color: #549c00;
	font-size: 16px;
	padding: 5px;
}
#ctn div.midCellTop h3 a{color: #549c00;}
#ctn div.midCellTop span{
	font-weight: normal;
	font-family: Tahoma, Verdana, serif, sans-serif;
	float: left;
	padding: 5px;
	width: 50px;
	text-align: center;
	margin-left: 1px;
}
.comment{
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image: url(../../Images/centerTopCorner2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	width: 100%;
}
.userComment{
	float: right;
	width: 300px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../../Images/dash.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
.userCommentCell{
	padding-bottom: 8px;
	float: right;
	width: 100%;
	background-image: url(../../Images/Hdash.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: 5px;
}
span.userCommentText{
	text-decoration: none;
	width: 100%;
	vertical-align: middle;
	color: #009933;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E5E5E5;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.userCommentText{
	float: left;
	width: 319px;
	line-height: 14px;
}
.userCommentControl{
	width: 30px;
}
.sendComment{
	float: left;
	width: 170px;
}
.sendCommentCell{
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 100%;
}
.sentCommentCell{
	float: right;
	width: 57%;
	color: #990000;
	background-color: #ffebeb;
	padding: 1%;
	margin: 1%;
	text-align: center;
	-moz-border-radius:5px;
}
.sendCommentCell span{
	float: right;
	line-height: 25px;
	padding-left: 10px;
	width: 40px;
}
.sendCommentCell span.huamn{
	float: right;
	line-height: 25px;
	padding-left: 10px;
	width: 57%;
}
input.sendComment{
	font-size: 11px;
	padding: 3px;
	-moz-border-radius:4px;
	border: 1px solid #CCCCCC;
	width: 200px;
	margin-top: 5px;
	float: right;
}
input.humanTxt{
	font-size: 11px;
	padding: 3px;
	-moz-border-radius:4px;
	border: 1px solid #CCCCCC;
	width: 200px;
	margin-top: 5px;
	float: right;
	clear: both;
}
textarea.sendComment{
	font-size: 11px;
	padding: 3px;
	-moz-border-radius:4px;
	border: 1px solid #CCCCCC;
	width: 200px;
	margin-top: 5px;
	float: right;
}
.submit{
	background-image: url(../../Images/send.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 48px;
	border-width:0px;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}

.formField{
	float: right;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.formField span{
	float: right;
	width: 100px;
	padding: 5px;
}
.formField label{
	float: right;
	padding: 5px;
}
.formField .regTxt{
	padding: 2px;
	float: right;
	width: 200px;
	border: 1px solid #CCCCCC;
	-moz-border-radius:3px;
}
.formField .regTextarea{
	padding: 2px;
	float: right;
	width: 200px;
	border: 1px solid #CCCCCC;
	-moz-border-radius:3px;
}
.formField .regCheck{
	margin-top: 5px;
	float: right;
}
/* ftr ------------------------------------------------------------------ */
#ftr{
	float: right;
	width: 100%;
}
#ftr span{
	padding: 10px;
	float: right;
	font-weight: bold;
	color: #333;
	font-size: 10px;
}
#ftr .sign{
	float: left;
	padding: 10px;
}
.sendCommentCell span.huamn img{
	float: right;
}
