*{
	margin:0px; 
	padding:0px; 
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif; 
	text-align: right;
}

body{width:920px; margin:0 auto;}

#wrapper{width:100%;}

.border_b{border-bottom: 1px solid #000;}

.color_lightBlue{background-color: #BBDAFF;}
.color_Blue{background-color: #99CCFF;}

form input{border:1px solid #BBDAFF;}
form textarea{border:1px solid #BBDAFF;}

h1{text-align: right;}
h2{text-align: right; font-size: 16px;}
img{border: none;}

.compatibility{min-height: 30px; width: 93%; margin-top:10px; float:left; padding:1%; background-color: #eceef5;}
.compatibilityNumber{min-height: 30px; width: 2%; margin-top:10px; float:right; padding: 2% 1% 0% 1%; background-color: #eceef5;}

#header{
	min-height:150px;
	width:100%;
	background-color: #132366;
	}	

#content{
	min-height:1400px;
	background-color:#fff;
	padding:10px;
	direction:rtl; 
	}
	
#subMenu{
    background-color: #444;
    margin-top: 7px;
    min-height: 45px;
    width: 100%;
	}

.red{color: red;}

.redTitle{ color: red; font-size: 18px; font-weight: bold;}


#paging{margin-top: 5px;}

#footer{
	height:100px;
	background-color: #132366;
}
	
.fullWidth{width:100%;}

#tags {
    display: table;
    margin: 0 auto;
    width: 100%;
}

#tags .c_content {
    background-color:#000;
    display: block;
    float: left;
    height: 41px;
    padding-right: 2%;
    width: 98%;
}

#tags a {
    border-color: #4C4C4C;
    border-radius: 8px 8px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #999999;
    display: block;
    float: right;
    line-height: 14px;
    margin: 9px 2px 0;
    outline: 0 none;
    padding: 8px 15px 7px;
    text-decoration: none;
	
}
#tags a:hover {
	background-color:#333;
	padding-top:12px;
	margin-top:5px;
}

.floatLeft{
	float:left;
	}
.floatRight{
	float:right;
	}	
.fullWidth{width: 100%;}	
	
.margFromRight{margin-left: 5px;}

.submitButton{
	border: none;  
	background-color: none; 
	background: url(../images/search_button.png); 
	background-repeat: no-repeat; 
	width: 30px; 
	height: 30px;
	cursor: pointer;
	}
	
.bold{font-weight: bold;}	

li.footLi{display:inline;}

ul.footUL{list-style-type:none; direction: rtl;}

a.footLink{color: #fff; font-size: 12px; text-decoration: none;}

a.footLink:hover{color: red;}

table.guideMenu td{width: 100px; text-align: center; }

a.sideLink{text-decoration: none; color: #1d286c;}
a.sideLink:hover{color: #D60000; font-weight: bold;}

a.downBtn{color: #fff; text-decoration: none;}
a.downBtn:hover{color: red; text-decoration: underline;}

.thisPage{color: red; font-weight: bold; border: 1px solid #666; text-decoration: none; padding: 2px 5px; background-color: #ccc;}
.pageLink{color: #000; text-decoration: none; font-weight: bold; border: 1px solid #666; padding: 2px 5px;}
.pageLink:hover{color: red;  font-weight: bold;}

a.arrow{color:#000; font-size: 16px; font-weight:bold; font-family: arial; text-decoration: none;}
a.arrow:hover{color:red;}

.guid{margin-left: 10px; color: #fff; text-decoration: none; font-size: 16px; font-weight: bold; }
.guid:hover{color:red;}

.softwareSite{
	background-color: #8AE87D; 
	text-decoration:none; 
	color: #000; 
	width: 100px; 
	height: 35px; 
	padding: 5px;
	border-radius:10px;
}
.softwareSite:hover{
	background-color: green; 
	text-decoration:none; 
	color: #000; 
	width: 100px; 
	height: 35px; 
	padding: 5px;
	border-radius:10px;
}


#divFormNew {
	position: relative;
	margin:0px auto;
	padding : 7px;
	background-color:#333;
	width: 500px;
	height:300px;
	z-index: 99999;
	margin:180px auto 0px auto;
}

#addBoxBlindAll{
	display: none; /*--hidden by default--*/
	background: #333;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .50;
	z-index: 410; 
	}
		
#addBoxBG{z-index:444; position:fixed; width:100%; height:100%; left:0; top:0;}

.footerData{margin-top: 5px; color:#fff; margin-right:15px; float:right; font-size:12px;}

.brokenLink{margin-top: 4px; font-size: 16px; font-weight: bold; color: #0B6121;}
.brokenLink:hover{color: red; cursor: pointer;}

.sideTitles a{text-decoration: none; font-weight: bold; color: #006;}
.sideTitles a:hover{color: red;}

.footerLogo{text-decoration: none;}
.footerLogo:hover{text-decoration: underline;}


