/*======================================================================*\
|| #################################################################### ||
|| # DevContact Version 2.3.1 - Developer 2007							||
|| # هذا السكربت مجانى ولكن لا يمكنك استخدام اكواده فى اى سكربت آخر		||
|| # ByPHP.NET															||
|| #################################################################### ||
\*======================================================================*/
/*Class for <dfn> tag*/
dfn
{
	font-size: 10px;
	text-decoration : none;
}
/*Class for <a> tag*/
a{
	color : #4F4F4F; 
	font-size: 11px;
	text-decoration : none;
} 
/*Class for <a> tag when mouse point to it*/
A:hover
{
	color : #6E6E6E; 
	text-decoration : underline;
	font-weight: bold;
	cursor: pointer;
	/*border-bottom: dashed #000000 1px;*/
} 
/*Class for the main cat in the navbar*/
.MainCat
{
	color : #FFFFFF; 
	font-weight: bold;
	font-size: 14px;
	font-family: tahoma;
	text-decoration : none;
	/*background-color: #6B6B6B;*/
}
/*Class for the sub cat in the navbar*/
.SubCat
{
	color : #0066FF; 
	font-size: 11px;
	font-family: tahoma;
	text-decoration : none;
}
/*Class for the main <tr> in table*/
.MainTR
{
	color : #FFFFFF; 
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma;
	text-decoration : none;
	/*background-color: #2F9ED5;*/
}
/*Class for any title*/
.Title
{
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
	color: #FFFFFF;
	background: #9F9F9F;
}
/*Class for using a small font in various places*/
.SmallFont
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
}
/*Class for a normal font*/
.NormalFont
{
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma;
}
/*Class to NavBar when mouse point to it*/
.NavOver
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background: #B0B0B0;
	font-family: Tahoma;
	text-decoration : none;
}
/*Class for the default navbar when mouse doesn't point to it*/
.NavOut{

	color : #0066FF; 
	font-size: 11px;
	font-family: Tahoma;
	text-decoration : none;
}
/*Class for alternating bg #3*/
.alt3
{
	font-weight: bold;
	color: #000000;
	background: #FFFFCC;
	font-size: 11px;
	font-family: Tahoma;
}
/*Class for done redirectd*/
.done
{
	font-weight: bold;
	background: #EEEEEE;
	font-size: 16px;
}
img
{
	border: 0;
} 
img:hover
{
	text-decoration : none;
}
.subs
{
	font-size: 80%;
	background-color: #454578;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.pagenav a 
{ 
	text-decoration: none;
}
.pagenav td 
{ 
	padding: 2px 4px 2px 4px; 
}
.page
{
	background: #FFFFFF;
	color: #000000;
}
.time
{
	color: #B0AFB4;
}
input, textarea
{
	background-color: #F8F8F8;
	border: 1px solid #999999;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	margin: 3px;
	padding: 1px;
}
input:hover, textarea:hover
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: bold;
	margin: 3px;
	padding: 1px;
}
option, select
{
	background-color: #F8F8F8;
	border: 1px solid #999999;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}
option:hover, select:hover
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: bold;
}
.loading
{
	position: absolute;
	right: 15px;
	top: 20px;
	background-color: #CE0000;
	width: 160px;
	color: #FFFFFF; 
	font-size: 14px;
	font-family: tahoma;
	text-decoration: none;
}
/*END of Classes*/
