/*
+--------------------------------------------------------------------------
|   Cascading Style Sheet for MKportal "Default" Portal Template
|   ========================================
+---------------------------------------------------------------------------
|   Edited By ADMIN
|   Arabic MkPortal
|   http://www.gulfson.com
|   Email: ww200@hotmail.com
|
+--------------------------------------------------------------------------
*/

/*=============================
M
K  global styles
P
=============================*/
/* IMPORT body */

body {
	background: #FFFFFF;
	color: #000000;
	font: bold 13pt arial,verdana,helvetica,sans-serif;
	margin: 0px 0px 0px 0px;
}

html
{
	scrollbar-base-color: #A4B78A;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}

a:link, a:visited
{
	color: #F95200;
	text-decoration: none;
}

a:hover, a:active
{
	color: #FF0000;
	text-decoration: none;
}

.tborder
{
	background: #E6F2DE;
}
.thead
{
	vertical-align: middle;
	background-image: url("/mkportal/templates/green/images/body.jpg");
	background-color: #E6F2DE;
	color: #000000;
	font: 8pt ms sans serif,arial;
	text-align: center;
}
.thead a:link, .thead a:visited, .thead a:hover, .thead a:active
{
	color: #000000;;
	text-decoration: none;
}
td.thead, div.thead { padding: 4px; }
.alt1, .alt1Active
{
	background: #FFFFFF;
	color: #000000;
	font: 8pt ms sans serif,arial;
}
.alt1 a:link, .alt1Active a:link, .alt1 a:visited, .alt1Active a:visited
{
	color: #F95200;
}
.alt1 a:hover, .alt1 a:active, .alt1Active a:hover, .alt1Active a:active
{
	color: #FF0000;
}
.alt2, .alt2Active
{
	background: #E6F2DE;
	color: #000000;
	font: 8pt ms sans serif,arial;
}
.alt2 a:link, .alt2Active a:link, .alt2 a:visited, .alt2Active a:visited
{
	color: #699D60;
}
.alt2 a:hover, .alt2 a:active, .alt2Active a:hover, .alt2Active a:active
{
	color: #FF0000;
}
textarea, .input
{
	font-size: 8pt;
	font-weight: normal; /* needed for Mozilla */
	border: 1pt dotted #699D60;	
}
.button
{
	background-image: url("/mkportal/templates/green/images/body.jpg");
	background-color: #E6F2DE;
	color: #000000;
	font-size: 8pt;
	border: 1px solid #000000
}
select
{	
	vertical-align: middle;
	background-color: #E6F2DE;
	color: #000000;
	font: 8pt ms sans serif,arial;
}
.quote {
	color: #000000;
	font: 7pt ms sans serif,arial;
	font-weight: normal;
	background-color: #ffffff;
	margin: 0;
	padding: 0;	
}
.tdspacer {
	line-height: 3px;
}
th.alt1, th.alt2, th.thead { 
	border: 1pt dotted #699D60;
	padding: 8px; 
 }
.trattini3 {
	border-width: 0 0 1px 0;
	border-style: dashed;
}
.error {	
	font-size: 12pt;
	color: #ff0000;
	font-weight:bold;
}