/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
/*label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:20px;
}
label.chosen {color:#333;}*/

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	/*clear:left;*/
	width:16px;
	height:16px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url('i/radio.gif') no-repeat left top;
}
.radioAreaChecked {background:url('i/radio.gif') no-repeat left bottom;
}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	/*clear:left;*/
	width:16px;
	height:18px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url('i/checkbox.gif') no-repeat left top;
}
.checkboxAreaChecked {background:url('i/checkbox.gif') no-repeat left bottom;
}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	height:20px;
	background:url('i/input_bg.gif') repeat-x left top;
	padding:3px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}
.globalsearchInput, .globalsearchInputHovered {
	height:13px;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.globalsearchInputHovered {background-position:left bottom;}
.globalsearchCorner {
	padding-bottom:0;
	vertical-align:middle;
	* margin-top:-1px;
}


/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url('i/txtarea_tr.gif') no-repeat right top;
}
.txtarea .tr_xon {background:url('i/txtarea_tr_xon.gif') no-repeat right top;
}
.txtarea img.txt_corner {
	width:8px;
	height:8px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url('i/txtarea_br.gif') no-repeat right top;
}
.txtarea .br_xon {background:url('i/txtarea_br_xon.gif') no-repeat right top;
}
.txtarea .cntr {background:url('i/txtarea_cntr.gif') repeat-y right top;
}
.txtarea .cntr_xon {background:url('i/txtarea_cntr_xon.gif') repeat-y right top;
}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url('i/txtarea_l.gif') repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url('i/txtarea_l_xon.gif') repeat-y left top;
}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Button*/
.buttonNormalSubmit, .buttonNormalSubmitHovered {
	position:relative;
	border-style: none;
	border-color: inherit;
	border-width: medium;
	width:auto;
	height:20px;
	color:#534C45;
	font-weight:bold;
	padding:0 6px 3px 6px;
	*padding:1px 3px 2px 3px;
	background:url('i/button_bg.gif') repeat-x left top;
	cursor:pointer;
	font-size:14px;
	vertical-align: middle;
	}
.buttonNegativeSubmit, .buttonNegativeSubmitHovered {
	position:relative;
	border-style: none;
	border-color: inherit;
	border-width: medium;
	width:auto;
	height:20px;
	color:#fff;
	font-weight:bold;
	padding:0px 6px 1px 6px;
	background:url('i/buttonNegative_bg.gif') repeat-x left top;
	cursor:pointer;
	top:-1px;
	vertical-align: middle;
	}
.buttonNormalSubmitHovered, .buttonNegativeSubmitHovered {
	background-position:0px -21px;
	color:#fff;
}
.buttonImg {
	position:relative;
	vertical-align:middle;
	height:21px;
}

/*Selects Button styling (Start)*/
/*.selectArea {
	position:relative;
	height:20px !important;
	background:url('i/select_bg.gif') repeat-x left top !important;
	z-index:10;
}
.selectAreaNegative {
	position:relative;
	height:20px !important;
	background:url('i/selectNegative_bg.gif') repeat-x left top !important;
	z-index:10;
}

.selectArea .left {
	width:8px !important;
	height:20px !important;
	float:left !important;
	background:url('i/select_left.gif') no-repeat left top !important;
}
.selectAreaNegative .leftNegative {
	width:8px !important;
	height:20px !important;
	float:left !important;
	background:url('i/selectNegative_left.gif') no-repeat left top !important;
}

.selectArea .right {
	width:22px !important;
	height:20px !important;
	float:right !important;
	background:url('i/select_right.gif') no-repeat left top !important;
}
.selectAreaNegative .rightNegative {
	width:22px !important;
	height:20px !important;
	float:right !important;
	background:url('i/selectNegative_right.gif') no-repeat left top !important;
}

.selectArea .right a {
	display:block !important;
	height:20px !important;
	position:absolute !important;
}
.selectAreaNegative .rightNegative a {
	display:block !important;
	height:20px !important;
	position:absolute !important;
}

.selectArea .right i {display:none !important;}
.selectAreaNegative .rightNegative i {display:none !important;}

.selectArea .center {
	color:#333 !important;
	padding-top:3px !important;
	overflow:hidden !important;
	white-space:nowrap !important;
}
.selectAreaNegative .centerNegative {
	color:#fff !important;
	padding-top:3px !important;
	overflow:hidden !important;
	white-space:nowrap !important;
}
/*Selects Button styling (End)*/

/*Selects drop-down Normal style*/
/*.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}
.optionsInnerWrapper {
	border-left:1px solid #babbb5;
	border-right:2px solid #babbb5;
	background:lime;
	background:#faf9f7;
	padding:0;
	font-size:12px;
	z-index:20;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible span {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#333;
	text-decoration:none;
	display:block;
	padding:1px 4px 1px 11px;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#ff9900;
}

/* Select options bottom corners for Normal style (Start)*/
/*.selectCorners {
 display:block;
 }
.selectCorners * {
 display:block;
 height:1px;
 overflow:hidden;
 background:#faf9f7;
 }
 
.selectCornersBottom {
 background:#faf9f7;
 border-left:1px solid #A1A094;
 border-right:1px solid #A1A094;
 }
 
.selectCornersBottom2 {
 background:#A1A094;
 }
 
.selectCorners1 {
 border-right:2px solid #A1A094;
 padding-right:1px;
 margin-right:3px;
 border-left:1px solid #A1A094;
 padding-left:1px;
 margin-left:3px;
 background:#A1A094;
 border-bottom:1px solid #A1A094;
 }
 
.selectCorners2 {
 border-right:2px solid #A1A094;
 border-left:1px solid #A1A094;
 padding:0px 0px;
 background:#faf9f7;
 margin:0px 1px;
 }
 
.selectCorners3 {
 border-right:2px solid #A1A094;
 border-left:1px solid #A1A094;
 margin:0px 1px;
 background:#faf9f7;
 }
 
.selectCorners4 {
 border-right:2px solid #A1A094;
 border-left:1px solid #A1A094;
 }
 
.selectCorners5 {
 border-right:2px solid #A1A094;
 border-left:1px solid #A1A094;
 }
/* Select options bottom corners for Normal style (End)*/


/*Selects drop-down Negative style*/
/*.optionsDivVisible, .optionsDivVisibleNegative {
	position:absolute;
	top:5px;
	left:0;
	z-index:20;
}
.optionsInnerWrapperNegative {
	border-left:1px solid #565a5d;
	border-right:2px solid #565a5d;
	background:#a4a5a7;
	padding:0;
	font-size:12px;
	z-index:20;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.optionsDivInvisible {display:none;}
.optionsDivVisibleNegative {display:block;}
.optionsDivVisibleNegative span {
	margin:0;
	padding:0;
}
.optionsDivVisible div span a.selectLinkNegative{
	color:#fff !important;
	text-decoration:none;
	display:block;
	padding:1px 4px 1px 11px;
}
a.selectLinkNegative {
	color:#fff !important;
}

a.selectLinkNegative:hover {
	background:#ff9900;
}
 
/* Select options bottom corners for Negative style (Start) */
.selectCornersNegative {
 display:block;
 }

.selectCornersNegative * {
 display:block;
 height:1px;
 overflow:hidden;
 background:#a4a5a7;
 }
 
.selectCornersBottomNegative {
 background:#565a5d;
 border-left:1px solid #565a5d;
 border-right:1px solid #565a5d;
 }
 
.selectCornersBottom2Negative {
 background:#565a5d;
 }
 
.selectCorners1Negative {
 border-right:2px solid #565a5d;
 padding-right:1px;
 margin-right:3px;
 border-left:1px solid #565a5d;
 padding-left:1px;
 margin-left:3px;
 background:#a4a5a7;
 }
 
.selectCorners2Negative {
 border-right:2px solid #565a5d;
 border-left:1px solid #565a5d;
 padding:0px 0px;
 background:#a4a5a7;
 margin:0px 1px;
 }
 
.selectCorners3Negative {
 border-right:2px solid #565a5d;
 border-left:1px solid #565a5d;
 margin:0px 1px;
 background:#a4a5a7;
 }
 
.selectCorners4Negative {
 border-right:2px solid #565a5d;
 border-left:1px solid #565a5d;
 }
 
.selectCorners5Negative {
 border-right:2px solid #565a5d;
 border-left:1px solid #565a5d;
 }
/* Select options bottom corners for Negative style (End) */

/* Language Select (start) */

.languageSelectArea {
	position:relative;
	top:5px;
	width:78px;
	height:15px;
	background:#fff url(/images/select_bg.gif) repeat-x left top;
	float:left;
	z-index:20;
	cursor:pointer;
	}
.languageSelectArea .languageLeft{
	width:8px;
	height:15px;
	float:left;
	background:#fff url(/images/select_left.gif) no-repeat left top;
	cursor:pointer;
	}
.languageSelectArea .languageRight{
	width:17px;
	height:15px;
	float:right;
	background:#fff url(/images/select_right.gif) no-repeat left top;
	cursor:pointer;
	}
.languageSelectArea .languageRight a {
	display:block;
	width:17px;
	height:15px;
	cursor:pointer;
	}
.languageSelectArea .languageRight i {
	display:none;
	cursor:pointer;
	}
.languageSelectArea .languageCenter {
	padding-right:19px;
	color:#A1A094;	
	float:left;
	cursor:pointer;
	}

/*Selects drop-down*/
.langOptionsDivInvisible {
	position:absolute;
	top:13px;
	left:0px;
	width:78px;
	z-index:20;
	}
.langOptionsDivVisible {
	position:absolute;
	top:13px;
	left:0px;
	width:78px;
	z-index:20;
	padding:0;
	margin:0;
	}

.langOptionsDivInvisible {
	display:none;
	}
.langOptionsDivVisible {
	display:block;
	}
.langOptionsDivVisible span {
	margin:0;
	padding:0;
	}
.langOptionsDivVisible a {
	color:#A1A094 !important;
	text-decoration:none;
	display:block;
	padding:0;
	font-size:11px;
	}
.langOptionsDivVisible a:hover {
	color:#ff9900 !important;
	}
	
/* Language select option area */
.langSel { 
	display:block;
	} 
.langSel * { 
	display:block;
	height:1px;
	overflow:hidden;
	background:#e2e6e7;
	} 
	
.langSelBottom { 
	background:#e2e6e7;
	border-left:1px solid #A1A094;
	border-right:1px solid #A1A094;
	}
	
.langSelBottom2 { 
	background:#A1A094;
	}
	
.langSel1 { 
	border-right:1px solid #A1A094;
	padding-right:1px;
	margin-right:3px;
	border-left:1px solid #A1A094;
	padding-left:1px;
	margin-left:3px;
	background:#A1A094;
	}
	
.langSel2 { 
	border-right:1px solid #A1A094;
	border-left:1px solid #A1A094;
	padding:0px 0px;
	background:#e2e6e7;
	margin:0px 1px;
	}
 
.langSel3 { 
	border-right:1px solid #A1A094;
	border-left:1px solid #A1A094;
	margin:0px 1px;
	background:#e2e6e7;
	}
 
.langSel4 { 
	border-right:1px solid #A1A094;
	border-left:1px solid #A1A094;
	}

.langSel5 { 
	border-right:1px solid #A1A094;
	border-left:1px solid #A1A094;
	}

.langSel_content { 
	padding:3px 0 0 0;
	margin:0;
	background:#fff url('/images/language_bg.gif') repeat-x center bottom;
	border-left:1px solid #A1A094;
	border-right:1px solid #A1A094;
	} 

.langSel_content span { 
	padding:0;
	margin:0;
	}
	
.langSel_content span a,
.langSel_content span a:link,
.langSel_content span a:active,
.langSel_content span a:visited {
	color:#A1A094;
	padding:0 0 3px 6px;
	margin:0;
	} 
.langSel_content span a:hover {
	text-decoration:none !important;
	color:#ff9900;
	padding:0 0 3px 6px;
	margin:0;
	}

.langSelDivider {
	height:1px;
	margin:0 6px 5px 6px;
	border-top:1px dotted #A1A094;
	overflow:hidden;
	}

/* Language select styles (end) */

.imagePreloader {
	display:none;
	background-image:url('..i/button_left.gif');
	background-image:url('..i/button_right.gif');
	background-image:url('..i/button_bg.gif');
}





.selectAreaExpanded {
	background:url(i/dropdownHeaderBg.gif) no-repeat bottom right;
}
.selectAreaCollapsed {
	background:url(i/dropdownHeaderBg.gif) no-repeat top right;
}
.selectAreaExpanded .right {
	width:20px;
	height:20px;
	background:url(i/dropdownHeaderButton.gif) no-repeat bottom left;
	float:right;
}
.selectAreaCollapsed .right {
	width:20px;
	height:20px;
	background:url(i/dropdownHeaderButton.gif) no-repeat top left;
	float:right;
}
.selectAreaCollapsed .right a,
.selectAreaExpanded .right a {
	height:20px;
	position:absolute;
}
.selectAreaExpanded .center {
	height:20px;
	background:url(i/dropdownHeader.gif) no-repeat bottom left;
	font:bold 1.4em/1.3em Arial;
	padding:0 0 0 10px;
}
.selectAreaCollapsed .center {
	height:20px;
	background:url(i/dropdownHeader.gif) no-repeat top left;
	font:bold 1.4em/1.3em Arial;
	padding:0 0 0 10px;
}
.selectAreaCollapsed .optionsDiv {
	display:none;
}
.selectAreaExpanded .optionsDiv {
	display:block;
	position:absolute;
	margin:0;
}
.selectAreaCollapsed ul,
.selectAreaExpanded ul {
	margin:0;
	padding:3px 0 6px 0;
	background:#eeedeb;
	border-left:1px solid #534c45;
	border-right:1px solid #534c45;
}
.selectAreaCollapsed ul li,
.selectAreaExpanded ul li {
	list-style:none;
	display:block;
}
.selectAreaCollapsed ul li a,
.selectAreaExpanded ul li a {
	display:block;
	padding:2px 0 2px 10px;
	font:normal 1.1em/1em Arial;
}
.selectAreaExpanded ul li a:link,
.selectAreaExpanded ul li a:active,
.selectAreaExpanded ul li a:visited {
	color:#534C45 !important;
}
.selectAreaCollapsed ul li a:hover,
.selectAreaExpanded ul li a:hover {
	background:#64cb00;
}
.selectAreaCollapsed .optionsDiv .optionsFooterLeft,
.selectAreaExpanded .optionsDiv .optionsFooterLeft {
	height:4px;
	width:20px;
	background:url(i/dropdownFooterLeft.gif) no-repeat top left;
	float:left;
	overflow:hidden;
}
.selectAreaCollapsed .optionsDiv .optionsFooterRight,
.selectAreaExpanded .optionsDiv .optionsFooterRight{
	height:4px;
	background:url(i/dropdownFooter.gif) no-repeat top right;
	float:left;
	overflow:hidden;
}

.selectAreaNegativeExpanded {
	background: url(i/dropdownHeaderNegativeBg.gif) no-repeat bottom right;
}
.selectAreaNegativeCollapsed {
	background: url(i/dropdownHeaderNegativeBg.gif) no-repeat top right;
}

.selectAreaNegativeExpanded .right {
	width:20px;
	height:20px;
	background: #534A43 url(i/dropdownHeaderNegativeButton.gif) no-repeat bottom left;
	float:right;
}
.selectAreaNegativeCollapsed .right {
	width:20px;
	height:20px;
	background:url(i/dropdownHeaderNegativeButton.gif) no-repeat top left;
	float:right;
}
.selectAreaNegativeCollapsed .right a,
.selectAreaNegativeExpanded .right a {
	height:20px;
	position:absolute;
	outline: none;
}
.selectAreaNegativeExpanded .center {
	height:20px;
	background:url(i/dropdownHeaderNegative.gif) no-repeat bottom left;
	font:bold 1.4em/1.3em Arial;
	padding:0 0 0 10px;
	color:#fff;
}
.selectAreaNegativeCollapsed .center {
	height:20px;
	background:url(i/dropdownHeaderNegative.gif) no-repeat top left;
	font:bold 1.4em/1.3em Arial;
	padding:0;
	color:#fff;
	text-indent: 10px;
}
.selectAreaNegativeCollapsed .optionsDiv{
	display:none;
}
.selectAreaNegativeExpanded .optionsDiv{
	display:block;
	position:absolute;
	margin:0;
	z-index: 100;
}
.selectAreaNegativeCollapsed ul,
.selectAreaNegativeExpanded ul{
	margin:0;
	padding:3px 0 6px 0;
	background:#534c45;
	border-left:1px solid #7d7874;
	border-right:1px solid #7d7874;
}

.selectAreaNegativeCollapsed ul li,
.selectAreaNegativeExpanded ul li{
	list-style:none;
	display:block;
}
.selectAreaNegativeCollapsed ul li a,
.selectAreaNegativeExpanded ul li a{
	display:block;
	padding:2px 0 2px 10px;
	font:normal 1.1em/1em Arial;
}
.selectAreaNegativeExpanded ul li a:link,
.selectAreaNegativeExpanded ul li a:active,
.selectAreaNegativeExpanded ul li a:visited {
	color:#fff !important;
}
.selectAreaNegativeCollapsed ul li a:hover,
.selectAreaNegativeExpanded ul li a:hover {
	background:#64cb00;
}
.selectAreaNegativeCollapsed .optionsDiv .optionsFooterLeft,
.selectAreaNegativeExpanded .optionsDiv .optionsFooterLeft {
	height:4px;
	width:20px;
	background:url(i/dropdownFooterNegativeLeft.gif) no-repeat top left;
	float:left;
	overflow:hidden;
}
.selectAreaNegativeCollapsed .optionsDiv .optionsFooterRight,
.selectAreaNegativeExpanded .optionsDiv .optionsFooterRight {
	height:4px;
	background:url(i/dropdownFooterNegative.gif) no-repeat top right;
	float:left;
	overflow:hidden;
}

.dropdownNormal, .dropdownNegative, .inputField {
	display:none;
}
