* {margin:0;padding:0}
.clear { clear: both; height: 0; }

h1 { margin: 0px 0 5px; font-size: 22px; font-weight: normal; }
h2 { font-size: 22px; margin: 15px 0; font-weight: normal;}
h3 { font-size: 18px; margin: 10px 0; font-weight: normal;}
h4 { font-size: 16px; margin: 10px 0; font-weight: normal;}
hr {height: 1px; border: 0; }
p { margin: 15px 0;}
a img { border: none; }

body
{
	direction: rtl;
	font-size: 12px;
	font-family: sans-serif;
	background-color: #e6e6fa;
}

#container {
  /*min-width: 960px;*/
  width:100%;
}

#header, #wrapper {
  /*padding: 0 20px;*/
}

#header {
  position: relative;
  padding-top: 1px;  
}

#header h1 {
  margin: 0;
  padding: 0px 0;  
  font-size: 30px;
}

#header h1 a:link, #header h1 a:active, #header h1 a:hover, #header h1 a:visited {
  text-decoration: none;
}

#main {  
  width: 70%;
  float: right;    
  height:450px;
}

.actions-bar {
  padding: 10px 1px;
}

.actions-bar .actions {
  float: right;
}


.actions-bar .pagination {
  float: right;
  padding: 1px 0;
}

#sidebar {
  width: 25%;
  float: right;      
}

#sidebar h3 {  
  padding: 10px 15px;
  margin: 0;
  font-size: 13px;
}

#sidebar .lass="block" {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#sidebar .block .content {
  padding: 0 15px;
}

#sidebar ul.navigation li a:link, #sidebar ul.navigation li a:visited {
  display: block;
  padding: 10px 15px;
}

#sidebar .block .sidebar-block, #sidebar .notice {
  padding:10px;
}

#wrapper {
  padding-top: 10px;
}

#main .block {
  margin-bottom: 20px;
  padding-top: 1px;
}

#main .block .content .inner {
  padding: 0 15px 15px;  
}

#main .main p.first {
  margin-top: 0;
}

#user-navigation {
  position: absolute;
  top: 0px;
  right: 20px;  
}

#main-navigation {
  width: 100%;
}

#user-navigation ul, #main-navigation ul, .secondary-navigation ul, #sidebar ul.navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#user-navigation ul li, #main-navigation ul li, .secondary-navigation ul li {
  float: right;  
}

#main-navigation ul li {
  margin-right: 5px;
}

#user-navigation ul li {
  padding: 5px 10px;
}

#main-navigation ul li a:link, #main-navigation ul li a:visited, #main-navigation ul li a:hover, #main-navigation ul li a:active,
.secondary-navigation ul li a:link, .secondary-navigation ul li a:visited, .secondary-navigation ul li a:hover, .secondary-navigation ul li a:active,
#user-navigation ul li a:link, #user-navigation ul li a:visited, #user-navigation ul li a:hover, #user-navigation ul li a:active {
  text-decoration: none;
}

#main-navigation ul li a {
  font-size: 15px;
  display: block;
  padding: 8px 15px;
}

.secondary-navigation {
  font-size: 13px;  
  border-bottom-width: 10px;
  border-bottom-style: solid;
}

.secondary-navigation ul li a {
  display: block;
  padding: 10px 15px;  
}

#footer {
  padding-bottom: 20px;
}

/* pagination */

.pagination a, .pagination span {
  padding: 2px 5px;
  margin-right: 5px; 
  display: block;
  float: right;
  border-style: solid;
  border-width: 1px;
}

.pagination span.current {
  font-weight: bold;  
}

.pagination a {
  text-decoration: none;  
}

/* tables */
.table {
  width: 100%;
  border-collapse: collapse;  
  margin-bottom: 15px;
}

.table th {
  font-weight: bold;
  text-align: center;
}

.table th.first {
  width: 30px;
}

.table th.last {
  width: 200px;
}

.table td {
  padding: 5px;
}

.table td.last {
  text-align: right;
}

.smallTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}

.smallTable th {
  font-weight: bold;
  text-align: center;
}

.smallTable th.first {
  width: 30px;
}

.smallTable th.last {
  width: 200px;
}

.smallTable td {
  padding: 0px;
}

.smallTable td.last {
  text-align: right;
}

/* forms */

input.checkbox {
  margin: 0;
  padding: 0;
}

.form .group {
  margin-bottom: 15px;
}

.form div.left {
  width: 20%;
  float: right;
}

.form div.right {
  width: 75%;
  float: right;
}

.form .columns .column {
  width: 48%;
}

.form .columns .left {
  float: right;
}

.form .columns .right {
  float: right;
}

.form label.label, .form input.text_field, .form textarea.text_area {
  font-size: 1.2em;
  padding: 1px 0;
  margin: 0;
  overflow:auto;
}

.form label.right {
  text-align: right;
}

.form input.checkbox, .form input.radio {
  margin-right: 5px;
}

.form label.checkbox, .form label.radio {
  line-height: 1.5em;
}

.form label.label {
  display: block;
  padding-bottom: 2px;  
  font-weight: bold;
}

.form div.fieldWithErrors label.label {
  display: inline;
}

.form .fieldWithErrors .error {
  color: red;
}

.form input.text_field, .form textarea.text_area {
  width: 100%;
  border-width: 1px;
  border-style: solid;
}

.field_focus {
	width: 100%;
	border:solid 2px #BBDAFD;
}

/* lists */

ul.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.list li {
  clear: left;
  padding-bottom: 5px;
}

ul.list li .left {
  float: right;  
}

ul.list li .left .avatar {
  width: 50px;
  height: 50px;
}

ul.list li .item {
  margin-left: 80px;
}

ul.list li .item .avatar {
  float: right;
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
}

/* box */

#box {
  width: 500px;
  margin: 50px auto;  
}

#box .block {
  margin-bottom: 20px;
}

#box .block h2 {
  padding: 10px 15px;
  margin: 0;  
}

#box .block .content {
  padding: 10px 20px;
}

#box_long {
  width: 100%;
  margin: auto;  
}

#box_long .block {
  margin-bottom: 20px;
}

#box_long .block h2 {
  padding: 10px 15px;
  margin: 0;  
}

#box_long .block h4 {
  padding: 5px 15px;
  margin: 0;  
}

#box_long .block .content {
  padding: 10px 20px;
}

.divScroll-1 {
	overflow:scroll;
}

.divScroll-2 {
	overflow:scroll;
	overflow-y:hidden;
	white-space:nowrap;
}

.divScrollHidden {
	overflow:hidden;
	white-space:nowrap;
}

.film {
	background-image:url(../images/film.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	width:150px;
	height:90px;
}

.dataTableMain
{
	font-family:Arial;
	font-size: 10pt;
	background-color:#B0C4DE;
}

.dataTable1
{
	font-family:Arial;
	font-size: 10pt;
	background-color:#E4EFF8;
}

.dataTable2
{
	font-size: 10pt;
	font-family: Arial;
	background-color: #FAFAFA;
}

.dataTableDisable
{
	font-size: 10pt;
	font-family: Arial;
	background-color: InactiveCaptionText;
}

.dataTable_over
{
	font-size: 10pt;
	color: white;
	font-family: Arial;
	background-color: #6699cc;
}

.dataTableClear
{
	font-family:Arial;
	font-size: 10pt;
	background-color:#fff;
}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.transparent_class_dark {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
}

 .portletData
{
	font-size: 10pt;
	color: black;
	font-family:Arial (Hebrew);
}

.portletTitle
{
	font-size: 10pt;
	color:#336699;
	font-family:Arial (Hebrew);
	
}

.portletCaption
{
	font-size: 10pt;
	color: white;
	font-family: Arial (Hebrew);
	background-color: #232c30;
	width:100%;
	text-align:center;
	
}

.portlet
{
	border: #232c30 1pt solid;
	font-size: 10pt;
	color: #4B4B4B;
	font-family: Arial (Hebrew);
	background-color: lightsteelblue;
	text-align:right;
	direction:rtl;
}

.portletOver
{
	border: #232c30 1pt solid;
	font-size: 10pt;
	color: #000;
	font-family: Arial (Hebrew);
	background-color: white;
	
}

.portletHighlight
{
	color: dimgray;
}
.portletHighlight
{
	font-size: 10pt;
	color: black;
	background-color: lightgrey;
	border-right: darkgray 1px dashed;
	border-top: darkgray 1px dashed;
	border-left: darkgray 1px dashed;
	border-bottom: darkgray 1px dashed;
}

.portletText
{
	font-size: 10pt;
	color: mediumblue;
	background-color: #E4EFF8;
}

.orderImg
{
	vertical-align:middle;
	cursor:pointer;

}

.entityTitle
{
	width:99%;
	background-color:#D3E3FC;
	border:solid 1px #A9B1BC;
	
}

.boxBlue
{

	background-color:#D3E3FC;
	border:solid 1px #A9B1BC;
	height:15px;
	padding:2px 2px 2px 2px;
	font-size:16px;
	font-weight:bold;
	text-align:right;
}

.mainBoxBlue
{
	border:1px solid #A9B1BC;
}

