@charset "utf-8";
.rma_table {
	margin-top: 10px;
	margin-bottom: 20px;
}

.rma_table td
{
	padding: 4px;
}

.rma_table td.leftHead
{
	font-weight: bold;
	color: #183463;
}

.rma_table td.blue_head
{
	font-weight: bold;
	color: #FFF;
	background-image: url(../../img/css/forms/blue_input_head_bg.jpg);
}

.discussion_hold {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px;
	margin-bottom: 8px;
	
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	
	-webkit-box-shadow: 1px 1px 4px #CCC;
	   -moz-box-shadow: 1px 1px 4px #CCC;
	        box-shadow: 1px 1px 4px #CCC;
	
	text-shadow: 1px 1px #eeeeee;
}
.discussion_hold span {
	display: block;
	font-size: 10px;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.discussion_hold p {
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.ReturnsDept {
	background-color: #e7dbd6;
	border-top-color: #725037;
	border-right-color: #725037;
	border-bottom-color: #725037;
	border-left-color: #725037;
}
.ReturnsDept span {
	border-top-color: #af9684;
	border-right-color: #af9684;
	border-bottom-color: #af9684;
	border-left-color: #af9684;
	color: #725037;
	background-color: #D8C6B3;
}
.Customer {
	border-top-color: #3F6A8A;
	border-right-color: #3F6A8A;
	border-bottom-color: #3F6A8A;
	border-left-color: #3F6A8A;
	background-color: #d6dfe8;
}
.Customer span {
	color: #3E6989;
	border-top-color: #85a6bf;
	border-right-color: #85a6bf;
	border-bottom-color: #85a6bf;
	border-left-color: #85a6bf;
	background-color: #B8C7D5;
}

.big_button {
	font-size: 14px;
	font-weight: bold;
	color: #183463;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#coverSlip_hold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 2px dashed #F00;
	padding: 10px;
	background-color: #eeeeee;
	font-weight: bold;
}
#coverSlip_hold span {
	text-align: center;
	display: block;
}

#coverSlip_hold span b {
	font-size: 26px;
}


ul.hover_expand_ul {
	list-style-position: outside;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

ul.hover_expand_ul li {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: square;
	
}

ul.hover_expand_ul li span {
	display: none;
	
}

ul.hover_expand_ul li:hover span {
	display: block;
	font-size: 10px;
	color: #F00;
}
#fault_report {
	background-color: #efefef;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0 4px 6px -6px grey;
	-moz-box-shadow: 0 4px 6px -6px grey;
	box-shadow: 0 4px 6px -6px grey;
	margin-left: 15px;
	margin-bottom: 10px;
}
#fault_report strong {
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#fault_report em {
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
#fault_report .rr {
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-bottom: 5px;
	display: block;
}


input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #CCC;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

input:focus, textarea:focus, select:focus {
	box-shadow: 0 0 5px rgba(222, 240, 244, 1);
	border: 1px solid rgba(222, 240, 244, 1);
}


.full_width {
	display: block;
	width: 98%;
}
.what_box {
	background-color: #eeeeee;
	padding: 10px;
	margin-right: 20px;
	border: 1px solid #CCC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.what_box h2 {
	font-size: 14px;
	border-top-style: none;
	background-color: #EEE;
}

.message {
	font-size: 11px;
	padding: 7px;
	border: 1px solid #ECC579;
	background-image: url(/img/css/alerts/message-bg.jpg);
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0 4px 6px -6px grey;
	-moz-box-shadow: 0 4px 6px -6px grey;
	box-shadow: 0 4px 6px -6px grey;
	text-shadow: 1px 1px #ffffff;
	
	background-color: #F8E5A1;
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 20px;
}

.tight {
	margin: 5px !important;
	width: 1% !important;
	word-break: keep-all	!important;
	white-space: nowrap !important;
	display: table	!important;
	padding-top: 8px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.efr_text_selected {
	font-weight: bold;
}
.clickable {
	cursor:pointer;
	cursor:hand;
}


.imgs {
	
}

.imgs .img {
	display: block;
	float: left;
	padding: 10px;
	border: 1px solid #CCC;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.imgs .img .img_hold {
	width: 200px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}

.imgs .img .img_hold img {
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
}
