﻿/* CSS Document */

body
	{
	font-family:tahoma;
	font-size:12px;
    }
.bodyFont 
    {
		font-family:Tahoma;
		font-size:12px;
    }
.style3 {color: #990000}
table.MainContent {
	border-width: 1px;
	border-spacing:0px ;
	border-style: solid;
	border-color:#F0F0F0;
	border-collapse: collapse;
}

table.MainContent td {
	border-width: 0px;
	border-top:none;
	padding: 0px;
	border-style: none;
	border-color:#DDF2EC;
	-moz-border-radius: ;
}

.noBorder {
	border-width: 0px;
	border-spacing:0px ;
	border-style: none;
	border-collapse: collapse;
}

.noBorder td {
	border-width: 0px;
	border-top:none;
	padding: 0px;
	border-style: none;
	-moz-border-radius: ;
}

/*----------------------------------*/

table.sample2 {
	border-width: 0px;
	border-spacing: ;
	border-style: none;
	border-color: green;
	border-collapse: collapse;
	background-color: white;
}
/*table.sample2 th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: green;
	background-color: white;
	-moz-border-radius: ;
}*/
table.sample2 td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color:#cccccc;
	-moz-border-radius: ;
}

/*----------------------------------*/

table.sample3 {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: green;
	border-collapse: collapse;
	background-color: white;
}
/*table.sample3 th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: green;
	background-color: white;
	-moz-border-radius: ;
}*/
table.sample3 td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color:#cccccc;
	-moz-border-radius: ;
}
.FormsAndControls {
font-family:tahoma;
font-size:11px;
direction:rtl;
background:#FFF0E1;
}
.FormsAndControlsAll {
font-family:tahoma;
font-size:11px;
direction:rtl;
height:16px;
width:inherit ;
}
table.signupForm {
	border-width: 0px;
}

table.signupForm td {
	border-width: 1px;
	padding: 0px;
	border-style:solid;
	border-color:#CCCCCC;
	background-color:#EEEEEE;
	height:27px;
	direction:rtl;
	text-align:right;
}

table.menuTable 
{
	direction:rtl;
	border-width:1px;
	border-spacing:3px;
}
table.menuTable td {
	border-width: 1px;
	padding: 5px;	
	border-style:solid;
	border-color:#CCCCCC;
	-moz-border-radius: ;
}
A {
text-decoration:none;
color:#0066CC;
}

.submitButton {
font-family:Tahoma;
font-size:12px; 
background:#CCCCCC; 
border:dotted; 
border:thin;
border:#CCCCCC;
}

table.topDownBorder {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: green;
	border-collapse: collapse;
	background-color: white;
}
table.topDownBorder td {
	border-width: 1px;
	padding: 0px;
	border-style:dashed ;
	border-left:none;
	border-right:none;
	border-color:#DFEFF4;
	height:25px;
	vertical-align:middle;
}

.articleSection 
{
	width:700px; 
	text-align:right;	
}
.articleSection div:hover 
{
	background-color:#F7F7F7;
}
.ArticleTitle 
{
	margin-top:15px;
	color:#0066CC;	
}
.articleInfo
{
	color:#999999;margin-top:4px;
}
.articleIntro 
{
	margin-top:8px;
	text-align:justify;
	color:#494949
}
.articleIntro span:hover
{
	color:#000000;
	font-size:13px;
}
.articleContinue
{
	color:#0033CC;	
	margin-bottom:15px;
}
.editArticle a
{
	color:#666666;
	float:left;	
}
.editArticle a:hover
{
	color:Maroon;
}
