body {
	font-family:Verdana, sans-serif;
	background:#e5e5e5;
	font-size:12px;
	line-height:1.5;
	color:#333;
	margin:0;
}

a { color:blue; }

blockquote {
	border-left:2px solid #ddd;
	margin:0 0 0 5px;
	padding-left:5px;
}

h1, h2, h3 {
	margin: 0 0 5px 0;
	padding: 0;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 12px; }

p, li  {
	margin: 0 0 10px;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 40px;
	padding: 0;
}
hr {
	color: #999;
	display:none;
	height: 1px;
}

/* including for compatibility */

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
	float: none;
}

#content h1, #content h3  {
	padding-left: 10px;
}

.content, .table-title {
	color:#777;
	font-size:1em;
	line-height:1.5;
	margin:10px;
	text-shadow: 1px 1px 2px #fff;
}

#footer {
	background:#555 url(/images/footer-shadow.gif) repeat-x top;
	color:#999;
	padding:10px;
}
#footer a {color:#ddd;}

/* rounded goodness */
.group {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#fff;
	border:1px solid #ccc;
	overflow:hidden;
	margin:10px;
	padding: 10px;
}

.hide {
	display: none;
}

#login_form {
	padding:10px 0 0 5px ;
}

.notification {
	background:#fffdc2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:10px 0;
	padding:10px;
}

.pages-link {
	margin:2em 0;
	word-spacing:.25em;
}

.pages-link a {
	background:#d7d7d7;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	color:#333;
	padding:.3em .5em;
	text-decoration:none;
}

.region {
	height: 78px;
	position: relative;
}

.region h2 {
	font-size: 1.3em;
	left: 75px;
	position: absolute;
	top: 28%;
}

.region-thumb {
	border: none;
	float: left;
	margin: 5px;
}

.simple_list {
	clear:both;
	color:#999;
	list-style:none;
	margin:0;
}

.simple_list li {
	display:block;
	border-bottom:1px solid #ccc;
	margin:0;
	padding: 10px 0 10px 0;
	text-decoration: none;
	font-size: 13px;
}

.simple_list li:first-child {
	padding: 0 0 10px 0;
}

.simple_list li:last-child {
	border:0;
	padding: 10px 0 0 0;
}

#site-name {
	background: #666666 url(/images/header-gloss.png) repeat-x center;
	border-bottom: 1px solid #999;
	line-height: 1.2;
	margin: 0;
}

#site-name a {
	background: transparent url(/images/home.png) no-repeat 10px center;
	color: #ffffff;
	display: block;
	font-size: 0.9em;
	padding: 10px 40px;
}

.small {
	font-size:10px;
	line-height:2;
}

.table-title {
	margin-top:20px;
}

ul.table.group {
	margin:10px;
	padding:0;
}

ul.table {
	clear:both;
	color:#999;
	list-style:none;
	margin:0;
}

ul.table li {
	border-bottom:1px solid #ccc;
	padding:15px;
}

ul.table li:last-child {
	border:		0;
}

ul.table.disclosure li,
ul.table li.disclosure {
	margin: 0;
	padding:0;
	position:relative;
}

ul.table.disclosure a,
ul.table li.disclosure a {
	border: 0;
	display:block;
	padding:10px;
	text-decoration: none;
	font-size: 13px;
}

ul.table.disclosure a .date,
ul.table li.disclosure a .date {
	color: #666;
	font-size: 11px;
	white-space: nowrap;
}

ul.table li .title {
	background: #a5a5a5 url(/images/title-dimple.gif) repeat-x top;
	border-bottom:1px solid #777;
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight:normal;
	padding: 3px 8px;
	text-shadow: 0 1px 1px #555;
}

.title-divider {
	background:url(/images/title-divider.png) repeat-x center;
	color:#999;
	font-size:10px;
	font-weight:normal;
	margin:0 -15px 10px -15px;
}

.title-divider span {
	background:#fff;
	margin:0 0 0 10px;
	padding: 0 5px;
}

.tabbed ul.table.group {
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
}

.pagination .next a, .pagination_pics .next a,
ul.table.disclosure .pagination .next a {
	border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
}
.pagination .prev a, .pagination_pics .prev a,
ul.table.disclosure .pagination .prev a {
	border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
}
.pagination, .pagination_pics {
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}
.tabbed .tabs li:first-child a {
	border: 1px solid #ccc;
	border-width: 1px 1px 0;
	border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
}
.tabbed .tabs li:last-child a {
	border: 1px solid #ccc;
	border-width: 1px 1px 0 0;
	border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
}

.tr_alt {
	background-color:#e5e5e5;
}
