/*
----------------------------------------------------------------------------- 
ESSENTIAL
-----------------------------------------------------------------------------*/
html { height: 100%; margin-bottom: 10px; }
body {
	margin: 0;
	margin-top:50px;
	font: 6pt Arial, Verdana, sans-serif;
	color: #FFF;
	background-color: #000000;
	border-style:none;
	}
a { 
	color: #FFFFFF;
	text-decoration:none;
	border-style:none;
	}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
	border-style:none;
	}
a:hover {
	color: #7192BE;
	text-decoration:none;
	border-style:none;
	}
p:hover a:link,
p:hover a:visited { color: #FFFFFF; text-decoration:none; border-style:none;}
p:hover a:hover { color: #FFFFFF; text-decoration:none; border-style:none;}

/*
----------------------------------------------------------------------------- 
TABLE TREATMENTS
-----------------------------------------------------------------------------*/
table {
	border-style:none;
	border-width:thin;
	border-color: #FFFFFF;
	padding-bottom: 1px;
	border-bottom: 0px solid #888;
	font: 8pt Arial, Verdana, sans-serif;
	}
table.main {
	border-style:none;
	border-width:thin;
	border-color: #FFFFFF;
	padding-bottom: 1px;
	border-bottom: 0px solid #888;
	font: 8pt Arial, Verdana, sans-serif;
	}
td.nav {
	font: 8pt Arial, Verdana, sans-serif;
	width:132px;
	height:21px;
	background: url(images/menue_button-all.gif) no-repeat;
	}
td.nav:hover {
	background-position: -138px 0;
	}
td.nav:active {
	background-position: -292px 0;
	}
td.nav_indent {
	font: 8pt Arial, Verdana, sans-serif;
	width:132px;
	height:21px;
	}
td.nav_indent:hover {
	background-position: -138px 0;
	}
td.nav_indent:active {
	background-position: -292px 0;
	}
img {
	border-style:none;
	}
	
td.border_all {
	border-right: 1px solid #9F9C89;
	border-left: 1px solid #9F9C89;
	border-top: 1px solid #9F9C89;
	background-repeat:no-repeat;
	}
	
td.border {
	border-bottom: 1px solid #9F9C89;
	border-right: 1px solid #9F9C89;
	border-top: 1px solid #9F9C89;
	background-repeat:no-repeat;

	}
td.border2 {
	border-bottom: 1px solid #9F9C89;
	border-left: 1px solid #9F9C89;
	border-top: 1px solid #9F9C89;
	}

td.footbar {
	border-bottom: 1px solid #9F9C89;
	border-left: 1px solid #9F9C89;
	border-right: 1px solid #9F9C89;
	border-top: 1px solid #9F9C89;
	}
	
td.footer {
	font: 8pt Arial, Verdana, sans-serif;
}

form {
  margin:0;
  padding:.5em;
}

td.text {
	font: 8pt Arial, Verdana, sans-serif;
	width:132px;
	height:21px;
}

td.thumbs {
	border: 1px solid #505050;
	width: 84px;
	height: 84px;
	text-align: center;
	vertical-align: middle;
	}

/*
----------------------------------------------------------------------------- 
DIV TREATMENTS
-----------------------------------------------------------------------------*/
#divContainer  { z-index: 1; width: 86px; height: 430px; overflow: hidden; visibility: visible; clip: rect(0px 86px 400px 0px) }

td.t_scroll {
	background-position: -10px 0;
	}

/*
----------------------------------------------------------------------------- 
EMAIL
-----------------------------------------------------------------------------*/
.backwards {
unicode-bidi:bidi-override; direction:rtl;
text-align:left;}


