/*Admin */
body {
	margin: 0px;
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
}

fieldset
{
	border:1px solid #B8B7BA;
}

.editOnFocus { background: #FFCA66  !important; }

.editWrongBg { /*background: #F42030 !important;*/ border:1px solid #F42030 !important;}
.editWrongBorder { border:2px solid #FF6C6C !important; }


/* floatings */
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.clear_l {
	clear: left;
}
.clear_r {
	clear: right;
}
.clear_b {
	clear: both;
}

/* paddings */
.pt2 {
	padding-top: 2px;
}
.pt3 {
	padding-top: 5px;
}
.pt5 {
	padding-top: 5px;
}
.pt7 {
	padding-top: 7px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pb3 {
	padding-bottom: 3px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pl3 {
	padding-left: 3px;
}
.pl4 {
	padding-left: 4px;
}
.pl5 {
	padding-left: 5px;
}
.pl7 {
	padding-left: 7px;
}
.pl10 {
	padding-left: 10px;
}
.pl11 {
	padding-left: 11px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr22 {
	padding-right: 22px;
}
.pr29 {
	padding-right: 29px;
}
.pr30 {
	padding-right: 30px;
}

/* margins */
.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}
/* fonts */
.f1 {
	font-size: 75%;
}
.f2 {
	font-size: 88%;
}
.f3 {
	font-size: 69%;
}
.f4 {
	font-size: 60%;
}

.lh23 {
	line-height: 23px;
}

/* text-aligns */
.justify-align
{
	text-align: justify;
}

/* colors */
.c1 {
	color: #ff9933;
}
.c2 {
	color: white;
}
.c3 {
	color: black;
}
.c4 {
	color: #666666;
}
.c5 {
	color: #797979;
}
.c6 {
	color: #ef9b1f;
}
.c7 {
	color: #676767;
}
.c8 {
	color: #3e3e3e;
}
.c9 {
	color: #a0a0a0;
}

/* top menu */
.menu {
	float: left;
	white-space: nowrap;
	cursor: pointer;
	height: 21px;
}
.topmenu a {
	color: white;
	text-decoration: none;
}
.menu_name {
	float: left;
    width: 150px; 
    line-height: 20px; 
    padding-left: 5px;
    color: white;
}

/* backgrounds */
.bg1 {
	background-color: #f89828;
}
.bg2 {
	background-color: #3e3e3e;
}
.bg3 {
	background-color: #a1a0a5;
}
.bg4 {
	background-color: #e9e9eb;
}

/* override tabs css classes */
.tabbed_panel .ajax__tab_header { font-size: 75%; }
.tabbed_panel .ajax__tab_outer { padding-right:0px;background:url(images/rtab02.gif) no-repeat right;border-bottom: 1px solid white; }
.tabbed_panel .ajax__tab_inner { padding-left:3px;background:url(images/ltab02.gif) no-repeat; }
.tabbed_panel .ajax__tab_tab { line-height:21px;width:243px;background-color:#a1a0a5;color:white;font-weight:bold; }
.tabbed_panel .ajax__tab_hover .ajax__tab_outer { background:url(images/rtab02.gif) no-repeat right; }
.tabbed_panel .ajax__tab_hover .ajax__tab_inner { background:url(images/ltab02.gif) no-repeat; }
.tabbed_panel .ajax__tab_hover .ajax__tab_tab { background-color: #a1a0a5; }
.tabbed_panel .ajax__tab_active .ajax__tab_outer { background:url(images/rtab01.gif) no-repeat right;border-bottom: 1px solid #f89828; }
.tabbed_panel .ajax__tab_active .ajax__tab_inner { background:url(images/ltab01.gif) no-repeat; }
.tabbed_panel .ajax__tab_active .ajax__tab_tab { background-color: #f89828; }
.tabbed_panel .ajax__tab_body { border:1px solid #f89828; padding: 5px; }

/* misc */
.lng1 {
	border-bottom: 1px solid #f99525; 
	border-top: 1px solid #f9d6ae;
}
.lng2 {
	line-height: 12px; 
	border-bottom: 1px solid #f9d6ae;
}
.btn_outer {
	border-bottom: 1px solid #f99525; 
	border-top: 1px solid #f9d6ae;
}
.btn_inner {
	border-bottom: 1px solid #f9d6ae;
}
a.menu {
	color: white;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
a.nodecor {
	text-decoration: none;
}
.b {
	font-weight: bold !important;
}
.im_menu {
	padding-top: 4px;
}

.search {
	border-top: 1px solid #93969d;
	border-bottom: 1px solid #93969d;
	border-left: 0px;
	border-right: 0px;
	height: 15px;
	font-size: 69%;
}

.footer_menu {
	color: black;
	margin-left: 10px;
	margin-right: 10px;
}
.informer {
}

/*Paddings in left menu*/
div.level1
{
	padding-left:11px;
}

div.level2
{
	padding-left:15px;
}

div.level3
{
	padding-left:26px;
}

div.level4
{
	padding-left:36px;
}

div.level5
{
	padding-left:46px;
}

div.leveladd1
{
	padding-left:0px;
}

div.leveladd2
{
	padding-left:4px;
}

div.leveladd3
{
	padding-left:15px;
}

div.leveladd4
{
	padding-left:25px;
}

div.leveladd5
{
	padding-left:35px;
}

/*Admin*/

/*EditableGrid*/
.editableTable
{
	border: 1px solid gray !important;	
}

.itemCell
{
	border: 1px solid gray !important;	
	text-align: center;
}
.itemRowCaption
{
	border:1px solid gray;
	border-left:1px solid #FF9900;
	border-collapse:collapse;
	text-align:center;
	background-color:#E8E8E8;
}

.itemColCaption
{
	border:1px solid gray;
	border-top:1px solid #FF9900;
	border-collapse:collapse;
	text-align:center;
	background-color:#E8E8E8;
}

.addRowCaption
{
	border:1px solid gray;
	border-collapse:collapse;
	text-align:left;
	background-color:#E8E8E8;
	padding-left:10px;
}

.addColCaption
{
	border:1px solid gray;
	border-collapse:collapse;
	text-align:left;
	background-color:#E8E8E8;
	padding-top:10px;
}

.firstCell
{
	border: 1px solid #F47921;
	/*padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;	*/
	height: 30px;
}

.symmetricCell
{
	border: 1px solid #FF9900 !important;
	background-color:#E8E8E8;
}

.button
{
	border: 1px solid #B8B7BA;
	padding:2px 4px 2px 4px 2px;
	background: #F9B17E  url(images/btn_bg.gif) repeat-x;
	color: white;
	font-weight: bold;
}

.bnbButton
{
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	cursor:pointer;
}


.confirm_control
{
	width:400px;
	text-align: left;
	overflow: hidden;
	display: block;
	border: 1px solid black;
	background-color: #FDF1E5;
}

.confirm_control_header
{
	padding: 5px 10px 5px 30px;
	color: White;
   background:  #F47921  url(images/attention.gif) 5px  no-repeat;
	border-bottom: 1px solid black;
}

.confirm_control_body
{
	padding: 10px 20px 10px 20px;
}

.confirm_control_footer
{
	text-align: right;
	padding: 0px 10px 10px 0px;
}

.popup_background
{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color: Black;
}

.popup_background_light
{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color: White;
}

.updateProgress
{
	border:1px solid #F47921; 
	position:absolute; 
	width:160px; 
	height:60px;    
	vertical-align: middle;
	background: White url(images/loading1.gif) 3px 3px no-repeat;
}

.updateProgressMessage
{
	font-weight: bold;
	font-size: 10pt !important;
	position: relative;
	top:20px;
	left:70px;
}


.validationSummary
{
border: 1px solid #B80000;
padding: 8px 35px;
color: #B80000 !important;
background: #FFFACD url(images/attention_big.gif) 10px 6px no-repeat;
margin: 3px;
font-size: 9pt;
}

.inputStyle
{
	border: 1px solid #b8b7ba;
	background: #F6F6F6;	
}

.inputStyleDisabled
{
	border: 1px solid #b8b7ba;
	background: #C8C8C8;	
	color: #BDBDBD;
}

.grid{
	border: 0;
    width: 100%;
    font-size: 11px;
}

.grid td, .grid th{
    border: 1px solid #F47921;
    padding: 0px 2px 0px 2px;
    height: 24px;
}
.grid td td, .grid td th{
	border: 0px;
    padding: 0px;
    height: auto;
}

.grid .header th{
    color: #FFEADF;
    font-weight: normal;
}
.grid .header{
    background-color: #F47921;
    height: 31px;
    color: #FFEADF;
    font-weight: normal;
}
.grid .operation{
    width: 22px !important;
    text-align: center !important;
}
.grid .operation input {
	margin: 0px auto 0px auto;
}
.grid .header a{
    color: #FFEADF;
    font-weight: normal;
    text-decoration: none;
}
.grid .header a:hover{
    text-decoration: underline;
}

.grid tr.active_row{
    background-color: #F2F2F2;
    height: 24px;
}
.grid .empty{
	border: 1px solid #F47921;
}

.alternative_row
{
	background-color: #FCEBDE;
}

.row
{
	background-color:#FEF6ED;
}

.pager
{
	font-size: 88%;
	color: #676767; 
}

.pager a
{
	font-size: 88%;
	color: #FF9933; 
}

/* Admin */

ul.left_menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
} 

.p12bg
{
	background-image: url(images/p12.gif); 
	background-repeat:repeat-x;
}

.p10bg
{
	background-image:url(images/p10.gif);
}

.p09bg
{
	background-image:url(images/p09.gif);
	background-repeat:repeat-y;
}

.p19bg
{
	background-image:url(images/p19.gif);
}

.p18bg
{
	background-image:url(images/p18.gif);
}

.p21bg
{
	background-image:url(images/p21.gif);
	background-repeat:repeat-x;
}

.p22bg
{
	background-image:url(images/p22.gif);
	background-repeat:repeat-x;
}

.topMenuStatic
{

}

.topMenuStaticItem
{
	color:white;
	background-color: #F47920;
}

.topMenuStaticItem a
{
	color:white;
	background-color: #F47920;
}

.topMenuStaticHover
{
	color: #333333;
}

.topMenuStaticHover a
{
	color: #333333;
}

/*.topMenuStaticSelected
{
	background-color: #EBEDF1;
	color: #F47920;
}

.topMenuStaticSelected a
{
	background-color: #EBEDF1;
	color: #F47920;
}*/

.topMenuDynamic
{
	
}

.topMenuDynamicItem
{
	color:#333333;
	background-color: #FBB560;
	height: 28px;
	width: 200px;
	border-top: 1px solid #FA9B56;
}

.topMenuDynamicItem a
{
	color:#333333;
	background-color: #FBB560;
}

.topMenuDynamicHover
{
	border-top: 1px solid #DA5D03;
	border-bottom: 1px solid #DA5D03;
	background-color: #F47920;
	color: white;
}

.topMenuDynamicHover a
{
	background-color: #F47920;
	color: white;
}

/*.topMenuDynamicSelected
{
	background-color: #EBEDF1;
	color: #F47920;
}*/

.customButton
{
	border:0px;
}

.customButtonLeft
{
	background: url(images/custom_button_left.gif) no-repeat;
	width:6px;
	height:19px;
	border:0px;
}

.customButtonRight
{
	background: url(images/custom_button_right.gif) no-repeat;
	width:6px;
	height:19px;
	border:0px;
}

.customButtonCenter
{
	background: url(images/custom_button_center.gif) repeat-x;
}

.customButtonCenter a
{
	text-decoration: none;
	font-size: 9pt;
	text-align: center;
	padding-left:5px;
	padding-right: 5px;
}

.link  
{
	background-image: url(images/menu_check.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 11px;
	text-decoration: none;
}
.link:hover 
{ 
	text-decoration: underline 
}

.calcBtn
{
	background: url(images/btn_calc.gif) no-repeat;
	width:219px;
	height:42px;
	padding-left:20px;
	padding-top:10px;
}

.calcl
{
	background: url(images/btn_calc_l.gif) no-repeat;
	width:30px;
	height:39px;
}

.calcc
{
	background: url(images/btn_calc_c.gif) repeat-x;	
	height:39px;
	padding-left: 10px;
	padding-right: 10px;
}

.calcr
{
	background: url(images/btn_calc_r.gif) no-repeat;	
	width:9px;
	height:39px;	
}

/* Conversion tables classes*/
.tableConv{
	border: 0;
    width: 100%;
    font-size: 12px;
}
.tableConv th{
    padding: 5px 2px 5px 2px;
    height: 24px;
}
.tableConv td{
	border-bottom:solid 1px #939395;
	border-left:solid 1px #939395;
	border-right:solid 1px #939395;
	padding: 5px 2px 5px 2px;
    height: 24px;
	}
.tableConv .header{
    background-color: #F47921;
    height: 31px;
    color: #FFEADF;
    font-weight: normal;
    border: 1px solid #F47921;
}
.rowConv
{
	background-color:#EDEDED;
}

.gridConv{
	border: 0px;
    width: 100%;
    font-size: 12px;
}
.gridConv td, .gridConv th{
    background-image: url(images/p12.gif); 
    background-repeat:repeat-x;
    background-position: bottom;
    padding: 0px 2px 0px 2px;
    height: 31px;
}
.gridConv td td, .gridConv td th{
	border: 0px;
    padding: 0px;
    height: auto;
}
.gridConv .header th
{
    font-weight:bold;
}
.gridConv .header
{
	background-image: url(images/p12.gif); 
	background-repeat:repeat-x;
    background-position: top;
    background-color: #EDEDED;
    height: 31px;
    font-weight: normal;
}

.alternative_rowGridConv
{
	background-color: #F8F8F8;
}

.rowGridConv
{
	background-color:#FFFFFF;
}

.transparentBackground
{
	background: url(images/transparent.gif);
	background-repeat: repeat;
}

.top_menu {
	height:21px;
	float:left;
	cursor: pointer;
}

.top_menu a {
	color: white;
	text-decoration: none;
}

.menu_c1 {
	color: white !important;
	text-decoration: none;
}
.menu_c2 {
	color: #f89828 !important;
	text-decoration: none;
}
.menu_c3 {
	color: black !important;
	text-decoration: none;
}
.menu_bg1 {
	background: #f89828;
}
.menu_bg2 {
	background: #3e3e3e;
}
.menu_bg3 {
	background: #a1a0a5 !important;
}

.search_bg
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 1px;
	padding-right: 4px;
	background: url(images/search_bg.gif) repeat-x;
	height: 19px;
	/*border: 1px 0 1px 0 solid #ECECEC;*/
	width: 195px;
}

.search_input
{
	float: left;
	border:0px;
	height:14px;
	width:170px;
	font-size: 8pt;
	margin-top:2px;
}

.subMenuHeader
{
	font-weight: bold;
	background-color: #eef0ef; /*#EEF0EF;*/
	text-decoration: none;
	width:100%;
	height:16px;
}

.subMenuItem1
{
	font-weight: bold;
	/*font-size: 10pt;*/
	color: #F49529;
	text-decoration: none;
}

.subMenuItem2
{
	font-weight: normal;
	/*font-size: 9pt;*/
	color: #F49529;
	text-decoration: none;	
}

.subMenuSelected
{
	color:#8F8F8F !important;
}

.currencyHeaderLeft
{
	background:url(images/currency_header_left.gif) no-repeat;
	width: 5px;
	height: 21px;
}

.currencyHeaderRight
{
	background: url(images/currency_header_right.gif) no-repeat;
	width: 5px;
	height: 21px;
}

.currencyHeaderTopLine
{
	background: url(images/p24.gif) repeat-x;
	height: 2px;

}

.currencyHeader
{
	background: #dcdcde;
	white-space: nowrap;
}

.pollHeaderLeft
{
	background:url(images/poll_header_left.gif) no-repeat;
	width: 5px;
	height: 21px;
}

.pollHeaderRight
{
	background:url(images/poll_header_right.gif) no-repeat;
	width: 5px;
	height: 21px;
}

.pollHeaderTopLine
{
	background: url(images/p25.gif) repeat-x;
	height: 2px;
}

.pollHeader
{
	background: #a1a0a5;
	white-space: nowrap;
}

.converterHeaderLeft
{
	background:url(images/header_left.gif) no-repeat;
	width: 4px;
	height: 21px;
}

.converterHeaderRight
{
	background:url(images/header_right.gif) no-repeat;
	width: 4px;
	height: 21px;
}

.converterHeader
{
	background: #a1a0a5;
	white-space: nowrap;
}


table.tbl { border: 1px solid #DCDCDC; border-collapse:collapse; }
table.tbl td { border: 1px solid #DCDCDC; }

.errorHeaderLeft
{
	background:url(images/error_header_left.gif) no-repeat;
	width: 5px;
	height: 42px;
}

.errorHeaderRight
{
	background: url(images/error_header_right.gif) no-repeat;
	width: 5px;
	height: 42px;
}

.noUnderline
{
	text-decoration:none;
}

/* bottom of currency blocks*/
.bottomLine  
{
	background-image:url(images/p18.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-decoration: none;
}

/*Styles for radioButtonList*/
table.mylist input 
{
  width: 17px;
  display: block;
  float: left;
}
table.mylist label 
{
  width: 124px;
  display: block;
  float: left;
}

/*Styles for faq header*/
.faqHeaderTopLeft
{
	background:url(images/faq_header_top_left.gif) no-repeat;
	width: 5px;
	height:3px;
}
.faqHeaderTopRight
{
	background:url(images/faq_header_top_right.gif) no-repeat;
	width: 5px;
	height:3px;
}
.faqHeaderTopLine
{
	background: url(images/faq_header_top_line.gif) repeat-x;
	height: 3px;
}
.faqHeaderLeft
{
	background:url(images/faq_header_left.gif) repeat-y;
	width: 5px;
	height:3px;
}
.faqHeaderRight
{
	background:url(images/faq_header_right.gif) repeat-y;
	width: 5px;
	height:3px;
}

.article2emailForm
{
	border:1px solid #676767;
}

.article2EmailCaption
{
	background: #DCDCDE;
	border-bottom:1px solid #A1A0A5;
	cursor: move;
}

.article2EmailCaption span
{
	color: #676767;
	font-weight: bold;
}

.article2EmailContent
{
	background: White;
}