@charset "utf-8";
html, body
{
	height:100%;
}
body, form
{
	margin:0px; 
	padding:0px;
}
img 
{
	border:0px; 
}
/*
input
{
	color:#747474;
}
*/

body,form,table,td,div,span,ul,li,font,a,p,b,i,center,input,textarea,select 
{
	font-family:Arial,Verdana;
}
.bg_gray
{
	background-color: #9B93A4; /* 898193 */
}

.bg_orange
{
	background-color:#F27D00;/* #EC6B30; */
}
.bg_white
{
	background-color:#FFFFFF;
}

.white
{
	color:#FFFFFF;
}

.black
{
	color:#000000;
}

.orange
{
	color:#F27D00; /* color:#EC6B30; */
}

.gray
{
	color:#747474;
}

.red
{
	color: #FF0000;
}

.blue
{
	color:#3A7CA5;
}
.px9
{
	font-size:9px;
}

.px10
{
	font-size:10px;
}

.px11
{
	font-size:11px;
}

.px12
{
	font-size:12px;
}

.px13
{
	font-size:13px;
}

.px14
{
	font-size:14px;
}

.px16
{
	font-size:16px;
}

.fnt_arial
{
	font-family:Arial;
}

.no_underline
{
	text-decoration:none;
}
.bold
{
	font-weight:bold;
}

.common_button
{
	/*border:1px solid #CCCCCC;*/
	background-image:url('../images/subscribe_button.gif');
	background-repeat:no-repeat;
	width:79px;
	height:22px;
	border:0px;
}

.header
{
	 height:65px;
	 background-image:url('../images/header_gradient.gif');
	 background-position:right;
	 background-repeat:repeat-y;
	 border-bottom:1px solid #F27D00; /* #EC6B30 */
}

.lang
{
	height:32px;
	text-align:center;
}

.lang a
{
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}

.lang_selected
{
	background-color:#FFFFFF; 
	height:32px;
	text-align:center;
}

.lang_selected a
{
	color:#000000; 
	font-family:Arial; 
	font-size:12px;
	text-decoration:none;
}



.lang_right
{
	width:5px; 
	background-image:URL('../images/small_RightBottom.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
}

.main_menu
{
	height:30px;
	background-color:#F27D00; /* #EC6B30 */
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	text-transform:uppercase;
	padding-left:0px;
	padding-right:0px;
}

.menu_left
{
	width:3px; 
	background-image:URL('../images/menu_LeftTop.gif');
	background-repeat:no-repeat;
	background-position:left top;
	border-left:solid 1px #FFFFFF; 
}

.menu_right
{
	width:3px; 
	background-image:URL('../images/menu_RightTop.gif');
	background-repeat:no-repeat;
	background-position:right top;
}

.menu_left_active
{
	width:3px; 
	background-image:URL('../images/menu_active_LeftTop.gif');
	background-repeat:no-repeat;
	background-position:left top;
	border-left:solid 1px #FFFFFF; 
}

.menu_right_active
{
	width:3px; 
	background-image:URL('../images/menu_active_RightTop.gif');
	background-repeat:no-repeat;
	background-position:right top;
}

.menu_item
{
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}

.quick_menu_left
{
	width:3px; 
	background-image:URL('../images/quick_LeftBottom.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
}

.quick_menu_right
{
	text-align:right;
	width:3px; 
	background-image:URL('../images/quick_RightBottom.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
}

.quick_menu
{
}
.quick_menu_item
{
	text-align:center;
}

.faq_left
{
	width:10px; 
	background-image:URL('../images/faq_LeftBottom.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
}

.faq_right
{
	width:10px; 
	background-image:URL('../images/faq_RightBottom.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
}

.faq_item
{
 	/*
 	width:170px;
	height:35px; 
	*/
	background-color:#D1D5D8;
}

.img_selected a
{
	font-weight:bold;
}
.img_selected a img
{
	border:1px solid #FFFFFF;
}

.center
{
	border-top:2px solid #E4E4E4;
}

.footer
{
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial;
}

.corner_left_bottom
{
	width:15px;
	background-image:url('../images/LeftBottom.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
}

.corner_right_bottom
{
	width:15px;
	background-image:url('../images/RightBottom.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
}

.corner_left_top
{
	width:15px;
	background-image:url('../images/LeftTop.gif');
	background-repeat:no-repeat;
	background-position:top;
}

.corner_right_top
{
	width:15px;
	background-image:url('../images/RightTop.gif');
	background-repeat:no-repeat;
	background-position:top;
}

.calculator_left_bottom
{
	width:10px;
	background-image:url('../images/red_LeftBottom.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
}

.calculator_right_bottom
{
	width:10px;
	background-image:url('../images/red_RightBottom.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
}

.calculator_left_top
{
	width:10px;
	height:10px;
	background-image:url('../images/red_LeftTop.gif');
	background-repeat:no-repeat;
	background-position:left top;
}

.calculator_right_top
{
	width:10px;
	height:10px;
	background-image:url('../images/red_RightTop.gif');
	background-repeat:no-repeat;
	background-position:right top;
}

.calculator_top
{
	width:100%;
	border-top:solid 1px #F27D1F; /* #EF3124 */
}

.calculator_middle
{
	border-left:solid 1px #F27D1F; /* #EF3124 */
	border-right:solid 1px #F27D1F; /* #EF3124 */
}

.calculator_bottom
{
	border-bottom:solid 1px #F27D1F; /* #EF3124 */
}

.sub_left
{
	width:14px;
	background-image:url('../images/sub_LeftBottom.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
}

.sub_right
{
	width:14px;
	background-image:url('../images/sub_RightBottom.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
}

.search
{
	color:#747474;
	font-size:11px;
	font-family:Arial;
}

.input_search
{
	width:165px;
	height:18px;
	border:1px solid #B5B5B5;
}

.search_delimeter
{
	text-align:center;
	border-left:1px solid #C8C5CC;
	width:45px;
}


* html .png
{
    width: expression(this.firstChild.width);
    filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+
            this.firstChild.src+"', sizingMethod='image')");

    background: expression("transparent url("+
            this.firstChild.src.replace(".png", ".gif")+") no-repeat");
    backgr\ound: none !important;
}

* html .png img
{
    behavior: expression(this.style.visibility="hidden");
}

.CAL_header  
{
	
}
.CAL_header td 
{
	text-align:center;
}
.CAL_header select 
{
    font-family:Sylfaen;
	height:18px;font-size:10px;
}
.CAL_day
{
	font-size:11px;
	color:#000;
}
.CAL_day a
{
	font-size:11px;
	color:#000;
	font-weight: bold;
}
.CAL_today
{
    font-size:10px;
    color:#FFFFFF;
    background-image:url('../images/square_red.gif');
    background-repeat:no-repeat;
	background-position:8px 2px;
}
.CAL_today a
{
      color:#FFFFFF;
}

.gallery_cat      
{
	list-style-type:none;
	margin:7px;
}

.gallery_cat li   
{
	margin:0px;
}

.gallery_cat li a 
{
	text-decoration:none;
}

.dotted_border 
{
	background-image: url('../images/dot3.gif');
	background-repeat: repeat-x;
	background-position:bottom;
}

/*
.select_boxes_title
{
	font-size:13px;
	color: #ec6b30;
	font-weight: bold;
}
*/