﻿body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #B7C2F2;
}
body, input, select, textarea{
	font-family: Tahoma;
	font-size: 10pt;
}
.siteholder{
	width: 937px;
	margin: auto;
	
	text-align: right;
	direction: rtl;

background-color:#FFF;
border-left: 1px solid #D9D9D9;
	border-right: 1px solid #d9d9d9;
		background-repeat:no-repeat;
}

#sitelogo{
	border-bottom: 2px solid #D9D9D9;
}
#sitecontent{

	padding: 3px;
}
.p-justify{
	text-align: justify;
}
.p-center{
	text-align: center;
}
#sitecopyright{
	padding: 5px;
	font-size: 8pt;
	background-color: #DBDBDB;
	text-align: center;
	margin-top: 10px;
	color: #767676;
}
a{
	text-decoration: none;
	color: #CCCCCC;
}
a:hover{
	color: red;
}
a img
{/*
    border:1px solid #c0c0c0;*/
    border:none;
    margin-bottom:2px;
}
.infoerror, .infoalert, .infosuccess{
	padding: 3px;
}
.infoalert{
	border: 1px solid #D6D700;
	background-color: #FFFFE1;
	color: #464600;
}
.infoerror{
	background-color: #FAF2EF;
	color: #6D371D;
	border: 1px solid #A0522D;
}
.infosuccess{
	background-color: #F4FBF6;
	color: #20663E;
	border: 1px solid #3CB371;
}
#sitenavigation a{
	display:block;
	padding: 4px;
	background-color: #F5F5F5;
	color: #8C8C8C;
	border: 1px solid #f5f5f5;
	border-bottom: 4px solid #EDEDED;
}
#sitenavigation a:hover{
	background-color: #E7F1F8;
	color: #255A83;
	border: 1px solid #BCD6EB;
	border-bottom: 4px solid #7FAED3;
}
#sitenavigation a.active{
	cursor: default;
	background-color: #EDEED6;
	color: #616127;
	border: 1px solid #D7D89A;
	border-bottom: 4px solid #D7D89A;
}
label.fixwidth
{
    width:100px;
    display:block;
    float:right;
}
.ltr
{
    text-align:left;
    direction:ltr;
}
#sitesidenavigation
{
    width:150px;
    float:right;

    padding:10px;
    padding-top:5px;
}
#sitecontent
{
    margin-right:225px;
    
}
#sitecopyright
{
    clear:both;
}
.leftbox
{
    width:190px;
    padding:5px;
    border:1px solid #c0c0c0;
}
.leftboxtitle
{
    background-color:#c0c0c0;
    text-align:center;
    padding:2px;
    color:White;
}

