﻿@import url("layout.css");

#globeimage{
	
	position:absolute;
	z-index:1;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background:black;
	background-image:url('../images/1440.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#container {
	position:absolute;
	left:160px;
	width: 600px;
	margin: 0 auto;
	padding: 10px;
	z-index:9;
}

#navigation {
	position: absolute;
	left : 10px;
	top:75px;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10pt;
	z-index:99;
}
#content {
	float: left;
	width: 552px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	z-index:99;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
}

#globeimage{
	position:absolute;
	left:10px;
	top:10px;
	z-index:1;
	
}

.conferenceheader
{
	font-family: Verdana;
	font-size: 16pt;
	font-style:italic;
	padding: 5px;
	color:red;
	text-decoration:none;
}

.conferencename
{
	font-family: Helvetica;
	font-size: 14pt;
	
	padding-left:50px;
	background-color: #9999CC;
}
.conferencetime
{
	font-family: Times New Roman, Serif, Bookman Old Style;
	font-size: 10pt;
	
	padding: 5px;
	background-color: #ffffff;
}

.conferencedetails
{
	font-family: Times New Roman, Serif, Bookman Old Style;
	font-size: 11pt;
	;
	padding: 5px;
	
}


#conferencename
{
	font-family: Helvetica;
	font-size: 14pt;
	
	padding-left:50px;
	background-color: #9999CC;
}
#conferencetime
{
	font-family: Times New Roman, Serif, Bookman Old Style;
	font-size: 10pt;
	
	padding: 5px;
	background-color: #ffffff;
}

#conferencedetails
{
	font-family: Times New Roman, Serif, Bookman Old Style;
	font-size: 11pt;
	;
	padding: 5px;
	
}

#content_text
{
	margin-left:50px;
 	font-family:Times New Roman, Serif, Bookman Old Style;
	font-size: 12pt;
	padding: 12px;
	color: #FFFFFF;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	color:#FFFFFF;
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	
	background-color: #5f8ea9;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color:silver;
}
#content p{
	color:#FFFFFF;
	text-align:justify;
}

#content a{
	text-decoration:underline;
	color:silver;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}

#content ul{
	margin-left: 40px;
	color:#FFFFFF;
}
/* Footer Styles */
#footer p {
	color: #FFFFFF;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #C0C0C0;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}








#boxcontent
{
	background-image: url(images/shadow_small.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border: solid 1px #555555;	
	padding: 5px;
	font-family: Times New Roman, Serif, Bookman Old Style;
	font-size: 10pt;
	
	color: #000000;
	filter:alpha(opacity=30);
}
#boxcontent H3{
	color:black;
}

#boxtop
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12pt;
	line-height: 10pt;
	color: #000000;
	background-image: url(images/boxtop_blue.gif);
	filter:alpha(opacity=80);
	background-repeat: no-repeat;
	padding: 8px;
	width: 250px;
}
#boxcontent_text
{
 	font-family: Times New Roman, Serif, Bookman Old Style;
	font-size: 12pt;
	padding:1px;
	color: #FFFFFF;
	border: solid 1px #CC3300;
}
#boxcontent_text a:hover{
	text-decoration:underline;
}
#boxcontent_text2
{
 	font-family: Times New Roman, Serif, Bookman Old Style;
	font-size: 12pt;
	text-align:justify;
	padding:1px;
	color:#400080;
	border: solid 1px #CC3300;
}

#boxcontent_text H3{
	color:silver;
}
#boxcontent_text a{
	text-decoration:none;
	color:white;
}

#boxcontent2
{
	background-image: url(images/thunder_divbg.jpg);
	background-repeat:no-repeat;
	background-color: #ffffff;
	border: solid 1px #555555;	
	padding: 5px;
	font-family: Times New Roman, Serif, Bookman Old Style;
	font-size: 10pt;
	
	color: #000000;
	filter:alpha(opacity=35);
}


.conferenceheader a {
	color: #FF0000;
	text-decoration: none;
	font-size: 16pt;
	font-weight: bold;
}


