body {
	/*background: -moz-linear-gradient(top, #4a4a4a, #515151);
	background: -webkit-gradient(linear, center top, center bottom, from(#4a4a4a), to(#b1b1b1));*/
	background-color:#4A4A4A;
	text-color:#FFF;
}

table{
	
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    
    
}

td, tr , th {
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding:inherit;
	border-width:inherit;
	border-style:inherit;
	
}




	
th.table {
	background-color:#797979;
	background: -moz-linear-gradient(bottom, #4a4a4a, #a1a1a1);
	background: -webkit-gradient(linear, center bottom, center top, from(#4a4a4a), to(#a1a1a1));
	
	
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	
}

table.table{
	border-width:4px;
	border-style:ridge;
}

td.table {
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding:2px;
	border-width:1px;
	border-style:ridge;
	
}


tr.table {
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding:2px;
	border-width:1px;
	border-style:ridge;
	
}
	

TD.navig{
	background-image: url("/img/navigtile58253.gif");
	background-position: center;
	background-repeat: repeat-y;
}

A.navig:link {
	text-decoration: none
}


A.navig:visited {
	text-decoration: none
}


A.navig:active {
	text-decoration: none
}

TD.menu:hover{
	background-image: url("img/navigr.gif");
	background-position: center left;
	background-repeat: no-repeat;
	
}

TD.menu{
	background-image: url("img/navig.gif");
	background-position: center left;
	background-repeat: no-repeat;
	text-decoration:none;
	padding-left:23px;
	
}

td.menuInfo{
	padding-left:23px;
	font-size:smaller;
}

A.menu:link {
	text-decoration: none
}


A.menu:visited {
	text-decoration: none
}

A.menu:hover{
	text-decoration: none
}


A.menu:active {
	text-decoration: none
}

TD.comptile{
	background-image: url("img/comptile58253.gif");
	background-position: center;
	background-repeat: repeat;
}


TD.bottile{
	background-image: url("img/bottile58253.gif");
	background-position: center;
	background-repeat: repeat;
}


TD.slogantile{
	background-image: url("img/slogantile58253.gif");
	background-position: center;
	background-repeat: repeat;
}


TD.toptile{
	background-image: url("img/toptile58253.gif");
	background-position: center;
	background-repeat: repeat;
}


#MainContainer{
	position: relative;
 top: 0;
 right: 0;
 padding-right: 300px;
	
}
#rightContainer {
 position: absolute;
 top: 0px; 
 right: 0px;
 width: 250px;

 text-align: center;
}

#comment{
	width: 425px;
}

span.codedirection { unicode-bidi:bidi-override; direction: rtl; }