/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(./images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(./images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(./images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.container {
	border-left: 3px solid #cccccc;
	border-right: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	padding: 0px;
	margin-top: 0px;
	top: 0px;
	/*background: #1C353E url(./images/gradient.jpg) repeat-x;*/
	background: #ffffff url(./images/Banner_960.png) no-repeat;
	/*background: #ffffff;*/
	background-position: top-right;
}

.maincontent {
}

.soldout {
	background: url(images/soldout.jpg) no-repeat center;
}

body {
	/*background: #e0e0e0 url(./images/schoolbackground.jpg) no-repeat;*/
	background: #e0e0e0;
	padding: 0px;
	margin-top: 0px;
}

ul.glossymenu li.current a {
	text-decoration: none;
}

ul.glossymenu li.none a {
	text-decoration: none;
}

.header {
	padding-left: 3px;
	padding-bottom: 170px;
	padding-top: 3px;
}

h3.followon {
	padding-top: 1px;
	margin-top: 1px;
}

.maincontent {
	padding-left: 5px;
	padding-right: 20px;
}

.footercontainer {
	border-top: 3px solid #cccccc;
	background: #ffffff;
	margin-top: 10px;
	font-size: 85%;
	padding-left: 10px;
	text-align: center;
}

a.nodecs, a:visited.nodecs  {
	text-decoration: none;
}

.maincontent h1 {
	text-align: center;
}

.maincontent h3 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 1.2em;
}

.maincontent h3.centered {
	text-align: center;
}

.maincontent h2 {
}

.maincontent p.centered {
	text-align: center;
}

.title {
}

.maincontent th {
	color: white;
	background-color: #0066cc;
}

.maincontent table {
	margin-left: 10px;
}

.maincontent p {
	margin-left: 10px;
}

.maincontent tr.alternaterow {
	background-color: #99ccff;
}

.maincontent table.noborder, .maincontent table.noborder tr, .maincontent table.noborder td{
	border-color: white;
}

.news {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #ffbbbb;
	border: 1px solid black;
}

.sponsors {
	background-color: #f0f0ff;
	border-top: dashed 1px black;
	padding-top: 5px;
}

.sponsors img {
	padding: 10px;
}

p.speakers {
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: bold;
}