@charset "windows-1250";
/* CSS Document */
/** Tables **/
table {
	background-color: #fff;
	border-right:0;
	clear: both;
	color: #333;
	width: 100%;
	border-collapse:collapse;
}
table th {
	border:0;
	border-bottom: 3px solid #B6020B;
	text-align: left;
	padding:4px;
	font-size: 12px;
	font-weight: bold;
}
table th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

table tr td {
	background-color: #fff;
	padding: 6px;
	text-align: left;
	vertical-align:middle;
	border: 1px solid #ddd;
	font-size: 13px;
}
table tr.odd td {
	background-color: #f5f5f5;
}
table .altrow td {
	background-color: #f5f5f5;
}
table td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
table tr.highlight td {
	background-image: url(../img/highlight.png);
}
table colgroup.highlight-col, table td.highlight-col{
	background-image: url(../img/highlight-col.png);
}
table.vertical {
	border-collapse:separate;
}
table.vertical th {
	width: 180px;
	border-bottom: 1px solid #eee;
}
table.vertical td {
	background-color: #eee;
	padding: 8px;
}
table#results {
	width: 600px;
}
table tr.result-item td {
	padding: 0;
}
table tr.result-item a {
	display: block;
	height: 100%;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	padding: 6px;
}
table tr.result-item a:hover {
	color: #000;
}
table td span.amount{
	float: right;
}
table img {
	border: none;
}


#flashMessage, #authMessage {
	background-color: #f5f5f5;
	border: 2px solid #f00;
	background-image: url(../img/error.gif);
	background-position: 12px;
	background-repeat: no-repeat;
	margin:10px 0;
	padding:0.8em 35px;
	width:85%;
}

.message {
	color: #f00;
	font-weight: bold;
}
#flashMessage.message.info {
	background-image: url(../img/success.gif);
	border: 2px solid #090;
	color: #090;
}

.error-message {
	width: 50%;
	padding: 0.3em;
	font-size: 0.8em;
	background-color: #f00;
	color: #fff;
}
.form-error {
	border: 1px solid red;
}


label {
 	display: block;
    float: left;
    font-weight: bold;
    width: 100px;
}
div.input {
	padding: 5px 0;
	border-bottom: 1px dashed #eee;
}

div.input input, div.input select {
	width: 200px;
	border: 1px solid #ddd;
	padding: 3px;
}
div.submit {
	padding: 10px;
}

.property-alert-form .input.select {
	clear: both;
	overflow: hidden;
}
.property-alert-form .input.select label {
	float: none;
}
.property-alert-form .input.select.required.error .error-message{
	clear: both;
}
.property-alert-form .checkbox {	
	float: left;
	width: 185px;
	border: 1px solid #ddd;
	padding: 3px;
	overflow: hidden;
	margin: 2px 4px 2px 0;
}
.property-alert-form .checkbox label {
	float: left;
	width: 170px;
	font-weight: normal;
	cursor: pointer;
	padding: 0;
}
.property-alert-form .checkbox input {
	width: 20px;
	float: left;	
	border: 0;
}
.property-alert-form .select-all {
	clear: both;
	float: left;
	width: 400px;
	font-size: 12px;
}

