body 
{
	background-image: url(images/OlympiaLogoWithNames2.png);
	background-repeat: no-repeat;
	font-family: "新細明體", Georgia, Arial;
	color:#ffffff;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%; 
	max-height: 100%; 
}

#framecontent{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 200px; /*Width of frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background: url(../../images/blue_background.png);
	color: white;
}

#header{
position: absolute;
top: 0;
left: 200px;
right: 0;
height: 120px;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background:  #fff;
background-image:url(../../images/backgrnd.jpg);
}

#maincontent{
position: fixed;
top: 120px; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
background-image:url(../../images/lightwhitegrid.gif);
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

div#myLoginButton a
{
    background-image: url(../../images/login_button_inactive.png);
    display:block;
    float:right;
    height:22px;
	width: .15em;
    padding-left: 53px;
    text-decoration: none;
}

div#myLoginButton a:hover,
div#myLoginButton a:focus:hover
{
	background-image: url(../../images/login_button_active.png);
}

div#myLoginButton a:active,

{
	background-image: url(../../images/login_button_pressed.png);
}

.button a
{
	background-color: #CCCCCC;
	color:#000000;
	padding: 3px;
	text-decoration:none;
	margin: 2px;
}

.button a:hover,
.button a:focus:hover
{
	background-color:#FF6600;
	color:#FFFFFF;
	padding: 3px;
	text-decoration:none;
		margin: 2px;
}

li a:hover
{
background-color:#FFFF00;
color:#FF0000;
}

li a
{
color: #ffffff;
}


table.freeConferenceSchedule
{
    border: #0099FF solid thin;
	table-layout: auto;
	width: 500px;
	caption-side: top;
}


h2
{
color: #66FF00;
}
span#highlight
{
background-color: #CCFF00;
color: #000000;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
