﻿/***************Font Area***********************/
body, textarea, h1 { font-family:Arial; font-size:12px;}

textarea, select, .textbox, .button{font-size:11px;}

/***************Font Area***********************/
.textbox
{
    height:14px;
}

select
{
    height:20px;
}

body 
{
    direction:rtl;
    margin:0px;
    padding:0px;
}

a, .menu1 a, body, .advancedSearch .advancedLink, .breadCrumb a
{
    color:#444444;
}

h1
{
    color:#082956;
    margin:10px 0 5px 0;
    padding:0px;
}

.label 
{
    white-space:nowrap;
    font-weight:bold;
    text-align:left;
    height:20px;
    padding-left:4px;
}

.filterBox
{
	border-width:0;
	background:#E9E9E9;
}

.filterBox select
{
	width:90px;
}
.filterBox input
{
	width:83px;
	height:10px;
}
.filterBoxLabel
{
    white-space:nowrap;
    font-weight:normal;
	height:15px;
	text-align:left;
}

/* SUGGESTION */

.suggestionListCss 
{
	visibility : hidden;
	margin : 0 !important;
	background-color : White;
	color : windowtext;
	border : buttonshadow;
	background-color:White;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height :auto;
	text-align : right; 
	list-style-type : none;
	padding-right: 0 !important;
}

.suggestionListItem 
{
	background-color : #F7F7F7;
	color : windowtext;
	padding : 1px;
}

.suggestionListHighlitedItem 
{
	background-color :#E7FFCA;
	color : windowtext;
	padding : 1px;
}

/*******************************************************/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup p {
    padding: 5px;
}


.popupClass
{
	margin:auto;
	width:650px;
	background-color:White;
	border:solid 1px gray;
}

.popupClassHeader
{
	font-weight:bold;background-color:#B2D1D6;height:20px;width:100%
}
.popupClassHeader a
{
	color:Black;
}
.popupClassContent
{
	overflow:auto;
	width:100%;
}
/*******************************************************/

.menu1 .username, .copyright .prog4biz
{
    color:#95BB27;
}

.menu1 a:hover, .menu1 a
{
    text-decoration:none;
}

.copyright
{
    color:#163C6D;
    width:100%;
    text-align:left;
    font-weight:bold;
}

.advancedSearch
{
    float:left;
    background-image:url(img/logo.gif);
    background-repeat:no-repeat;
    width:366px;
    height:98px;
}

.advancedSearch .textbox
{
    border:solid 1px #BFBFBF;
    width:105px;
    height:13px;
}

.advancedSearch .advancedLink
{
    background-image:url(img/advancedArrow.gif);
    background-repeat:no-repeat;
    background-position:right center;
    padding-right:10px;
    display:block;
    text-decoration:none;
    width:110px;
}

.advancedSearch table
{
    margin-top:70px;
}

.exportAndPrint
{
    background-color:#E9E9E9;
}

.exportAndPrint td
{
    padding:0 5px 0 5px;
}

.button
{
    border:solid 1px #BFBFBF;
    background-color:#A6CE3A;
    font-weight:bold;
    color:White;
    padding:0px 5px 0px 5px;
    margin:0px 5px 0px 5px;
}

.loadingDiv{position:absolute;background-color:Red;color:White;padding:3px 5px 3px 5px;}

.message{color:Red;}

.dateTimePicker, .dateTimePicker tr, .dateTimePicker tr td
{
	border-width:0px;
}


.jqDateMask
{
    height:14px;
    width:60px;
    font-size:11px;
}

.reportStyle
{
    
    height:100%;
    font-size: 8pt;
    font-family: Arial (Hebrew);
    direction: rtl;
    
    
}
.reportStyle > DIV > DIV > table div > table 
{
    direction: ltr;

    text-align:right;
}

/* deployment specefic: hide some fields on station details for spd*/
.someStatDetFields
{
	display:none;
	visibility:hidden;
}