body{	
	margin:0px;
	padding:0px;
	font-family: tahoma;
}
body.browser
{
	Background: transparent; 
	height:	100%;
	background-color: #ffffff;
	margin:	0px;
	padding: 0px;
	font:8pt tahoma;
	text-align: center;
	border: 1px solid #7F9DB9;
}
#content{
	background:white;
}
a{
	color:#003366;
	text-decoration:none;
}
.clstext
{
	font-family: tahoma;
	font-size: 8pt;
	color:#333333;
	text-align:justify;
	line-height:17px;
	direction:rtl;
}
.clstext a:hover
{
	text-decoration:underline;
}
.clstextleft
	{
	font-family: tahoma;
	font-size: 8pt;
	color:#333333;
	text-align:left;
	line-height:17px;
	direction:rtl;
}
.clstextright
	{
	font-family: tahoma;
	font-size: 8pt;
	color:#333333;
	text-align:right;
	line-height:17px;
	direction:rtl;
}
.clsinputFa
{
	border: #6071B5 1px solid;
	font-size: 10pt;
	font-family: tahoma;
	color: #003366;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align:right;
}
.clsinputFaSmall
{
	border: #cdcdcd 1px solid;
	font-size: 8pt;
	font-family: tahoma;
	color: #003366;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align:right;
}
.clsinputEnSmall
{
	border: #cdcdcd 1px solid;
	font-size: 8pt;
	font-family: tahoma;
	color: #003366;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align:left;
	direction:ltr
}
	.clsinputEn
{
	border: #6071B5 1px solid;
	font-size: 10pt;
	font-family: tahoma;
	color: #003366;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align:left;
	direction:ltr;
}
.top_bar
{
	font-size: 8pt;
	font-family: tahoma;
	color: #336F8D;
}
.top_bar a
{
	text-decoration:none;
}
.top_menu
{
	font-size: 8pt;
	font-weight:600;
	font-family: tahoma;
	color: #ffffff;
	padding-right:10px;
}
.main_menu
{
	font-size: 8pt;
	font-family: tahoma;
	color: #336F8D;
	padding-right:10px;
}
.main_menu a
{
	color: #336F8D;
	line-height:20px;
	height:20px;
}
.main_menu_cat
{
	font-size: 8pt;
	font-weight:600;
	font-family: tahoma;
	color: #244a74;
	margin:8px;
	line-height:20px;
}
.clssmalltext
{
	font-size: 7pt;
	font-family: tahoma;
	color: #666666;
}
.clsmsg
{
	font-size: 8pt;
	font-weight:600;
	font-family: tahoma;
	color: #993300;
}
.clsBox_tl
{
background-image:url(images/box_tl.gif);
background-repeat:no-repeat;
}
.clsBox_tr
{
background-image:url(images/box_tr.gif);
background-repeat:no-repeat;
}
.clsBox_bl
{
background-image:url(images/box_bl.gif);
background-repeat:no-repeat;
}
.clsBox_br
{
background-image:url(images/box_br.gif);
background-repeat:no-repeat;
}
.main_titles
{
	font-size: 10pt;
	font-weight:600;
	font-family: tahoma;
	color: #4E849F;
	line-height:20px;
}
.main_titles a
{
	color: #4E849F;
	text-decoration:none;
}
.gallery-single {
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 10px #bbb;
	box-shadow: 0 0 10px #bbb;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */