
.org-txt {
	color: #ff7800;
	font-weight: bold;
}

.home .wizard .step2 .directText {
	margin-top: 10px;
	display: block;
	width: 350px;
	float: none;
}
.home .wizard .step2 .directText textarea {
	_width: 249px;
	width:340px;

}

.home .wizard .step2 .upload {
	margin-top: 10px;
	display:block;
	width: 350px;
}

.home .wizard .step2 #directTextTab {cursor:pointer;}
.home .wizard .step2 #uploadTab {cursor:pointer;}
.home .wizard .step2 #websiteTab {cursor:pointer;}

.wizardButton a {
	cursor: pointer;
}

.plusLink{
	cursor: pointer;
}

/*.header .logo {
	padding-top:15px;
}*/

.userMenu {
	padding-top:0px;
}

.liveperson{

	cursor: pointer;
}

.feedback {
	height: 17px;

}

.feedback a{
	text-decoration: none;
	color: red;
}
.red {
	color: red;
}

.paymentRegister li, .paymentLogin li {
	height: auto;
	margin-bottom: 5px;
	float: left;
}

.inline-err-msg{
	color: #CD400C;
	font-weight: bold;
	margin: 0;
}
.hidden {
	display:none;
}
.dispute textarea{
	width: 175px;
	height: 80px;
	margin: 10px 20px;
}
.dispute input{
	margin: 10px 20px;
}
.pointer {
	cursor: pointer;
}
.pointer:hover {
	cursor: pointer;
}

#buttonEditAmount {
	font-weight: bold;
	font-size: 1.3em;
}

input.redButton{
	padding-top: 2px;
	padding-bottom: 2px;
}
input.greenButton{
	padding-top: 2px;
	padding-bottom: 2px;
}
input.blueButton{
	padding-top: 2px;
	padding-bottom: 2px;
}
input.orangeButton{
	padding-top: 2px;
	padding-bottom: 2px;
}
form input.redButton {
	cursor: pointer;
}
form input.greenButton {
	cursor: pointer;
}
form input.blueButton {
	cursor: pointer;
}
form input.orangeButton {
	cursor: pointer;
}

h1.pagetitle {
	line-height: 1em;
}

.survey {
	border-collapse: collapse;
	font-size: 14px;

}

.survey tr{


}

.survey tr:hover{
	background-color: #ddd;
}

.survey td{
	padding: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.survey .survQ{
	width: 50%;
}

.survA label {
	display: inline-block;
	width: 50%;
}

/*
.oht_tip_content { background-color: #ffffff; border: 10px solid #c0c0c0; }
.oht_tip_content h3 {border: solid 1px #cacaca;border-bottom: 0;margin: 0;background: url(../../images/bg/step1Head.png) repeat-x top;line-height: 40px;height: 40px;padding: 0 10px;font-size: 20px;color: #434343;}
.oht_tip_content div {border: solid 1px #cacaca;padding: 10px;}

.oht_tip_content h3 a.closeButton {
	float: right;
	text-decoration: none;
}
*/
.oht_tip_content ul {
	list-style-type: disc;
	padding-left: 15px;
}

.userPhoto{
	margin-right: 5px;
}
.userPhoto .translatorPic, .userPhoto .translatorIcons {
	float: left;
}
.cp_user .userPhoto .translatorIcons img{
	border: 0px ;
	display: block;
}


ul.largeTabs {height: 36px;padding-top: 10px;background:url(../../images/bg/mainNav.png) no-repeat right bottom;}
ul.largeTabs li {float: left;margin-right: 2px;height:35px;}
ul.largeTabs li a {background: #fff;text-decoration: none;padding: 0 10px;display: block;border-bottom: solid 3px #c9c9c9;text-align: center;color: #656565;line-height:33px;font-size: 18px; cursor:pointer;}
ul.largeTabs li.active a {border-bottom: solid 3px #8fb3d6;background: #dde8f3;}

.code{background-color:#CCCCCC;font-family:monospace;padding:5px;}

table tr td.seperator{
	text-align: center;
	background-color: #ddd;
	border: none;
	font-weight: bold;
}
.code {
	padding: 10px;
	background-color: #dddddd;
	font-family: monospace;

}


.editableField{
	cursor:pointer;
}

.editableFieldIcon{
	background: url(../../images/icons/pencil.png) no-repeat center right;
	padding-right: 16px;
}
.content{
 /*color: black;
 font-size: 13px;*/
}
.content h4{

}
#ohtcallme {

	position: fixed !important;
	position: absolute;
	top:200px;
	right:-55px;
	padding:7px 5px;
 	#border:1px solid OrangeRed;
 	#border-left-color:OrangeRed;
 	#border-top-color:OrangeRed;
 	width: 45px;
 	#background: Orange  no-repeat center;
 	background-image: url("../../images/bg/callMe_tab_x.png");
 	height: 35px;
 	cursor: pointer;
}

#ohtemailme {

	position: fixed !important;
	position: absolute;
	top:250px;
	right:-55px;
	padding:7px 5px;
 	width: 45px;
 	background-image: url("../../images/bg/mailMe_tab_x.png");
 	height: 35px;
 	cursor: pointer;
}
#ohtfeedback {

	position: fixed !important;
	position: absolute;
	top:200px;
	right:-38px;
	/*background: #FF7800; */
	/*background-color: green;*/
	padding:7px 5px;
 	border:1px solid #030;
 	border-left-color:#060;
 	border-top-color:#090;
 	width: 26px;
 	background: Green  no-repeat center;
 	background-image: url("../../images/icons/feedback.png") !important;
 	background-image: url("../../images/icons/feedback-gr.png") ;
 	height: 60px;
 	cursor: pointer;
}

#ohtfeedback:hover{
	background-color:#030;
	border:1px solid #030;
}

.filter {
	color:#434343;
	font-weight:bold;
	text-decoration:none;
	padding: 1px 6px;
}

.filter.active{
	background-color: #434343;
	color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

li.filter {
	display: inline-block;
	cursor: pointer;
}
.translators ul {
	background: none;
}

.translators ul li {
	/*padding: 10px 0;*/

}
.translators ul li .translatorPic img{
	height: 74px;
	max-width: 74px;
	width: auto;
	/*height: auto;*/
	margin: 0 auto;
}
.sdlQuote .translators li, .sdlQuote .logos li {
	width: 105px;
}


ul.mainNav li ul{

}

.projectNote {
	font-style:normal;
	max-height: none;
	border-right: solid 1px #bfbfbf;
	overflow: hidden;
}

/*
.socialContainer .fbLike iframe {margin: 15px 8px 0;}
.socialContainer .gplus iframe {margin: 10px auto 0}
*/

.projectTranslatorInfo{
	width: 468px !important;
	padding: 0;

}
.projectTranslatorInfo .translatorInfo{
	padding: 0;
	height: auto;
	border: none;
}

.projectTranslatorInfo .translatorInfo .translatorPic{
	width: 70px;
	height: 70px;
}

.projectTranslatorInfo .translatorInfo .translatorPic img{
	width: 70px;
}
.projectTranslatorInfo .translatorIcons {
	width: 24px;
}
.oht_tip_content {
	z-index: 6000
}
.corners10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(PIE.htc);
}
.corners5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(PIE.htc);
}

.transInfo.grid_3.alpha div div.translatorPic div.translatorPicCont img {max-width: 80px}

.likeforipad {background: url(images/bg/likeToWinAnIpadTab.png) no-repeat;width: 233px;height: 33px;position: fixed;bottom: 0;right: 50px;padding-top: 110px;padding-left: 17px; z-index:1; }

.float.userInfo{text-indent:15px;}

.waiting .statusText{ height: 40px;}


.projectHelp{

	text-decoration:none;
	cursor:pointer;

}

.publicExam .translateButton{
	line-height: 16px;
	height: auto;
	padding: 10px 0;
}

.publicExam  h1{
 	margin-top: 15px;
 }
.publicExam .source {border: solid 1px #f4f4f4;max-height: none;overflow: auto;font-family:Georgia, "Times New Roman", Times, serif;color: #888;clear: both;}

.publicExam .target {border: solid 1px #4a86c3;max-height: none;overflow: auto;}

.facebook .content .recommended{
 	right: 30px;
}
.publicExam .source .boxType {
	border-bottom-right-radius: 15px;
}
.text_ltr{
	direction: ltr;
	text-align: left;
}
.text_rtl{
	direction: rtl;
	text-align: right;
}

.publicExam .reviews .translatorPic,  .publicExam .reviews .translatorIcons{
	float: left	;
}
.publicExam .reviews .translatorPic img{
	width: 40px;
	height: 40px;
}

.publicExam .reviews .photo{
	width: auto;
	height: auto;
}

.homeBottom .logos {
	overflow: hidden;
}

.homeBottom .logos .logosMargin{
	overflow: hidden;
	margin: 0 20px;
}

.homeBottom .logos ul {
	height: auto;

}

.homeBottom .logos li {
	width: 80px;
	margin: 2px 2px;

}

.homeBottom .logos img {
	width: 80px;

}

.convertCredits .transactionDetails td{ height:60px; }

.invoiceHeader {height: 205px;}

.remove-icon {
	color: red;
	cursor: pointer;
	margin-left: 10px;
}

.users-list {
	margin: 10px 0 0 40px;
}

.users-list-title {
	margin: 0 0 5px;
}

.allocation_strategy_whitelist,
.allocation_strategy_blacklist {
	margin: 10px 0;
}

.allocation_strategy_whitelist_user [name=user_id],
.allocation_strategy_blacklist_user [name=user_id] {
	height: 15px;
	margin-left: 10px;
}

.white_black_list_block {
	display: flex;
	margin: 10px 0;
}

.black_list_block {
	padding-left: 20px;
}

.last_changed {
	margin-bottom: 10px;
}