/* ANCHOR */
a {
	color: #381FF7;
}

a:hover {
	color: #FD1D1D;
}

a.BtnRound {
	float: left;
	background: url("../images/btn-Right.gif") no-repeat scroll top right;
	display: block;
	text-decoration: none;
	color: #333333;
	padding-right: 6px;
	font-family: arial;
}

a.BtnRound:hover {
	text-decoration: none;
	color: #0060FF;
}

a.BtnRound span {
	display: block;
	background: url("../images/btn-Left.gif") no-repeat;
	padding: 0px 4px 1px 10px;
	line-height: 19px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
	font-family: arial;
}

a.header {
	text-decoration: none;
}

div.formGroupingTable {
	padding: 0;
	border: 1px solid #000000;
	background-color: #F0F0F0;
	vertical-align: middle; 
}

.imgAction {
	vertical-align: middle;
	cursor: pointer;
	border: 0;
}

.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 2px;
	font-size: 12px;
}

/* TEXT */
.blueText {
	color: #381FF7;
	font-weight: normal;
}

.blueTextBold {
	color: #381FF7;
	font-weight: bold;
}

.boldText {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: middle;
	color: #000000;
}

.boldHeaderText {
	font-family: arial;
	font-weight: bold;
	font-size: 13pt;
	vertical-align: middle;
	color: #000000;
}

.charsLeftTxtBox {
	width: 30px;
	text-align: center;
	color: #381FF7;
	background-color: #F0F0F0;
	border: 0;
}

.charsLeftLabel {
	width: 90px;
	color: #381FF7;
	background-color: #F0F0F0;
	border: 0;
}

.ddl {
	padding-left: 3px;
	font-weight: bold;
}

.header {
	font-family: arial;
	font-weight: bold;
	font-size: 12pt;
	color: #75748D;
}

.menuText {
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
	color: #381FF7;
}

.regularText {
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
	vertical-align: middle;
	color: #000000;
	padding-left: 2px;
}

.redText {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: middle;
	color: #FD1D1D;
}

.errorSpan {
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
	vertical-align: middle;
	color: #FD1D1D;
}

.errorText {
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
	vertical-align: middle;
	color: #000000;
	border: 1px solid #FD1D1D;
}

.smallText {
	font-family: arial;
	font-weight: normal;
	font-size: 8pt;
	vertical-align: middle;
	color: #000000;
}

.smallItalics {
	font-family: arial;
	font-weight: normal;
	font-style: italic;
	font-size: 8pt;
	vertical-align: middle;
	color: #000000;
}

/* FIELDSET */
fieldset {
	margin-bottom: 20px;
}

legend {
	font-family: arial;
	font-weight: bold;
	font-size: 12pt;
	vertical-align: middle;
	color: #000000;
	padding-right: 5px;
}

/* TABLE */
table.noStyle {
	width: 98%;
	border: 0;
	padding: 3px;
	margin: 0;
}

table.productHeader td {
	color: #0060FF;
	font-family: arial;
	font-weight: bold;
	font-size: 11pt;
	vertical-align: middle;
}

/* SEARCH REQUESTS DISPLAY TAG */
table.simple {
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}

table.simple thead tr {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
	background-color: #BFBEBF;
	text-align: center;
	color: #2961A1;
	text-decoration: none;
}

table.simple tr {
	height: 20px;
}

table.simple tr.even {
	background-color: #E0E0D3;
}

table.simple tr.odd {
	background-color: #F0F0F0;
}

table.simple td,table.simple th {
	border: 1px solid #898989;
	font-family: Arial;
	font-size: 8pt;
}

table.simple a {
	color: #381FF7;
	text-decoration: none;
}

table.simple a:hover {
	color: #FD1D1D;
}

th.sorted a, th.sortable a {
	background-position: right;
	display: block;
	background-repeat:no-repeat;
	color: #1041F8;
}

th.order1 a {
	background-image: url(/sher-link/storeInstall/images/downArrow.gif);
}

th.order2 a {
	background-image: url(/sher-link/storeInstall/images/upArrow.gif);
}

span.pagebanner {
	font-family: arial;
	font-size: 10pt;
}

span.pagelinks {
	font-family: arial;
	font-size: 10pt;
	background-color: #BFBEBF;
	border: 1px solid #898989;
	padding: 1px 1px 1px 1px;
	margin-top: 5px;
	display:block;
	text-align: center;
}

.exportlinks {
	font-family: arial;
	font-size: 10pt;
}

.hidden {
	display: none;
}

.centerAlign {
	text-align: middle;
}

.leftAlign {
	text-align: left;
	padding-left: 3px;
}

.rightAlign {
	text-align: right;
	padding-right: 3px;
}