/* @group HELPERS */

/* Used by JQuery Validate to unhide error messages */
.block {
	display: block;
}

/* @end */

/* @group SEARCH PAGE */

ul.search_alphabet {
    margin: 0 0 30px;
    padding: 10px;
    display: block;
    clear: left;
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 6px;
	font-size: 14px;
}

.search_alphabet li {
    list-style-type: none;
    float: left;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
}

/* @end */

/* @group SEARCH - TABLES */

/* See also visart_no_ie.css for Responsive Tables */

table {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	border-collapse: collapse;
	border-style: none;
}

tr {
	border-bottom: 1px solid #cccccc;
	height: 45px;
}

.zebra tr:nth-of-type(odd) {
	background-color: #f7f7f7;
}

.zebra tr:hover {
	border-bottom: 1px solid #7f7f7f;
}

td,
th {
	padding: 6px;
	text-align: left;
}

th {
	background-color: #ffffff;
	color: #333333;
	letter-spacing: 0.1em;
	font-weight: 400;
}

th a {
	text-decoration: none;
	color: #333333;
}

th a:hover {
	text-decoration: none;
}

/* @end */

/* @group REGISTER FORMS - ERRORS */

input[type=text].error,
input[type=email].error,
input[type=password].error,
input[type=tel].error,
input[type=url].error,
input[type=search].error,
input[type=date].error,
textarea.error {
	color: #cc3300;
	background-color: #ffe8ea;
}

form .error {
	color: #cc3333;
}

label.error {
	color: #cc3333;
	font-weight: bold;
    padding-top: 10px;
    margin-left: 10px;
    padding-bottom: 20px;
}

/* @end */

/* @group REGISTER FORMS - JQUERY VALIDATE */

form.visart_form label.error {
	display: none;
}

/* @end */






