/*RESET*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

a:focus {
	outline: 0px;
}

img {
	border: 0;
}

/* END RESET */

body {
	font-family: Arial, Helvetica, Verdana;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	line-height: 1.4em;
}

h1 a {
	display: block;
	width: 145px;
	height: 82px;
	text-indent: -9999px;
	background-image: url(../images/logo_bloomberg.png);
	background-repeat: no-repeat;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

h2 {
	font-size: 23px;
	line-height: 1.2em;
	margin-bottom: 15px;
	font-weight: bold;
	clear: both;
	color: #fff;
}

h2 a {
	color: #fff;
}

h2 a:hover {
	color: #000;
}

h3 {
	font-size: 23px;
	line-height: 1.2em;
	margin-bottom: 15px;
	font-weight: bold;
	clear: both;
	color: #fff;
}

h3 a {
	color: #fff;
}

h3 a:hover {
	color: #000;
}

h4 {
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	clear: both;
	color: #000;
}
#comment_form{
	display: inline-block;
	padding: 20px 0px;
	color: #666;
	clear: both;
}
#comment_form input{
	display: inline-block;
	float: left;
	line-height: 16px;
	height: 16px;
	width: 210px;
	background-color:#000;
	border: 1px solid #787878;
	margin: 0px 5px 0px 0px;
	color: #FFF;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.02em;
}
#comment_form textarea{
	display:block;
	float: left;
	line-height: 17px;
	height: 195px;
	width: 420px;
	background-color:#000;
	border: 1px solid #787878;
	color: #FFF;	
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.02em;
}
#comment_form span{
	display: block;
	float: left;
	line-height: 20px;
}
#comment_form table tr td{
	padding: 5px;
	text-align: right;
}
#comment_form table input[type=button]{
	display: block;
	width: 72px;
	height: 26px;
	color: #000;
	background-color:#999;
	cursor: pointer;
}
#comment_form table tr td .sendcomment a{
	display: block;
	padding: 0px;
	margin: 1px 0px 0px 0px;
	width: 74px;
	height: 26px;
	text-indent:-9999px;
	background-image:url(../images/submit.gif);
	background-position: 0 -26px;
	background-repeat: no-repeat;
}
.clear {
	clear: both;
	height: 1px;
}
strong{
	font-weight: bold;
}
#wrapper {
	margin: 0 auto;
	width: 522px;
}

#header {
	width: 522px;
	color: #333;
	margin: 10px 0px 10px 0px;
}

#search-box {
	display: block;
	height: 20px;
	margin: 0px 0px 10px 0px;
}

#search-box input {
	display: block;
	width: 120px;
	height: 17px;
	padding: 1px 2px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: none;
	float: right;
}

#btn-search a {
	display: inline;
	width: 28px;
	height: 20px;
	background-image: url(../images/btn_go.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: right;
	text-indent: -9999px;
}
#worldmap{
	display: block;
	width: 522px;
	height: 264px;
	margin: 0px 0px 30px 0px;
	clear: both;
}
#worldmap select{
	display: block;
	width: 120px;
}
ul#navigation {
	display: block;
	margin-top: 25px;
}

#navigation li a {
	display: block;
	width: 108px;
	border: 1px solid #000;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	float: left;
	padding: 2px 6px;
	margin: 0px 11px 30px 0px;
	line-height: 1em;
	font-size: 13px;
}

#navigation li a:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
}

#navigation li.selected a {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
}

#navigation li#last a {
	margin: 0px 0px 0px 1px;
}

ul#navigation-home {
	display: block;
	margin-top: 25px;
}

#navigation-home li a {
	display: block;
	width: 108px;
	border: 1px solid #000;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	float: left;
	padding: 2px 6px;
	margin: 0px 11px 30px 0px;
	line-height: 1em;
	font-size: 14px;
}

#navigation-home li a:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

#navigation-home li.selected a {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

#navigation-home li#last a {
	margin: 0px 0px 0px 1px;
}
ul#inside-navigation {
	display: block;
	margin-top: 25px;
}
/*FIX IE*/
#navigation-home li{
	zoom: 1;
	float: left;
}
#navigation li{
	zoom: 1;
	float: left;
}
#inside-navigation li{
	zoom: 1;
	float: left;
}
/**/


#inside-navigation li a {
	display: block;
	font-size: 10px;
	width: 62px;
	border: 1px solid #000;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	float: left;
	padding: 3px;
	margin: 0px 3px 30px 0px;
	line-height: 1em;
}

#inside-navigation li a:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
}

#inside-navigation li a:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
}

#inside-navigation li.selected a {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
}

#inside-navigation li#last a {
	margin: 0px 0px 0px 0px;
}

.like-button a {
	display: inline-block;
	font-size: 13px;
	border: 1px solid #000;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	float: right;
	padding: 4px 6px;
	margin: 20px 0px 30px 0px;
	line-height: 1em;
}

.like-button a:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
}

.like-button a.selected {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
}

#view-all{
	display:block;
	float: left;
	width: 85px;
	/*border: 1px solid #F00;*/
}

#view-all a {
	display: inline;
	font-size: 14px;
	border: 1px solid #000;
	color: #fff;
	text-transform: uppercase;
	float:left;
	background-color: #000;
	padding: 2px 6px;
	margin: 0px;
	line-height: 1em;
}

#view-all a:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

#view-all a.selected {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

#pagination-top{
	display: block;
	float:left;
	/*border: 1px solid #0F0;*/
	width:327px;
	margin-bottom:30px;
}

#pagination-top ul#pagination {
	display: block;
	clear: both;
	width: 327px;
	height: auto;
	padding: 0px;
	margin: 2px 0px 0px 0px;
	text-align: center;
}

#pagination-top #pagination li {
	display: inline;
	padding: 0;
}

#pagination-top #pagination li.btn-pagination a {
	display: inline;
	padding: 3px 5px;
	font-weight: normal;
}

#pagination-top #pagination li.btn-pagination a:hover {
	color: #fff;
	background: #000;
}

#pagination-top #pagination li.btn-pagination a.active {
	color: #fff;
	background: #000;
}

#view-past{
	display:block;
	float:left;
	/*border: 1px solid #00F;*/
	width: 110px;
}

#view-past a {
	display: inline;
	font-size: 14px;
	border: 1px solid #000;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	float: right;
	padding: 2px 6px;
	/*margin: 20px 0px 30px 0px;*/
	line-height: 1em;
}

#view-past a:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

#view-past a.selected {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
#content {
	width: 522px;
	color: #333;
	margin: 0px 0px 10px 0px;
}

#content-gallery {
	display: block;
	width: 565px;
	color: #333;
	margin: 0px 0px 10px 0px;
	clear: both;
	padding: 25px 0px 0px 0px;
}

#content .color-box {
	display: block;
	background-color: #00CDB8;
	color: #fff;
	padding: 20px;
	clear: both;
	zoom: 1;
}

.date {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
}

.place {
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 1.4em;
}

.inside-date {
	color: #fff;
}

.inside-place {
	color: #fff;
	margin-bottom: 2em;
}

.btn-extra a {
	display: inline;
	font-size: 11px;
	border: 1px solid #000;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	float: left;
	padding: 3px;
	margin: 0px 11px 0px 0px;
	line-height: 1em;
}

.btn-extra a:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
}

.btn-extra-home a {
	display: inline;
	font-size: 11px;
	border: 1px solid #000;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	float: left;
	padding: 3px 5px;
	margin: 0px 3px 0px 0px;
	line-height: 1em;
}

.btn-extra-home a:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

ul#sort-by {
	display: block;
	width: 476px;
	height: 23px;
	line-height: 23px;
	margin: 0px 0px 15px 0px;
	clear: both;
}

#sort-by li {
	display: inline;
	float: left;
	padding: 2px 3px;
	text-align: center;
	text-transform: uppercase;
}

#sort-by li a {
	display: inline;
	font-size: 11px;
	border: 1px solid #fff;
	color: #000;
	background-color: #fff;
	margin: 0px;
	line-height: 1em;
	padding: 2px 3px;
}

#sort-by li a:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 2px 3px;
}

#sort-by li.selected a {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 2px 3px;
}

.btn-icon-feed a {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	margin: 0 11px 0 0;
	background: url(../images/sprite_icons.png) no-repeat 0 3px;
	text-indent: -9999px;
}

.btn-icon-mail a {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	margin: 0px 11px 0px 0px;
	background: url(../images/sprite_icons.png) no-repeat 0 -22px;
	text-indent: -9999px;
}

.btn-icon-print a {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 11px;
	float: right;
	margin: 0px 0px 0px 0px;
	background: url(../images/sprite_icons.png) no-repeat 3px -48px;
	text-indent: -9999px;
}

.btn-icon-feed-white a {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0px 11px 0px 0px;
	background: url(../images/sprite_icons.png) no-repeat 0px -75px;
	text-indent: -9999px;
}

.btn-icon-mail-white a {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0px 11px 0px 0px;
	background: url(../images/sprite_icons.png) no-repeat 0px -100px;
	text-indent: -9999px;
}

.btn-icon-print-white a {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 11px;
	float: left;
	margin: 0px 11px 0px 0px;
	background: url(../images/sprite_icons.png) no-repeat 3px -126px;
	text-indent: -9999px;
}

#btn-inside {
	display: block;
	clear: both;
	margin: 10px 0px;
}

.object-holder {
	display: block;
	clear: both;
	width: 522px;
	height: auto;
	padding: 0px;
	margin: 1em 0;
}

.btn-logo a {
	display: block;
	/*width: 98px;*/
	height: 36px;
	font-size: 11px;
	color: #000;
	float: left;
	margin: 0px 6px 20px 0px;
}

.white-content-box {
	display: block;
	width: 476px;
	background-color: #fff;
	margin: 0px 0px 20px 0px;
	color: #000;
	padding: 23px;
	clear: both;
}

.white-content-box strong {
	font-weight: bold;
}

.white-content-box p {
	margin-bottom: 1em;
}

.white-content-box a {
	font-weight: bold;
	/*color: #000;*/
}

.white-content-box a:hover {
	font-weight: bold;
}

.white-content-box .title {
	font-weight: bold;
	text-decoration: underline;
}

.white-content-box ul#pagination {
	display: block;
	width: 476px;
	margin: 0px;
}

table {
	margin-bottom: 30px;
}

table#last {
	margin: 0px;
}

table strong {
	font-weight: bold;
}

table caption {
	height: 2em;
	border-bottom: 4px solid #000;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

table tr {
	height: 2em;
}

table td {
	vertical-align: top;
}

table td.time {
	display: table-cell;
	vertical-align: top;
	font-weight: bold;
	width:60px;
}

.item-participant {
	display: block;
	width: 476px;
	height: auto;
	margin-bottom: 56px;
	padding: 10px 0px;
}

.item-participant h5 {
	/*float: left;*/
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.participant-photo {
	display: block;
	float: left;
	width: 104px;
	height: 104px;
	margin: 5px 25px 0px 0px;
}

.item-participant .text-box {
	display: block;
	width: 330px;
	float: left;
}

.item-sponsors {
	display: block;
	width: 476px;
	height: auto;
	margin-bottom: 20px;
	padding: 10px 0px;
}

.item-sponsors h5 {
	clear: both;
	float: left;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.sponsors-photo {
	display: block;
	float: left;
	width: 200px;
	height: 70px;
	margin: 5px 0px 20px 0px;
}

.item-sponsors .text-box {
	display: block;
	width: 470px;
	float: left;
}

ul#pagination {
	display: block;
	clear: both;
	width: 522px;
	height: auto;
	padding: 0px;
	margin: 1em 0;
	text-align: center;
}

#pagination li {
	display: inline;
	padding: 3px 5px;
}

#pagination li.btn-pagination a {
	display: inline;
	padding: 3px 5px;
	font-weight: normal;
}

#pagination li.btn-pagination a:hover {
	color: #fff;
	background: #000;
}

#pagination li.btn-pagination a.active {
	color: #fff;
	background: #000;
}

#pagination li.btn-pagination#view-all a {
	display: block;
	width: 60px;
	float: none;
	margin: 0 auto;
	clear: both;
	color: #000;
	padding: 2px 5px 0px 5px;
}

#pagination li.btn-pagination#view-all a:hover {
	color: #fff;
}

.white-content-box .item-photo {
	display: block;
	width: 98px;
	height: 108px;
	float: left;
	padding: 5px 10px;
}

.btn-download img {
	display: block;
	width: 118px;
	height: 98px;
}

.btn-download a {
	display: block;
	width: 93px;
	height: 14px;
	background-image: url(../images/icon_camera.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#content-gallery .item-photo {
	display: block;
	width: 141px;
	/*height: 108px;*/
	float: left;
	padding: 0px;
	margin: 0px;
}

#content-gallery .item-photo p{
	width: 100px;
	margin: 10px 0px;
}

#content-gallery .btn-download a {
	display: block;
	/*font-weight: bold;*/
	font-size:10px;
	width: 98px;
	height: 14px;
	background-image: url(../images/icon_camera.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#about-us h3,
#ideas h3, #search h3 {
	margin-bottom: 0px;
}

#about-us h4{
	font-size: 23px;
	line-height: 1.2em;
	margin-bottom: 0px;
}
#terms h4{
	font-size: 15px;
	line-height: 1.4em;
	margin-bottom: 0px;
}
.yellow {
	color: #FDC82F;
}

.fucsia {
	color: #FF0162;
}

.green {
	color: #8DCB00;
}

.aqua {
	color: #00CDB8;
}

.purple {
	color: #A02A6A;
}

#about-us .divider,#ideas .divider,#search .divider,#help .divider {
	display: block;
	height: 4px;
	background-color: #000;
	margin: 15px 0px 20px 0px;
}

#about-us p {
	clear: both;
}

#about-us .btn-extra-home a {
	clear: both;
	display: block;
	margin: 0px 0px 10px 0px;
}

#ideas .btn-extra-home a {
	clear: both;
	display: block;
	margin: 10px 0px 10px 0px;
}

.idea-holder {
	display: block;
	margin: 10px 0px 10px 0px;
}

p.results {
	font-size: 13px;
	margin-bottom: 10px;
	display: block;
}
#trademarks,#feedback, #sponsorship, #sitemap{
	min-height: 400px;
}
#feedback form{
	margin-top: 20px;
}
#feedback label, #sponsorship label{
	display: block;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
}
#feedback input,#sponsorship input{
	display: block;
	padding: 2px;
	height: 20px;
	width: 350px;
	line-height: 20px;
	font-size: 13px;
	border: 1px solid #000;
	margin-bottom: 1.2em;
	color: #666;
	font-family: Arial, Helvetica, sans;
	font-size: 12px;
}
#feedback textarea{
	display: block;
	padding: 2px;
	height: 150px;
	width: 350px;
	line-height: 20px;
	font-size: 13px;
	border: 1px solid #000;
	margin-bottom: 1.2em;
	color: #666;
	font-family: Arial, Helvetica, sans;
	font-size: 12px;
}
#feedback #btnsubmit{
	display: block;
	width: 74px;
	height: 26px;
	background-image: url(../images/btn_submit.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	padding: 0px;
	text-indent: -999px;
}
#feedback #btnsubmit:hover{
	background-position: 0 -26px;
}
#sponsorship #submit-sps-login{
	display: block;
	width: 35px;
	height: 26px;
	background-image: url(../images/btn_ok.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	padding: 0px;
	text-indent: -999px;
}
#sponsorship #submit-sps-login:hover{
	background-position: 0 -26px;
}
#help h4{
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	clear: both;
	color: #000;
}
#sitemap h2,#sitemap h3{
	margin-bottom: 0px;
}
#sitemap h2 a{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
	color: #000;
}
#sitemap h2 a:hover{
	color: #888;
}
#sitemap h3{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4em;
	color: #000;
	padding: 0px 0px 0px 20px;
}
#footer {
	color: #000;
	font-size: 9px;
	line-height: 1.2em;
	padding: 10px 0px;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #fff;
}

#footer-home {
	color: #000;
	font-size: 9px;
	line-height: 1.2em;
	padding: 10px 0px;
}

#footer-home a {
	color: #000;
}

#footer-home a:hover {
	color: #666;
}