/* Undo Default */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6 { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }

/* Set base font size adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}

html>body { /* be nice to Opera */
	font-size: small;
}


/* Site Style */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
}

#container {
	width: 100%;
}

#header {
	width: 100%;
	float: left;
	background: #535353 url(../_images/header_bg.gif) no-repeat 10px 20px;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #c7d6a6;
	text-align: right;
	padding: 80px 15px 10px 15px;
}

#menu {
	width: 100%;
	float: left;
}
#menu ul {
	padding: 5px 15px;
	background-color: #d0e1ef;
	border-bottom: 1px solid #86a2ba;
	margin-bottom: 25px;
}
#menu li {
	display: inline;
}
#menu a {
	color: #535353;
}

#left {
	width: 30%;
	float: left;
}
#left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #535353;
	padding: 0 20px 15px 20px;
}
#left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #6a88a4;
	padding: 0 20px 15px 20px;
}
#left p {
	padding: 0 20px 15px 20px;
}
#left strong {
	color: #535353;
}
#left a {
	color: #000;
	border-bottom: 1px dashed #000;
}
#left a:hover {
	background-color: #d0e1ef;
}
#left ul {
	padding: 0 20px 15px 20px;
}
#left ol {
	padding: 0 20px 15px 40px;
	list-style-type: decimal;
}
#left ul li a {
	color: #535353;
	padding: 2px 3px;
	display: block;
	border-bottom: none;
}
#left ul li a:hover {
	background-color: #eaeaea;
}
#left .room {
	background-color: #d0e1ef;
	border: 1px solid #86a2ba;
	padding: 2px 3px;
	color: #535353;
}
#content {
	width: 70%;
	float: right;
	background: url(../_images/left_bg.gif) repeat-y top left;
	margin-bottom: 25px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #535353;
	padding: 0 20px 15px 30px;
}
#content h3 {
	font-size: 85%;
	color: #f00;
	padding: 0 20px 15px 30px;
	font-weight: normal;
}
#content p {
	padding: 0 20px 15px 30px;
}
#content dl {
	padding: 0 20px 25px 30px;
	margin: 0;
	clear: left;
}
#content dt {
	padding: 0;
	float: left;
	width: 30%;
	margin: 0;
}
#content dd {
	padding: 0 0 10px 0;
	float: left;
	width: 70%;
	margin: 0;
}
#content table {
	width: 90%;
	margin: 0 20px 0 30px;
	padding: 0;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#content td {
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
#content .presenter {
	background-color: #eaeaea;
}
#content .moderator {
	background-color: #fee4a6;
}
#content table tr td a{
	background-color: #d0e1ef;
	border: 1px solid #86a2ba;
	padding: 2px 3px;
	color: #535353;
}
#content table tr td a:hover{
	background-color: #c7d6a6;
	border: 1px solid #98a973;
	padding: 2px 3px;
	color: #535353;
}
#content ol {
	list-style-type: decimal;
	padding: 15px 20px 15px 45px;
	border: 1px dashed #000;
	background-color: #eaeaea;
	margin: 0 30px 15px 30px;

}
#content input {
	padding: 2px;
}
#content textarea {
	width: 300px;
	height: 150px;
	padding: 2px;
}
#content .textbox {
	width: 300px;
}
#content .users {
	clear: both;
}
#content a {
	color: #000;
	border-bottom: 1px dashed #000;
}
#content a:hover {
	background-color: #d0e1ef;
}