/*---------------------------------------- */
html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
      background-image: url("images/background3.jpg");
      background-position: center top;
	  background-repeat: no-repeat;
      background-color: #202344;
}

/* Link styles
---------------------------------------- */

a:link,a:active,a:visited { color : #000000; text-decoration: none;}
a:hover	{ text-decoration: none; color : #DD6900; }

/* Input box styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	padding: 1px;
	cursor: text;
	height: 20px;
}
.inputbox {
	background-color: #FFFFFF; 
	border-color: #B4BAC0;
	color: #333333;
}
.inputbox:hover {
	border-color: #11A3EA;
}
.inputbox:focus {
	border-color: #11A3EA;
	color: #0F4987;
}

.txtarea {
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	padding: 1px;
	cursor: text;
}
.txtarea:hover {
	border-color: #11A3EA;
}
.txtarea:focus {
	border-color: #11A3EA;
	color: #0F4987;
}

#username{
	border: 2px solid #273B9C;
	height: 22px;
	width: 112px;
	padding: 1px;
}
#password{
	border: 2px solid #273B9C;
	height: 22px;
	width: 112px;
	padding: 1px;
}


#rf_email_adress{
	border: 2px solid #273B9C;
	height: 22px;
	width: 175px;
	padding: 1px;
}
#username2{
	border: 2px solid #273B9C;
	height: 22px;
	width: 160px;
	padding: 1px;
}
#password2{
	border: 2px solid #273B9C;
	height: 22px;
	width: 160px;
	padding: 1px;
}

/* Button styles
---------------------------------------- */
#login_button, #login_failed{
	border: 0px;
	background: transparent;
	background-image: url("images/login_off.png");
	width: 122px;
	height: 34px;
}

/* Select field styles
---------------------------------------- */
select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #B4BAC0;
	padding: 1px;
	background-color: #FAFAFA;
}
select:hover {
	border-color: #11A3EA;
}

/* Button styles
---------------------------------------- */
a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #FAFAFA none repeat-x top;
}
a.button1, input.button1 {
	font-weight: bold;
	border: 1px solid #666666;
}
a.button2, input.button2, input.button3 {
	border: 1px solid #666666;
}
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	color: #000000;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
}
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border: 1px solid #BCBCBC;
	background-position: 0 100%;
	color: #BCBCBC;
}
#logout_button_a{
	background-image: url("images/menuButtons/logout_off.png");
	width: 125px;
}
#nieuws_button_a{
	background-image: url("images/menuButtons/menu_01_aan.png");
	width: 82px;
}
#nieuws_button_b{
	background-image: url("images/menuButtons/menu_01_uit.png");
	width: 82px;
}
#duiken_button_a{
	background-image: url("images/menuButtons/menu_02_aan.png");
	width: 74px;
}
#duiken_button_b{
	background-image: url("images/menuButtons/menu_02_uit.png");
	width: 74px;
}
#cms_button_a{
	background-image: url("images/menuButtons/menu_beheer_aan.png");
	width: 82px;
}
#cms_button_b{
	background-image: url("images/menuButtons/menu_beheer_uit.png");
	width: 82px;
}
#leden_button_a{
	background-image: url("images/menuButtons/menu_08_aan.png");
	width: 61px;
}
#leden_button_b{
	background-image: url("images/menuButtons/menu_08_uit.png");
	width: 61px;
}
#forum_button_b{
	background-image: url("images/menuButtons/menu_07_uit.png");
	width: 72px;
}
#persoonlijk_button_a{
	background-image: url("images/menuButtons/menu_09_aan.png");
	width: 110px;
}
#persoonlijk_button_b{
	background-image: url("images/menuButtons/menu_09_uit.png");
	width: 110px;
}
#lidmaatschap_button_a{
	background-image: url("images/menuButtons/menu_03_aan.png");
	width: 118px;
}
#lidmaatschap_button_b{
	background-image: url("images/menuButtons/menu_03_uit.png");
	width: 118px;
}
#aanmelden_button_a{
	background-image: url("images/menuButtons/menu_04_aan.png");
	width: 102px;
}
#aanmelden_button_b{
	background-image: url("images/menuButtons/menu_04_uit.png");
	width: 102px;
}
#scuba4u_button_a{
	background-image: url("images/menuButtons/menu_05_aan.png");
	width: 83px;
}
#scuba4u_button_b{
	background-image: url("images/menuButtons/menu_05_uit.png");
	width: 83px;
}
#contact_button_a{
	background-image: url("images/menuButtons/menu_06_aan.png");
	width: 86px;
}
#contact_button_b{
	background-image: url("images/menuButtons/menu_06_uit.png");
	width: 86px;
}
#button_left_spacer{
	width: 75px;
	display: block;
	float: left;
}
.buttons_spacer{
	width: 5px;
	display: block;
	float: left;
}

#nieuws_button_a, #nieuws_button_b, #cms_button_a, #cms_button_b, #forum_button_b, #leden_button_a, #leden_button_b, #persoonlijk_button_a, #persoonlijk_button_b, #lidmaatschap_button_a, #lidmaatschap_button_b, #aanmelden_button_a, #aanmelden_button_b, #scuba4u_button_a, #scuba4u_button_b, #contact_button_a, #contact_button_b, #duiken_button_a, #duiken_button_b, #logout_button_a{
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	height: 34px;
	float: left;
}


/* Table styles
---------------------------------------- */
.tbl_top{
	background-image: url("images/table_top.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.tbl_bottom{
	background-image: url("images/table_bottom.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.tbl_bottom, .tbl_top{
	height: 10px;
}
.tbl_top2{
	background-image: url("images/table_top2.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.tbl_top2, .tbl_bottom2{
	width: 531px;
	height: 11px;
}
.tbl_void{
	width: 12px;	
}

/* Miscellaneous styles
---------------------------------------- */
#tyros_layout{
	width: 1024px;
}

.banner{
	width: 764px;
	height: 115px;
}
.banner_inlog{
	width: 260px;
	height: 115px; 
	text-align: left;
}
.inlog_overflow{
	width: 260px;
	height: 90px;
	overflow: hidden;
}
.banner_login{
	width: 246px;
}
.banner_login_l{
	height: 25px;
	width: 106px;
	font-family: verdana;
	font-size: 7pt;
	text-align: right;
	padding-right: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
.banner_login_r{
	height: 20px;
	width: 140px;
	padding-left: 5px;
}
.banner_login_submit_l{
	height: 30px;
	width: 106px;
}
.banner_login_submit_r{
	height: 30px;
	width: 140px;
}
.nav_left{
	margin: 0;
	height: 25px;
	text-align: center;
}
.nav_members_cell{
	text-align: center;
	width: 82px;
	margin: 0;
}
.right_layout{
	width: 100%;
	height: 100%;
}
.nav_right, .nav_left{
	font-family: verdana;
	font-size: 10pt;
}
.events, .banners{
	font-family: arial;
	font-size: 8pt;	
}
.banners{
	height: 100%;
}
.banner_container{
	width: 240px;
}
.banner_container_cell{
	text-align: center;
}

.main_nav{
	width: 714px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.right_nav{
	width: 350px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer{
	height: 100px;
	width: 1024px;
}

/* Main styles
---------------------------------------- */

.main_table{
	width: 545px;	
}
#main_top_buttons_algemeen{
	background-image: url("images/main/mainTop_Nieuws_1.png");
}
#main_top_buttons_reisverslag{
	background-image: url("images/main/mainTop_Nieuws_2.png");
}
#main_top_buttons_archief{
	background-image: url("images/main/mainTop_Nieuws_3.png");
}
#main_top_buttons_aanmelden{
	background-image: url("images/tabs/Tab_aanmelden.png");
}
#main_top_buttons_duiken{
	background-image: url("images/tabs/Tab_duiken.png");
}
#main_top_buttons_scuba4u{
	background-image: url("images/tabs/Tab_scuba4u.png");
}
#main_top_buttons_lidmaatschap{
	background-image: url("images/tabs/Tab_lidmaatschap.png");
}
#main_top_buttons_contact{
	background-image: url("images/tabs/Tab_contact.png");
}
#main_top_buttons_leden{
	background-image: url("images/tabs/Tab_leden.png");
}
#main_top_buttons_persoonlijk{
	background-image: url("images/tabs/Tab_persoonlijk.png");
}
#main_top_buttons_algemeen, #main_top_buttons_reisverslag, #main_top_buttons_archief, #main_top_buttons_aanmelden, #main_top_buttons_scuba4u, #main_top_buttons_lidmaatschap, #main_top_buttons_contact, #main_top_buttons_leden, #main_top_buttons_persoonlijk{
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 11px;
	height: 48px;
	padding-left: 4px;
	z-index: 0;
}
#main_top_buttons_activity{
	background-image: url("images/main/mainTop_NoTabs.png");
}
#main_top_buttons_algcontent{
	background-image: url("images/main/mainTop_NoTabs.png");
}
#main_top_buttons_duiken_1{
	background-image: url("images/main/duikenTab_1.png");
}
#main_top_buttons_duiken_2{
	background-image: url("images/main/duikenTab_2.png");
}
#main_top_buttons_duiken_3{
	background-image: url("images/main/duikenTab_3.png");
}
#main_top_buttons_duiken_4{
	background-image: url("images/main/duikenTab_4.png");
}
#main_top_buttons_duiken_vraag{
	background-image: url("images/main/duikenTab_5.png");
}
#main_top_buttons_duiken_1, #main_top_buttons_duiken_2, #main_top_buttons_duiken_3, #main_top_buttons_duiken_4, #main_top_buttons_duiken_vraag{
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 11px;
	height: 48px;
	_height: 48px;
	padding-left: 4px;
	z-index: 0;	
}

#main_top_buttons_activity, #main_top_buttons_algcontent{
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 11px;
	height: 20px;
	_height: 48px;
	padding-left: 4px;
	z-index: 0;
}
.main_content_left{
	width: 7px;
	background-image: url("images/main/mainBorderLeft.png");
	background-position: right center;
	background-repeat: repeat-y;
}
.main_content_right{
	width: 10px;
	background-image: url("images/main/mainBorderRight.png");
	background-position: right center;
	background-repeat: repeat-y;
}
.main_content{
	text-align: left;
	background-color: #2D4BA5;
	_background-color: #243F9B;
}
#main_bottom{
	height: 35px;
	background-image: url("images/main/mainBottom.png");
	background-position: left top;
}
.main_nieuws1{
	width: 92px;
}
.main_nieuws2{
	width: 110px;
	_width: 115px;
}
.main_nieuws3{
	width: 62px;
}
.main_nieuws1, .main_nieuws2, .main_nieuws3{
	height: 24px;
	_height: 25px;
	float: left;
	cursor: pointer;
	z-index: 1;
	position: relative;
}
.duiken_overons{
	width: 74px;
	_width: 77px;
}
.duiken_duikbrevet{
	width: 90px;
	_width: 90px;
}
.duiken_uitrusting{
	width: 73px;
	_width: 75px;
}
.duiken_proef{
	width: 90px;
	_width: 92px;
}
.duiken_vragen{
	width: 59px;
	_width: 62px;
}
.duiken_overons, .duiken_duikbrevet, .duiken_uitrusting, .duiken_proef, .duiken_vragen{
	height: 25px;
	_height: 25px;
	float: left;
	cursor: pointer;
	z-index: 1;
	position: relative;
}
.news_table{
	margin: 0;
	width: 100%;
  	height: 100%;
}
.news_inner_tbl{
	margin: 0;
	width: 100%;
  	height: 100%;
}
.news_datetime{
	text-align: left;
	padding-left: 2px;
	font-family: arial;
	font-size: 7pt;
	color: #9697AC;
}
.news_image{
	width: 55px;
  	height: 160px;
}
.news_title{
	margin: 0;
	font-family: arial;
	font-size: 13pt;
	height: 25px;
	color: #1D3C97;
	font-weight: bold;
	padding-left: 10px;
}	
.news_body{
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	height: auto;
	font-family: arial;
	font-size: 10pt;
}
.news_link{
	text-align: right;
	font-family: arial;
	font-size: 7pt;
	padding-right: 10px;
}
.displayNewsImage {
	background-color: #efeccb;
	border: #fbd581 solid 1px;
  	color: #000000;
  	width: 55px;
  	height: 160px;
  	background-position: center center;
}


/* CMS styles
---------------------------------------- */
.cms_table{
	width: 650px;
}
#cms_top_buttons_nieuws{
	background-image: url("images/cms1.png");
}
#cms_top_buttons_activiteiten{
	background-image: url("images/cms2.png");
}
#cms_top_buttons_gebruikers{
	background-image: url("images/cms4.png");
}
#cms_top_buttons_banners{
	background-image: url("images/cms3.png");
}
#cms_top_buttons_algemeen{
	background-image: url("images/cms5.png");
}
#cms_top_buttons_nieuws, #cms_top_buttons_activiteiten, #cms_top_buttons_gebruikers, #cms_top_buttons_banners, #cms_top_buttons_algemeen{
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 48px;
	padding-top: 9px;
	_padding-top: 11px;
	padding-left: 4px;
	z-index: 0;
}

.cms_button_holder{
	width: 650px;
}
.cms_nieuws{
	width: 62px;
	_width: 63px;
}
.cms_activiteiten{
	width: 92px;
}
.cms_gebruikers{
	width: 85px;
}
.cms_banners{
	width: 70px;
}
.cms_algemeen{
	width: 85px;
}
.cms_nieuws, .cms_activiteiten, .cms_gebruikers, .cms_banners, .cms_algemeen{
	height: 24px;
	_height: 25px;
	float: left;
	cursor: pointer;
	z-index: 1;
	position: relative;
}
.cms_empty{
	
}
.cms_content_left{
	width: 10px;
	background-image: url("images/mainBorderLeft.png");
	background-position: right center;
	background-repeat: repeat-y;
}
.cms_content_right{
	width: 14px;
	background-image: url("images/mainBorderRight.png");
	background-position: left center;
	background-repeat: repeat-y;
}
.cms_content{
	text-align: left;
}
#gradientContent{
	background-color: #767FD9;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	zindex: -1;
}
.cms_submit{
	text-align: right;
	padding: 5px;
}
.cms_content, .cms_submit, .cms_inner_menu{
	font-family: arial;
	font-size: 8pt;
}
.cms_inner_content_tbl{
	width: 624px;
	height: 100%;
}
.cms_inner_menu{
	width:	100px;
	line-height: 14pt;
}
.innermenu{
	width: 98px;
	height: 38px;
	background-image: url("images/menuButtons/cmsEmpty.png");
	text-align: center;
	line-height:3.5em;
	z-index: 1;
}
.innermenuTxt{
	font-family: Arial;
	font-size: 8pt;
	z-index: 1;
	position: relative;
}
.new_content{
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;	
}
.cms_inner_content, .content_list_tbl, .new_content{
	width: 500px;
}
#cms_bottom{
	height: 35px;
	background-image: url("images/cmsBottom.png");
	background-position: left top;
}
.content_list_tbl{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.content_list_content_id{
	width: 50px;
	text-align: center;
}
.content_list_content_title{
	width: 100px;
	padding-left: 5px;
}
.content_list_content_name{
	width: 65px;
	padding-left: 5px;
}
.content_list_content_author{
	width: 75px;
	padding-left: 5px;
}
.content_list_content_level{
	width: 75px;
	text-align: center;
}
.content_list_content_date{
	width: 75px;
	text-align: center;
}
.content_list_content_time{
	width: 50px;
	text-align: center;
}
.content_list_content_options{
	width: 75px;
}
.content_list_content_id, .content_list_content_title, .content_list_content_author, .content_list_content_level, .content_list_content_options, .content_list_content_date, .content_list_content_time, .content_list_content_name{
	background-color: #FFE260;
	height: 24px;
	font-family: arial;
	font-size: 8pt;
}
.content_list_alg1{
	text-align: left;
	width: 400px;
}
.content_list_alg2{
	text-align: center;
}
.content_list_cell, .content_list_id, .content_list_level, .content_list_alg1, .content_list_alg2{
	height: 24px;
	font-family: arial;
	font-size: 8pt;
	padding-left: 5px;
}
.content_list_id{
	text-align: center;
	padding-left: 0px;
}
.content_list_level{
	text-align: center;
	padding-left: 0px;
}
.content_list_tbl_bottom{
	height: 20px;
	background-image: url("images/content_footer.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}
.content_list_tbl_bottom_browse{
	font-family: arial;
	font-size: 8pt;
	text-align: center;
	height: 25px;
	background-image: url("images/content_footer.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}
.content_list_tbl_top{
	height: 20px;
	font-weight: bold;
	font-family: arial;
	font-size: 8pt;
	padding-left: 5px;
	background-image: url("images/content_header.png");
	background-repeat: repeat-x;
}
.new_content_l, .new_content_r{
	height: 23px;
}
.new_content_l{
	width: 35px;
	text-align: right;
}
.new_content_r{
	text-align: left;
	width: 150px;
}
.new_content_img{
	text-align: left;
	width: 200px;
}
.new_content_l, .new_content_r, .new_content_img{
	font-family: arial;
	font-size: 8pt;
	padding-left: 5px;
	background-color: #FFE260;
}
.content_l_r{
	background-color: #FFE260;
}
.new_content_submit{
	text-align: right;
}
.new_content_modus{
	text-align: left;
	font-weight: bold;
}
.frontpage_content{
	font-weight: bold;
}
.new_content_submit, .new_content_modus, .frontpage_content{
	background-color: #FAD47F;
	padding: 2px;
	font-family: arial;
	font-size: 8pt;
	height: 20px;
	background-image: url("images/content_header.png");
	background-repeat: repeat-x;
}
.content_message{
	width: 400px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.content_message_title{
	padding-left: 5px;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	background-image: url("images/content_header.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}
.content_message_body{
	padding: 5px;
	font-family: arial;
	font-size: 8pt;
	background-color: #FEF1BD;
}
.content_message_bottom, .content_message_title, .content_message_bottom2{
	background-color: #FFE260;
	height: 25px;
	background-image: url("images/content_footer.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}

/* Some login specific settings
---------------------------------------- */
.content_message_bottom2{
	text-align: right;
}
.login_left{
	width: 100px;
	text-align: right;
}
.content_message2{
	width: 300px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.login_error{
	width: 300px;
}
.login_left, .login_error{
	font-family: arial;
	font-size: 8pt;
}

/* Content white area styles
---------------------------------------- */
.no_overzicht_tl{
	background-image: url("images/contentCornerTL.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}
.no_overzicht_mid{
	height: 8px;
	background-image: url("images/contentSolid.gif");
	background-repeat: repeat;
}
.no_overzicht_content{
	background-image: url("images/contentSolid.gif");
	background-repeat: repeat;
	padding: 5px;
	font-family: arial;
	font-size: 8pt;
	text-align: justify;
	width: 492px;
	height: 30px;
}
.no_overzicht_contmid{
	width: 8px;
	background-image: url("images/contentSolid.gif");
	background-repeat: repeat;
}
.no_overzicht_tr{
	background-image: url("images/contentCornerTR.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}
.no_overzicht_tr, #no_overzicht_tl{
	height: 8px;
	width: 8px;
}
.no_overzicht_bl{
	background-image: url("images/contentCornerBL.png");
	background-position: right top;
	background-repeat: no-repeat;
}
.no_overzicht_br{
	background-image: url("images/contentCornerBR.png");
	background-position: left top;
	background-repeat: no-repeat;
}

/* Profile styles
---------------------------------------- */
.profile{
	width: 532px;
}
.profile_h{
	width: 512px;
	height: 22px;
	font-weight: bold;
	padding: 2px;
}
.profile_m{
	width: 512px;
	height: 22px;
	padding: 5px;
	font-family: arial;
	font-size: 8pt;
	padding: 5px;
}
.profile_f{
	width: 480px;
	height: 30px;
	text-align: right;
	padding-top: 10px;
}
.profile_l{
	width: 180px;
	height: 22px;
	padding-right: 5px;
	text-align: right;
	color: #293368;
}
.profile_r{
	height: 22px;
	width: 308px;
}
.profile_txt{
	text-align: justify;
	padding-left: 0px;
	color: #000000;
}
.profile_r, .profile_l, .profile_h, .profile_txt, .profile_textarea{
	font-family: arial;
	font-size: 8pt;
}
.question_form{
	width: 100%;
}
.profile_textarea{
	width: 100%;
	color: #293368;
}
.profile_general{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
	padding-top: 10px;
	color: #243F9B;
}

/* Activiteiten layout
---------------------------------------- */
.sidebar_tbl{
	width: 243px;	
}
#sidebar_top_cell{
	height: 48px;
	background-image: url("images/sidebarTop.png");
	background-position: left top;
	background-repeat: no-repeat;
}
.sidebar_left{
	width: 9px;
	background-image: url("images/sidebarBorderLeft.png");
}
.sidebar_middle{
	background-color: #fbd581;
}
.sidebar_right{
	width: 18px;
	background-image: url("images/sidebarBorderRight.png");
}
#sidebar_bottom{
	height: 28px;
	background-image: url("images/sidebarBottom.png");
	background-position: left top;
	background-repeat: no-repeat;
}
.activity_inner_tbl{
	width: 100%;
	margin: 0;	
}
.activity_date, .activity_title, .activity_time, .activity_none, .activity_text{
	font-family: arial;
	font-size: 8pt;
	padding-left: 3px;
	text-align: left;
	height: 20px;
}
.activity_date{
	width: 50px;
}
.activity_location{
	font-family: arial;
	font-size: 8pt;
	padding-right: 3px;
	text-align: right;
	height: 20px;
}
.activity_location, .activity_date, .activity_title{
	cursor: pointer;
}
.activity_title{
	font-weight: bold;	
}
.activity_link{
	font-size: 7pt;
	padding-right: 3px;
	text-align: right;
	font-family: arial;
	height: 20px;
}
#gradientActivity{
	background-color: #fbd581;
	margin: 0px;
	padding: 5px;
	zindex: -1;
	_width: 200px;
	_width: 215px;
}

/* Tooltip box
---------------------------------------- */
#toolTipBox {
	display: none;
	padding: 2;
	font-size: 8pt;
	border: black solid 1px;
	font-family: verdana;
	position: absolute;
  	background-color: #efeccb;
  	color: 000000;
  	z-index: 2;
}

/* Image box
---------------------------------------- */
#displayImage {
	background-color: #efeccb;
	border: black solid 1px;
	position: absolute;
  	color: #000000;
  	width: 75px;
  	height: 34px;
  	background-position: center center;
}