@import url('cmmnt_member_overview.css');

/* GENERAL */

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: 'arial', 'helvetica', sans-serif;
}

h1
{
	display: none;
}

#site {
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	width: 975px;
}

#top1 {
	height: 35px;
}

#top2 {
	background-repeat: no-repeat;
	height: 158px;
	width: 975px;
	margin: 0px;
	padding: 0px;
}

#menu {
	position: absolute;
	top: 234px;
	width: 775px;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

#submenu {
	position: absolute;
	top: 269px;
	/* width: 975px; */
	width: 775px;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

#content_container {
	position: absolute;
	margin-top: 85px;
}

#content {
	padding-bottom: 10px;
	font-size: 10pt;
	color: #58585a;
	min-height: 300px;
	_height: 300px;
	width: 975px;
}

#content .app {
	margin-top: 10px;
}

#content a {
	color: #9ebc02;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#bottom {
	clear: both;
	border-top: solid 3px #cadbea;
	padding-top: 4px;
	width: 975px;
	height: 20px;
	font-size:8pt;
	color: #7d7d7e;
}

#bottom a {
	color: #7d7d7e;
	text-decoration: none;
}

#bottom a:hover {
	color: #002d48;
}

h1,h2,h3,h4,h5 {
	color: #002d48;
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	border-bottom: solid 1px #cadbea;
}

h5 {
	color: #002d48;
	font-size: 13pt;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	border-bottom: solid 1px #cadbea;
}

#l_left {
	float: left;
}

#l_right {
	float: right;
}

#l_left .n {
	float: left;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 5px;
	border: solid 1px #80a3c0;
	margin-right: 6px;
	text-align: center;
	cursor: pointer;
}

#l_left .n a {
	text-decoration: none;
	text-transform: uppercase;
	color: #80a3c0;
	font-size: 8pt;
}

#l_left .s {
	float: left;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 5px;
	border: solid 1px #80a3c0;
	margin-right: 6px;
	text-align: center;
	cursor: pointer;
}

#l_left .s a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8pt;
}

#l_right .n {
	float: right;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 5px;
	border: solid 1px #80a3c0;
	margin-right: 5px;
	text-align: center;
	cursor: pointer;
}

#l_right .n a {
	text-decoration: none;
	color: #80a3c0;
	font-size: 8pt;
}

#l_right .s {
	float: right;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 5px;
	border: solid 1px #80a3c0;
	background-color: #80a3c0;
	margin-right: 5px;
	text-align: center;
	cursor: pointer;
}

#l_right .s a {
	text-decoration: none;
	text-transform: uppercase;
	color: #005e8c;
	font-size: 8pt;
}

#search_top {
	float: right;
	margin-top: 0px;
}

.search_field {
	margin: 0px;
	padding: 2px;
	padding-top: 4px;
	@padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 20px;
	width: 124px;
	height: 16px;
	border: solid 1px #80a3c0;
	color: #80a3c0;
	background-image: url(../img/magnifier.gif);
	background-repeat: no-repeat;
	font-size: 8pt;
}

#menu ul {
	padding-left: 0px;
}

#submenu ul {
	padding-left: 0px;
}

#join {
	position: absolute;
	top: 234px;
	margin-left: 781px;
	height: 27px;
	/* height: 45px; */
	width: 194px;
	text-align: center;
	padding-top: 8px;
	/* padding-top: 25px; */
	font-size: 13pt;
	background-image: url(../img/join_bg.jpg);
	background-repeat: repeat-y;
	font-weight: bold;
}

#join a {
	color: #002d48;
	text-decoration: none;
}

#join a:hover {
	color: #80a3c0;
}

/* NAVIGATION */

#nav {
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
}

#nav ul {
	list-style: none;
	z-index: 99;
	position: relative;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}

#nav li {
	position: relative;
	float: left;
	display: block;
	height: 20px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 9pt;
}

#nav a {
	text-decoration: none;
	color: #ffffff;
}

#nav li:hover {
	cursor: pointer;
	background-color: #002d48;
	color: #ffffff;
}

#nav li:hover a {
	color: #ffffff;
}

#nav .navselected a {
	color: #002d48;
}

.subnav {
	list-style: none;
	margin: 0px;
	margin-left: 0px;
}

.subnav ul {
	list-style: none;
	z-index: 98;
	position: relative;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}

.subnav li {
	position: relative;
	float: left;
	display: block;
	height: 20px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 8pt;
}

.subnav a {
	text-decoration: none;
	color: #ffffff;
}

.subnav li:hover {
	cursor: pointer;
	background-color: #002d48;
}

.subnav li:hover a {
	color: #ffffff;
}

.subnavselected a {
	color: #002d48;
}

#calendar .item {
	margin-top: 10px;
	margin-bottom: 10px;
}

#calendar .date {
	margin-top: 4px;
	font-size: 8pt;
}

#calendar a {
	font-weight: bold;
}

#calendar .title {
	font-weight: bold;
}

.button {
	padding-left: 7px;
	height: 25px;
	border: 0px;
	color: #ffffff;
	font-size: 9pt;
	background-color: #002d48;
}

select {
	font-family: 'arial', 'helvetica', sans-serif;
	font-size: 11px;
}

input, select, textarea {
 font-family: 'arial', 'helvetica', sans-serif;
 font-size: 9pt;
 text-decoration: none;
 border: 1px;
 border-color: #c0c0c0;
 border-style: solid;
 margin: 1px;
 padding-left: 1px;
 color: #58585a;
}

/* EVENTS */

.borderblock {
	border: 1px solid #cadbea;
	margin-bottom: 15px;
	padding: 10px;
}
.borderblock_error {
	border: 1px solid #ff0000;
	border-left: 5px solid #ff0000;
	color: #ff0000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	margin: 15px;
}
.borderblock_notice {
	border: 1px solid #80a3c0;
	border-left: 5px solid #80a3c0;
	color: #80a3c0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
}

.event_title {
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 10px;
}

.event_date {
	margin-bottom: 10px;
	font-style: italic;
}

.event_comments {
	margin-bottom: 10px;
}

/* ACCORDION EFFECT */

.toggler  {
	background: url(../img/toggle_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-weight: bold;
	cursor: pointer;
	margin: 0px;
	@margin-bottom: 10px;
	color: #9ebc02;
	font-size: 14pt;
}

.toggler:hover   {
}

.element {
	margin: 0px;
 	padding: 0px;
 	padding-top: 0px;
 	margin-bottom: 15px;
}

/* NEWS OVERVIEW */

.news_item {
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_title {
	font-weight: bold;
}

/* RELATION OVERVIEW */
.relation_overview_frame {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.relation_overview {
}

.relation {
	border: 1px solid #e3e3df;
	width: 160px;
	height: 90px;
	padding: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.relation_spacer_h {
	width: 10px;
}

.relation_spacer_v {
	height: 10px;
}

.relation_name {
	color: #9ebc02;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 10px;
	width: 100%;
}

.relation_logo {
	float: right;
	border: 1px solid #e3e3df;
	padding: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.relation_text {
}

#job_overview .item_ext {
	margin-bottom: 10px;
}
#job_overview .item_ext .date {
	color: #a0a0a0;
	font-size: .8em;
}
#job_overview .item_ext .offree {
	font-weight: bold;
}
#job_overview .item_ext .location {
}
#job_overview .item_ext .desc {
	font-size: 1.1em;
	background-color: #9ebc02;
	width: 250px;
	padding: 5px;
	margin-bottom: 2px;
}
#job_overview .item_ext .desc a {
	color: #ffffff;
}

#job_overview .item {
	margin-bottom: 10px;
	padding-top: 10px;
	clear: both;
}
#job_overview .item .date {
	float: left;
	width: 100px;
}
#job_overview .item .period {
	float: left;
	width: 200px;
}
#job_overview .item .offree {
	font-weight: bold;
	float: left;
	width: 200px;
}
#job_overview .item .location {
	float: left;
	width: 130px;
}
#job_overview .item .desc {
	float: left;
	width: 450px;
}

/* SINGLE GALLERY */

#single_gallery {
	margin-top: 20px;
}

#single_gallery .gallery_description {
	font-family: arial black;
	font-size: 16px;
	margin-bottom: 15px;
	width: 600px;
}

#single_gallery .gallery_subtitle {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 15px;
	width: 230px;
}

#single_gallery .gallery_comments {
	margin-bottom: 15px;
	width: 230px;
}

#single_gallery .item {
	width: 174px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#single_gallery .item_last {
	width: 174px;
	margin-bottom: 20px;
}

#single_gallery .title {
	color: #002e48;
	font-size: 1.0em;
	font-weight: bold;
	height: 15px;
	text-align: center;
}

#single_gallery .subtitle {
	color: #9ebc02;
	font-size: 0.9em;
	height: 15px;
	margin-bottom: 5px;
	text-align: center;
}

#single_gallery .image {
	border: 0px;
}

#single_gallery .description {
	font-size: 9px;
}

/* GALLERY OVERVIEW */

#gallery_overview {
	padding: 0px;
	margin: 0px;
	background: none;
}

#gallery_overview a {
	color: #000000;
	padding: 0px;
	margin: 0px;
}

#gallery_overview .gallery {
	cursor: pointer;
	float: left;
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 174px;
}

#gallery_overview .gallery_last {
	cursor: pointer;
	float: left;
	padding: 0px;
	margin-bottom: 20px;
	width: 174px;
}

#gallery_overview .info {
	float: left;
	margin-bottom: 5px;
}

#gallery_overview .desc {
	float: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	width: 171px;
}

#gallery_overview .subtitle {
	display: none;
}

#gallery_overview a:hover {
	text-decoration: underline;
}

#gallery_overview .num {
	clear: left;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
}

#gallery_overview .image {
}

/* MEMBER FORM */

#member_form .info {
	float: left;
	margin-right: 20px;
	border: solid 1px #cadbea;
	padding: 15px;
	padding-top: 5px;
}

#member_form .account {
	width: 420px;
}

#member_form .extinfo {
	float: left;
	border: solid 1px #cadbea;
	padding: 15px;
	padding-top: 5px;
}

#member_form .fieldgrouptitle {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#member_conditions .fieldgrouptitle {
	font-size: 14px;
	margin-bottom: 10px;
}

/* FORUM */

#forum {
	margin-bottom: 15px;
}

#forum .notice {
	padding: 10px;
	border: 1px solid #ff0000;
	border-left: 5px solid #ff0000;
	margin: 10px;
}

#forum .title {
	padding: 10px;
	height: 20px;
	padding-bottom: 5px;
	background-color: #80a3c0;
	font-weight: bold;
	color: #ffffff;
}

#forum .title a {
	color: #002e48;
}

#forum .threads {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #80a3c0;
	color: #000000;
}

#forum .heading {
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
	font-size: 10px;
	border-bottom: 1px solid #dcdcda;
}

#forum .thread {
	padding: 5px;
	padding-left: 10px;
	background-color: #f1f1ef;
	border-bottom: 2px solid #ffffff;
}

#forum .form {
	padding: 10px;
}

.news_list_item
{
	margin-bottom: 10px;
}

.news_list_date
{
	margin-right: 12px;
}


/* news ticker styling */

.newsticker
{
	height: 50px;
}

.newsticker_date {
	font-size: 9px;
}

.newsticker_time {
	font-size: 9px;
}

.newsticker_title {
	display: block;
}

/* RSS ticker styling */

.rssticker
{
	height: 50px;
}

.rssticker_date {
	font-size: 9px;
}

.rssticker_time {
	font-size: 9px;
}

.rssticker_title {
	display: block;
}

.rssmarquee_date {
	font-size: 9px;
}

.rssmarquee_time {
	font-size: 9px;
}

.mailings_list_item
{
	margin-bottom: 10px;
}