
@charset "utf-8";
@import url("fonts.css");
/* CSS Classes */
/* Language Buttons*/
.english {
	background-image: url(../../images/en.png);
	background-repeat:no-repeat;
	background-attachment: scroll;
	text-decoration: none; 
	width:26px; height:17px;
}
.urdu { background-image: url(../../images/ur.png);
	background-repeat:no-repeat;
	background-attachment: scroll;
	text-decoration: none;
	width:26px; height:17px; display:inline-table;}
/* Frames size */
.nav_add_frame_size { height:600px; width:190px;border:2px solid; margin-left:10px;}
.slider_frame_size { width:700px; height:335px; border:0px solid;}
.sub_box_size { width:270px; height:335px; border:0px none;}
.rasael-frame-size { width:680px; height:360px; margin-right:60px; border:0px solid;}
.addbar { background:none scroll no-repeat 0 0 #f7f6f6; width:703px; height:150px; position:absolute; top:95px; left:18px; padding:10px;}

/* Moz round border*/
.moz {		-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-khtml-border-radius::5px 5px 5px 5px;
		-moz-border-top-right-radius:5px;
		-moz-border-top-left-radius:5px;
		-moz-border-bottom-right-radius:5px;
		-moz-border-bottom-left-radius:5px;
		-webkit-border-top-right-radius:5px;
		-webkit-border-top-left-radius:5px;
		-webkit-border-bottom-right-radius:5px;
		-webkit-border-bottom-left-radius:5px;
		-khtml-border-top-right-radius:5px;
		-khtml-border-top-left-radius:5px;
		-khtml-border-bottom-right-radius:5px;
		-khtml-border-bottom-left-radius:5px;	}
/* Button */		
.button{	
	background: #c3c2c2 url(../../images/gradient.png) 0 0 repeat-x;
	-moz-border-radius:5px;
	color: #707070;
	border:1px solid #c3c2c2;
	padding:4px 8px;
	font-size:12px;
	font-weight:bold;
}
/* Hozizontal Line*/
.hr { background: url(../../images/Footer-Lin.png) scroll left bottom repeat-x transparent; margin-left:6px;}
/*Navigation Head*/
.Nav-head { background:url(../../images/Table-Head.png) scroll no-repeat; padding-top:10px; padding-right:20px; width:205px; height:44px;font-size:16px; border:0px solid; }

/* Floatings */
.left {float:left;}
.right {float:right;}
