html, body {
   background: #f2f2f2;	
   height: 100%; /* these next three lines force a vertical scrollbar so the pages don't shift back and forth */
   margin: 5 0 1px;
   padding: 0;
   font-family: "Helvetica", "Arial", sans-serif;
}

a:link {
	text-decoration: none;
	color: #ff0000;
}

a:visited {
	text-decoration: none;
	color: #ff0000;
}

a:active {
	text-decoration: none;
	color: #ff0000;
}

a:hover {
	text-decoration: underline;
} 

img {
	border-style: none;
}

form {
    margin: 0;
    padding: 0;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: black;
	opacity: 0.8;
	filter: alpha(opacity=80);
	width: 100%;
	height: 110%;
		
}

.box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	margin-left: -200px; /* set to a negative number 1/2 of your width */
	height: 300px;
	margin-top: -150px;
	z-index: 200;
	background-color: #dad6cf;
	border: solid;
	border-width: 1px;
	border-color: #ff0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#box_top {
   text-align: center;
   font-size: 18px;
   color: #ff0000;
   height: 100px;	
}

#box_middle_top {
   padding-left: 5px;
   height: 100px;
   width: 393px;	
}

.table_top {
   width: 393px;
   height: 20px;
}

.table_bottom {
   width: 393px;
   height: 20px;
}

.top_left {
   width: 353px;
   float: left;
   height: 15px;
   
}

.top_right {
   width: 40px;
   float: left;
   height: 15px;
}

.bottom_left {
   width: 353px;
   float: left;
   height: 15px;
}

.bottom_right {
   width: 40px;
   float: left;
   height: 15px;
}

.table_spacer {
   
   width: 393px;
   height: 15px;
}

#box_middle_bottom {
   width: 393px;
   height: 15px;
   text-align: center;
   font-size: 11px;
   color: #ff0000;
   padding-top: 10px;
   
}

#box_bottom {
   padding-top: 30px;
   height: 40px;
   width: 393px;
}

#box_bottom_left {
   float: left;
   width: 196px;
   height: 20px;
   text-align: center;	
	
}

#box_bottom_right {
   float: left;
   width: 196px;
   height: 20px;
   text-align: center;	
}

#main_wrapper {
     
	
}

#content_wrapper {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px; /* set to a negative number 1/2 of your width */
	background: #FFFFFF;
	z-index: 1;
	
}

.main_header {
   color: red;
   font-size: 34px;   		
}

.sub_header {
   color: black;
   font-size: 18px; 	
	
}
   
#header {
   text-align: center;
   background-color: #dad6cf;
   width: 800px;
   height: 120px;	
	
}

#ds_day1 {
	position: absolute;
	top: 99px;
	left: 30px;
	width: 200px;
	height: 15px;
	background-color: #fdfdfd;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-width: 1px;
	border-color: #ff0000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	font-size: 12px;
	padding-top: 5px;
	
	
}

.events_text_header {
	color: red;
}

.events_text_sub_header {
	color: black;
	font-size: 14px;
}

.events_text_keynote {
	color: black;
	font-size: 12px;
}
 
.visible {
	display: block;
	
} 

.hidden {
	display: none;
}
      
#events {
   background-color: #dad6cf;
   width: 800px;
   height: 100px;			
}

#left_spacer {
	float: left;
	background-color: #dad6cf;
	width: 20px;
	height: 100px;	 	
}

.left_selected {
	border-top-style: solid;
    border-top-color: #000000;
    border-top-width: 1px;
	border-left-style: solid;
    border-left-color: #000000;
    border-left-width: 1px;
	border-right-style: solid;
    border-right-color: #000000;
    border-right-width: 1px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	height: 99px;
	background-color: #fdfdfd;
}

.left_unselected {
	border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	height: 99px;
	background-color: #f2f2f2;
	cursor: pointer;
}
      
#events_left {
   float: left;
   width: 368px;
   text-align: center; 
}

#middle_spacer {
	background-color: #dad6cf;
	float: left;
	border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
	width: 20px;
	height: 99px;
	
}

.right_selected {
	border-top-style: solid;
    border-top-color: #000000;
    border-top-width: 1px;
	border-left-style: solid;
    border-left-color: #000000;
    border-left-width: 1px;
	border-right-style: solid;
    border-right-color: #000000;
    border-right-width: 1px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	height: 99px;
	width: 370px;
	background-color: #fdfdfd;
}

.right_unselected {
	border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	height: 99px;
	background-color: #f2f2f2;
	width: 370px;
	cursor: pointer;
}

#events_right {
   float: left;
   text-align: center;
   
}

#right_spacer {
	background-color: #dad6cf;
	float: left;
	width: 20px;
	height: 100px;
	
}      

#event {
	background-color: #dad6cf;
	height: 480px;
	width: 800;
}

#event_left_spacer {
   background-color: #dad6cf;
   float: left;
   width: 20px;
   height: 480px;		
	
}

.top {
   
   width: 748px;
   height: 246px;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 5px; 	
}

.left {
   float: left;
   width: 177px;
   height: 236px;	
}

.right {
   
   float: left;	
   width: 571px;
   height: 236px;
}

.right_top {
   width: 561px;
   height: 62px;
   padding-left: 5px;
   padding-right: 5px;	
}

.right_top_header {
   color: red;
   font-size: 22px;
}

.right_top_sub_header {
   color: black;
   font-size: 14px;	
}

.top_description {
   color: black;
   font-size: 14px;		
}



.right_bottom {
   width: 561px;
   height: 174px;
   padding: 5px;	
}

.middle {
   width: 758px;
   height: 20px;
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: center;	
}

.middle_description {
   color: black;
   font-size: 16px;
}

.bottom {
   width: 748px;
   height: 183px;
   padding-left: 5px;
   padding-right: 5px;
   text-align: center;	
}

.bottom_description {
   color: black;
   font-size: 12px;
}

#events_middle_day1 {
   background: #fdfdfd url(../../images/masthead.jpg) no-repeat;
   float: left;
   width: 758px;
   height: 479px;
   border-bottom-style: solid;
   border-bottom-color: #000000;
   border-bottom-width: 1px;
   border-left-style: solid;
   border-left-color: #000000;
   border-left-width: 1px;
   border-right-style: solid;
   border-right-color: #000000;
   border-right-width: 1px;		
	
}

#events_middle_day2 {
   background: #fdfdfd url(../../images/masthead.jpg) no-repeat;
   float: left;
   width: 758px;
   height: 479px;
   border-bottom-style: solid;
   border-bottom-color: #000000;
   border-bottom-width: 1px;
   border-left-style: solid;
   border-left-color: #000000;
   border-left-width: 1px;
   border-right-style: solid;
   border-right-color: #000000;
   border-right-width: 1px;		
	
}

#event_right_spacer {
   background-color: #dad6cf;
   float: left;
   width: 20px;
   height: 480px;	
	
}

#footer {
   background-color: #dad6cf;
   width: 800px;
   height: 20px;
   color: red;
   font-size: 12px;
   text-align: center;	
	
}


