/* 
	gray				: #E8E7E7
	blue 				: #015F8C
	blue transparent		: #E0EDF3
	blue transparent (on gray)	: #CDD9E0
	purple transparent		: #E1D5E7
	purple transparent (on gray): #CFC1D4
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E8E7E7;
	background-image:url('images/bg04.jpg');
	background-repeat:no-repeat;
	background-position:top center; 
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 auto 30px auto;
	text-align:justify;
}

hr {
	height: 2px;
	color: #E0EDF3;
}

a {
	color: #015F8C;
	text-decoration: underscore;
}

h1 {
	color: #015F8C;
	font-size: 14px;
	font-weight: bold;

}
h2 {
	color: #015F8C;
	font-size: 12px;
	font-weight: normal;
}

.headLogo {
       text-align: center;
       margin: 10px 486px 0px 0px;
}

.headText {
       text-align: center;
       font-size: 28px;
       font-weight: bold;
	color: #015F8C;
       margin: 0px auto 0px auto;
}

.ezineText {
       text-align: center;
       font-size: 38px;
       font-weight: bold;
       color: #800000;
	margin: -37px 0px -10px 515px;
}

.page {
	background: #FFFFFF;
	width: 790px;
	margin: 80px auto 0px auto;
}

.title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;	
	width: 706px;
	margin: 0 auto;
	border: 0px solid #ccc;
	color: #800000;
}

.main {
	width: 770px;
	margin: 10px 10px 10px 10px;
	min-height: 250px;
}

#navcontainer ul {
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #E0EDF3;
	color: #015F8C;
	width: 100%;
	line-height: 18px;
	font-weight: bold;
	/* fixes Firefox 0.9.3 */
}
#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;	
	padding-bottom: 3px;
	/* matches link padding except for left and right */
	padding-top: 3px;
}
#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #015F8C;
	text-decoration: none;
	border-right: 0px solid #fff;
}
#navcontainer ul li a:hover {
	background-color: #CFC1D4;
	color: #015F8C;
}
#navcontainer #active { 
	background-color: #CFC1D4; 
}

.bluebox {
	clear: both;
	padding: 0px 0px 0px 0px;
	width: 800px;
	position: relative;
	margin-bottom: 18px;
}
.bluebox .big {
	float: left;
}
.bluebox .big img {
	border: 1px solid #ccc;
	padding: 5px;
}
.bluebox .right {
	width: 440px;
	float: left;
	padding: 0px 10px 0px 20px;
}
.bluebox .small1, .bluebox .small2 {
	position: absolute;
	bottom: 9px;
}
.bluebox .small2 {
	left: 534px;
}

.mainbox {
	padding 0px 0px 0px 0px;
	width: 800px;
	position: relative;
	margin-bottom 18px;
}
.mainbox .thirdLeft{
	width: 310px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.mainbox .thirdMiddle {
	width: 230px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.mainbox .thirdRight {
	width: 230px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.2thirdLeft {
        width: 400px;
	height: 400px;
        float: left;
        margin-right: 5px;
        margin-left: 5px;
}

.sponsorbox {
/*	border: 1px solid #ccc; */
	clear: both;
	padding: 7px 17px 9px 8px;
	width: 730px;
	position: relative;
	margin-bottom: 18px;
}
.sponsorbox .big {
	float: left;
	margin-right: 40px;
	width: 200px;
}
.sponsorbox .big img {
	border: 1px solid #ccc;
	padding: 5px;
}
.sponsorbox .right {
	width: 480px;
	float: left;
	padding: 5px;	
}

.speakerbox {
/*      border: 1px solid #ccc; */
        clear: both;
        padding: 7px 17px 9px 8px;
        width: 730px;
        position: relative;
	margin-top: 10px;
	margin-left: 3px;
        margin-bottom: 18px;
/*	background: #F0FDFF; */
}
.speakerbox .big {
        float: left;
        margin-right: 10px;
        width: 162px;
	text-align: left;
}
.speakerbox .big img {
        border: 1px solid #ccc;
        padding: 5px;
}
.speakerbox .right {
        width: 540px;
        float: left;
        padding: 5px;
}




.bottombox {
	color: #015F8C;
	background: #CDD9E0;
	border-top: 3px solid #CFC1D4; 
	clear: both;
	padding: 5px 5px 5px 5px;
	width: 780px;
	position: relative;
	margin-bottom: 0px;
}
.bottombox .left {
	float: left;
	width: 200px;
}
.bottombox .middle {
	float: left;
	width: 200px;
}
.bottombox .right {
	float: right;
	text-align: right;
}
.bottombox .small1, .bluebox .small2 {
	position: absolute;
	bottom: 9px;
}
.bottombox .small2 {
	left: 534px;
}




.photos {
	margin-bottom: 0px;
	width: 706px;
	height: 50px;
	float: left;
	background: #015F8C;
	text-align: center;
	color: #A2A3A6;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.photos test.last, .greybox-background .right test.last {
	margin-right: 0;
}
.photos a:hover {
	color: #729AD7;
}
.photos span {
	display: block;
	padding-top: 2px;
}
.photos>span {
	padding-top: 5px;
}
.greybox {
	border: 1px solid #ccc;
	margin-bottom: 39px;
	padding: 5px 0;
}
.greybox-background {
	background: url("images/gbback.jpg") repeat-y left top;
	width: 100%;
	line-height: 170%;
}
.greybox-background .left, .greybox-background .right {
	width: 321px;
	float: left;
	padding: 0 10px;
}
.greybox-background .right {
	float: left;
	padding: 0 19px 0 20px;
}
#contact * {
	vertical-align: middle;
}
#contact fieldset {
	border: none;
}
#contact fieldset p {
	margin-bottom: 3px;
}
#contact label {
	padding-right: 3px;
}
#contact legend {
	color: #BFBFBF;
	margin-left: -7px;
}
#contact fieldset>legend {
	margin-left: 0;
}
#name, #email {
	height: 13px;
	width: 218px;
	border: 1px solid #B5B5B5;
}
#send {
	border: none;
	width: 62px;
	height: 15px;
	background: #D5D5D5;
	cursor: pointer;
	margin: 4px 0 0 34px;
	color: #B8B8B8;
	line-height: 100%;
	font-weight: bold;
}
fieldset>#send {
	min-height: 15px;
	height: auto;
}
.greybox-background .right a {
	display: block;
	float: left;
	margin-right: 11px;
	margin-top: 8px;
}
.greybox2 {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 9px 7px;
	width: 688px;
}
.greybox2 .preview {
	float: left;
	margin-right: 40px;
	margin-right: 44px;
}
.greybox2 .preview img {
	padding: 5px;
}
.greybox2 .right {
	float: left;
	width: 350px;
}
.greybox2 .right a {
	float: left;
	margin: 0 14px 7px 0;
}
.footer1 {
	text-align: center;
	padding: 0 27px 3px 27px;
}
.footer1 a {
	color: #888;
	text-decoration: none;
}
.footer1 a:hover {
	color: #729AD7;
	text-decoration: none;
}
.footer2 {
	font-size: 0px;
	line-height: 0px;
	height: 18px;
	background: url("images/footer.png") no-repeat left top;
	margin-left: 105px;
}
.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.lightBlueBg {
  background-color: #EAF2F5;
}

table
{
	vertical-align: top;
	border-spacing: 1; 
}

td
{
	padding:2px;
	text-align:left;
	font-size: 11px;	
}

tr
{
	vertical-align:top;
}

strong
{
font-weight:bold;
}

.tableheader
{
	background-color:#015F8C;
	color:#FFFFFF;
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	text-transform: uppercase;
	padding-top: 0.5em;
	font-weight:bold;
}

.TalkRow
{
	background-color:#CDD9E0;
	height: 44px;
	vertical-align: top;
}

.TalkRowSmall
{
        background-color:#CDD9E0;
	height: 22px;
        vertical-align: top;
}


.TalkRowBig
{
        background-color:#CDD9E0;
        height: 88px;
        vertical-align: top;
}



.MainRoom
{
	background-color:#DFDFDF;
}

.RoomA
{
	background-color:#C0C0C0;
}

.Workshop
{
	background-color:#A0A0A0;
}

.BreakRow
{
	background-color:#CFC1D4;
	height: 22px;
}

.BreakCell
{
	background-color:#CFC1D4;
}

.SpeakerHeader
{
	background-color:#66ADD9;
	color:#000000;
	font-size: 1.2em;
	letter-spacing: 0.4pt;
	text-transform: uppercase;
	padding-top: 0.5em;
	font-weight:bold;
}

