
/* Styles for MEMBERS */

a {
	color: #005138;
}

html ul {
	list-style-image: url(../images/members/bullet_moz.gif);
}
*html ul {
	list-style-image: url(../images/members/bullet_ie.gif);
}

#middleleft {
	height: 100px;
}

#middlemiddle {
	background: url(../images/members/widevisual.jpg) white no-repeat;
}


input, textarea {
	border: #666666 solid 1px;
	padding:2px;
	font-family: Tahoma, "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 90%;
	width: 240px;
}


input.send {
	background: url(../images/members/buttons/send.gif) no-repeat;
	display: block;
	width: 69px;	
	height: 17px;
	border: none;
}

/* world map background images */
#bottomleft {
	background: url(../images/members/content_left_bg.gif) white no-repeat;
}

#bottommiddle {
	background: url(../images/members/content_middle_bg.gif) #EFFAF6 no-repeat;
}

#bottomright {
	background: url(../images/members/content_right_bg.gif) white no-repeat;
}

a.more, input.more {
	background: url(../images/members/buttons/more.gif) no-repeat;
	display: block;
	width: 17px;	
	height: 17px;
	border: none;
}

a.all, span.all a {
	background: url(../images/members/buttons/more.gif) no-repeat;
	display: block;
	width: 17px;	
	height: 17px;
	padding-left: 26px;
	padding-top: 2px;
	width: 70%;
	font-weight: bold;
}

#bottomleft a.all {
	text-decoration: none;
}

#bottomleft a:hover.all {
	text-decoration: underline;
}

/* Content */
h1, h3 {color: #005138;}
h2 {color: #333333;}

.header_latestnews {
	background-image: url(../images/members/header_latest_news.gif);
	background-repeat: no-repeat;
	height: 21px;
}
.header_lastpublished {
	background-image: url(../images/members/header_lastpublished.gif);
	background-repeat: no-repeat;
	height: 21px;
}
.header_subscribe_newsletter {
	background-image: url(../images/members/header_subscribe_newsletter.gif);
	background-repeat: no-repeat;
	height: 21px;
}

#bottommiddle .hr {
	background: url(../images/members/hr_content.gif) no-repeat;
	height: 1px;
	font-size:1px;
}

#bottommiddle .hrBothMargins {
	margin-top: 8px;
	margin-bottom: 8px;
}

#bottommiddle table.membersForm td {
	padding-bottom: 4px;
}

/* General datatables (standardtable) */
#bottommiddle table.datatable {
 border-top: 1px solid #005138;
 border-left: 1px solid #005138;
 font-size: 100%;
}
 
#bottommiddle table.datatable th {
 background-color: #307963;
 padding: 5px;
 color: white;
 font-weight: bold;
 border-bottom: 1px solid #005138;
 border-right: 1px solid #005138;
 vertical-align: top;
 text-align: left;
}
 
#bottommiddle table.datatable td {
 padding: 5px;
 border-bottom: 1px solid #005138;
 border-right: 1px solid #005138;
}
 
#bottommiddle table.datatable tbody th {
 background-color: #307963;
 font-weight: normal;
 text-align: left;
 color: black;
}
 
#bottommiddle table.datatable b {
 color: #628ABA;
}

/* login popup */

div.popup_canvas {
	width: 350px;
	height: 150px;
	background: url(../images/members/popup/popup_bg.gif) no-repeat #FFFFFF;
}
	
table.popup {
	padding: 30px 0px 0px 70px;
}