﻿body{
	background-color:#ffffff;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0px;
	margin:0px;
}

/*------------------------------------------------------*/

.container{
	width:850px;
	margin:20px auto;
}

/*------------------------------------------------------*/

.header{
	width:850px;
	height:127px;
	margin:0px 0px 10px 0px;
	padding:0px;
	float:left;
}

/*------------------------------------------------------*/

.menu{
	width:850px;
	height:36px;
	margin:0px 0px 10px 0px;
	padding:0px;
	background-color:#4a4a4a;
	float:left;
}

.menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	width:850px;
	float:left;
	text-align:center;
}

.menu li{
	list-style:none;
	margin:-2px;
	padding:0px;
	display:inline;
}

.menu li a{
	display:inline-block;
	font-size:14px;
	line-height:36px;
	color:#ffffff;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	margin:0px;
	outline:none;
}

.menu li a:hover,
body#welcome li a#welcome,
body#letter li a#letter,
body#agenda li a#agenda,
body#registration li a#registration,
body#hotel li a#hotel,
body#sponsorship li a#sponsorship,
body#speakers li a#speakers,
body#papers li a#papers {
	background-color:#b61010;
}

/*------------------------------------------------------*/

.content{
	width:828px;
	margin:0px;
	padding:20px 0px 20px 20px;
	border:1px solid #acacac;
	background-image:url('../images/site/right_bg.gif');
	background-repeat:repeat-y;
	background-position:top right;
	float:left;
}

.content .leftcontent img{
	border:1px solid #acacac;
}

.content a {
	color:#aa0000;
	text-decoration:none;
}

.content a:hover {
	text-decoration:underline;
}

/*------------------------------------------------------*/

.leftcontent{
	width:660px;
	margin:0px;
	padding:0px;
	float:left;
}

h1{
	color:#aa0000;
	font-size:20px;
	margin:0px;
	padding:0px 0px 8px 0px;
	width:100%;
}


.leftcontent h1{
	color:#aa0000;
	font-size:20px;
	margin:0px 0px 20px 0px;
	padding:0px 0px 8px 0px;
	border-bottom:1px solid #aa0000;
	width:100%;
}

/*body#registration h1{
	border-bottom:none;
	padding:0px;
}*/

.leftcontent img.photo{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

strong.red{
	color:#aa0000;
}

table.redline{
	float:left;
	border-bottom:1px solid #aa0000;
	margin-bottom:20px;
}

.req{
	color:#aa0000;
	font-size:14px;
}

.note{
	font-size:11px;
	color:#8c8c8c;
}

form{
	margin:0px;
	padding:0px;
}

a img{
	border:none;
}
/*------------------------------------------------------*/

.xxsmall{width:70px;}
.xsmall{width:100px;}
.small{width:200px;}
.medium{width:255px;}
.large{width:550px;}


.tabledesign td.tdheader{
	line-height:30px;
	background-color:#ededed;
	padding-left:5px;
	color:#4A4A4A;
	border:1px solid #d2d2d2;
	font-size:14px;
}

.tabledesign td.tdspace{
	line-height:30px;
	background-color:#f8f8f8;
	font-size:1px;
}

.content .leftcontent td img{
	border:none;
}

.tabledesign2 {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid ;
	border-color: #d2d2d2 #d2d2d2 #d2d2d2 #d2d2d2;
	border-collapse:collapse;
}

.tabledesign2 td.tdheader {
	background-color:#ededed;
	line-height:30px;
	color:#4A4A4A;
	font-size:14px;
	padding:0px 0px 0px 5px;
}

.tabledesign2 td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid ;
	border-color: #d2d2d2 #d2d2d2 #d2d2d2 #d2d2d2;
	-moz-border-radius: 0px 0px 0px 0px;
}

/*------------------------------------------------------*/

.rightcontent{
	width:147px;
	margin:0px 0px 0px 15px;
	padding:0px;
	text-align:center;
	float:right;
}

/*------------------------------------------------------*/

.footer{
	width:808px;
	margin:0px;
	padding:13px 20px 13px 20px;
	border-width:0px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #acacac #acacac #acacac #acacac;
	float:left;
	font-size:10px;
}

.footerleft{
	width:277px;
	padding-right:40px;
	float:left;
}

.footermiddle{
	width:240px;
	float:left;
}

.footerright{
	width:237px;
	float:left;
}

.footer h1{
	font-weight:normal;
	color:#313131;
	font-size:14px;
	padding:0px;
	margin:0px 0px 10px 0px;
}

.footer ul{
	margin:10px 0px 0px 0px;
	padding:0px;
	list-style:none;
}

.footer li{
	margin:0px;
	padding:0px 0px 0px 8px;
	list-style:none;
	background-image:url('../images/content/bullet.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
}

.footer #ul2{
	float:right;
	margin-right:10px;	
}

.footer a{
	color:#313131;
	text-decoration:underline;
}

.footer a:hover{
	text-decoration:none;
}

.trackbg{
	background-color:#ededed;
	border:1px solid #cccccc;
}