﻿body {
	margin: 0 0 0 0; /*min-height:800px; Unicode MS*/
	font-family: Arial, helvetica, sans-serif;
	font-size: 13px;
}

select {
	font-family: Arial Unicode MS, helvetica, sans-serif;
	/* font-size: 100%;*/
	/* Do not include - Valentin removed on 21/01
      -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none; 


       -khtml-appearance: button;
  -khtml-border-radius: 2px;
  -khtml-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -khtml-padding-end: 20px;
  -khtml-padding-start: 2px;
  -khtml-user-select: none; 

         -moz-appearance: button;
  -moz-border-radius: 2px;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-padding-end: 0px;
  -moz-padding-start: 2px;
  -moz-user-select: none; 

    background-image: url(../img/icons/tab_expanded_hidden.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   */
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	font-size: inherit;
	margin: 0;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	/*select:hover { background-color: red; }*/

	select option:hover {
		/*  background-color: yellow; add it for test only not in the new design*/
	}




.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    background:url('img/btn_multy_ln/en-US/btn_ok.png')!important;

}

.BR1 {
	height: 0;
	line-height: 0px;
}

.separator2px {
	height: 2px;
}

.separator4px {
	height: 4px;
}

.separator5px {
	height: 5px;
}

.separator10px {
	height: 10px;
}

.separator15px {
	height: 15px;
}

.separator20px {
	height: 20px;
}

.trLeftMenu {
	width: 100%;
	background-color: #2E2E2E;
}

.trSelectedLeftMenu {
	width: 100%;
	background-color: Black;
}

a:link {
	text-decoration: none;
	color: Black;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

a.leftMenu:link {
	text-decoration: none;
	font-weight: bold;
	color: White;
	display: block;
}

a.leftMenu:visited {
	text-decoration: none;
	font-weight: bold;
	color: White;
	display: block;
}

a.leftMenu:hover {
	text-decoration: none;
	font-weight: bold;
	color: #EA5F23;
	display: block;
}

a.leftMenu:active {
	text-decoration: none;
	font-weight: bold;
	color: White;
	display: block;
}

a.selectedLeftMenu:link {
	text-decoration: none;
	font-weight: bold;
	color: #EA5F23;
	display: block;
}

a.selectedLeftMenu:visited {
	text-decoration: none;
	font-weight: bold;
	color: #EA5F23;
	display: block;
}

a.selectedLeftMenu:hover {
	text-decoration: none;
	font-weight: bold;
	color: #EA5F23;
	display: block;
}

a.selectedLeftMenu:active {
	text-decoration: none;
	font-weight: bold;
	color: #EA5F23;
	display: block;
}

a.conceptCloud:link {
	text-decoration: none;
	font-weight: bold;
	color: #F07A46;
}

a.conceptCloud:visited {
	text-decoration: none;
	font-weight: bold;
	color: #F07A46;
}

a.conceptCloud:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #F07A46;
}

a.conceptCloud:active {
	text-decoration: none;
	font-weight: bold;
	color: #F07A46;
}

a.selectedConceptCloud:link {
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: #ff6a07;
	padding: 2px 10px 2px 10px;
}

a.selectedConceptCloud:visited {
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: #ff6a07;
	padding: 2px 10px 2px 10px;
}

a.selectedConceptCloud:hover {
	text-decoration: underline;
	font-weight: bold;
	color: white;
	background-color: #ff6a07;
	padding: 2px 10px 2px 10px;
}

a.selectedConceptCloud:active {
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: #ff6a07;
	padding: 2px 10px 2px 10px;
}

/* Css buttons */
a.button {
	background: transparent url('../img/btn_multy_ln/en-US/action_r.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 32px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

	a.button span {
		background: transparent url('../img/btn_multy_ln/en-US/action_l.gif') repeat-x;
		display: block;
		line-height: 32px;
		padding: 5px 0 5px 18px;
	}

	a.button:active {
		background-position: bottom right;
		color: #000;
		outline: none; /* hide dotted outline in Firefox */
	}

		a.button:active span {
			background-position: bottom left;
			padding: 6px 0 4px 18px; /* push text down 1px */
		}

/* Css buttons */

a.menu:link {
	text-decoration: none;
	font-weight: bold;
}

a.menu:visited {
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	text-decoration: none;
	font-weight: bold;
}

a.menu:active {
	text-decoration: none;
	font-weight: bold;
}

a.paging:link {
	background-image: url('../img/icons/btn_paging_idle.png');
	width: 27px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	font-weight: normal;
	text-align: center;
	color: Black;
}

a.pagingNext:link {
	background-image: url('../img/icons/btn_paging_next_idle.png');
	width: 37px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	font-weight: normal;
	color: Black;
}

a.pagingPrevious:link {
	background-image: url('../img/icons/btn_paging_previous_idle.png');
	width: 37px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	font-weight: normal;
	color: Black;
}

a.pagingFirst:link {
	background-image: url('../img/icons/btn_paging_first_idle.png');
	width: 37px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	font-weight: normal;
	color: Black;
}

a.pagingLast:link {
	background-image: url('../img/icons/btn_paging_last_idle.png');
	width: 37px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	font-weight: normal;
	color: Black;
}

a.paging[disabled="disabled"] {
	background-image: url('../img/icons/btn_paging_selected.png');
	width: 27px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	color: Black;
}

.pagingSelected {
	background-image: url('../img/icons/btn_paging_selected.png');
	width: 27px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
}

a.paging:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #356CBE;
}

a.paging:hover {
	background-image: url('../img/icons/btn_paging_over.png');
	width: 27px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	color: Black;
}

a.pagingNext:hover {
	background-image: url('../img/icons/btn_paging_next_over.png');
	width: 37px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
}

a.pagingPrevious:hover {
	background-image: url('../img/icons/btn_paging_previous_over.png');
	width: 37px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	color: Black;
}

a.pagingFirst:hover {
	background-image: url('../img/icons/btn_paging_first_over.png');
	width: 37px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	color: Black;
}

a.pagingLast:hover {
	background-image: url('../img/icons/btn_paging_last_over.png');
	width: 37px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	color: Black;
}

a.paging:active {
	background-image: url('../img/icons/btn_paging_selected.png');
	width: 27px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
}

a.normal:link {
	text-decoration: underline;
	font-weight: bold;
	color: #0B50C7;
}

a.normal:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #0B50C7;
}

a.normal:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #0B50C7;
}

a.normal:active {
	text-decoration: underline;
	font-weight: bold;
	color: #0B50C7;
}

a.login:link {
	text-decoration: none;
	font-weight: bold;
	color: #ed6423;
}

a.login:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ed6423;
}

a.login:hover {
	text-decoration: none;
	font-weight: bold;
	color: #c84203;
}

a.login:active {
	text-decoration: none;
	font-weight: bold;
	color: #ed6423;
}

a.bottom {
	font-family: Arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ed6423;
}

	a.bottom:link {
		font-family: Arial, helvetica, sans-serif;
		font-size: 13px;
		color: #ed6423;
		text-decoration: none;
		font-weight: bold;
		color: White;
	}

	a.bottom:visited {
		text-decoration: none;
		font-weight: bold;
		color: White;
	}

	a.bottom:hover {
		text-decoration: none;
		font-weight: bold;
		color: White;
	}

	a.bottom:active {
		text-decoration: none;
		font-weight: bold;
		color: White;
	}

/*
a.selectedLink:link {text-decoration:none; font-weight:bold; color:Black}
a.selectedLink:visited {text-decoration:none; font-weight:bold; color:Black}
a.selectedLink:hover {text-decoration:none; font-weight:bold; color:Black}
a.selectedLink:active {text-decoration:none; font-weight:bold; color:Black}

a.unselectedLink:link {text-decoration:none; font-weight:bold; color:#87898F}
a.unselectedLink:visited {text-decoration:none; font-weight:bold; color:#87898F}
a.unselectedLink:hover {text-decoration:none; font-weight:bold; color:#87898F}
a.unselectedLink:active {text-decoration:none; font-weight:bold; color:#87898F}
*/

a.selectedLink:link {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}

a.selectedLink:visited {
	text-decoration: none;
	font-weight: bold;
	color: White;
}

a.selectedLink:hover {
	text-decoration: none;
	font-weight: bold;
	color: #c84203;
}

a.selectedLink:active {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

a.disabledLink:link {
	text-decoration: none;
	font-weight: bold;
	color: #B6BAB3;
}

a.disabledLink:visited {
	text-decoration: none;
	font-weight: bold;
	color: #B6BAB3;
}

a.disabledLink:hover {
	text-decoration: none;
	font-weight: bold;
	color: #B6BAB3;
}

a.disabledLink:active {
	text-decoration: none;
	font-weight: bold;
	color: #B6BAB3;
}

a.tealeaf:link {
	text-decoration: underline;
	font-weight: bold;
	color: Black;
}

a.tealeaf:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #83006F;
}

a.tealeaf:hover {
	text-decoration: underline;
	font-weight: bold;
	color: Black;
}

a.tealeaf:active {
	text-decoration: underline;
	font-weight: bold;
	color: Black;
}











.divShadow {
	background: url('../img/background/bottom_content_stripe.png');
	background-position: top;
	background-repeat: repeat-x;
	width: 700px;
	padding-left: 5px;
	padding-right: 5px;
}

textarea {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
}

.menuDisabled {
	font-weight: bold;
	color: #B6BAB3;
}

.gridHeaderBackground {
	/* background-image: url('../img/background/header_tab.png');
    background-repeat:repeat-x; */
	background-color: #646464;
	height: 40px;
	color: #ffffff;
	border-top: 1px solid #4E4E4E;
	border-bottom: 1px solid #4E4E4E;
}

.headerDivBackground {
	background-image: url('../img/background/header_separator.png');
	background-position: left;
	background-repeat: no-repeat;
	color: white;
}

.gridRowBackground {
	background-image: url('../img/background/tabColapse.png'); /* #eeeff2*/
	background-repeat: repeat-x;
	background-color: #eeeff2;
}

.gridRowBackgroundSelected {
	background-image: url('../img/background/tab.png'); /* #eeeff2*/
	background-repeat: repeat-x;
	background-color: #eeeff2;
	font-weight: bold;
}

.gridCellBackground {
	background-image: url('../img/background/tab_active_separator.png');
	background-position: left;
	background-repeat: no-repeat;
}

.gridDetailBackground {
	background-image: url('../img/background/shadow_panel.png');
	background-repeat: repeat-x;
	background-color: White;
}



.gridHiddenQtnsRowBackground {
	background-image: url('../img/background/tab_hidden.png');
	background-repeat: repeat-x; /*background-color: #E8F3F5*/
	background-color: #ecf1f2;
}




#divOverlay {
	z-index: 10;
}

.platformID {
	padding: 2px 1px 1px 1px;
	padding-left: 160px;
	color: White;
	text-align: right;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

.cellBorder {
	border: 0px solid #eeeff2;
	padding-left: 5px;
}

.trMasterMenuItemBorder {
	border-top: solid 1px #C5CDC3;
	border-bottom: solid 1px #C5CDC3;
	height: 30px;
}

.trMasterMenuItemBorderTopOnly {
	border-top: solid 1px #C5CDC3;
	height: 36px;
}

.trMasterMenuLinkOffset {
	padding-left: 10px;
}

/*
.trMasterMenuItemBorderTopOnly_icon
{
    border-top: solid 1px #C5CDC3;
    height: 36px;
    width: 24px;
}

.trMasterMenuItemBorderTopOnly_title
{
    border-top: solid 1px #C5CDC3;
    height: 36px;
    width: 192px;
    padding-left: 3px;
}
*/
.trMasterMenuItemPointer {
	height: 36px;
	width: 16px;
	padding-right: 0px;
	text-align: right;
	border: none;
}

.trMasterMenuItemIcon {
	height: 36px;
	width: 5px;
}

.trMasterMenuItemTitle {
	height: 36px;
	width: 238px;
	padding-left: 10px;
}

.trMasterMenuItemPointer {
	height: 39px;
	width: 18px;
	padding-right: 0px;
	text-align: right;
	border: none;
}

.horizontalBar {
	height: 1px;
	width: 230px;
	border-top: solid 1px #C5CDC3;
}

/* .__info{display: none; width: 250px; z-index: 9999998; opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); font-size: 12px; border: solid 1px #006FC7; background-color: #FFFFFF; padding: 5px;} */
#info {
	position: absolute;
	display: none;
	font-size: 12px;
	border: solid 1px #006FC7;
	background-color: #FFFFFF;
	padding: 5px;
}

.helpTip {
	display: none;
	width: 500px;
	z-index: 9999998;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	font-size: 12px;
	border: solid 1px #006FC7;
	background-color: #FFFFFF;
	padding: 5px;
}

/*
.old_info
{
    display: none;
    width: 250px;
    z-index: 9999998;
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/ToolTip/1x1.png');
    font-size: 12px;
    color: #0280CA;
}
*/

/* CSS for tabs */
.tabs .ajax__tab_header {
	white-space: normal !important; /*font-family:"Helvetica Neue", Arial, Sans-Serif;*/
	/*  background: url(../img/background/tab-line.png) repeat-x bottom;   */
	font-size: 12px;
	display: block;
	cursor: pointer;
}

	.tabs .ajax__tab_header .ajax__tab_outer {
		background: url(../img/background/tab1.png) no-repeat left top; /* */
		border-color: #222;
		color: #222;
		padding-left: 10px;
		padding-top: 5px;
		/* margin-right: 1px;*/
	}


	.tabs .ajax__tab_header .ajax__tab_inner {
		background: url(../img/background/tab1.png) no-repeat right top; /*  */
		border-color: #666;
		color: #666;
		padding: 0px 0px 0px 0px;
	}

.tabs .ajax__tab_hover .ajax__tab_inner {
	color: #000;
}

.tabs .ajax__tab_active .ajax__tab_outer {
	background: url(../img/background/tab1.png) no-repeat 0pt -40px; /*  */
	border-bottom-color: #ffffff;
}

.tabs .ajax__tab_active .ajax__tab_inner {
	background: url(../img/background/tab1.png) no-repeat right -40px; /* */
	color: #000;
	border-color: #333;
}

.tabs .ajax__tab_body {
	/*font-family:verdana,tahoma,helvetica;*/
	font-size: 12px;
	background-color: #fff;
	border-top-width: 0;
}

.ajax__tab_tab {
	outline-width: 0px;
}


/* CSS for myAccount page tabs */
.tabsMyAccount .ajax__tab_header {
	white-space: normal !important; /*font-family:"Helvetica Neue", Arial, Sans-Serif;*/
	background: url(../img/background/tab-line.png) repeat-x bottom;
	font-size: 12px;
	font-weight: bold;
	height: 41px;
	width: 720px;
	display: block;
	cursor: pointer;
}

	.tabsMyAccount .ajax__tab_header .ajax__tab_outer {
		background: url(../img/background/tab2.png) no-repeat left top; /*background: #dedede no-repeat left top; */
		width: 231px;
		text-align: left;
		vertical-align: middle;
		border-right: 1px solid #CFCFCF;
		color: #222;
		padding-left: 5px;
		margin-right: 3px;
		margin-left: 0px;
	}

	.tabsMyAccount .ajax__tab_header .ajax__tab_inner {
		border-color: #666;
		color: #666;
		padding: 5px 0px 5px 0px;
		vertical-align: middle;
	}

.tabsMyAccount .ajax__tab_hover .ajax__tab_inner {
	color: #000;
}

.tabsMyAccount .ajax__tab_active .ajax__tab_outer {
	background: url(../img/background/tab2.png) no-repeat 0pt -40px;
	border-right: 1px solid #CFCFCF;
}

.tabsMyAccount .ajax__tab_active .ajax__tab_inner {
	color: #000;
	border-color: #333;
}

.tabsMyAccount .ajax__tab_body {
	/*font-family:verdana,tahoma,helvetica;*/
	font-size: 12px;
	background-color: #fff;
	border-top-width: 0;
}






.autocomplete_completionListElement {
	visibility: hidden;
	margin: 0px !important;
	background-color: #fff;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: default;
	overflow: auto;
	height: 200px;
	text-align: left;
	list-style-type: none;
	padding: 0;
	z-index: 6000;
}

.IE8Fix {
	z-index: 11000;
}

.disabledTxt {
	background-color: #ECECEC;
	border: 1px solid #ECECEC;
}

.stickerContent {
	width: 220px;
	background-image: url('../img/tabs/sticker_line.png');
	background-repeat: repeat-y;
	color: Black;
	margin-top: 0px;
	padding-top: 0px;
}

.commentContent {
	width: 508px;
	/*background-image: url('../img/background/1_line.png');
    background-repeat: repeat-y;*/
}


.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup {
	/*	background-color:#f0f8ff;*/
	background-color: white;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 550px; /*height: 600px;*/
}

.modalPopupUser {
	background-color: #F1F3F0;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 750px;
}

.btnConfirm {
	width: 80px;
}

.movableTitle {
	cursor: move; /*background-color: #f5980c; 	border: solid 1px Black;*/
	color: White;
}

/*
.gridBackground
{
	background-image: url('../img/icons/table_header_bg.gif');
	background-repeat: repeat-x;
}
*/
.modalTrialInfo {
	background-color: #F1F3F0;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 350px; /*height: 600px;*/
}

.modalCategory {
	background-color: #F1F3F0;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 350px; /*height: 600px;*/
}

div#doneftrtopDIV {
	width: 665px;
	height: 7px;
	background-image: url("../img/surveySettings/ThankYouLine.png");
}

a#ppLink {
	text-decoration: none;
}

	a#ppLink:hover {
		color: #f8992f;
	}

.trMHeader {
	/* background: url('../img/background/top_nav_stripe.png'); removed valBG  background-repeat: repeat-x; height: 141px;*/
	background-repeat: repeat-x;
	height: 139px;
}

.trMHeader_wVal {
	/*  background: url('../img/background/top_nav_stripe.png'); removed valBG */
}

.trMFooter {
	background-color: #000000;
	height: 123px;
	color: White;
}

.trMFooter_wVal {
	background-color: #000000;
	height: 123px;
	color: White;
}

.trMSubFooter {
	background-color: #000000;
	height: 24px;
}

.trMSubFooter_wVal {
	background-color: #000000;
	height: 24px;
}

.trMBottom {
	background-color: #000000;
	height: 60px;
	color: White;
}

.trMBottom_wVal {
	background-color: #000000;
	height: 60px;
	color: White;
}

.rightTopLink {
	color: #B1CFEE;
	font-weight: bold;
	padding-top: 5px;
}

.rightTopLink_wVal {
	color: Black;
	font-weight: bold;
	padding-top: 5px;
}

a.login_wVal:link {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

a.login_wVal:visited {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

a.login_wVal:hover {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

a.login_wVal:active {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

a.bottom_wVal:link {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

a.bottom_wVal:visited {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

a.bottom_wVal:hover {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

a.bottom_wVal:active {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

.bottom_wVal {
	color: Black;
}

a.hyperLinkSiteMap {
	cursor: pointer;
	color: White;
	font-weight: normal;
}

a.hyperLinkSiteMap_wVal {
	cursor: pointer;
	color: Black;
	font-weight: normal;
}

.tblSiteMap {
	width: 960px;
	background-color: #225FA0;
	border: solid 1px #286FB8;
	border-collapse: collapse;
	text-align: left;
	table-layout: fixed;
}

.tblSiteMap_wVal {
	width: 960px;
	background-color: #225FA0;
	border: solid 1px #286FB8;
	border-collapse: collapse;
	text-align: left;
	table-layout: fixed;
}

.tdSiteMap {
	border: solid 1px #286FB8;
	padding: 5px;
	vertical-align: top;
}

.tdSiteMap_wVal {
	border: solid 1px #a9bd7f;
	padding: 5px;
	vertical-align: top;
}


ul.login {
	color: #ff6a07;
	text-decoration: none;
	text-align: left;
	padding-left: 17px;
	line-height: 24px;
}

ul.rss {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}

	ul.rss li {
		margin-bottom: 5px;
	}

	ul.rss a {
		color: White;
		font-weight: normal;
	}

		ul.rss a:hover {
			text-decoration: underline;
		}

ul.rss_wval {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}

	ul.rss_wval li {
		margin-bottom: 5px;
	}

	ul.rss_wval a {
		font-weight: normal;
	}

		ul.rss_wval a:hover {
			text-decoration: underline;
		}

/*tagCloud*/
.tagCloudTextCell {
	text-align: justify;
}

a.tagCloudWordLink:hover {
	text-decoration: underline;
}

.offline {
	padding: 2px 1px 1px 1px;
	background-color: #ff6a07;
	color: White;
	text-align: center;
}

.online {
	padding: 2px 1px 1px 1px;
	/* background-color: #646464;*/
	color: Black;
	text-align: center;
}

.languageOff {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

.headerbgr_ipe {
	background: url('../img/background/ipe.png');
	background-repeat: repeat-x;
	height: 139px;
}

.headerbgr1 {
	background: url('../img/background/1.png');
	background-repeat: repeat-x;
	height: 139px;
}

.headerbgr4 {
	background: url('../img/background/4.png');
	background-repeat: repeat-x;
	height: 139px;
}

.headerbgr6 {
	background: url('../img/background/6.png');
	background-repeat: repeat-x;
	height: 139px;
}

.headerbgr7 {
	background: url('../img/background/7.png');
	background-repeat: repeat-x;
	height: 139px;
}

/*
.chrome1px {
    width:998px;height:11px;text-align:left;
}
.IE_FF {
    width:998px;height:10px;text-align:left;
}
*/


.textBoxCSS {
	background: #DEDEDE;
	color: #000000;
	font-weight: bold !important;
	font-size: 16pt !important;
	line-height: 1.2em;
}

.textBoxCSS11 {
	background: #DEDEDE;
	color: #000000;
	font-weight: bold;
	font-size: 16pt !important;
	line-height: 1.2em;
}


/* check boxes radioButtons*/

.ez-hide {
	opacity: 0;
	filter: alpha(opacity=0);
}
/**/
.ez-checkbox {
	background: transparent url('img/background/checkboxes.png') 0 1px no-repeat;
	display: inline-block;
}

.ez-checkbox {
	zoom: 1;
	*display: inline;
	height: 17px;
}


.ez-radio {
	background: transparent url('../img/background/radioButtons.png') 0 1px no-repeat;
	display: inline-block;
}


.ez-radio {
	zoom: 1;
	*display: inline;
	height: 17px;
}

.ez-radio {
	background-position: 0 -15px;
}

.ez-checked {
	background-position: 0 -15px;
}

.ez-selected {
	background-position: 0 0;
}
/**/

.ez-checkbox-green {
	background: transparent url('../img/background/checkboxes.png') 0 2px no-repeat;
	display: inline-block;
	background-position: 0 -15px;
}

.ez-checked-green {
	background-position: 0 2px;
}

.ez-checkbox-green {
	zoom: 1;
	*display: inline;
	height: 17px;
}

.ez-radio-green {
	background: transparent url('../img/background/radioButtons.png') 0 3px no-repeat;
	display: inline-block;
}


.ez-radio-green {
	zoom: 1;
	*display: inline;
	height: 17px;
}

.ez-radio-green {
	background-position: 0 -14px;
}

.ez-selected-green {
	background-position: 0 3px;
}

/* A Custom iPhone style icon added **/
.ez-checkbox-iphone {
	background: transparent url('../img/background/checkboxes.png') -42px 0 no-repeat;
	display: inline-block;
	cursor: pointer;
}

.ez-checked-iphone {
	background-position: 0 0;
}

.iphone-ui .ez-hide {
	width: 74px;
	height: 27px;
	cursor: pointer;
}

.ez-checkbox-iphone {
	zoom: 1;
	*display: inline;
	_height: 27px;
}
/* ie6 fix */


/* check boxes */

/* fonts */
h2 {
	font-size: 21px;
	font-family: Montserrat,Arial;
	color: #000000;
	font-weight: normal;
}

.h4 {
	font-size: 13px;
	font-family: Arial;
	color: #424242;
	font-weight: bold;
}

.defaultFontBold {
	font-weight: bold;
}



.gridRowBackgroundtabColapsed {
	background-image: url('../img/background/tabColapse.png'); /* #eeeff2*/
	background-repeat: repeat-x;
	background-color: #eeeff2;
}

.gridRowBackgroundEditImg {
	background-image: url('../img/background/edit_mode_middle_part.png'); /* #eeeff2*/
	background-repeat: no-repeat;
	background-position: right;
	z-index: 10000;
}

.gridRowBackgroundEdit {
	background-image: url('../img/background/edit_mode_middle_part.png'); /* #eeeff2*/
	background-repeat: repeat-x;
	background-color: #E96517;
	color: #ffffff;
}

.divRoundedConers {
	margin-top: 10px;
	border: 4px solid #eeeeee;
	text-align: center;
	border-radius: 5px;
}

/* -- jQueryUI dialog -- */

.ui-corner-all {
	border-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
}

.ui-dialog {
	border-width: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-color: #949494;
}

.ui-widget-header {
	background-color: White !important;
	border: 0px;
	background: White !important;
	border-bottom: 1px solid #eeeeee;
}

.ui-dialog-title {
	float: left;
	font-size: 21px;
	font-family: Montserrat,Verdana,Arial,sans-serif;
	color: #000000;
	font-weight: normal;
}

.ui-widget-header .ui-icon {
	background-image: url(../img/btn_multy_ln/en-US/icon_close.png);
	width: 18px;
	height: 18px;
	margin-bottom: 4px;
	padding: 1px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 30%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;
}

.ui-picture {
    background-image: url(../img/loading.gif);    
    background-repeat:no-repeat;
    background-position-x :center;
    background-position-y:bottom; 
}

.no-close .ui-dialog-titlebar-close {
    display:none;
}

.ui-icon-closethick {
	background-position: 0px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 0px;
	background: white;
	font-weight: bold;
	color: #222;
	padding: 1px !important;
}

.ui-widget-content {
	font-family: Arial,sans-serif;
	font-size: 13px;
}

.tooltip-message {
	clear: both;
	font-style: italic;
	color: #ff8585;
	font-size: 11px;
}
/* -- jQueryUI dialog -- */
div.input-box {
	float: left;
}

div.validation-box {
	float: left;
	padding-left: 10px;
}

/* -- Marketing -- */
#marketingContainer a {
	color: white;
	text-decoration: underline;
}

	#marketingContainer a:hover {
		color: #EA5F23;
		font-weight: normal;
		text-decoration: underline;
	}

.watermarked
{
    color: #555;
}

#credit_card_logos {
   
    float:right;
}

.logobar {
float: right;
display: inline;
float:right; padding-top:20px
}

.smalltxtbilling {
    font-size:10px;
}

.fl {
    float:left;
}

fl {
    float:right;
}
