body {
	margin: 0;
	padding: 0;
	background: #fff url(../img/sidebarBg.png) repeat-y;
}

body,td,select,input,textarea {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333;
}

img {
	border: 0;
}

h1,h2,h3 {
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 1em 0;
	padding-top: .5em;
}

.clear-both {
	clear: both;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

.align-right {
	text-align: right;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.inner {
	padding: 10px;
}

a:link,a:visited {
	color: #c12400;
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}

ul#flashMessages {
	background-color: #C33B0B;
	padding: .5em 0 .5em 2em;
	margin: 0 0 1em 0;
	color: #fff;
}

.loading {
	background: url(../img/loading.gif) no-repeat;
	padding: 2px 0 2px 20px;
}

.content {
	background: #eee url(../img/contentBg.png) repeat-x top;
	border-bottom: 2px solid #ddd;
}

.content hr {
	border: 0;
	height: 0;
	border-bottom: 2px solid #888;
}

div.odd {
	background-color: #adadad;
}

div.even {
	
}

div.transcript {
	padding: 10px;
}

.warning {
	padding: 2px 0 2px 20px;
	background: url(../img/warning.gif) no-repeat left center;
}

.presence-available {
	padding: 2px 0 2px 20px;
	background: url(../img/available.gif) no-repeat left center;
}

.presence-unavailable {
	padding: 2px 0 2px 20px;
	background: url(../img/unavailable.gif) no-repeat left center;
}

div.pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

div.pagination ul li {
	display: inline;
}

div.pagination ul li a {
	margin: 0 .3em 0 .3em;
}

div.pagination ul li.current a {
	font-weight: bold;
}

img.captcha {
	border: 1px solid #bbb;
	padding: 2px;
	
	margin-right: 1em;
}
