﻿body
{
    background-image: url('../Images/bg_main.gif');
    background-repeat: repeat-x;
}

body
{
    font-family: Tahoma;
    font-size: 13px;
}

#wallpaper
{
    width:1050px;
    height:auto;
    margin:0px;
    padding:0px;
}

#wallhead
{
    width:1050;
    height:50px;
    margin:0px;
    padding:0px;
}

#head
{
    width: 1050px;
    height: 50px;
    background-image: url('../Images/header.gif');
    background-repeat: no-repeat;
}

#date
{
    float:left;
    width:200px;
    height:25px;
    padding-top:25px;
}

#info
{
    float:left;
    width:500px;
    height:35px;
    padding-top:15px;
}

#login
{
    float:left;
    width:350px;
    height:30px;
    padding-top:20px;
}

#wallbanner, #ban
{
    width: 1050px;
    height: 200px;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
}

#banl
{
    float: left;
    width: 10px;
    height: 200px;
    background-image: url('../Images/leftheader.gif');
    background-repeat: no-repeat;
}

#banr
{
    float: left;
    width: 10px;
    height: 200px;
    background-image: url('../Images/rightheader.gif');
    background-repeat: no-repeat;
}

#banner
{
    float: left;
    width: 1030px;
    height: 200px;
    margin: 0px;
    padding: 0px;
    background-image: url('../Images/banner.gif');
    background-repeat: no-repeat;
}

#wallmain, #mnu, #hmenu
{
    width: 1050px;
    height: auto;
    margin: 0px;
    padding: 1px 0px 0px 0px;
}

#content
{
    width:1050px;
    height:auto;
    margin:0px;
    padding:0px;
}

#cont
{
    width:1050px;
    height:auto;
    margin:0px;
    padding:0px;
}

#maincont
{
    float:left;
    width:850px;
    height:auto;
}

#Tmaincont
{
    width:1050px;
    height:auto;
    margin:0px;
    padding:0px;
}

#rightcont
{
    float: left;
    width: 200px;
    height: auto;
    margin-top: 3px;
}

#Trightcont
{
    float: left;
    width: 188px;
    height: auto;
    border: 1px solid black;
    margin-top: 3px;
}

#rightone, #righttwo
{
    padding-right: 10px;
    width: 186px;
    height: 190px;
    background-image: url('../Images/right.gif');
    background-repeat: no-repeat;
}

#rightthree
{
    padding-right: 10px;
    width: 186px;
    height: 100px;
    background-image: url('../Images/amar.gif');
    background-repeat: no-repeat;
}

#rightfour
{
    margin-top:5px;
}

#container
{
    width: 1050px;
    height: auto;
    background-image: url('../Images/bg-body.gif');
    background-repeat: repeat-y;
}


#wallfooter
{
    margin:0px;
    padding:0px;
    width:1050px;
    height:50px;
}

#footer
{
    width: 1050px;
    height: 50px;
    background-image: url('../Images/footer.gif');
    background-repeat: no-repeat;
}

#foo
{
    font-family: Tahoma;
    font-size: 10px;
    padding-top: 10px;
    color: #CCCCCC;
    font-weight: bold;
}


.contentplace
{
    padding: 10px 10px 10px 20px;
    width: 820px;
    height: auto;
}

.Tcontentplace
{
    padding: 10px 5px 10px 5px;
    width: 1050px;
    height: auto;
}






#menu
{
    list-style: none;
    width: 980px;
    margin: 1px auto 0px auto;
    height: 43px;
    padding: 0px 20px 0px 20px; /* Rounded Corners */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -border-radius: 10px; /* Background color and gradients */
    background: #014464;
    background: -moz-linear-gradient(top, #0272a7, #013953);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953)); /* Borders */
    border: 1px solid #002232;
    -moz-box-shadow: inset 0px 0px 1px #edf9ff;
    -webkit-box-shadow: inset 0px 0px 1px #edf9ff;
    -box-shadow: inset 0px 0px 1px #edf9ff;
}

#menu li
{
    float: right;
    display: block;
    text-align: center;
    position: relative;
    padding: 4px 10px 4px 10px;
    margin-right: 30px;
    margin-top: 7px;
    border: none;
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;
	
	/* Background color and gradients */
	
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-border-radius: 5px 5px 0px 0px;
}

#menu li a
{
    font-family: Tahoma;
    font-size: 14px;
    color: #EEEEEE;
    display: block;
    outline: 0;
    text-decoration: none;
    -text-shadow: 1px 1px 1px #000;
}

#menu li:hover a {
	color:#161616;
	-text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
	padding-right:21px;
	background:url("img/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("img/drop.png") no-repeat right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:right;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:right;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	-border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	right:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6 {
	display:inline;
	float: right;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}
.col_6 {width:130px; font-size:14px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    -border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family: Tahoma;
	line-height:21px;
	font-size:12px;
	text-align:right;
	-text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2
{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 5px 0 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:5px 0 5px 0;
	padding-bottom:5px;
	border-bottom:1px solid #888888;
}
#menu p
{
    line-height: 18px;
    margin: 0 0 5px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#015b86;
}
#menu li:hover div a:hover {
	color:#029feb;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	-box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:right;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	-text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	-box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	-text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:right;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}
















#comment, #comment1
{
	font-family: 'Segoe UI';
	color: #003366;
	font-style: italic;
	font-size: small;
}

#include
{
	font-family: 'Segoe UI';
	color: #339966;
	font-size: small;
}

p
{
	line-height: 20px;
}

#code, #code1, #code2, #acolad, #acolad1
{
	font-family: 'Segoe UI';
	font-size: medium;
	color: #0033CC;
}










#leaderboard {
	padding: 0px 1px 1px 1px;
	margin-top: -10px;
	margin-bottom: 10px;
	background: #cccccc;
	height: 90px;
	width: 728px;
}

.codeText 
{
	font-family: consolas, 'Courier New', courier, monospace;
}

pre.code-example
{
	padding: 8px;
	font-size: 12px;
	font-family: consolas, 'Courier New' , courier, monospace;
	border: 1px solid silver;
	background: #EEEEFF;
	line-height: 14px;
	text-align: left;
}


.ccomment
{
	color: #339933;	
}

.cinclude
{
	color: #0099CC;
	text-align: left;
}

.cred
{
	color: #FF0202;
}

.cbue
{
	color: #3E3EFF;
}

#time
{
	color: #003366;
	font-size: medium;
	font-family: Arial;
}

#timee
{
	background-color: #EBEBEB;
}

pre.resualt
{
	padding: 8px;
	font-size: 12px;
	font-family: consolas, 'Courier New' , courier, monospace;
	border: 1px solid silver;
	background: #666666;
	line-height: 14px;
	text-align: left;
	color: #CCCCCC;
}

#tabl
{
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
}

#tabl tr
{
	background-color: #CCCCFF;
}

#htabl2
{
	background-color: #C0C0C0;
}

#j1
{
	width: 300px;
}

.tosi
{
	background-color: #F2F2EE;
}

.nvg div
{
	padding-right: 20px;
	display: inline;
	padding-left: 20px;
}

.nvg a:hover
{
	text-decoration: none;
}

legend
{
    color: #0033CC;
}



.code .snp{width:100%}
.code .snp .rast{width:97%;vertical-align:top;}
.code .snp .chap
{
    width: 3%;
    color: #a0a0a0;
    text-align: right;
    vertical-align: top;
    line-height: 14px;
    padding-top: 8px;
    font-weight: bold;
}

.code .snp .khat
{
    background-color: #00CC00;
    vertical-align: top;
    padding:3px;
}

#r12
{
    width:150px;
	height:20px;
	margin:0;
	background-image: url(img/divr11.gif);
	background-repeat:no-repeat;
}










.tumain
{
    float:left;
    width:853px;
    height:auto;
}

.turight
{
    float: left;
    width: 180px;
    height: auto;
    margin-right: 15px;
    padding-bottom: 10px;
}

#wallturight
{
    width:180px;
    height:auto;
    margin:0px;
    padding:0px;
}



#sright1, #sright2, #sright3
{
    color: #534741;
    padding-top: 12px;
    font-weight: bold;
    font-size: 10pt;
}

#subr1
{
    padding-top:8px;
}

#subr1 a
{
    -text-shadow: 1px 1px 1px #000;
    text-decoration:none;
}

#subr1 a:hover
{
    -text-shadow: 1px 1px 1px #000;
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #00CC00;
    color: #00CC00;
}

#subr2
{
    padding-top:8px;
    padding-right:4px;
}

#subr2 a
{
    -text-shadow: 1px 1px 1px #000;
    text-decoration:none;
}

#subr2 a:hover
{
    -text-shadow: 1px 1px 1px #000;
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #00CC00;
    color: #00CC00;
}

#turight1
{
    width: 180px;
    height: 35px;
    background-image: url('../Images/tright1.gif');
    background-repeat: no-repeat;
    font-weight: bold;
}

#txtrhead
{
    width:180px;
    height:23px;
    padding-top:12px;
    color: #534741;
    font-weight: bold;
    font-size: 10pt;
}

#wallrbd
{
    width:180px;
    height:auto;
    margin:0px;
    padding:0px;
}

#rightbody
{
    width: 180px;
    height: auto;
    background-image: url('../Images/turightbody.gif');
    background-repeat: repeat-y;
}

#txtrightbd
{
    
    width: 170px;
    padding-right: 5px;
    padding-left: 5px;
    height: auto;
}


#txtrightbd a:hover
{
	background-color: #FF9900;
	text-decoration: none;
}

#txtrightbd a.active
{
    background-color: #90D163;
}

#txtrightbd a
{
	float: right;
	display: block;
	width: 167px;
	height: 25px;
	background-color: #E0ECFF;
	text-align: center;
	text-decoration: none;
	color: #003366;
	font-family: 'Segoe UI';
	font-weight: normal;
	font-size: 14px;
	vertical-align: bottom;
	margin-top: 1px;
	margin-right: 2px;
	margin-left: 2px;
}

#turight2
{
    width: 180px;
    height: 14px;
    background-image: url('../Images/tright2.gif');
    background-repeat: no-repeat;
}

#turight3
{
    width: 180px;
    height: 100px;
    background-image: url('../Images/tuamar.gif');
    background-repeat: no-repeat;
}














.Tfamoust
{
    width:400px;
}

.Tfamoust h5
{
    color: #005EAE;
    font: Segoe UI;
    line-height: 13px;
    font-weight: bold;
}









/* style the trigger elements */


#demo a {
	border:0;
	cursor:pointer;
	margin:0 8px;
	width:100px;
    height:100px;
}

#i1
{
    display:block;
    text-decoration:none;
    width:100px;
    height:100px;
    background-image: url('../img/coorperation.gif');
    background-repeat: no-repeat;
}

#i1:hover
{
    display:block;
    text-decoration:none;
    width:100px;
    height:100px;
    background-image: url('../img/coorperationh.gif');
    background-repeat: no-repeat;
}

#i11
{
    display: block;
    text-decoration: none;
    width: 100px;
    height: 100px;
    background-image: url('../img/coorperation1.gif');
    background-repeat: no-repeat;
}

#i11:hover
{
    display: block;
    text-decoration: none;
    width: 100px;
    height: 100px;
    background-image: url('../img/coorperationh1.gif');
    background-repeat: no-repeat;
}

#i111
{
    display: block;
    text-decoration: none;
    width: 100px;
    height: 100px;
    background-image: url('../img/coorperation2.gif');
    background-repeat: no-repeat;
}

#i111:hover
{
    display: block;
    text-decoration: none;
    width: 100px;
    height: 100px;
    background-image: url('../img/coorperationh2.gif');
    background-repeat: no-repeat;
}

#i1111
{
    display: block;
    text-decoration: none;
    width: 100px;
    height: 100px;
    background-image: url('../img/coorperation3.gif');
    background-repeat: no-repeat;
}

#i1111:hover
{
    display: block;
    text-decoration: none;
    width: 100px;
    height: 100px;
    background-image: url('../img/coorperationh3.gif');
    background-repeat: no-repeat;
}







ul.tabs {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: right;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-right: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 10px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
ul.tabs li.active,ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: right; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 13px;
	direction:rtl;
}