/**
 * $Id$
 * Website Baker template: simple
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 20px;
	direction: rtl;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.head_imgs {
	text-align: center;
	margin-bottom: 10px;
}
.footer_imgs {
	text-align: center;
	margin-top: 10px;
}
.header {
  direction: ltr;
	background-color: #0166FF;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	color: #000000;
	height: 39px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}
.menu {
	width: 150px;
	vertical-align: top;
}
.menu ul, .menu li {
  background-image: url(images/arrow_empty_RTL.jpg);
  background-repeat: no-repeat;
  background-position: top right;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 20px;  
}
.menu_current {
 	background-image: url(images/arrow_full_RTL.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  display: block;
  list-style-type: none;
  padding: 0px 15px 0px 0px;
  margin: 0px -15px 0px 0px;
	font-weight: bold;
}
.menu ul:hover, .menu li:hover{
	background-image: url(images/arrow_full_RTL.jpg);
  background-repeat: no-repeat;
  background-position: top right;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.highlight {
	background-color: #D0D0D0;
}
.lang {
	vertical-align: bottom;
	text-align: center;
}
.content_head {
	padding: 0px 0px 5px 0px;
	vertical-align: top;
	background-image: url(images/line.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}
.content {
	background-color: #FFFFFF;
	padding: 20px;
	vertical-align: top;
}
.content_footer {
	padding: 10px;
	vertical-align: bottom;
	background-image: url(images/line.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}
.footer {
	text-align: center;
	font-size: 10px;
	height: 10px;
}
.menu_footer a {
  color: #666666;
}
.copyright {
  text-align: center;
	font-size: 10px;
	height: 10px;
}
