/*   GLOBAL   */

html * {
	padding: 0;
	margin: 0;
}

body {
	font-family: arial, verdana;
	font-size: 62.5%;
	background: url('../images/site/header_background.gif') repeat-x;
}

#header, #navigation, #main {
	width: 900px;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #CD1041;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

p {
	margin: 20px 0 20px 0;
}

.clear	{
clear:both;
}

/*   LISTS   */

ul {
	list-style: none;
	margin: 10px 0 10px 0;
}

ul li {
	background: url('../images/symbols/bullet.gif') no-repeat;
	background-position: 0 5px;
	padding: 0 0 15px 20px;
}

ul ul li {
	background: url('../images/symbols/sub_bullet.gif') no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 20px;
}

ul ul ul li {
	background: url('../images/symbols/sub_bullet2.gif') no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 20px;
}

/*   COMPANY LIST   */

ul.company_list {
	float: left;
	width: 430px;
	padding: 0;
	margin: 0 0 20px 0;
}

ul.company_list li {
	float: left;
	width: 180px;
	padding: 0 15px 0 20px;
}

/*   PHOTOS   */

ul.photos {
	float: left;
	width: 430px;
	padding: 0;
	margin: 0 0 20px 0;
}

ul.photos li {
	clear: both;
	border-top: 1px solid #AAAAAA;
	padding: 0 15px 0 20px;
}

ul.photos li img {
	float: right;
	border: 2px solid #EF229B;
	padding: 1px;
	margin: 5px;
}

ul.photos li strong {
	font-size: 1.2em;
}

ul.photos li em {
	color: #EF229B;
}

/*   SITEMAP   */

.sitemap h2 {
	margin-bottom: 0;
}

.sitemap a:link,
.sitemap a:visited,
.sitemap a:hover,
.sitemap a:active {
	color: #000000;
}

.sitemap ul {
	margin-bottom: 20px;
}
.sitemap ul ul,
.sitemap ul ul ul {
	margin-bottom: 10px;
}

.sitemap ul,
.sitemap ul ul,
.sitemap ul ul ul {
	border-left: 1px solid #AAAAAA;
	margin-top: 0;
}

.sitemap ul li,
.sitemap ul ul li,
.sitemap ul ul ul li {
	background: url('../images/symbols/hyphen.gif') no-repeat;
	background-position: 0 8px;
	padding: 0 0 0 20px;
}

/*   TITLES   */

h1 {
	color: #CD1041;
	font-size: 1.8em;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.5em;
	color: #CD1041;
	margin-bottom: 20px;
}

#middle h2 {
	clear:both;
}

h3 {
	font-size: 1.2em;
	color: #CD1041;
}

hr {
	border: 0;
	border-bottom: 2px solid #CD1041;
	margin:15px 0;
}

/*   QUOTES   */

blockquote {
	float: left;
	width: 430px;
	font-size: 2.0em;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

cite {
	display: block;
	float: left;
	width: 430px;
	font-size: 1.0em;
	font-weight: normal;
	color: #AAAAAA;
	text-align: right;
	margin-bottom: 30px;
}
.quotes blockquote {
	float: left;
	width: 430px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

.quotes  cite {
	display: block;
	float: left;
	width: 430px;
	font-size: 1.0em;
	font-weight: normal;
	color: #AAAAAA;
	text-align: right;
	margin-bottom: 10px;
}


/*   HEADER   */

#header {
	position: relative;
	height: 180px;
	background: url('/newt/l/handsetsworld/images/site/logo_header.jpg') no-repeat;
}

#header #topnav {
	position: absolute;
	top: 7px;
	right: 7px;
}

#header #logo a {
	display: block;
	width: 900px;
	height: 180px;
}

/*   NAVIGATION   */

.navigation h2 {
	display: none;
}

#topnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#topnav ul li {
	float: left;
	font-size: 1.2em;
	background: url('../images/symbols/white_double_slash.gif') no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 8px;
}

#topnav ul li.noslash {
	background: none;
}

#topnav ul li a:link,
#topnav ul li a:visited,
#topnav ul li a:hover,
#topnav ul li a:active {
	display: block;
	padding: 0 10px 0 10px;
	color:#FFFFFF;
}

#navigation {
	height: 30px;
	border-top:1px solid #ffffff;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation ul li {
	float: left;
	width: 150px;
	font-size: 1.2em;
	text-align: center;
	background: url('../images/site/navigation_button_drop.gif') repeat-y;
	padding: 0;
}

#navigation ul li.register {
	background: url('../images/site/navigation_button.gif') repeat-y;
}

#navigation ul li.register a:link,
#navigation ul li.register a:visited,
#navigation ul li.register a:hover,
#navigation ul li.register a:active {
	color: #FFFF00;
	font-weight: bold;
}

#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:hover,
#navigation ul li a:active {
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 0 8px 0;
}

#navigation ul li a:hover {
	background: url('../images/site/navigation_button_rollover.gif') repeat-y;
}

#navigation ul ul {
	border-top: 2px solid #000000;
}

#navigation ul ul li {
	width: 146px;
	font-size: 1.0em;
	border-left: 4px solid #CD1041;
	border-bottom: 1px solid #BBBBBB;
}

#navigation ul ul li a:link,
#navigation ul ul li a:visited,
#navigation ul ul li a:hover,
#navigation ul ul li a:active {
	background: #AAAAAA;
	padding: 6px 0 5px 0;
}

#navigation ul ul li a:hover {
	background: #999999;
}

#navigation ul ul ul {
	border-top: 2px solid #000000;
}

#navigation ul ul ul li {
	width: 150px;
	font-size: 1.0em;
	border-left: 0;
	border-bottom: 1px solid #BBBBBB;
}

#navigation ul ul ul li a:link,
#navigation ul ul ul li a:visited,
#navigation ul ul ul li a:hover,
#navigation ul ul ul li a:active {
	background: #999999;
	padding: 6px 0 5px 0;
}

#navigation ul ul ul li a:hover {
	background: #888888;
}

#navigation a.flyout:link,
#navigation a.flyout:visited,
#navigation a.flyout:hover,
#navigation a.flyout:active {
	background: url('../images/symbols/orange_arrow.gif') #AAAAAA no-repeat;
	background-position: 140px 10px;
}

#navigation a.flyout:hover {
	background: url('../images/symbols/orange_arrow.gif') #999999 no-repeat;
	background-position: 140px 10px;
}

/*   MAIN   */

#main {
	float: left;
	/*background: url('../images/site/body_background.gif') no-repeat; body content image*/
	padding: 40px 0 40px 0;
}

#left, #right {
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
}

#left h2, #right h2 {
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#left h3, #right h3 {
	text-transform: uppercase;
	margin: 40px 0 10px 0;
}

#left h2,
#right h2,
#left h3,
#right h3 {
	color: #777777;
}

#left h2 strong,
#right h2 strong,
#left h3 strong,
#right h3 strong {
	color: #CD1041;
}

#middle {
	float: left;
	width: 430px;
	_height: 430px;
	min-height: 430px;
	font-size: 1.2em;
	background: url('../images/site/middle_background.gif') no-repeat;
	background-position: 0 30px;
	padding: 0 35px 0 35px;
}

#middle p,
#middle ul {
	line-height: 1.5;
}

.ws_leader	{
	font-size:0.8em;
	margin:0;
	padding:0;
}

div.agenda .item p.sub_title  {
	margin-left:53px;
	font-size:1em;
	font-weight:bold;
}

div.agenda .item p.sub_title2  {
	font-size:1em;
	font-weight:bold;
	margin:10px 0 10px 0;
}

#mainbullets {
	background-color:#F5F5F5;
	border:solid 3px #444444;
	padding:10px;
	margin-bottom:50px;
}

#mainbullets ul {
	margin-bottom:0;
}

#mainbullets ul li {
	padding-bottom:5px;
}

/*   SPECIAL FEATURES   */

#left ul li {
	font-size: 1.2em;
	background: url('../images/symbols/orange_double_slash.gif') no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 12px;
	margin-bottom: 15px;
}

#left ul li a:link,
#left ul li a:visited,
#left ul li a:hover,
#left ul li a:active {
	display: block;
	width: 100%;
	color: #000000;
	font-weight: bold;
}

#left ul li a:hover {
	color: #CD1041;
	text-decoration: none;
/*	border-bottom: 2px solid #000000;*/
}

#left img {
	margin:0 15px 15px 10px;
}

/*   SPONSORS   */

#right {
	text-align: right;
}

#right img {
	margin-bottom:20px;	
}

#right h3 {
	margin-top:20px;
}

#logos img {
	margin: 0 20px 20px 0;
}


/*   GOOGLEMAPS   */

#map {
	float: left;
	width: 410px;
	height: 410px;
	border: 10px solid #CCCCCC;
	margin-bottom: 20px;
}

/*   TABLES/OVERVIEWS   */

.conference_overview {
	float: left;
	width: 430px;
	border: 1px solid #AAAAAA;
	margin-bottom: 20px;
}

.conference_overview tr td {
	text-align: center;
	border: 1px solid #AAAAAA;
	padding: 5px;
}

.conference_overview .header {
	color: #FFFFFF;
	background: #666666;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
}

.conference_overview .pink {
	color: #FFFFFF;
	background: #FF0066;
}

.conference_overview .green {
	color: #FFFFFF;
	background: #99CC00;
}

.conference_overview .blue {
	color: #FFFFFF;
	background: #0000FF;
}

.conference_overview .stream_header_a,
.conference_overview .stream_header_b {
	color: #99CCFF;
}

.conference_overview .stream_header_c {
	color: #CCFFFF;
}

.conference_overview .stream_a,
.conference_overview .stream_b {
	width: 33%;
	font-weight: normal;
	color: #000000;
	background: #99CCFF;
}

.conference_overview .stream_c {
	width: 33%;
	font-weight: normal;
	color: #000000;
	background: #CCFFFF;
}

/*					AGENDA					*/



div.agenda {
	padding:0 10px;
/*	background:#ff0000;*/
	float:left;
	}
	
div.agenda .panel {
	background-color:#FAE6E2;
	}
	
div.agenda .panel_header {
	width:30%;
	text-align:center;
	float:right;
	font-size:1.0em;
	font-weight:bold;
	background-color:#FECD77;
	border: 1px solid #000000;
	padding:2px;
	color: #000000l
	}

div.agenda .item {
	width:400px;
	border-bottom:1px solid #CCCCCC;
	margin:0px 0 0px 0;
	padding:8px 5px 4px 5px;
	float:left;
	}

div.agenda .item h4 {
	font-size:1.2em;
	float:right;
	padding:0;
	margin:0 0 0px 0;
	width:348px;
	color:#B90E37;
	}

div.agenda .item p {
	padding:0;
	margin:0;
	}

div.agenda .item .time {
	font-size:1.2em;
	font-weight:bold;
	color:#999999;
	float:left;
	width:40px;
	}

div.agenda .item .content {
	clear:both;
	margin:0 0 0 40px;
	}

div.agenda h3 {
	background-color:#CD1041;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding:4px 0px;
	margin:8px 0;
	font-size:1.1em;
	clear:both;
	width:100%;
	}
.agenda h2 {
border-bottom:1px solid #880C0C;
border-top:1px solid #880C0C;
clear:both;
font-family:arial;
font-size:1.6em;
font-weight:bold;
margin:0pt 0pt 5px !important;
padding:3px 0pt;
}

div.agenda .item .day {
	background-color:#6C2769;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	padding:4px 7px;
	font-size:1.1em;
	clear:both;
	width:100%;
	}
	
div.agenda .item .content ul {
	margin:4px 0 6px 0px;
	padding:0 3px;
	list-style-type:none;
	}

/*div.agenda .item .content li {
	margin-bottom:2px;
	padding-left:18px;
	background:url(/content/marlincontent/ITMG/ibctelecoms/itms/img/bullet.gif) 0.6em 0.5em no-repeat;
	} */

div.agenda .item .dayselect {
	text-align:center;
	margin:8px 0;
	font-weight:bold;
	}

div.agenda .item .description {
	clear:both;
	padding:2px 5px 3px 5px;
	margin:4px 0 4px 40px;
	font-weight:bold;
	background-color:#FFFCF7;
	color:#08657C;
	display:inline;
	}

div.agenda .item .content .speakers h5 {
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	color:#333333;
	font-weight:normal;
	font-size:0.9em;
	display:none;
	}

div.agenda .item .content .speakers ul {
	list-style-type:none;
	padding:0;
	margin:0;
	background:none;
	}

div.agenda .item .content .speakers ul li {
	list-style-type:none;
	padding:0;
	margin:0;
	background:none;
	}
.agenda .agenda-nav {
background:transparent none repeat scroll 0%;
border:medium none;
clear:both;
list-style-type:none;
margin:0pt 0pt 10px;
padding:0pt;
}
.agenda .agenda-nav li.view {
background-color:#FFFFFF;
margin:0pt;
}
.agenda .agenda-nav li {
background:transparent none repeat scroll 0%;
border:medium none;
display:inline;
list-style-type:none;
margin:0pt 5px 0pt 0pt;
padding-left:18px;
}
.agenda strong{
	color:#000000;
}
.agenda em{
	color:#E5087B
	}
ul.agenda-nav {
	padding:0;
	width:350px;
	text-align:left;
	border:none;
	margin:10px 0 0 0;
	}

div.agendanav p {
	padding:3px 5px;
	margin:0 0 1px 0;
	color:#08657C;
	background-color:#FFFCF7;
	}

div.agendanav a {
	color:#08657C;
	}
	


/*					WORKSHOPS					*/

#workshops img {
	clear: both;
	float: left;
	width: 40px;
	margin: 0 0 1px 0;
	}

#workshops .agenda_day_links ul {
	float: right;
	border-top: 4px solid #000000;
	margin-top: 30px;
	margin-bottom: 20px;
	}

#workshops .agenda_day_links ul li {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 10px;
	}

#workshops .agenda_day_links a:link, #workshops .agenda_day_links a:visited, #workshops .agenda_day_links a:active {
	color: #FF0000;
	}

#workshops .agenda_day_links a:hover {
	color: #000000;
	text-decoration: none;
	}

#workshops h2 {
	clear: both;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:20px;
	}

#workshops h2 strong {
	color: #000000;
	}

#workshops h3 {
	font-size: 1.2em;
	background: #0000FF;
	color: #FFFFFF;
	text-align: left;
	padding: 3px 6px;
	margin:10px 0;
	}

#workshops h4 {
	clear: both;
	font-size: 1.2em;
	color: #000000;
	margin-top:15px;
	}

#workshops h4 strong {
	float: left;
	display: block;
	color: #666666;
	width: 50px;
	height: 30px;
	}

#workshops h4 em {
	color:#888888;
	}
	
#workshops ul {
	margin-left: 5px;
	}

#workshops ul ul {
	margin-left: 22px;
	margin-top: 10px;
	margin-bottom: -10px;
	}

#workshops ol {
	list-style: none;
	margin-left: 52px;
	}

#workshops ol li {
	background: none;
	}

#workshops ol li strong {
	font-size: 1.2em;
	color: #000000;
	}

#workshops ol li em {
	font-size: 1.2em;
	font-weight: bold;
	font-style:normal;
	color:#666666;
	}

#workshops ul, #workshops ol {
	margin-top:5px;
	margin-bottom:5px;
	padding-top:0;
	padding-bottom:0;
	}

#workshops li {
	margin-top:2px;
	margin-bottom:2px;
	padding-top:0;
	padding-bottom:0;
	}
	
#workshops p {
	margin: 5px 0;
	padding: 0;
	}
	
/*   FOOTER   */

#footer {
	clear: both;
	
	font-size: 1.2em;
	color: #FFFFFF;
	background: #CD1041;
	padding: 10px 0 20px 200px;
	border-bottom:2px solid #FFFFFF;
}

#footer #address {
	float: left;
	width: 250px;
}

#footer #address h2 {
	color: #FFFFFF;
}

#footer #copyright {
	float: left;
	width: 250px;
	font-size: 0.8em;
	text-align: right;
}

#footer #copyright strong {
	color: #FFFFFF;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #FFFFFF;
	text-decoration:underline;
}

/*   BLOG   */

#left #blog-sidebar {
	list-style:none;
	background:none;
	margin:0;
	padding:0;
}

#left #blog-sidebar li {
	list-style:none;
	background:none;
	margin:0;
	padding:0;
	font-size:1.1em;
}

#left #blog-sidebar li ul li {
	font-size: 1.2em;
	background: url('../images/symbols/orange_double_slash.gif') no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 12px;
	margin-bottom: 3px;
}

#left #blog-sidebar h2 {
	font-size:1.2em;
	margin:10px 0 0 0;
	padding:0;
}

#left #blog-sidebar a {
	display:inline;
}

#middle .post {
	border-bottom:solid 1px #AAAAAA;
	margin-bottom:20px;
}

#middle .post h2 {
	font-size:1.6em;
	margin:0;
	padding:0;
}

#middle .post h2 a {
	color:#000000;
}

#middle .post small {
	font-size:1em;
	color:#777777;
}

#middle .post .entry {
	margin:10px 0 0 0;
	padding:0;
}

#middle .post .entry p {
	margin:0 0 10px 0;
	padding:0;
	line-height:1.5em;
}

#middle .post .entry p.postmetadata {
	border-top:solid 1px #AAAAAA;
	padding-top:10px;
	font-size:0.8em;
}

#middle .commentlist, #middle .commentlist li {
	list-style:none;
	margin:0;
	padding:0;
}

#middle .commentlist li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #EEEEEE;
}

#middle .commentlist li p {
	margin:0;
	padding:0;
}

#middle .commentlist cite {
	display:inline;
	float:none;
}

#middle h3#comments {
	margin-bottom:10px;
}

#middle .pagetitle {
	color:#666666;
	margin-bottom:10px;
}

/* 			SPEAKERS IMG				 */

.imgbg
	{
	padding:0;	
	margin:10px;
	float:left;
	text-align:center;
	
	width:180px;
	}	

.imgbg img
	{
	border:0;
	padding:2px;
	margin:20px;
	width:70px;
	height:70px;
	border:1px solid #000000;
	}

.imgbg p {
	margin:3px 0 0 0;
	padding:0;
	height:40px;
	}	

/*					AGENDA					*/

#agenda img {
	clear: both;
	float: left;
	width: 40px;
	margin: 0 0 1px 0;
	}

#agenda .agendalogo {
	clear: both;
	float: right;
	width: 120px;
	margin: 0 0 1px 0;
	}




#agenda h2 {
	clear: both;
	font-size: 2.0em;
	font-variant: small-caps;
	border-bottom: 2px solid #293486;
	margin-bottom: 50px;
	}

#agenda h2 strong {
	float: right;
	font-size: 0.7em;
	font-variant: normal;
	color: #000000;
	margin-top: 2px;
	}

#agenda h3 {
	font-size: 1.2em;
	background: #293486;
	color: #FFFFFF;
	text-align: center;
	border-top: 4px solid #4550A4;
	padding: 2px 0 2px 0;
	}

#agenda h4 {
	clear: both;
	font-size: 1.2em;
	color: #293486;
	}

#agenda h4 strong {
	float: left;
	display: block;
	color: #000000;
	width: 50px;
	height: 35px;
	}

#agenda h5 {
	display: block;
	font-size: 1.0em;
	font-style: normal;
	color: #CD1041;
	text-align: right;
	border-bottom: 1px solid #000000;
	margin-bottom: -15px;
	}

#agenda ul {
	margin-left: 52px;
	}

#agenda ul ul {
	margin-left: 22px;
	margin-top: 10px;
	margin-bottom: -10px;
	}

#agenda ol {
	list-style: none;
	}

#agenda ol li {
	background: none;
	}

#agenda ol li strong {
	font-size: 1.2em;
	color: #293486;
	}

#agenda ol li em {
	font-size: 1.2em;
	font-weight: bold;
	}

#agenda p {
	margin: 5px 5px 5px 52px;
	padding: 0;
	}

/*					AGENDA AT A GLANCE				*/

#glance	{
	padding:0;
	padding:0;
	}

#glance table
	{
	background: #C1DCEF;
	}

#glance td
	{
	text-align:center;
	}

#glance .event
	{
	background: #004991;
	color:#fff;
	font-weight:bold;
	padding:2px 0;
	}

#glance .streama
	{
	background: #E68E19;
	color:#fff;
	font-weight:bold;
	padding:2px 0;
	}

#glance .streamb
	{
	background: #0094D1;
	color:#fff;
	font-weight:bold;
	padding:2px 0;
	}

#glance p
	{
	padding:2px;
	margin:0;
	}

#glance .shoot
	{
	background: #000000;
	color:#fff;
	font-weight:bold;
	padding:2px 0;
	}
	


#at_a_glance  td {
	vertical-align :text-top;
	font-size: 1.0em;
	color: #000000;
	padding:4px;
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
}
	
#at_a_glance  table {
	border-left: solid 2px #000000;
	border-top: solid 2px #000000;
}

#at_a_glance  .row_header {
	background-color: #221E1F;
	color: #ffffff;
}

#at_a_glance  .date_header {
	background-color: #221E1F;
	color: #ffffff;
}


#at_a_glance  .strategy_header {
	background-color: #DC686A;
	color: #ffffff;
}
#at_a_glance  .strategy {
	background-color: #FAE6E2;
	color: #333333;
}

#at_a_glance  .technical_header {
	background-color: #6D6E71;
	color: #ffffff;
}
#at_a_glance  .technical {
	background-color: #E7E8EA;
	color: #333333;
}

/* Mini Nav */

#agendaMiniNavigation {float: left; margin-bottom: 20px;}

#agendaMiniNavigation .agendaMiniNav {float: left; width: 430px; list-style-type: none; margin: 0px; padding: 0;}
#agendaMiniNavigation .agendaMiniNav li {width: 204px; display: block; float: left; padding: 2px; margin: 2px; font-weight: bold;}
#agendaMiniNavigation .agendaMiniNav li.stream1 {background: #E3EBF6; border: 1px solid #DDDDDD;}
#agendaMiniNavigation .agendaMiniNav li.stream2 {background: #FDF2E4; border: 1px solid #DDDDDD;}
#agendaMiniNavigation .agendaMiniNav li.stream3 {background: #E5F3F1; border: 1px solid #DDDDDD;}
#agendaMiniNavigation .agendaMiniNav li.daylink {width: 100%; background: white; color: #000000; font-weight: bold;}
#agendaMiniNavigation .agendaMiniNav a {color: #000000;}
#agendaMiniNavigation .agendaMiniNav li a {color: #000000;}