/*INQUIRY MODULE styles*/

.hand {
	cursor: hand;
}

/*Email input*/
.email_field {
	width: 100px;
	font-size: 11px;
	height: 15px;
}

.inqButton {
	width: 70px;
}

.inqError {
	color: #ff0000;
}

.inqUser {
	color: black;
	font-weight: bold; font-size: 13px;
}


/*Question*/
.inqQuiestion {
	/* Height removed according to SITA-169 (to display title correctly)
	height: 22px;*/
	line-height: 20px;
	background-color: #EC6500;
	padding-left: 18px; 
	margin-bottom: 3px;
	font-weight: bold;
}

/*Question explanation for user - like description*/
table.inq_listQuestions {
	border: 1px solid #EC6500 !important;
}

table.inq_listQuestions tbody th, table.inq_listQuestions tbody td, table.inq_listAnswers tbody th, table.inq_listAnswers tbody td {
	padding-left: 6px;
	padding-top: 4px;
	display: inline;
	text-align: left;
	height: 31px;
	font-weight: normal;
	vertical-align: middle;
}

table.inq_listQuestions tbody tr td {
	border-left: 1px solid #EC6500 !important;
}

table.inq_listQuestions tbody tr div  td {
	border-left: 0px none !important;
}

table.inq_listQuestions tbody th, table.inq_listAnswers tbody th {
	background-color: #fff;
}

table.inq_listAnswers tbody th {
	border: 1px solid #ec6500;
	border-width: 1px 0px 0px 1px !important;
}

table.inq_listAnswers tbody td {
	border: 1px solid #ec6500;
	border-width: 1px 1px 0px 1px;
}

table.inq_listQuestions TBODY TD
{
    width:auto;
}

 table.inq_listQuestions TBODY TH
{
    width:150px;
}

.simpleInputTitle
{
    display:inline;
}

.inq_listTitle {
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}

.inq_QuestionList {
	height: 22px;
	line-height: 20px;
	background-color: #fff;
	padding-left: 18px; 
	margin-bottom: 3px;
}

.inq_QuestionList a {
	color: #595959;
	text-decoration: underline;
	color: #666;
}


.inq_button_section {
	height: 35px;
	line-height: 38px;
	margin: 10px 0px 0px 0px;
}

.inq_submit input, button.inq_submit {
	height: 22px;
	line-height: 20px;
	vertical-align: middle;
	margin: 5px 5px 5px 5px;
	padding: 0px;
	background-color: #EC6500;
	border: 1px solid #EC6500;
	color: #404040;
	cursor: hand;
}

.inq_mtb5 {
	margin: 5px auto;
}

.inq_mtb {
	margin: 10px auto 5px auto;
}

tbody.inq_login tr th {
	font-weight: bold !important;
}

.inq_w200 {
	width: 200px !important;
}

table tbody tr td.inq_bord_bot, table tbody tr th.inq_bord_bot {
	border-bottom: 1px solid #ec6500 !important;
}

/* back link */

.inq_bottomNavBar {
	background-color: #fff;
	border: 1px solid #EC6500;
	height: 30px;
}

.inq_shoppingStepL {
	margin-left: 6px;
	margin-top: 8px;
	text-align: left;
}

.inq_shoppingStepL img {
	border: none;
	vertical-align: middle;
}

a.inq_link {
	color: #666;
	text-decoration: underline;
}
