/* CSS Document */

/* STRUCTURE */

body{margin:auto;}

.maincontainer{
	direction:rtl;
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
	width:495px;
	height:auto;
	overflow: hidden;
	text-align:right;
	clear: both;
}

.top{
	width:495px;
	height:47px;
	background-image:url(../img/h1.jpg);
	background-repeat:no-repeat;
	padding-top: 10px;
	margin: auto;
}

.content{
	width:auto;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	padding: 0px 10px 0px 10px;
	height:auto;
	overflow: hidden;
	margin: auto;
}

.frame{
	width:463px;
	border:#CCCCCC 1px solid;
	padding: 5px 5px 5px 5px;
	height:auto;
	overflow: hidden;
	clear: both;
	
}

.footer{
	width:495px;
	height:40px;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	overflow: hidden;
	margin: auto;
}

.clr{
	height:10px;
	clear: both;
}

.clr2{
	height:15px;
	clear: both;
}


/* TEXT */

h1{
	color:#6699CC;
	font-size:18px;
	font-weight:bold;
	padding: 10px 10px 0px 5px;
	margin: 0;
}

h2{
	background: #F0F0F0;
	border-top:#ccc 1px double;
	font-size:18px;
	color: #FF5A00;
	padding-right:5px;
	margin: 0;
	margin-bottom: 10px;
}

.cell{
	font-size:12px;
	color:#04305C;
	font-weight: bold;
	padding-top: 3px;
}

#note{
	color:#6699CC;
}

#error{
	color:#FF0000;
}	

#title{
	color:#FF5A00;
}

a:link, a:visited, a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF5A00;
	text-decoration:none;
	
}

 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#6699CC;
	text-decoration:underline;
}
