/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
.container
{
	width: 990px;
	background-color: #03031b;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 317px;
}

.left
{
	width: 320px;
	float: left;
	margin-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.right
{
	width: 580px;
	float: left;
	margin-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.clear
{
	clear: both;
}

h1
{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}

h2
{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 18px;
	color: #ffd200;
	text-transform: uppercase;
	font-weight: bold;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #848484;
}

p span
{
	color: white;
	font-weight: bold;
	font-size: 16px;
}

input.txt
{
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 14px;
	font-weight: lighter;
	padding: 4px;
	color: #333333;
	margin-bottom: 14px;
	width: 280px;
	border: #ffb070 solid 1px;
}
input.txt:focus
{
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 14px;
	font-weight: lighter;
	padding: 4px;
	color: #333333;
	margin-bottom: 14px;
	width: 280px;
	border: #ff0000 solid 1px;
	background-color: #e8e1dc;
}
h4
{
	font-size: 14px;
	font-weight: lighter;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	font-family: "Trebuchet MS" , Arial, Verdana;
}
h3
{
	font-size: 11px;
	font-weight: lighter;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	color: #cccccc;
	font-family: "Trebuchet MS" , Arial, Verdana;
}
.submit_it
{
	color: #fff;
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-weight: normal;
	font-size: 15px;
	background-image: url(../images/ab_active.gif);
	background-repeat: no-repeat;
	background-color: #4384f0;
	border: 1px solid #1e5fc7;
	padding: 2px 12px 1px;
}
.submitDim
{
	color: #404040;
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-weight: normal;
	font-size: 15px;
	background-image: url(../images/ab_inactive.gif);
	background-repeat: no-repeat;
	background-color: #e5e5e5;
	border: 1px solid #a6a6a6;
	padding: 2px 4px 1px;
}
.choose
{
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 16px;
	color: #848484;
}
.footer
{
	background-color: #ffd200;
	width: 970px;
	height: 20px;
	padding: 10px;
	color: #03031B;
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 12px;
}

a:link
{
	color: Orange;
	
}
a:visited
{
	color: Orange;
}

.videolist li, .blogposts li
{
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 11px;
}

.presenters li
{
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 13px;
}


.agenda .title
{
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 16px;
	color: Yellow;
	padding-bottom: 5px;
}
.agenda .description
{
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 13px;
	color: Silver;
	padding: 4px;
}

.agenda .time
{
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 13px;
	color:Yellow;
	width:100px;
}

.highlight
{
	color: Yellow;
}

.common_error
{
	text-align: center;
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 14px;
	border: solid 1px #efedc3;
	padding: 10px;
	background-color: #990000;
	color: #ffcb2c;
	display: block;
}
.common_inform
{
	text-align: center;
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 14px;
	border: solid 1px #efedc3;
	padding: 10px;
	background-color: #fffee1;
	display: block;
	color: Black;
}


.counter
{
	font-size : 24px;
	font-family : "Trebuchet MS";
	color : White;
	border : solid 3px yellow;
	padding : 5px;
}