@charset "utf-8";
/* CSS Document */

body 
{
direction:rtl;
background:#FFF;
color:#333333;
font-family:Tahoma, Verdana;
font-size:12px;
text-align:center;
}

.bodyContent {
background:#EEE;
}

#header 
{
position:relative;
top:10px;
width:100%;
text-align:center;
}

#all {
position:relative;
top:10px;
width:100%;
text-align:center;
}

#main {
width:600px;
}

.Box 
{
margin-top:10px;
/* background:#BBCCEE; /* caf5c8 */
background:url(images/bg1.jpg);
border:#000000 2px solid;
color:#FFF;
}

a {
text-decoration:none;
color:#666666;
}
a:hover {
color:#FF0000;
}

.title {
background:#FFFFFF;
color:#990000;
font-weight:bold;
border:#000000 1px solid;
margin:5px;
padding:5px;
}

.content 
{
background:#EEE;
border:#FFFFFF;
text-align:right;
border:2px solid #000;
margin:5px;
padding:5px;
line-height:20px;
color:#000;
}

.RedText 
{
color:#FF0000;
font-weight:bold;

}

hr {
width:400px;
}

input,textarea {
border:2px groove #0066CC;
background:#FFF;
color:#333;
padding:2px;
}

input:hover , textarea:hover {
border:2px inset #BBCCEE;
}

input:focus , textarea:focus {
border:2px inset #FF0000;
}

ul.getLink {
padding:0;
list-style:inside;
}

ul.getLink li {
margin-top:20px;
border:1px dashed #990000;
padding-right:5px;
background:#FFF;
}
