/**
 * Default Look and Feel
 */

@font-face 
{
    font-family: 'OpenSansHebrew';
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/opensanshebrew-lightitalic-webfont.eot);
    src: url(../fonts/opensanshebrew-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-lightitalic-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-lightitalic-webfont.ttf) format('truetype');
}

@font-face 
{
    font-family: 'OpenSansHebrew';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/opensanshebrew-light-webfont.eot);
    src: url(../fonts/opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-light-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-light-webfont.ttf) format('truetype');
}

@font-face 
{
    font-family: 'OpenSansHebrew';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/opensanshebrew-italic-webfont.eot);
    src: url(../fonts/opensanshebrew-italic-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-italic-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-italic-webfont.ttf) format('truetype');
}

@font-face 
{
    font-family: 'OpenSansHebrew';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/opensanshebrew-regular-webfont.eot);
    src: url(../fonts/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-regular-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-regular-webfont.ttf) format('truetype');
}

@font-face 
{
    font-family: 'OpenSansHebrew';
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/opensanshebrew-bolditalic-webfont.eot);
    src: url(../fonts/opensanshebrew-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-bolditalic-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-bolditalic-webfont.ttf) format('truetype');
}

@font-face 
{
    font-family: 'OpenSansHebrew';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/opensanshebrew-bold-webfont.eot);
    src: url(../fonts/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-bold-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-bold-webfont.ttf) format('truetype');
}

@font-face 
{
    font-family: 'OpenSansHebrew';
    font-style: italic;
    font-weight: 800;
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}

@font-face 
{
    font-family: 'OpenSansHebrew';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}

.alertify 
{
	background: #F0F0F0;
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	font-family: OpenSansHebrew, arial;
	font-size: 16px;
}

.alertify-text 
{
	border: 1px solid #CCC;
	padding: 10px;
}

.alertify-button 
{
	margin: 10px;
	margin-bottom: 0px;
	color: #FFF;
	font-family: OpenSansHebrew, arial;
	font-size: 14px;
	padding: 3px 15px;
	text-decoration: none;
	background-color: #4988BB;
	border-radius: 3px;
}

.alertify-confirm #alertify-cancel
{
	background-color: #BCBCBC;
	width: 96px;
	height: 26px;
	border-radius: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

.alertify-alert #alertify-ok
{
	background: url(../designFiles/iconClose.png) no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 8px;
	left: 0px;
}

.alertify-confirm #alertify-ok
{
	background-color: #0a7d88;
	width: 96px;
	height: 26px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 0px;
}

.alertify-button:hover 
{
	background-color: #5CAAD2;
}

.alertify-button:active 
{
	position: relative;
}

.alertify-alert .alertify-dialog
{
	padding: 0px;
}

.alertify-alert .alertify-message
{
	display: none;
}

div.alertBoxTop, div.msgBoxTop
{
/*	height: 5px;
	background-color: #F47621;*/
}

div.alertBoxMsg, div.msgBoxMsg
{
	padding: 25px 15px;
	font-weight: bold;
}

.alertify-log 
{
	background: #1F1F1F;
	background: rgba(0,0,0,.9);
	padding: 15px;
	border-radius: 4px;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}

.alertify-log-error 
{
	background: #FE1A00;
	background: rgba(254,26,0,.9);
}

.alertify-log-success 
{
	background: #5CB811;
	background: rgba(92,184,17,.9);
}

.alertify-message
{
	font-size: 16px;
	padding-bottom: 10px;
	direction: rtl;
	font-weight: bold;
}

