.error {
	color: red;
}

.message {
	color: blue;
}

/*** START COMMON STYLES ***/
.pointer {
	cursor: pointer;
}

.cursor_default {
	cursor: default;
}

.nowrap {
	white-space: nowrap;
}

.cleaner {
	clear: both;
}

.hidden {
	display: none ! important;
}

.visible {
	display: block;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.black {
	color: #000000;
}

.white {
	color: #FFFFFF;
}

.red {
	color: #FF0000 ! important;
}

.blue {
	color: #0000FF ! important;
}

.back_white {
	background-color: #FFFFFF;
}

.strike {
	text-decoration: line-through;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.capitalize {
	text-transform: capitalize;
}

.height_100 {
	height: 100px ! important;
}

/*** END COMMON STYLES ***/
div.debug {
	border: solid 1px black;
	height: 200px;
	width: 880px;
	overflow: auto;
	padding: 10px;
	margin: 10px;
	clear: both;
}

/* FIXES */
ul.nav li.first_item {
	padding: 0 9px;
}

ul.nav li.other_items {
	padding: 0 9px;
}

.pagination_selected,div.pagination strong {
	float: left;
	display: block;
	background: #464646;
	color: #fff;
	text-decoration: none;
	height: 16px;
	line-height: 16px;
	padding: 1px 5px;
	margin: 4px 2px 0 2px;
}

div.pagination_bar_search div.pagination {
	margin-right: 5px;
}

span.found {
	background-color: #FFFF99;
}

div.scroll {
	height: 400px;
	overflow: auto;
	display: block;
	float: left;
	clear: both;
}

table.list td {
	height: 25px;
	border-bottom: solid 1px #464646;
}

table.list .row_0 {
	
}

table.list .row_1 {
	
}

div.album_photo {
	border: solid 1px #87C826;
	float: left;
	display: inline;
	padding: 5px;
	margin: 5px;
	text-align: center;
}

div.general_block_twocolumn_content p {
	overflow: hidden;
}

div.top_banner {
	float: left;
	display: inline;
	height: 60px;
	width: 400px;
	margin-top: 15px;
}

div.top_banner img {
	height: 60px;
	width: 400px;
}

div.banners_text {
	clear: both;
}

div.company_list p {
	width: 380px;
}
