* {
	margin: 0;
	padding: 0;
}

body {
	background: #fdfdfd;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 11.5px;
	color: #333;
}

a img {
	border: none; 
}

table td {
	padding-right: 8px;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

input, textarea, select {
	border: 1px solid #d3c5af;
	padding: 2px;
}

p, h1, h2, h3, h4, table {
	margin-bottom: 10px;
}

table td {
	font-size: 13px;
}

form input {
	margin-bottom: 3px;
}

td.error {
	font-size: 12px;
	color: red;
	padding-left: 3px;
}

/* container */
#container {
	background: url(images/background.gif) top left repeat-y;
	margin: 0 auto;
	width: 980px;
	border: 1px solid #D3C5AF;
	border-top: none; border-left: none; border-right: none;
}

.button {
        height: 22px;
		cursor: pointer;
}

/* left */
#left {
	float: left;
	display: inline;
	width: 645px;
	margin: 0 15px 15px 0;
	padding: 15px;
}

/* breadcrumb */
#breadcrumb a {
	color: #8B2121;
	text-decoration: underline;
}

#breadcrumb {
	color: #8B2121;
	font-size: 14px;
	overflow: auto;
	margin-bottom: 10px;
	_padding-bottom: 10px;
}

#breadcrumb li {
	float: left;
	display: inline;
	background: url(images/anchor.png) center left no-repeat;
	padding-left: 10px;
	margin-left: 10px;
}
#breadcrumb li:first-child {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	background: none;
}
/* /breadcrumb */

/* search_bar */
#search_bar {
	margin-bottom: 10px;
	*margin-bottom: 13px;
	_margin-botton: 13px;
	_width: 645px;
}

#search_bar p {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

#search_bar p * {
	display: block;
	float: left;
	margin-right: 6px;
}

#search_bar p select {
	margin-top: 0;
}
/* /search_bar */

/* content */
#content {
	background-color:#F6F4EF;
	border:1px solid #D3C5AF;
	padding: 5px;
	overflow: visible;
	width: 654px;
	_width: auto;
	*width: auto;
}

#collumn_left, #collumn_center, #collumn_right {
	float: left;
	display: inline;
	margin-right: 11px;
}

#collumn_right {
	margin: 0;
}

#content ul {
	width: 210px;
	border: 1px solid #d3c5af;
	background: url(images/list_bottom_corner.gif) bottom right no-repeat white;
	margin-bottom: 5px;
	position: relative;
}

#content ul ul {
	width: auto;
	background: none;
	border: none;
	margin-left: 42px;
	margin-top: 5px;
}

#content ul ul li {
	margin-bottom: 3px;
}

#content a {
	color: #8B2121;
	text-decoration: underline;
}

#content h4 {
	color: #656262;
	margin-left: 78px;
	margin-top: 4px;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 4px;
}

#content ul .small {
	padding-top: 2px;
	padding-bottom: 4px;
}

#content h4 a {
	color: #656262;
	text-decoration: none;f
}
#content .image {
	position: absolute;
	top: 2px;
	left: 2px;
}

#fullList * {
	_position: relative;
}

#fullList ul.list {
	_background: none !important;
	_border: none;
	_margin-top: -10px;
}

#content ul li:first-child {
	padding-bottom: 25px;
	_padding-bottom: 0;
	*padding-bottom: 0;
}

#content ul li ul li:first-child, #content ul.admin li, #content ul.list li {
	padding-bottom: 0;
}
/* /content */

/* /left */

/* right */
#right {
	float: left;
	display: inline;
	width: 288px;
	padding-left: 1px;
}


/* newsletter */
#newsletter {
	background: url(images/newsletter_back.jpg) no-repeat;
	width: 268px;
	height: 73px;
	padding-left: 20px;
	padding-top: 22px;
}

#newsletter h3 {
	color: white;
	font-size: 14px;
	font-family: "Trebuchet MS", sans-serif;
	margin-bottom: 5px;
}
/* /newsletter */

/* categories */
#categories h2, #login h2, #language h2 {
	font-size: 11px;
	font-weight: bold;
	color: #8b2121;
	background: transparent url(images/groups_list_back.jpg) repeat-x scroll 50% bottom;
	padding-left: 6px;
	border-bottom: 1px solid #D3C5AF;
	border-top: 1px solid #D3C5AF;
}

#categories li, #login li {
	background: transparent url(images/groups_list_back.jpg) repeat-x scroll 50% bottom;
	padding-left; 8px;
	border-bottom: 1px solid #D3C5AF;
	padding: 6px;
}

#categories li a, #login li a {
	color: #8b2121;
	text-decoration: underline;
	background: url(images/dots.png) center left no-repeat;
	padding-left: 14px;
}
/* /categories */

/* login */
#login {
	background: transparent url(images/groups_list_back.jpg) repeat-x scroll 50% bottom;
	margin-top: -1px;
	margin-bottom: 40px;
	border-bottom: 1px solid #D3C5AF;
	border-top: 1px solid #D3C5AF;
}

#login form {
	margin: 6px; 
}

#login a {
	color: #8b2121;
	text-decoration: underline;
}

#login h2 {
	margin-top: 8px;
}

#login input {
	margin-bottom: 5px;
}

#login .loginButton {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: normal;
}
/* /login */

/* /right */

/* /container */

/* header */
#heading {
	height: 157px;
	background: url(images/header_back.jpg) top left repeat-x;
}

#heading .header {
	width: 980px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
	height: 157px; 
}

/* menu */
#menu {
	margin-left: 35px;
	font-size: 14px;
	font-family: "Trebuchet MS", sans-serif;
	margin-top: 29px;
}

#menu li {
	display: inline;
	margin-right: 10px;
}

#menu a {
	color: white;
	font-weight: bold;
	letter-spacing: -0.5px;
	padding: 3px 5px;
}

#menu a:hover {
	background: #444;
}
/* /menu */
/* /header */

#content ul.list {
	background: white;
	padding: 4px;
	overflow: auto;
	width: auto;
}

#content ul.list li {
	width: 206px;
	display: block;
	float: left;
	margin-bottom: 4px;
}

#content h2.list {
	clear: both;
}

.red {
	color: red;
}

.green { 
	color: green;
}

.blue {
	color: blue;
}

.orange {
	color: orange;
}

.error {
	color: red;
}

.small {
	font-size: 10px;
}

.noOwner {
	border: 1px dotted #922F2F;
	font-size: 12px;
	padding: 3px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 0;
	*margin-right: -15px;
	_margin-right: -15px;
}

.noOwner p {
	margin-bottom: 0;
}

.collumn {
	float: left;
	display: inline;
	width: 218px;
}

#content ul.admin {
	background: none;
	border: none;
}

#content ul.admin li {
	margin-bottom: 3px;
	margin-left: 8px;
}

.tooltip {
	position: relative;
}

.tooltip .hover {
	border:1px solid #D3C5AF;
	background: white;
	padding: 7px;
	position: absolute;
	top: 25px;
	left: 0;
	min-width: 270px;
	_width: 270px;
	height: auto;
	min-height: 40px;
	z-index: 10000;
	display: none;
}

.hover strong {
	margin-bottom: 4px;
	display: block;
}

.hover .desc {
	font-size: 1px;
	display: block;
}

.hover img {
	border: 1px solid #d3c5af;
	display: block;
	margin-bottom: 6px;
}

.hover .url {
	color: #8B2121;
	font-size: 12px;
}

.error a {
	color: red !important;
}

.result {
	height: 100%;
	padding: 5px;
	border: 1px solid #D3C5AF;
	background: white;
	margin-bottom: 8px;
}

.result h5 {
	font-size: 13px;
	color: #8B2121;
}

.result .description {
	font-size: 13px;
}

.result .text, .result .image {
	float: left;
	display: inline;
}

.result .image {
	margin-right: 12px;
}

.result h5 {
	margin-bottom: 5px;
}

#content .result .image {
	position: relative;
	display: block;
}
.result p {
	margin-bottom: 2px;
}

.form textarea {
	width: 250px;
	height: 50px;
}

#search_bar p option {
	float: none;
}

.stats {
	border: 1px solid #D3C5AF;
	margin-left: 30px;
	padding: 5px;
	margin-bottom: 0px;
	background: white;
}

.stats .light td {
	padding-bottom: 5px;
	padding-top: 5px;
}

.stats .dark {
	background: #f0f0f0;
}

.statsLink {
	
	text-align: center;
	padding-top: 10px;
	margin-bottom: -15px;
	_margin-bottom: 0;
	*margin-bottom: 0;
	font-size: 11px;
}