/* =noscript================================ */

.noscript {
    background: #FFF89C;
    width: 100%;
}

.noscript .wrapper {
    background: none;
    margin: 0 auto;
    padding: 32px 0 24px 0;
    width: 960px;
}

.noscript .wrapper h3,
.noscript .wrapper p {
    text-align: center;
}


/* =header================================ */

#header {
	background: white;
	border: 0; /* Safari fix */
	margin: 0;
	padding: 0;
	width: 100%;
}

#header a {
	background-color: transparent;
	color: #333;
	text-decoration: underline;
}

#header a:hover {
	background-color: transparent;
	color: #333;
	text-decoration: none;
}

#header #header-block {
	margin: 0 auto;
	height: 80px;
	position: relative;
	width: 944px;
}

#header #logo {
	left: 18px;
	position: absolute;
	top: 36px;
}

#header #header-container {
	background: #EEE;
	border: 1px solid #EEE;
	border-bottom: 0;
	height: 70px;
	right: 0;
	position: absolute;
	top: 8px;
	width: 702px;
}

#header #comp {
	font-size: 11px;
    left: 12px;
	position: absolute;
	top: 7px;
}

#header #comp a {
    color: #A04035;
    margin-right: 10px;
}

#header #user-menu {
	font-size: 11px;
	padding: 0 4px;
	position: absolute;
	right: 0;
	top: 4px;
}

.ie6 #header #user-menu,
.ie7 #header #user-menu {
	z-index: 1999;
}

#header #user-menu li {
	border-bottom: 0;
	display: block;
	float: left;
}

#header #user-menu li.open {
	position: relative;
}

#header #user-menu a {
	border: 1px solid #EEE;
	display: block;
	padding: 2px 8px;
}

#header #user-menu a.help-color {
	color: #3B7FCC;
}

#header #user-menu a.trigger {
	background: url(../images/icons/trigger.gif) right 3px no-repeat;
	padding-right: 19px;
}

#header #user-menu a.message {
	background: url(../images/icons/message.png) 8px 3px no-repeat;
	display: inline;
	padding-left: 26px;
}

#header #user-menu a.message-color {
	background: url(../images/icons/message_color.png) 8px 3px no-repeat;
	font-weight: bold;
	padding-left: 26px;
}

#header #user-menu li.open a.trigger {
	background-color: white;
	border: 1px solid #999;
	border-bottom: 1px solid white;
	color: #A04035;
	position: relative;
	text-decoration: none;
	z-index: 2000;
}

#header #user-menu ul {
	background: white;
	border: 1px solid #999;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	display: none;
	left: 0;
	padding-top: 4px;
	position: absolute;
	top: 21px;
	width: 124px;
	z-index: 1999;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

#header #user-menu ul li {
	border-top: 1px solid #EEE;
	display: block;
	float: none;
	overflow: hidden;
	zoom: 1; /* IE */
}

#header #user-menu ul li:hover {
	background: #EEE;
}

#header #user-menu  ul li.sep {
	border-color: #CCC;
}

#header #user-menu ul li a {
	border: 0;
	display: block;
	float: left;
	padding: 4px 8px;
	text-decoration: none;
	width: 52px;
}

#header #user-menu ul li a.no-sc {
	float: none;
	width: 100%;
}

.ie6 #header #user-menu ul li a.no-sc {
	width: 108px;
}

#header #user-menu a.sc {
	float: right;
	text-align: right;
	width: 40px;
}

#header #user-menu a.sc {
	color: #999;
}

#header #user-menu ul li a:hover {
	color: #A04035;
	text-decoration: underline;
}

#header #user-menu ul li a:active {
	text-decoration: none;
}

#header #main-menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	left: 0;
	line-height: 14px;
	margin-bottom: 0;
	position: absolute;
	text-transform: lowercase;
	bottom: 0;
}

#header #main-menu li {
	/*background: url(../images/bg_tab_shadow.png) left bottom no-repeat;*/
	float: left;
	display: inline; /* avoid IE double-margin */
	padding-left: 8px;
}

#header #main-menu a {
	background: white;
	border: 1px solid #CCC;
	border-bottom: 1px solid white;
	display: block;
	float: left;
	padding: 6px 6px 0 6px;
	text-decoration: none;
}

#header #main-menu a:hover,
#header #main-menu a.selected {
	border: 1px solid #999;
	border-bottom: 1px solid white;
    color: #A04035;
}

#header #main-menu li li a:hover {
	border: 0;
}

#header #main-menu a.trigger {
	background: white url(../images/icons/trigger.gif) right 5px no-repeat;
	padding: 6px 19px 0 6px;
}

#header #main-menu li.open {
	position: relative;
}

#header #main-menu li.open a.trigger {
	border: 1px solid #999;
	border-bottom: 1px solid white;
	color: #A04035;
	position: relative;
	text-decoration: none;
	z-index: 1000;
}

#header #main-menu li ul {
	background: white;
	border: 1px solid #999;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	display: none;
	left: 8px;
	padding-top: 4px;
	position: absolute;
	top: 21px;
	width: 146px;
	z-index: 999;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

#header #main-menu li li {
	border-top: 1px solid #EEE;
	display: block;
	float: none;
	padding: 0;
}

#header #main-menu li li.sep {
	border-color: #CCC;
}

#header #main-menu li li a {
	border: 0;
	display: block;
	float: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 5px 6px;
	text-transform: none;
}

.ie6 #header #main-menu li li a {
	display: inline-block;
	width: 100%;
}

#header #main-menu li li a:hover {
	background: #EEE;
	text-decoration: underline;
}

#header #main-menu li li a:active {
	text-decoration: none;
}

#header #join {
	background: #A04035;
	color: white;
	margin-left: 8px;
	padding: 0 2px;
	text-decoration: none;
}

#header #create-group-button {
	float: right;
	position:absolute;
	margin-right: 140px;
	top: -2px;
}


/* =search================================ */

#header #search {
	/*background: url(../images/bg_tab_shadow.png) left bottom no-repeat;*/
	bottom: 0;
	height: 22px;
	padding-left: 8px;
	position: absolute;
	right: 8px;
}

#header #search a#show-search {
	background: white url(../images/icons/lense.png) 3px 4px no-repeat;
	border: 1px solid #CCC;
	border-bottom: 1px solid white;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 14px;
	padding: 6px 6px 0 21px;
	position: relative;
	text-decoration: none;
	text-transform: lowercase;
}

#header #search a#show-search:hover,
#header #search.open a#show-search {
	border: 1px solid #999;
	border-bottom: 1px solid white;
	color: #A04035;
	position: relative;
	text-decoration: none;
	z-index: 1000;
}

#header #search-form-widget {
	background: white;
	border: 1px solid #999;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	display: none;
	padding: 16px;
	position: absolute;
	right: 0;
	top: 21px;
	width: 300px;
	z-index: 999;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

#header #input-search {
	background: white;
	font-size: 12px;
	float: left;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 13px;
	margin-right: 2px;
	width: 190px;
}

#header #search-form-widget fieldset {
	margin-top: 8px;
}

#header #search-form-widget fieldset span {
	display: block;
	float: left;
	height: 20px;
	width: 120px;
}

#header #search-form-widget fieldset input {
	margin-right: 8px;
}

#header #search-form-widget fieldset label {
	display: inline;
	font-weight: normal;
	margin-bottom: 0;
}

#header #search-form-widget .where {
	margin: 10px 0 0 0;
}
#header #search-form-widget ul {
	margin: 0;
}
#header #search-form-widget li {
	margin-right: 20px;
}


/* ---- Group header ---- */

#group-header {
	margin-top: 16px;
}

#group-header .topic {
	background: url(../images/bg_oblique_lines.png) 240px 19px no-repeat;
	font-weight: bold;
	padding-top: 2px;
}

#group-header .topic a {
	color: #333;
}

#group-header span {
	text-align: right;
}

#group-header .topic .object {
	padding-top: 15px;
}

#group-header h2 {
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 10px;
	padding-top: 12px;
}

#group-header h2 a {
	text-decoration: none;
}

#group-header-bottom {
    background: url(../images/bg_oblique_lines_group.png) 54px 12px no-repeat;
    /*background: url(../images/bg_group_header.png) 54px 12px no-repeat;*/
    margin-bottom: 24px;
    padding-left: 344px;
}

#group-menu {
	/*background: white;*/
	margin-bottom: 0;
	padding: 0 8px 0 16px;
}

#group-menu li {
	float: left;
	margin-right: 8px;
}

#group-menu li.open {
	position: relative;
}

#group-menu a {
	background: white;
	border: 1px solid #CCC;
	border-bottom: 1px solid white;
	color: #09602D;
	display: block;
	line-height: 12px;
	padding: 6px 8px 0 8px;
	text-decoration: none;
	text-transform: lowercase;
}

#group-menu li li a {
    text-transform: none;
}

#group-menu a.trigger {
	background: white url(../images/icons/trigger.gif) right 4px no-repeat;
	padding-right: 18px;
}

#group-menu a:hover,
#group-menu li.open a.trigger {
	background-color: white;
	border: 1px solid #999;
	border-bottom: 1px solid white;
	color: #09602D;
	position: relative;
	z-index: 2000;
}

#group-menu li.selected a {
	background-color: white;
	border: 1px solid #999;
	border-bottom: 1px solid white;
	color: #09602D;
	font-weight: bold;
}

#group-menu li ul {
	background: white;
	border: 1px solid #999;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	display: none;
	left: 0;
	padding-top: 4px;
	position: absolute;
	top: 19px;
	width: 120px;
	z-index: 999;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

#group-menu li li {
	border-top: 1px solid #EEE;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}

#group-menu li li.sep {
	border-top: 1px solid #CCC;
}

#group-menu li li a,
#group-menu li.selected li a {
	border: 0;
	color: #333;
	font-weight: normal;
	line-height: 16px;
	padding: 4px 8px;
}

#group-menu li li a:hover,
#group-menu li.selected li a:hover {
	background: #EEE;
	border: 0;
	color: #09602D;
	text-decoration: underline;
}

#group-menu li li a:active,
#group-menu li.selected li a:active {
	text-decoration: none;
}

#group-menu li#group-admin-menu ul {
    width: 140px;
}

#group-header a.join-group,
#group-header a.leave-group {
	background: #FFF89C;
	border: 0;
	border-radius: 3px;
	color: #333;
	padding: 2px 4px;
	margin-top: -4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#group-header a.leave-group {
	background: #EEE;
	color: #999;
}


/* =footer================================ */

#footer {
	clear: both;
	color: #666;
	font-size: 11px;
	overflow: hidden;
	zoom: 1; /* IE */
}

#footer #footer-block {
	background: url(../images/bg_dots_line.png) left top repeat-x;
    margin: 0 auto;
	padding: 12px 0;
    width: 944px;
}

#footer #partners {
	margin: 28px 0 10px 0;
	text-align: center;
}

#footer a {
	color: #333;
	padding: 0 4px;
}

#footer a.last {
	padding-right: 0;
}

#footer a.help-color {
	color: #3B7FCC;
}


/* =feedback================================ */

#feedback {
	left: -474px;
	position: fixed;
	top: 75%;
	width: 501px;
	z-index: 4000;
}

.ie6 #feedback {
	position: absolute;
}

#feedback .feedback-link {
	background: white url(../images/bg_feedback.png) left top no-repeat;
	border: 1px solid #999;
	border-left: 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	height: 82px;
	margin: -1px 0 0 0;
	text-indent: -7777px;
	width: 30px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.feedback-link:hover {
	background: white url(../images/bg_feedback.png) -30px top no-repeat;
}

#feedback-container {
	background: white;
	border-radius: 6px;
	border-top-right-radius: 0;
	box-shadow: 1px 3px 8px rgba(0,0,0,0.4);
	margin: 0; /* IE */
	padding: 12px;
	width: 446px;
	-moz-border-radius: 6px;
	-moz-border-radius-topright: 0;
	-moz-box-shadow: 1px 3px 8px rgba(0,0,0,0.4);
	-webkit-border-radius: 6px;
	-webkit-border-top-right-radius: 0;
	-webkit-box-shadow: 1px 3px 8px rgba(0,0,0,0.4);

}

#feedback-container textarea {
	width: 436px;
}


