/* Body */

BODY{
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	cursor: default;
	text-decoration: none;
	direction: rtl;
}

td, tr{
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	cursor: default;
	text-decoration: none;
}

/* Menu */

#menucell{
	font-family: tahoma;
	font-size: 8pt;
	padding: 0 4 0 0;
	color: #FFFFFF;
}
/*
#menucell a{
	font-family: tahoma;
	font-size: 8pt;
	text-decoration: none;
	color: #0066CC;
	display: block;
}
*/
#menucell a:hover{
	color: #FF3300;
}

td#menu{
	padding: 3 10 3 0;
}

a.home{
	font-family: tahoma;
	font-size: 8pt;
	height: 16px;
	text-decoration: none;
	background: url('icons/home.gif') no-repeat right;
	padding: 1 22 0 0;
}

a.addnews{
	font-family: tahoma;
	font-size: 8pt;
	height: 16px;
	text-decoration: none;
	background: url('icons/icon-size.gif') no-repeat right;
	padding: 1 22 0 0;
}

a.editnews{
	font-family: tahoma;
	font-size: 8pt;
	height: 16px;
	text-decoration: none;
	background: url('icons/edit.gif') no-repeat right;
	padding: 1 22 0 0;
}

a.options{
	font-family: tahoma;
	font-size: 8pt;
	height: 16px;
	text-decoration: none;
	background: url('icons/icon-settings.gif') no-repeat right;
	padding: 1 22 0 0;
}

a.help{
	font-family: tahoma;
	font-size: 8pt;
	height: 16px;
	text-decoration: none;
	background: url('icons/info.gif') no-repeat right;
	padding: 1 22 0 0;
}

a.logout{
	font-family: tahoma;
	font-size: 8pt;
	height: 16px;
	text-decoration: none;
	background: url('icons/icon_Logout.gif') no-repeat right;
	padding: 1 22 0 0;
}

a.example{
	font-family: tahoma;
	font-size: 8pt;
	height: 16px;
	text-decoration: none;
	background: url('icons/icon-zoom.gif') no-repeat right;
	padding: 1 22 0 0;
}

/* Inputs */

select, option, textarea, input {
	border: #808080 1px solid;
	COLOR: #000000;
	FONT-SIZE: 11px;
	FONT-FAMILY: Tahoma;
	BACKGROUND-COLOR: #ffffff }
	
textarea.templates{
	font-family: tahoma;
	font-size: 8pt;
	width: 100%;
	height: 250px;
	align: right;
	direction: ltr;
}

input[type=submit], input[type=submit]:active, input[type=button], input[type=button]:active {
	font-size:11px;
	color:#333;
	background:transparent url('images/bg_button.png') repeat-x 0 0;
	text-decoration:none;
	border:1px solid #CCC;
	border-width:0 1px;
	padding:0 10px;
	height:18px;
	margin:5px 10px 5px 0;
	white-space:nowrap;
}

.addnewscheck{
	Curosr: pointer;
}

/* Links */

a.cmenu:active, a.cmenu:visited, a.cmenu:link{
	color: #006699;
	display: block;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a.cmenu:hover{
	color: #000066;
	background: #F3F3F3;
	border-left: 6px solid #191819;
}

a:active, a:visited, a:link{
	color: #446488;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a:hover{
	color: #00004F;
	text-decoration: none;
	font-family: Tahoma;, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* Extra */

.header{
	font-size : 16px;
	font-weight: bold;
	color: #808080;
	font-family: tahoma;
	text-decoration: none;
}

.bborder{
	background-color: #FFFFFF;
	border: 1px #A7A6B4 solid;
}

.panel{
	-moz-border-radius: .3em .3em .3em .3em; /* a stupid and unstandard code! :D */
	border: 1px dotted silver;
	background-color: #F7F6F4;
}

/* Divs */

div.address{
	display: none;
	border: 1px solid #000000;
}