﻿                        /* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
    border:0;
}

INPUT.type_radio,
INPUT.type_checkbox {
	position: relative;
	bottom: -2px;
}
* HTML INPUT.type_radio,
* HTML INPUT.type_checkbox {
    position:static;
    bottom: 0;
}

A {
    text-decoration:none;
    /*-moz-outline-style:none;*/
}
A:hover{
    text-decoration:underline;
}
INPUT, TEXTAREA, SELECT {
    font: 12px arial;
    padding: 1px 2px;
}
OPTION{
    padding: 0 7px 0 3px;
}


/* CLEARFIX */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0;
	line-height: 0;
	font-size: 0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
/* Hide from IE Mac \*/
    .clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {
    height:1%;
}
.imgfix {
	vertical-align: bottom;
}
                        /* GENERAL */
HTML {
	direction: ltr;
}
                        /* BODY and beyond */
BODY{
    direction: ltr;
	background: white;
}





body
{
	margin:0px;
	background-repeat: repeat-y;

}

a
{

color:blue;

}

a:hover
{
background-color:#EEFFCA;

}

#TopHeader {
	height: 205px;
	background-image: url('images/topHeader.jpg');
	background-repeat: no-repeat;
	background-position:1px 0;
    background-repeat:no-repeat;
    height:205px;
    left:0;
    margin:0;
    padding-right:5px;
    position:relative;
}

html>body .TopHeader{
  left:5px;
} 


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	position:absolute;
	filter:alpha(opacity=70);
	opacity:0.7;
}



#PageTitle {
	font-family: Arial;
	font-size: 16px;
	color: white;
	font-weight: bold !important;
	position: relative;
	float: right;
	clear: both;
	top: 5px;
	right:10px;
}
#PageTitle H1{
    font-weight:bold !important;
}
.main_frame{
    background:transparent url(images/mainbg.jpg) repeat scroll center 0;
    bottom:auto;
    height:auto;
    left:0;
    margin:auto;
    position:relative;
    right:auto;
    text-align:right;
    top:auto;
    voice-family:inherit;
    width:782px;
    direction:rtl;
}

/*
html>body .main_frame{
  width:776px;
} 

*/

.content{
	margin:10px;
	font-family:Arial;
	color:#003399;
	font-size:16px;
	 
}
.content H2{
    padding:10px 0px;font-size:14px;font-weight:bold;
}



.footer {
    background:#FFFFFF url(images/fotter.jpg) no-repeat scroll 0 0;
    bottom:0;
    height:76px;
    left:0;
    position:relative;
    z-index:0;
}


.aboutsite A
{
    clear:both;
    color:white;
    float:left;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    margin:22px;
    position:relative;
    top:25px;
}
.aboutsite A:hover
{
    background:none;
    text-decoration:underline;
}


/* StartOf:   This is Css For The Rich Text Editor In Admin*/

.rteImageRaised, .rteImage:hover
{
    background-image:url("dmin/rte/bg_silver.jpg");
    background: #7bbcef;
    cursor: pointer;
    
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;

}

.rteImageLowered, .rteImage:active 
{
    background-image:url("dmin/rte/bg_silver.jpg");
	background: #7bbcef3;

	cursor:  pointer;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack
{
    	
    background-image: url("admin/rte/bg_silver.jpg" );
    letter-spacing: 0;
    padding: 2px;
     margin:0px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 0px solid;
}

.rteBack tbody tr td, .rteBack tr td 
{
 
	
	padding: 0px;
}



/* EndOf:  This is Css For The Rich Text Editor In Admin*/
.PriceTable,
.PriceTable TR,
.PriceTable TR TD
{
    border:medium none !important;
    border-collapse:none;
    direction:rtl;
    padding:7px 0px;

}
.PriceTable TR TD
{
    text-align:right;
    width:122px;
    background-color:#d9f1fc;
}
.TopTd TD
{
    text-align:center !important;
    background-color:white !important;
}