@media print {
	.dont_print {
		display:none;
	}
	.print {
		display:block;
	}
}

@media screen {
	.dont_print {
		display:block;
	}
	.print {
		display:none;
	}
}

/****************************   Main Items ***************************/

body {
	background-color:#FFFFFF;	
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align : right;
	font : normal 12px Arial, Helvetica, sans-serif;
	color : black;
}
Table {
	font-size : 100%;
}

hr {
	height : 1px;
	color : #B9CAFF;
	width : 100%;
}
/******************************  Navigation bar **************************/

.menu {
	font-family: arial;
	cursor: hand;
}

.menurow {
	color: #00299D;
	font:bold 12px;
	width: 160px;
	height: 25px;
	border-width: 0 3 1 0;
	border-style: solid;
	border-color: #ffffff;
	position: relative;
	background-color: #76DAFF;
	padding: 3px;
}

.menurowover {
	color: #00299D;
	font:bold 12px;
	width: 160px;
	height: 25px;
	border-width: 0 3 1 0;
	border-style: solid;
	border-color: #ffffff;
	position: relative;
	background-color: #A5E7FF;
	padding: 3px;
}

.menufirstrow {
	color: #000000;
	font-size: 11px;
	padding: 0 0 0 0;
	border-width: 0px;
	position: relative;
	width: 100%;
}

.menufirstrowover {
	color: #000000;
	font-size: 11px;
	padding: 0 0 0 0;
	border-width: 0px;
	position: relative;
	width: 100%;
}
/*********************************** Center ********************************/
Table.Main 
{
	width : 100%;
	background-color:#FFFFFF;
	text-align : center;
	direction : rtl;
}
Table.MainIn 
{
	width : 100%;
	background-color:#FFFFFF;
	text-align : right;
	direction : rtl;
}
Table.bodyHome
{
	width: 560px;
	text-align : right;
	margin : 18px 40px 0 0;
}
Table.body
{
	width: 560px;
	text-align : right;
	margin : 30px 40px 0 0;
}
Table.Navigation
{
	width: 100%;
	text-align : right;
	background-color:#01017D;	
	height : 20px;
}
table.text
{
	padding : 5px;
	color : #000798;
}
table.ticker
{
	padding : 5px;
	font : normal 14px;
}
table.bottom
{
	color : #5d5d5d;
	font : normal 11px;
	margin : 10px 0 10px 0;
}
/*********************************** Article ********************************/
td.title
{
	font : bold 18px;	
	color : #01017D;
}
a.ArtSubTitle
{
	font : bold 14px;
	color : #660066;
}
a.ArtSubTitle:hover
{
	font : bold 14px;
	color : #0039B7;
}
Table.MoreArticles
{
	background-color:#E4E8FF;
	padding:4px;
	border : 1px solid #89A3C9;
	width : 178px;
}
Td.MoreArticleTitle
{
	background-color:#6397FF;
	color : white;
	text-align : center;	
}
td.EventTitle
{
	font : bold 14px;
	color : #00299D;
}
/*********************************** A href ********************************/

A {
	font: normal 12px;
	text-decoration:underline;
	color:#000000;
}
A:hover {
	font: normal 12px;
	text-decoration:underline;
	color:#350062;
}
A.bottom {
	font: normal 11px;
	text-decoration:underline;
	color:#003DAD;
}
A.bottom:hover {
	font: normal 11px;
	text-decoration:underline;
	color:#0000cc;
}
A.articleTitle {
	font: bold 16px;
	text-decoration:underline;
	color:#223BA0;
}
A.articleTitle:hover {
	font: bold 16px;
	text-decoration:underline;
	color:#01017D;
}
/*********************************** System ********************************/

Table.massege {
	background-color : #F1F1F1;
	width: 445px;
	height: 150px;
	border:1px solid #A0993C;
	font : normal 14px;
	margin: 20px 0 20px 0;
	padding : 0 10px 0 0;
	text-align : right;
	direction : rtl;
}

A.navigationTab {
	font: normal 11px;
	text-decoration:underline;
	color:#000000;
}

A.navigationTab:hover {
	font: normal 11px;
	text-decoration:underline;
	color:#0000cc;
}

.massege {
	font:bold 14px;
	color : red;
	direction : rtl;
	text-align : center;
	padding : 10px 0 10px 0;
}
.Parents {
	width:445px;
	height:19px;
	font: normal 11px;	
	direction : rtl;
	vertical-align: middle;
}
/*********************************** Forms ********************************/
input.contact
{
	background-color:white;
	border : 1px solid #89A3C9;
	width : 140px;
	font : normal 12px;
	height : 20px;
}
input.contactDisabled
{
	background-color:white;
	border : 1px solid #c0c0c0;
	width : 200px;
	font : normal 12px;
	height : 20px;
}
select.contact
{
	background-color:white;
	border : 1px solid #89A3C9;
	width : 200px;
	font : normal 12px;
	height : 20px;
}
select.contactDisabled
{
	background-color:white;
	border : 1px solid #c0c0c0;
	width : 200px;
	font : normal 12px;
	height : 20px;
}
textarea.contact
{
	background-color:white;
	border : 1px solid #89A3C9;
	width : 200px;
	font : normal 12px;
	height : 80px;
}
input.subscribe
{
	background-color:white;
	border : 1px solid #89A3C9;
	width : 130px;
	font : normal 12px;
	height : 20px;
}
textarea.subscribe
{
	background-color:white;
	border : 1px solid #89A3C9;
	width : 130px;
	font : normal 12px;
	height : 20px;
}
/*********************************** Forum ********************************/
Input.title
{
	background-color:white;
	border : 1px solid black;
	width : 350px;
	height : 20px;
	font : normal 12px;
}
Textarea.forum
{
	background-color:white;
	border : 1px solid black;
	width : 350px;
	height : 150px;
	font : normal 12px;
}
Input.form
{
	background-color:white;
	border : 1px solid black;
	width : 150px;
	height : 20px;
	font : normal 12px;
}
span.forum
{
	font-weight : bold;
	cursor: hand;
}
Table.forum
{
	width : 100%;
	background-color:#f4f4f4;
}
Table.ForumName
{
	width : 100%;
	padding : 2px;
}
/*********************************** DHTML Control ********************************/
.size1 {
	font-size: 10px;
}
.size2 {
	font-size: 12px;
}
.size3 {
	font-size: 16px;
}
.size4 {
	font-size: 18px;
}
.size5 {
	font-size: 24px;
}
.size6 {
	font-size: 30px;
}
.size7 {
	font-size: 44px;
}


/****************************   Daronet Logo ***************************/
.Daronet_Logo {width:160px;border:0px solid black;margin-right:10px;}
.Daronet_Logo a{text-decoration:none;color:#22407c;font-weight:bold;font-size:11px;}
.Daronet_Logo a:hover{color:#22407c;font-weight:bold;font-size:11px;}