html, body {
	height: 100%;	
}

body, td, div, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000; 
    padding: 0px;
    margin: 0px;
}

body, td, div {
	cursor: default;
}

body {
	background-image: url("./grid.jpg");
}

a {
    text-decoration: none;
}
a:hover {
   text-decoration: underline;
}

img {
    border: none;
}

.absolute {
	position: absolute;	
}

.nowrap {
	white-space: nowrap;
}

.popup {
    position: absolute; 
    bottom: 0px;
    visibility: hidden;	
    font-size: 11px;
    text-align: justify;
    color: #f66;
    background-color: transparent;
    width: 350px;
    height: 400px;
    padding: 10px; 
    z-index: 30;
}

.popup_big {
    width: 400px;
    height: 450px;
}
.popup_huge {
    width: 550px;
    height: 625px;
}

.popup td {
	background-color: transparent;
	font-size: 11px;
    text-align: justify;
    padding: 0px 0px 8px 0px;
}

.supported_by, .supported_by a {
	font-size: 12px;
	color: #666;	
	font-weight: bold;
	z-index: 2;
}

.cbs, .cbs a {
	text-shadow: #666666 3px 3px 3px;
	font-size: 18px;
	color: #fc0;	
	font-weight: bold;
}

.speaker {
    margin: 2px 0px 2px 0px;	
}
.speaker_intro {
	color: #666;
	font-size: 11px;
	margin: 6px 0px 6px 0px;	
}
.speaker_name {
	color: #00a651;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;	
}
.speaker_title {
	color: #666;
	font-size: 11px;
}
.speaker_title a {
	color: #666;
	text-decoration: none;
}
.speaker_title a:hover {
	color: #666;
	text-decoration: underline;
}
.speaker_desc {
	/*background-color: #f2f9ff;
	color: #00a651;*/
	color: #000;
	font-size: 11px;
	padding: 0px;
	margin: 2px 4px 12px 0px;
}
.speaker_desc a {
	color: #000;
	text-decoration: none;	
}
.speaker_desc a:hover {
	color: #000;
	text-decoration: underline;	
}
.speaker_date {
	color: #f33;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 6px;
}

table.logos td {
	text-align: center;
	vertical-align: middle;
	padding: 0px 15px 0px 0px;	
}

.link, .link a {
	color: #ec008c;
	font-weight: bold;
	font-size: 12px;
}
.link {
    background-image: url("link_star.gif");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 13px;	
}

.text {
	border: 1px solid #00a651;
	background-color: #e0f984;
    padding: 12px 20px 12px 20px;
}
.green {
    background-color: #cf6; 	
}
.orange {
    background-color: #fc0; 	
}
.pink {
    background-color: #c3f; 	
}
.purple {
    background-color: #fcf; 	
}
.blue {
    background-color: #09f;	
}
.yellow {
	background-color: #ff0;
}
.brown {
	background-color: #c60;
}
.text, .text_section, .text_section_header {
	color: #000;
	font-size: 12px;
}
.text_section, .text_section_header {
	margin: 10px 0px 10px 0px;
}
.text_section_header {
    font-weight: bold;
}
.save {
    margin-bottom: 6px;	
}
.save a {
    text-decoration: underline;	
    color: #ec008c;
}

.text_section a {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.text_section a:hover {
   color: #f66;
   text-decoration: underline;
}

.interested {
	margin: 20px 0px 4px 0px;
}
.interested a {
	text-decoration: underline;
	color: #ec008c;
}

.busy {
	visibility: hidden;	
	padding-left: 10px;
}

.address, .address a {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	white-space: nowrap;
}
.address a:hover {
  color: #000;
  text-decoration: underline;
}

table.contacts td {
	padding: 0px 0px 20px 20px;	
}
table.contacts td a {
	color: #f00;	
}