/*
    Document   : global.css
    Created on : 2012-okt-11, 18:34:37
    Author     : Christoffer Sandberg
    Description:
        Purpose of the stylesheet follows.
*/

html {
	height: 100%;
}
body {
	background-image: url("../images/background.png");
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
}

.add_submit, .edit_submit, .edit_go_back, .list_submit {
	margin-top: 20px;
}

.add_submit {
	float: right;
}

#footer {
	background-color: #eee;
	margin-top: 20px;
	padding: 10px;
}
.white {
	color: #fff;
}

label.mandatory {
	font-weight: bold;
}
label.optional {
	color: #999;
}

a.edit_link {
	margin-right: 5px;
}

table.table thead {
	background-color: #fff;
}

.small_text {
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.filter select {
	padding: 0px;
	width: 100%;
	height: auto;
	font-size: 9px;
	margin: 0px;
}

.filter td {
	padding: 0px;
	border: none;
	background-color: #eee;
}

#state_message_holder {
	display: none;
}

.table-striped td.info, td.info {
	background-color: #75c9ff;
}

.table-striped td.warning, td.warning {
	background-color: #ff7575;
}

.table-striped td.success, td.success {
	background-color:#33ff33;
}

.grey {
	color: #999;
}

.ajax_collection table thead th {
	cursor: pointer;
}

td.item_label {
	text-align: right;
	width: 30%;
	color: #999;
}

.item_data {
	font-weight: bold;
}