@charset "utf-8";
/* CSS Document specific for contribute users */

/* List Styles */
#content_sub ul.bullet {
	list-style-type: square;
}

ul.bulletGlobe, #content_sub ul.bulletGlobe, ul#currentnewslist, li.bulletGlobe {
	list-style-type: none;
	padding: 0;
}

#content_sub ul.bulletGlobe {
	margin-top: 1em;
}

ul.bulletGlobe li, #content_sub ul.bulletGlobe li, li.bulletGlobe, dl.bulletGlobe dd {
	background: transparent url('../images/bullet_globe.png') no-repeat left top;
	padding-left: 20px;
	margin-bottom: 1em;	
}

#content_sub ul.bulletGlobe li a:link, #content_sub ul.bulletGlobe li a:visited, li.bulletGlobe a:link, li.bulletGlobe a:visited {
	font-weight: bold;
}

li.bulletGlobe {
	margin-left: -1em;
}

#content_sub ul.bulletGlobe li, li.bulletGlobe {
	/*color: #24205B;*/	
}

#content_main ul.bulletGlobe {
	padding-left: 1.5em;
}

#content_main h2.bullet {
	background: transparent url('../images/bullet_globegray.png') no-repeat left bottom;
	padding-left: 16px;
}

ul#currentnewslist li {
	background: transparent url('../images/bullet_globegray.png') no-repeat left top;
	font-weight: bold;
	padding: 0 0 0 16px;
}

#content_main h2.bg_orange {
	padding-left: 0.2em;
}

/* Some colors */

.black {
	color: #010102 !important;
}
.orange {
	color: #DD7E00 !important;
}
.navy {
	color: #28285A !important;
}
.darkgray {
	color: #4d4c4d !important;
}
.green {
	color: #548a1b !important;
}


.bg_black {
	background-color: #010102 !important;
	color: white;
}
.bg_orange {
	background-color: #DD7E00 !important;
	color: white;
}
.bg_orange a:link, .bg_orange a:visited {
	color: white;
}
.bg_navy {
	background-color:  #28285A !important;
	color: white;
}
.bg_darkgray {
	background-color: #4d4c4d !important;
	color: white;
}
.bg_green {
	background-color: #548a1b !important;
	color: white;
}
.bg_lightgray {
	background-color: #efefef !important;
}
.bg_lightyellow {
	background-color: #FEFAE1 !important;
	color: #DD7E00;
}

div.big_orange {
	background: #fff url('/images/button_orange_168.jpg') no-repeat;
	height: 55px;
	width: 168px;
	border: 0;
}

div.big_orange a:link, div.big_orange a:visited {
	padding: 10% 0 0 0;
	height: 40px;
	font-size: 125%;
}	