﻿@charset "UTF-8";
/* CSS Document */

/* #Media Queries */

/* Desktop (devices and browsers) */
	@media only screen and (max-width: 1120px) {
}

/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) and (max-width: 1119px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
}

/* #Base 1120 Grid */

	.container                                  { position: relative; width: 1120px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 50px;  }
    .container .two.columns                     { width: 120px; }
    .container .three.columns                   { width: 190px; }
    .container .four.columns                    { width: 260px; }
    .container .five.columns                    { width: 330px; }
    .container .six.columns                     { width: 400px; }
    .container .seven.columns                   { width: 470px; }
    .container .eight.columns                   { width: 540px; }
    .container .nine.columns                    { width: 610px; }
    .container .ten.columns                     { width: 680px; }
    .container .eleven.columns                  { width: 750px; }
    .container .twelve.columns                  { width: 820px; }
    .container .thirteen.columns                { width: 890px; }
    .container .fourteen.columns                { width: 960px; }
    .container .fifteen.columns                 { width: 1030px; }
    .container .sixteen.columns                 { width: 1120px; }

    .container .one-third.column                { width: 373px; }
    .container .two-thirds.column               { width: 747px; }
	.contents   .one-fourth.column               { width: 260px; }
	.contents   .three-fourths.column             { width: 820px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 70px;  }
    .container .offset-by-two                   { padding-left: 140px; }
    .container .offset-by-three                 { padding-left: 210px; }
    .container .offset-by-four                  { padding-left: 280px; }
    .container .offset-by-five                  { padding-left: 350px; }
    .container .offset-by-six                   { padding-left: 420px; }
    .container .offset-by-seven                 { padding-left: 490px; }
    .container .offset-by-eight                 { padding-left: 560px; }
    .container .offset-by-nine                  { padding-left: 630px; }
    .container .offset-by-ten                   { padding-left: 700px; }
    .container .offset-by-eleven                { padding-left: 770px; }
    .container .offset-by-twelve                { padding-left: 840px; }
    .container .offset-by-thirteen              { padding-left: 910px; }
    .container .offset-by-fourteen              { padding-left: 980px; }
    .container .offset-by-fifteen               { padding-left: 1050px; }
	
	/* fontsize related */
	#jfontsize-m, #jfontsize-d, #jfontsize-p	{ color: white; }
	.jfontsize-button 							{ font-weight: bold; padding: 3px; color: #FFF;}
	.jfontsize-button:visited 					{ color: #FFF; }
	.jfontsize-button:hover 					{ text-decoration: none; color: #666;}
	.jfontsize-disabled, .jfontsize-disabled:hover { color: #666;}
	.menua a 									{ font-size: 12px; color: #FFF; padding: 5px 0 0 32px; text-shadow: 0px 1px 0px rgba(0,0,0,.7); filter: dropshadow(rgba(0,0,0,.7), offx=0, offy=1);}
	
/* #Tablet (Landscape) Design for a width of 1024px */

@media only screen and (min-width: 959px) and (max-width: 1119px) {	
	.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 960px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }
	.contents   .one-fourth.column               { width: 220px; }
	.contents   .three-fourths.column             { width: 700px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }
	
	/* fontsize related */
	#jfontsize-m, #jfontsize-d, #jfontsize-p	{ color: white; }
	.jfontsize-button 							{ font-weight: bold; padding: 3px; color: #FFF;}
	.jfontsize-button:visited 					{ color: #FFF; }
	.jfontsize-button:hover 					{ text-decoration: none; color: #666;}
	.jfontsize-disabled, .jfontsize-disabled:hover { color: #666;}
	.menua a 									{ font-size: 12px; color: #FFF; padding: 5px 0 0 32px; text-shadow: 0px 1px 0px rgba(0,0,0,.7); filter: dropshadow(rgba(0,0,0,.7), offx=0, offy=1);}
}

/* #Tablet (Portrait) Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }
		.contents   .one-fourth.column              { width: 172px; margin-left: 10px;}
		.contents   .three-fourths.column           { width: 556px; margin: 0;}

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
		
		/* fontsize related */
		#jfontsize-m, #jfontsize-d, #jfontsize-p	{ color: white; }
    }


/*  #Mobile (Portrait) Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column,
		.contents .one-fourth.column,
		.contents .three-fourths.column { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }
		
		/* fontsize related */
		#jfontsize-m, #jfontsize-d, #jfontsize-p	{ color: #ED008C; }
		.jfontsize-button 							{ font-weight: bold; padding: 3px; color: #333;}
		.jfontsize-button:visited 					{ color: #333; }
		.jfontsize-button:hover 					{ text-decoration: none; color: #ED008C;}
		.jfontsize-disabled, .jfontsize-disabled:hover { color: #ED008C;}
		.jump										{ display:none; }
		.platform									{ display:none; }
	}

/* #Mobile (Landscape) Note: Design for a width of 480px */


    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column,
		.contents .one-fourth.column,
		.contents .three-fourths.column { width: 420px; }
		
		/* fontsize related */
		#jfontsize-m, #jfontsize-d, #jfontsize-p	{ color: #ED008C; }
		.jfontsize-button 							{ font-weight: bold; padding: 3px; color: #333;}
		.jfontsize-button:visited 					{ color: #333; }
		.jfontsize-button:hover 					{ text-decoration: none; color: #ED008C;}
		.jfontsize-disabled, .jfontsize-disabled:hover { color: #ED008C;}
		.jump										{ display:none; }
		.platform									{ display:none; }
    }
/* end base grid */

.old {
	display: none;
}
.ie6, .ie7 div.old {
	text-align: center;
	font-weight: bold;
	display: block;
}
.hide {
 /* we do nothing here because we only want to hide for IE8 users */
}
.ie8 div.hide {
	display: none;
}
.box10 {
	padding: 10px;
}
.right05 {
	margin-right: 5px;
}
.left05 {
	margin-left: 5px;
}
.right10 {
	margin-right: 10px;
}
.left10 {
	margin-left: 10px;
}
.BGwhite {
	background-color: white;
}
.idcard {
	width: 80px;
	height: 50px;
	background: url(../images/icons/icon_idcard.png) no-repeat;
	margin-left: 10px;
	float: right;
}
.webcast_name {
	height: 50px;
	/*width: 480px;*/
	text-align: right;
	font-size: 14px;
	padding-top: 4px;
	float: right;
}
.logincontainer{
	width: 100%;
	height: 420px;
	position:absolute;
	text-align: center;
	top:50%;
	margin:-210px 0 0 0;
}
.login_outer {
	width: 360px;
	height: 360px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -180px 0 0 -180px;
	z-index: 1;
}

#viewer_home {
    position: absolute;
    width: 225px;
    height: 225px;
    right: 0;
    top: 0;
    z-index: 11;
}
.login_container {
	width: 350px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: #61d6fa; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5a 0%, #fcfcfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%, #fcfcfc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 0%, #fcfcfc 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fcfcfc', GradientType=0 ); /* IE6-9 */
}
.login_title {
	height: 30px; /* margin-top 15px */
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: rgb(182,182,182); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2YjZiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzYzNjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-linear-gradient(top,  rgba(182,182,182,1) 0%, rgba(99,99,99,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(182,182,182,1)), color-stop(100%,rgba(99,99,99,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(182,182,182,1) 0%,rgba(99,99,99,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(182,182,182,1) 0%,rgba(99,99,99,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(182,182,182,1) 0%,rgba(99,99,99,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(182,182,182,1) 0%,rgba(99,99,99,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b6b6', endColorstr='#636363',GradientType=0 ); /* IE6-8 */

	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	padding-top: 15px;
}
.login_title_streamstudio {
	height: 30px; /* margin-top 15px */
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: rgb(239,44,108); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmMmM2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZjAwNWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(top,  rgb(239,44,108) 0%, rgb(159,0,93) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(239,44,108)), color-stop(100%,rgb(159,0,93))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(239,44,108) 0%,rgb(159,0,93) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(239,44,108) 0%,rgb(159,0,93) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(239,44,108) 0%,rgb(159,0,93) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(239,44,108) 0%,rgb(159,0,93) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2c6c', endColorstr='#9f005d',GradientType=0 ); /* IE6-8 */

	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	padding-top: 15px;
}
.login_title_statstudio {
	height: 30px; /* margin-top 15px */
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: rgb(117,217,248); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1ZDlmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjhkY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(top,  rgb(117,217,248) 0%, rgb(2,141,206) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(117,217,248)), color-stop(100%,rgb(2,141,206))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(117,217,248) 0%,rgb(2,141,206) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(117,217,248) 0%,rgb(2,141,206) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(117,217,248) 0%,rgb(2,141,206) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(117,217,248) 0%,rgb(2,141,206) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75d9f8', endColorstr='#028dce',GradientType=0 ); /* IE6-8 */

	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	padding-top: 15px;
}
.login_title_broadcaststudio {
	height: 30px; /* margin-top 15px */
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: rgb(189,227,60); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkZTMzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YWIyMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(top,  rgb(189,227,60) 0%, rgb(138,178,33) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(189,227,60)), color-stop(100%,rgb(138,178,33))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(189,227,60) 0%,rgb(138,178,33) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(189,227,60) 0%,rgb(138,178,33) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(189,227,60) 0%,rgb(138,178,33) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(189,227,60) 0%,rgb(138,178,33) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bde33c', endColorstr='#8ab221',GradientType=0 ); /* IE6-8 */

	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	padding-top: 15px;
}
.login_subtitle {
	height: 17px; /* margin-top 7px */
	text-align: center;
	font-size: 11px;
	color: #666;
	/*text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);*/
	padding-top: 7px;
	background-color: #ececec;
	border-bottom: 1px #d4d4d4 solid;
}
.login_section {
	padding: 6px 10px;/*background-color: #FFF;*/
}
.login_box {
	padding-left: 10px;
}
.login_box label {
	width: 270px;
	height: 24px;
	float: left;
}
.login_submit {
	padding: 10px;
	text-align: right;
	background-color: #FFF;
	border-top: 1px #d4d4d4 solid;
}
.border {
	border: solid 1px #666;
}
.left {
	float: left;
}
.right {
	float: right;
}
#question_wrapper {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow: hidden;
}
.current_question {
	/*color: #ED008C;*/
	font-size: 14px;
	margin: 0;
	padding: 10px;
	
	box-shadow: inset 0 0 8px rgba(81, 203, 238, 1);
	-webkit-box-shadow: inset 0 0 8px rgba(81, 203, 238, 1);
	-moz-box-shadow: inset 0 0 8px rgba(81, 203, 238, 1);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.launch {
	position: absolute;
	width: 768px;
	height: 410px;
	left: 50%;
	top: 50%;
	margin-top: -205px;
	margin-left: -384px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/branding/bg_studiosuite.png) top center no-repeat;
}
.launchchild {
	width: 240px;
	height: 252px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #E4E4E4;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	margin: 150px 5px 0 5px;;
}
.launchchild {
	*display: inline;
	*margin: 0 5px;
}
.outer {
	width: 100%;
	height: 40px;
	background: rgb(117,217,248); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1ZDlmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzRhYzBlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzMyYjdlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjhkY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(top,  rgb(117,217,248) 0%, rgb(74,192,231) 50%, rgb(50,183,226) 51%, rgb(2,141,206) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(117,217,248)), color-stop(50%,rgb(74,192,231)), color-stop(51%,rgb(50,183,226)), color-stop(100%,rgb(2,141,206))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(117,217,248) 0%,rgb(74,192,231) 50%,rgb(50,183,226) 51%,rgb(2,141,206) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(117,217,248) 0%,rgb(74,192,231) 50%,rgb(50,183,226) 51%,rgb(2,141,206) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(117,217,248) 0%,rgb(74,192,231) 50%,rgb(50,183,226) 51%,rgb(2,141,206) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(117,217,248) 0%,rgb(74,192,231) 50%,rgb(50,183,226) 51%,rgb(2,141,206) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75d9f8', endColorstr='#028dce',GradientType=0 ); /* IE6-8 */
	
	-moz-box-shadow: 0 0px 8px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 0px 8px rgba(0,0,0,.7);
	box-shadow: 0 0px 8px rgba(0,0,0,.7);
}
.topadmin_inner {
	margin: 0 auto;/*  
*/
}
.topadmin_account {
	/*width: 400px;*/
	float: left;
	margin: 6px 0;
}
.account_icon {
	width: 28px;
	height: 28px;
	margin-right: 8px;
	float: left;
}
.account_text {
	font-size: 12px;
	color: #FFF;
	/*height: 16px;*/
	overflow: hidden;
	margin-top: 8px;
	text-shadow: 0px 1px 0px rgba(0,0,0,.2);
	/*filter: dropshadow(rgba(0,0,0,.2), offx=0, offy=1);*/
	float: left;
}
.account_settings {
	min-width: 400px;
	float: right;
}
.account_settings ul {
	float: right;
}
.account_settings ul li {
	float: left;
	position: relative;
	margin: 14px 0;
}
.account_settings ul li > a:hover {
	color: #333;
}
.home a:before {
	content: url(../images/icons/icon_home.png);
	position: absolute;
	left: 10px;
	top: -2px;
}
.logout a:before {
	content: url(../images/icons/icon_logout.png);
	position: absolute;
	left: 10px;
	top: -2px;
}
.settings a:before {
	content: url(../images/icons/icon_settings.png);
	position: absolute;
	left: 10px;
	top: -2px;
}
.jump a:before {
	content: url(../images/icons/icon_jump.png);
	position: absolute;
	left: 10px;
	top: -2px;
}
.platform a:before {
	content: url(../images/icons/icon_jump.png);
	position: absolute;
	left: 10px;
	top: -2px;
}
#jumpdialog, #platformdialog {
	position: absolute;
	width: 200px;
	height: 128px;
	background-color: #FAFAFA;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: solid 1px #E4E4E4;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .6);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .6);
	top: 27px;
	margin-left: -40px;
	z-index: 1;
}
#jumpdialog a:before, #platformdialog a:before {
	content: '';
	content: none;
	left: -10px;
}
.jumpdrop, .platformdrop {
	margin: 0;
}
a.jumplinks:link, a.platformlinks:link {
	margin-left: -34px;
}
.banner_container {
	width: 1024px;
	margin: 0 auto;
}
.logo {
	margin: 15px 0;
	text-align: right;
	width: 100%;
	clear: both;
}
.webcast_selectBox {
	/*width: 660px;*/
	float: left;
}
.webcast_dropdown {
	width: 200px;
	height: 24px;
	margin-right: 8px;
	float: left;
}


.quicksearch_container {
	width: 270px;
	float: right;
}
.webcast_ticket {
	width: 222px;
	margin-top: 5px;
	float: left;
}
.navigation {
	padding: 10px;
	left: -10px;
	background-color: #FAFAFA;
	border: solid 1px #E4E4E4;
	position: relative;
}
.contents {
	padding: 10px;
	left: -10px;
	background-color: #FAFAFA;
	border: solid 1px #E4E4E4;
	position: relative;
}
.description {
	height: 28px;
	color: #FFF;
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	background: #aeaeae; /* Old browsers */
	background: -moz-linear-gradient(top, #aeaeae 0%, #767676 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aeaeae), color-stop(100%, #767676)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aeaeae 0%, #767676 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aeaeae 0%, #767676 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aeaeae 0%, #767676 100%); /* IE10+ */
	background: linear-gradient(to bottom, #aeaeae 0%, #767676 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#767676', GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.numbers {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.percentage {
	color: #999;
	font-size: 11px;
	margin: 10px 0;
	text-align: center;
}
.secondary {
	/*width: 1002px;*/
	height: 124px;
	background: url(../images/backgrounds/secondary.png) no-repeat top center;
	position: relative;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
.secondarychild {
	width: 50px;
	height: 80px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	padding-top: 15px;
	margin: 0 10px;
}
.secondarychild {
	*display: inline;
	*margin: 0 10px;
}
.charts {
	padding-top: 65px;
	position: relative;
}
.worldtop10 {
	background: url(../images/infographics/analytics_map_top10.png) no-repeat top center;
	width: 100%;
	height: 535px; /* minus 65top padding */
}
.charts_small {
	width: 735px;
	padding-top: 65px;
	position: relative;
	clear: both;
}
.charts_banner {
	width: 140px;
	height: 110px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
.qInbox {
	width: 50px;
	height: 85px;
	position: absolute;
	z-index: 10;
	left: 194px;
	top: 14px;
}
.qShortlist {
	width: 50px;
	height: 85px;
	position: absolute;
	z-index: 10;
	left: 276px;
	top: 14px;
}
.qArchive {
	width: 50px;
	height: 85px;
	position: absolute;
	z-index: 10;
	left: 356px;
	top: 14px;
}
.qTrash {
	width: 50px;
	height: 85px;
	position: absolute;
	z-index: 10;
	left: 433px;
	top: 14px;
}
.qCSV {
	width: 50px;
	height: 85px;
	position: absolute;
	z-index: 10;
	left: 592px;
	top: 14px;
}
.qPDF {
	width: 50px;
	height: 85px;
	position: absolute;
	z-index: 10;
	left: 677px;
	top: 14px;
}
.qEmpty {
	width: 50px;
	height: 85px;
	position: absolute;
	z-index: 10;
	left: 756px;
	top: 14px;
}
.icontact {
	width: 50px;
	height: 85px;
	position: absolute;
	z-index: 10;
	left: 435px;
	top: 14px;
}
.ilaunch {
	width: 50px;
	height: 85px;
	position: absolute;
	z-index: 10;
	left: 517px;
	top: 14px;
}
.qTickboxes {
	width: 23px;
	height: 23px;
	float: left;
	margin-right: 2px;
}
.qmove {
	width: 28px;
	height: 28px;
	float: left;
}
.qmove:first-child {
	margin-right: 5px;
}
.infographics_bg {
	background: url(../images/infographics/background.png) no-repeat top center;
}
.add_container {
	clear: both;
}
.add_icon {
	width: 36px;
	height: 36px;
	float: left;
}
.add_text {
	margin-top: 12px;
	float: left;
}

.lists ul > li:nth-child(odd) {
	background-color: #f5f5f5;
}
.lists ul > li:nth-child(even) {
	background-color: #fff;
}
.list_hightlight {
	min-width: 28px;
	color: #FFF;
	font-size: 11px;
	/*font-weight: bold;*/
	text-align: center;
	padding: 5px 10px;
	border: solid 1px #E4E4E4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #aeaeae; /* Old browsers */
	background: -moz-linear-gradient(top, #aeaeae 0%, #767676 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aeaeae), color-stop(100%, #767676)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aeaeae 0%, #767676 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aeaeae 0%, #767676 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aeaeae 0%, #767676 100%); /* IE10+ */
	background: linear-gradient(to bottom, #aeaeae 0%, #767676 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#767676', GradientType=0 ); /* IE6-9 */
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	float: left;
}
.ie8 div.list_hightlight, .ie9 div.list_hightlight {
	min-width: 28px;
	color: #FFF;
	font-size: 11px;
	/*font-weight: bold;*/
	text-align: center;
	padding: 5px 10px;
	border: solid 1px #E4E4E4;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #aeaeae; /* Old browsers */
	background: -moz-linear-gradient(top, #aeaeae 0%, #767676 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aeaeae), color-stop(100%, #767676)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aeaeae 0%, #767676 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aeaeae 0%, #767676 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aeaeae 0%, #767676 100%); /* IE10+ */
	background: linear-gradient(to bottom, #aeaeae 0%, #767676 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#767676', GradientType=0 ); /* IE6-9 */
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	float: left;
}
/* Control panel related */
.control_container {
	/*width: 250px;*/
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	float: right;
}
.control_title {
	height: 30px; /* margin-top 15px */
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #61d6fa; /* Old browsers */
	background: -moz-linear-gradient(top, #61d6fa 0%, #03b0e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61d6fa), color-stop(100%, #03b0e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #61d6fa 0%, #03b0e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #61d6fa 0%, #03b0e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #61d6fa 0%, #03b0e6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #61d6fa 0%, #03b0e6 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61d6fa', endColorstr='#03b0e6', GradientType=0 ); /* IE6-9 */
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	padding-top: 15px;
}
.control_subtitle {
	height: 17px; /* margin-top 7px */
	text-align: center;
	font-size: 11px;
	color: #666;
	/*text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);*/
	padding-top: 7px;
	background-color: #ececec;
}
.control_submit {
	padding: 10px;
	text-align: right;
	background-color: #FFF;
	border-top: 1px #d4d4d4 solid;
}
.section {
	padding: 5px 10px;
	border-top: 1px #d4d4d4 solid;
	/*border-bottom: 1px #F2F2F2 solid;*/
	background-color: #FFF;
}
.section_heading {
	width: 160px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	/*padding-bottom: 3px;*/
	float: left;
}
.section_text {
	width: 220px;
	height: 12px;
	overflow: hidden;
	float: left;
}
.quicklink {
	width: 10px;
	float: right;
}
.section_tickbox {
	width: 60px;
	height: 28px;
	float: right;
}
.section label {
	width: 140px;
	height: 24px;
}
/* end control panel */

/* Main navigation */
.ddsmoothmenu {
	display: inline-block;
	background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(240, 240, 240));
	background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(240, 240, 240));
	background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(240, 240, 240));
	background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(240, 240, 240));
	background-image: linear-gradient(top, rgb(249, 249, 249), rgb(240, 240, 240));
 	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f9f9f9', EndColorStr='#f0f0f0');
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	border: 1px solid #cecece;
	-webkit-box-shadow: inset 0px 1px 0px #fff, 0px 1px 2px rgba(0,0,0,.06);
	-moz-box-shadow: inset 0px 1px 0px #fff, 0px 1px 2px rgba(0,0,0,.06);
	box-shadow: inset 0px 1px 0px #fff, 0px 1px 2px rgba(0,0,0,.06);
	z-index: 100;
}
.ddsmoothmenu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ddsmoothmenu li a span {
	position: absolute;
	top: -2em;
	right: 0.5em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,35), 0px 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.35), 0px 1px 1px rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,.35), 0px 1px 1px rgba(0,0,0,.2);
	-webkit-border-radius: 4em;
	-moz-border-radius: 4em;
	border-radius: 4em;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .3s top ease-in, .3s opacity ease-in;
	-moz-transition: .3s top ease-in, .3s opacity ease-in;
	-o-transition: .3s top ease-in, .3s opacity ease-in;
	-ms-transition: .3s top ease-in, .3s opacity ease-in;
	transition: .3s top ease-in, .3s opacity ease-in;
}
.ddsmoothmenu li a span.pink {
	background: #f78297; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ODI5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNDY2NzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f78297 0%, #f46677 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f78297), color-stop(100%, #f46677)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f78297 0%, #f46677 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f78297 0%, #f46677 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f78297 0%, #f46677 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f78297 0%, #f46677 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78297', endColorstr='#f46677', GradientType=0 ); /* IE6-8 */
	border: 1px solid #ce4f5e;
	-webkit-border-radius: 4em;
	-moz-border-radius: 4em;
	border-radius: 4em;
}
.ddsmoothmenu li a span.yellow {
	background: #feda71; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZGE3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWJhNDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #feda71 0%, #feba48 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feda71), color-stop(100%, #feba48)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #feda71 0%, #feba48 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #feda71 0%, #feba48 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #feda71 0%, #feba48 100%); /* IE10+ */
	background: linear-gradient(to bottom, #feda71 0%, #feba48 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feda71', endColorstr='#feba48', GradientType=0 ); /* IE6-8 */
	border: 1px solid #dea94f;
	-webkit-border-radius: 4em;
	-moz-border-radius: 4em;
	border-radius: 4em;
}
.ddsmoothmenu li a span.blue {
	background: #ace4f8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjZTRmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2Y2NkZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ace4f8 0%, #6ccdf3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ace4f8), color-stop(100%, #6ccdf3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ace4f8 0%, #6ccdf3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ace4f8 0%, #6ccdf3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ace4f8 0%, #6ccdf3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ace4f8 0%, #6ccdf3 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ace4f8', endColorstr='#6ccdf3', GradientType=0 ); /* IE6-8 */
	border: 1px solid #79b5cb;
	-webkit-border-radius: 4em;
	-moz-border-radius: 4em;
	border-radius: 4em;
}
.ddsmoothmenu li a span.green {
	background: #39b54a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjZTRmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2Y2NkZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #39b54a 0%, #32933f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #39b54a), color-stop(100%, #32933f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #39b54a 0%, #32933f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #39b54a 0%, #32933f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #39b54a 0%, #32933f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #39b54a 0%, #32933f 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b54a', endColorstr='#32933f', GradientType=0 ); /* IE6-8 */
	border: 1px solid #79b5cb;
	-webkit-border-radius: 4em;
	-moz-border-radius: 4em;
	border-radius: 4em;
}
/* custom class for IE9 */
.ie9 div.ddsmoothmenu li a span {
	position: absolute;
	top: -2em;
	right: 0.5em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	/*
	text-shadow: 0px 1px 0px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,35), 0px 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.35), 0px 1px 1px rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,.35), 0px 1px 1px rgba(0,0,0,.2);
	-webkit-border-radius: 4em;
	-moz-border-radius: 4em;
	border-radius: 4em;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .3s top ease-in, .3s opacity ease-in;
	-moz-transition: .3s top ease-in, .3s opacity ease-in;
	-o-transition: .3s top ease-in, .3s opacity ease-in;
	-ms-transition: .3s top ease-in, .3s opacity ease-in;
	transition: .3s top ease-in, .3s opacity ease-in;
	*/
}
.ie9 div.ddsmoothmenu li a span.pink {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ODI5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNDY2NzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	border: 1px solid #ce4f5e;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.ie9 div.ddsmoothmenu li a span.yellow {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZGE3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWJhNDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	border: 1px solid #dea94f;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.ie9 div.ddsmoothmenu li a span.blue {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjZTRmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2Y2NkZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	border: 1px solid #79b5cb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.ie9 div.ddsmoothmenu li a span.green {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjZTRmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2Y2NkZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	border: 1px solid #79b5cb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/* custom class for IE9 */
.ie8 div.ddsmoothmenu li a span.pink {
	display: none;
}
.ie8 div.ddsmoothmenu li a span.yellow {
	display: none;
}
.ie8 div.ddsmoothmenu li a span.blue {
	display: none;
}
.ie8 div.ddsmoothmenu li a span.green {
	display: none;
}
.ddsmoothmenu li:hover a span {
	top: -1em;
	opacity: 1;/*filter: alpha(opacity=100);*/
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}
.ddsmoothmenu li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	padding-top: 1px;
	background-image: -webkit-linear-gradient(top, rgb(234, 234, 234), rgb(225, 225, 225));
	background-image: -moz-linear-gradient(top, rgb(234, 234, 234), rgb(225, 225, 225));
	background-image: -o-linear-gradient(top, rgb(234, 234, 234), rgb(225, 225, 225));
	background-image: -ms-linear-gradient(top, rgb(234, 234, 234), rgb(225, 225, 225));
	background-image: linear-gradient(top, rgb(234, 234, 234), rgb(225, 225, 225));
 	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#e1e1e1');
	
	-webkit-box-shadow: inset 0px 1px 0px #fff, 0px 1px 2px rgba(0,0,0,.06);
	-moz-box-shadow: inset 0px 1px 0px #fff, 0px 1px 2px rgba(0,0,0,.06);
	box-shadow: inset 0px 1px 0px #fff, 0px 1px 2px rgba(0,0,0,.06);
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	font: 12px 'Helvetica Neue', Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	display: block;
	padding: 0 15px;
	line-height: 2.5em;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	font: 12px 'Helvetica Neue', Helvetica, sans-serif;
	color: #2DC1EF;
	text-shadow: 0px 1px 0px #ffffff;
	display: block;
	padding: 0 15px;
	line-height: 2.5em;
	text-decoration: none;
}
.ddsmoothmenu ul li a.selected {
	color: #666;
}
.ddsmoothmenu ul li a:hover {
	font: 12px 'Helvetica Neue', Helvetica, sans-serif;
	color: #ed008c;
	text-shadow: 0px 1px 0px #ffffff;
	display: block;
	padding: 0 15px;
	line-height: 2.5em;
	
	background-image: -webkit-linear-gradient(top, rgb(234, 234, 234), rgb(225, 225, 225));
	background-image: -moz-linear-gradient(top, rgb(234, 234, 234), rgb(225, 225, 225));
	background-image: -o-linear-gradient(top, rgb(234, 234, 234), rgb(225, 225, 225));
	background-image: -ms-linear-gradient(top, rgb(234, 234, 234), rgb(225, 225, 225));
	background-image: linear-gradient(top, rgb(234, 234, 234), rgb(225, 225, 225));
 	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#e1e1e1');
	
	-webkit-box-shadow: inset 0px 1px 0px #fff, 0px 1px 2px rgba(0,0,0,.06);
	-moz-box-shadow: inset 0px 1px 0px #fff, 0px 1px 2px rgba(0,0,0,.06);
	box-shadow: inset 0px 1px 0px #fff, 0px 1px 2px rgba(0,0,0,.06);
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
	font: 12px 'Helvetica Neue', Helvetica, sans-serif;
	color: #2DC1EF;
	text-shadow: 0px 1px 0px #ffffff;
	display: block;
	padding: 0 15px;
	line-height: 2.5em;
	text-decoration: none;
	white-space: nowrap;
	padding-top: 1px;
	width: 150px; /* added to set the width of the drop down */
	background: #eaeaea; /* Old browsers */
	background-image: -webkit-linear-gradient(top, rgb(234, 234, 234), rgb(225, 225, 225));
	background-image: -moz-linear-gradient(top, rgb(234, 234, 234), rgb(225, 225, 225));
	background-image: -o-linear-gradient(top, rgb(234, 234, 234), rgb(225, 225, 225));
	background-image: -ms-linear-gradient(top, rgb(234, 234, 234), rgb(225, 225, 225));
	background-image: linear-gradient(top, rgb(234, 234, 234), rgb(225, 225, 225));
 	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#e1e1e1');
	
	-webkit-box-shadow: inset 0px 1px 0px #fff, 0px 1px 2px rgba(0,0,0,.06);
	-moz-box-shadow: inset 0px 1px 0px #fff, 0px 1px 2px rgba(0,0,0,.06);
	box-shadow: inset 0px 1px 0px #fff, 0px 1px 2px rgba(0,0,0,.06);
}
.ddsmoothmenu ul li ul li a:hover {
	font: 12px 'Helvetica Neue', Helvetica, sans-serif;
	color: #ed008c;
	background: #ebebeb; /* Old browsers */
	text-shadow: 0px 1px 0px #ffffff;
	display: block;
	padding: 0 15px;
	line-height: 2.5em;
	padding-top: 1px;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
	left: 100px;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 11px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 10px;
	right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow { /*shadow for NON CSS3 capable browsers*/
	display: none;
}
.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	display: none;
}
/* end Main navigation */

/* start Tablesorter */
table.tablesorter {
	background-color: #CDCDCD;
	/*margin:10px 0pt 15px;*/
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #E6E6E6;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/icons/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FAFAFA;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color: #F0F0F0;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/icons/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/icons/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #999999;
}
/* end tablesorter */

/* start social media - not using at the moment */
.social {
	width: 340px;
	height: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.socialbg {
	position: absolute;
	margin: 10px 20px;
	width: 300px;
	height: 80px;
	background: rgba(255,255,255,.45);
	border-top: 1px solid #b2c6cc;
	border-left: 1px solid #b2c6cc;
	border-right: 1px solid #b2c6cc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.downarrow {
	z-index: 1;
	position: relative;
	top: 2px;
	left: 1px;
}
.socialbg p {
	margin: 10px;
	width: 265px;
	height: 56px;
	overflow: hidden;
	font-size: 12px;
	color: #6c7881;
	line-height: 120%;
}
.socialbg span {
	color: #ed008c;
}
.thumb {
	position: absolute;
	top: 105px;
	left: 15px;
}
.socialicon {
	position: absolute;
	top: 105px;
	left: 255px;
}
.name {
	position: absolute;
	font-size: 12px;
	width: 200px;
	height: 12px;
	color: #6c7881;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	top: 108px;
	left: 55px;
	overflow: hidden;
}
.time {
	position: absolute;
	font-size: 11px;
	width: 200px;
	height: 12px;
	color: #99a0a5;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	top: 123px;
	left: 55px;
	overflow: hidden;
}
/* end temp */
#social {
  margin: 0 auto;
  font-size: 12px;
  line-height: 18px;
  text-shadow: #fffeff 0 1px 1px;
  position: relative;
  z-index: 0;
}

#social a {
  color: #a0b8c3;
}

#social p {
  margin-bottom: 0;
}

#social ul{
	width: auto;
}

#social ul, #social li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#social h2{
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	color: #666;
}

#social .twit-search-feed li{
	float: left;
	width: 32.3%;
	margin-right: 1%;
	margin-bottom: 1.5%;
}

#social.twit-search-feed li:nth-child(3n){
	margin-right: 0;
}

#social .twit-search-feed li:nth-child(3n+1){
	clear: both;
}

#social .twit-search-feed li{
	padding-left: 0;
	position: relative;
}

#social .twit-search-feed li a:link {
	color: #2DC1EF;
}

#social .twit-search-feed li a:hover {
	color: #666;
}

#social .twit-search-feed .who img{
	height: 38px;
	width: 38px;
	background-color: white;
}

#social .twit-search-feed .who .overlay{
	position: absolute; 
	top: 0; 
	left: 0;
	z-index: 8;
	background: url(../images/social/twitsearch_avatar_overlay.png) no-repeat top left;
	height: 41px;
	width: 38px;
	display: block;
}

#social .twit-search-feed p{
	font-size: 12px;
	color: #7d7d7d;
	border-radius: 7px;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.5, rgba(255,255,255,1)),
	    color-stop(0, rgba(255,255,255,0.3))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgba(255,255,255,1) 0%,
	    rgba(255,255,255,1) 50%,
	    rgba(255,255,255,0.3) 100%
	);
	padding: 12px;
	border: 1px solid #bddcee;
	box-shadow: 0 2px 1px rgba(189,220,238,0.4);
	-webkit-box-shadow: 0 2px 1px rgba(189,220,238,0.4);
	-moz-box-shadow: 0 2px 1px rgba(189,220,238,0.4);
	margin-left: 50px;
	margin-bottom: 3px;
	position: relative;
}
#social .twit-search-feed .tip{
	position: absolute;
	top: 9px;
	left: -8px;
	background: url(../images/social/twitsearch_bubble_tip.png) no-repeat top left;
	height: 12px;
	width: 9px;
}

#social .twit-search-feed .datetime{
	text-align: right;
	color: #a3c1d0;
	font-size: 11px;
	display: block;
}

#social .twit-search-feed img{
	position: absolute;
	top: 0;
	left: 0;
}

.tweet, .query {
	color: #2DC1EF;
}
.tweet_list {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	background-color: #f5f5f5;
}
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
	list-style-type: none;
}
.tweet_list li a {
	color: #ED008C;
}
.tweet_list .tweet_even {
}
.tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}
/* end social media */

@media only screen and (min-width: 1120px) { /* 1120px */
	#WM, #flash, #mobile {
		width: 370px;
		height: 180px;
		display: inline-block;
		margin: 1em;
	}
	#internet, #intranet {
		width: 480px;
		height: 280px;
		display: inline-block;
		margin: 1em;
	}
	.infographics_hightlights {
		background: url(../images/infographics/highlights_540.png) no-repeat top center;
		margin-top: 100px;
		width: 540px;
		height: 540px;
		position: relative;
	}
	.satellite {
		background: url(../images/infographics/satellite_540.png) no-repeat top center;
		margin-top: 100px;
		width: 540px;
		height: 540px;
		position: relative;
	}
	.hightlight_text {
		position: absolute;
		width: 440px;
		height: 260px;
		color: #333;
		font: 32px 'Patrick Hand', cursive;
		top: 110px;
		left: 50px;
		text-align: center;
		overflow: hidden;
	}
	.morris_title {
		width: 100%;
		font-size: 14px;
		color: #ED008C;
		text-align: center;
		font-weight: bold;
		top: 15px;
		position: absolute;
		z-index: 10;
	}
	.authform {
		width: 500px;
		float: left;
	}
	#slider {
		width: 1120px;
		position: relative;
	}
	
	.scroll {
		width: 1120px;
		position: relative;
		clear: left;
		
	}
	.scrollContainer div.panel {
		width: 1120px;
	}
	.northamerica {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 18px;
		font-weight: bold;
		left: 353px;
		top: 115px;
		z-index: 10;
	}
	.europe {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 18px;
		font-weight: bold;
		left: 595px;
		top: 74px;
		z-index: 10;
	}
	.russia {
		width: 240px;
		height: 50px;
		position: absolute;
		font-size: 18px;
		font-weight: bold;
		left: 850px;
		top: 48px;
		z-index: 10;
	}
	.latinamerica {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 18px;
		font-weight: bold;
		left: 400px;
		top: 317px;
		z-index: 10;
	}
	.africa {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 18px;
		font-weight: bold;
		left: 670px;
		top: 208px;
		z-index: 10;
	}
	.infographics_preview {
		width: 260px;
		height: 220px;
		background: url(../images/infographics/sticker_preview.png) no-repeat top center;
		position: absolute;
		left: 10px;
		top: 80px;
		z-index: 10;
	}
	.infographics_live {
		width: 260px;
		height: 220px;
		background: url(../images/infographics/sticker_live.png) no-repeat top center;
		position: absolute;
		left: 10px;
		top: 270px;
		z-index: 10;
	}
	.infographics_postlive {
		width: 260px;
		height: 220px;
		background: url(../images/infographics/sticker_postlive.png) no-repeat top center;
		position: absolute;
		left: 870px;
		top: 80px;
		z-index: 10;
	}
	.infographics_ondemand {
		width: 260px;
		height: 220px;
		background: url(../images/infographics/sticker_ondemand.png) no-repeat top center;
		position: absolute;
		left: 870px;
		top: 270px;
		z-index: 10;
	}
	.infographics_status {
		width: 160px;
		Height: 24px;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #FFF;
		margin: 100px auto;
	}
	.world {
		background: url(../images/infographics/analytics_map.png) no-repeat top center;
		height: 580px; /* minus 65top padding */
	}
	.browser_container {
		height: 200px;
		position: relative;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
	}
	.browser_logo {
		width: 180px;
		height: 180px;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		position: relative;
		text-align: center;
		margin: 0;
	}
	.browser_logo {
		*display: inline;
		*margin: 0;
	}
	.world {
		background: url(../images/infographics/analytics_map.png) no-repeat top center;
		height: 580px; /* minus 65top padding */
	}
	.browserie {
		background: url(../images/infographics/browsers_ie.png) no-repeat top center;
	}
	.browserchrome {
		background: url(../images/infographics/browsers_chrome.png) no-repeat top center;
	}
	.browserfirefox {
		background: url(../images/infographics/browsers_firefox.png) no-repeat top center;
	}
	.browsersafari {
		background: url(../images/infographics/browsers_safari.png) no-repeat top center;
	}
	.browsers {
		height: 220px;
		position: relative;
	}
	.browserstats {
		width: 180px;
		color: #666;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		left: 10px;
		top: 170px;
		position: absolute;
	}
	.lists li {
		width: 1110px;
		padding: 5px;
		margin-bottom: 1px;
		clear: both;
	}
	.list_content {
		width: 930px;
		height: 11px;
		padding-top: 7px;
		margin-right: 10px;
		overflow: hidden;
		float: left;
	}
	.list_content_long {
		width: 962px;
		height: 11px;
		padding-top: 7px;
		margin-right: 10px;
		overflow: hidden;
		float: left;
	}
	.section label {
		width: 180px;
		height: 24px;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1119px) { /* 960px */
	#WM, #flash, #mobile {
		width: 320px;
		height: 160px;
		display: inline-block;
		margin: 1em;
	}
	#internet, #intranet {
		width: 480px;
		height: 280px;
		display: inline-block;
		margin: 1em;
	}
	.infographics_hightlights {
		background: url(../images/infographics/highlights_460.png) no-repeat top center;
		margin-top: 80px;
		width: 460px;
		height: 460px;
		position: relative;
	}
	.satellite {
		background: url(../images/infographics/satellite_460.png) no-repeat top center;
		margin-top: 100px;
		width: 460px;
		height: 460px;
		position: relative;
	}
	.hightlight_text {
		position: absolute;
		width: 360px;
		height: 260px;
		color: #333;
		font: 28px 'Patrick Hand', cursive;
		top: 75px;
		left: 50px;
		text-align: center;
		overflow: hidden;
	}
	.morris_title {
		width: 100%;
		font-size: 14px;
		color: #ED008C;
		text-align: center;
		font-weight: bold;
		top: 15px;
		position: absolute;
		z-index: 10;
	}
	.hide_1024 {
		display: none;
	}
	.authform {
		width: 500px;
		float: left;
	}
	#slider {
		width: 960px;
		position: relative;
	}
	
	.scroll {
		width: 960px;
		position: relative;
		clear: left;
		
	}
	.scrollContainer div.panel {
		width: 960px;
	}
	.northamerica {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 18px;
		font-weight: bold;
		left: 273px;
		top: 115px;
		z-index: 10;
	}
	.europe {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 18px;
		font-weight: bold;
		left: 515px;
		top: 74px;
		z-index: 10;
	}
	.russia {
		width: 180px;
		height: 50px;
		position: absolute;
		font-size: 18px;
		font-weight: bold;
		left: 770px;
		top: 48px;
		z-index: 10;
	}
	.latinamerica {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 18px;
		font-weight: bold;
		left: 320px;
		top: 317px;
		z-index: 10;
	}
	.africa {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 18px;
		font-weight: bold;
		left: 590px;
		top: 208px;
		z-index: 10;
	}
	.infographics_preview {
		width: 220px;
		height: 220px;
		background: url(../images/infographics/sticker_preview.png) no-repeat top center;
		position: absolute;
		left: 10px;
		top: 80px;
		z-index: 10;
	}
	.infographics_live {
		width: 220px;
		height: 220px;
		background: url(../images/infographics/sticker_live.png) no-repeat top center;
		position: absolute;
		left: 10px;
		top: 270px;
		z-index: 10;
	}
	.infographics_postlive {
		width: 220px;
		height: 220px;
		background: url(../images/infographics/sticker_postlive.png) no-repeat top center;
		position: absolute;
		left: 720px;
		top: 80px;
		z-index: 10;
	}
	.infographics_ondemand {
		width: 220px;
		height: 220px;
		background: url(../images/infographics/sticker_ondemand.png) no-repeat top center;
		position: absolute;
		left: 720px;
		top: 270px;
		z-index: 10;
	}
	.infographics_status {
		width: 160px;
		Height: 24px;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #FFF;
		margin: 100px auto;
	}
	.browser_container {
		height: 200px;
		position: relative;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
	}
	.browser_logo {
		width: 180px;
		height: 180px;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		position: relative;
		text-align: center;
		margin: 0;
	}
	.browser_logo {
		*display: inline;
		*margin: 0;
	}
	.world {
		background: url(../images/infographics/analytics_map.png) no-repeat top center;
		height: 580px; /* minus 65top padding */
	}
	.browserie {
		background: url(../images/infographics/browsers_ie.png) no-repeat top center;
	}
	.browserchrome {
		background: url(../images/infographics/browsers_chrome.png) no-repeat top center;
	}
	.browserfirefox {
		background: url(../images/infographics/browsers_firefox.png) no-repeat top center;
	}
	.browsersafari {
		background: url(../images/infographics/browsers_safari.png) no-repeat top center;
	}
	.browsers {
		height: 220px;
		position: relative;
	}
	.browserstats {
		width: 170px;
		color: #666;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		left: 10px;
		top: 170px;
		position: absolute;
	}
	.lists li {
		width: 950px;
		padding: 5px;
		margin-bottom: 1px;
		clear: both;
	}
	.list_content {
		width: 770px;
		height: 11px;
		padding-top: 7px;
		margin-right: 10px;
		overflow: hidden;
		float: left;
	}
	.list_content_long {
		width: 802px;
		height: 11px;
		padding-top: 7px;
		margin-right: 10px;
		overflow: hidden;
		float: left;
	}
	.section label {
		width: 140px;
		height: 24px;
	}
	.section_text {
		width: 180px;
		height: 12px;
		overflow: hidden;
		float: left;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) { /* 768px */
	#WM, #flash, #mobile {
		width: 240px;
		height: 160px;
		display: inline-block;
		margin: 1em;
	}
	#internet, #intranet {
		width: 350px;
		height: 240px;
		display: inline-block;
		margin: 1em;
	}
	.infographics_hightlights {
		background: url(../images/infographics/highlights_364.png) no-repeat top center;
		margin-top: 100px;
		width: 364px;
		height: 364px;
		position: relative;
	}
	.satellite {
		background: url(../images/infographics/satellite_364.png) no-repeat top center;
		margin-top: 100px;
		width: 364px;
		height: 364px;
		position: relative;
	}
	.hightlight_text {
		position: absolute;
		width: 296px;
		height: 185px;
		color: #333;
		font: 20px 'Patrick Hand', cursive;
		top: 55px;
		left: 35px;
		text-align: center;
		overflow: hidden;
	}
	.morris_title {
		width: 100%;
		font-size: 14px;
		color: #ED008C;
		text-align: center;
		font-weight: bold;
		top: 15px;
		position: absolute;
		z-index: 10;
	}
	.hide_768 {
		display: none;
	}
	.authform {
		width: 500px;
		float: left;
	}
	#slider {
		width: 748px;
		position: relative;
	}
	
	.scroll {
		width: 748px;
		position: relative;
		clear: left;
		
	}
	.scrollContainer div.panel {
		width: 748px;
	}
	.webcast_dropdown {
		width: 150px;
		height: 24px;
		margin: 0 8px 5px 0;
		float: left;
	}
	.northamerica {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		left: 163px;
		top: 115px;
		z-index: 10;
	}
	.europe {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		left: 405px;
		top: 74px;
		z-index: 10;
	}
	.russia {
		width: 90px;
		height: 50px;
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		left: 660px;
		top: 48px;
		z-index: 10;
	}
	.latinamerica {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		left: 210px;
		top: 317px;
		z-index: 10;
	}
	.africa {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		left: 480px;
		top: 208px;
		z-index: 10;
	}
	.infographics_preview {
		width: 180px;
		height: 180px;
		background: url(../images/infographics/sticker_preview_small.png) no-repeat top center;
		position: absolute;
		left: 0;
		top: 80px;
		z-index: 10;
	}
	.infographics_live {
		width: 180px;
		height: 180px;
		background: url(../images/infographics/sticker_live_small.png) no-repeat top center;
		position: absolute;
		left: 0;
		top: 270px;
		z-index: 10;
	}
	.infographics_postlive {
		width: 180px;
		height: 180px;
		background: url(../images/infographics/sticker_postlive_small.png) no-repeat top center;
		position: absolute;
		left: 558px;
		top: 80px;
		z-index: 10;
	}
	.infographics_ondemand {
		width: 180px;
		height: 180px;
		background: url(../images/infographics/sticker_ondemand_small.png) no-repeat top center;
		position: absolute;
		left: 558px;
		top: 270px;
		z-index: 10;
	}
	.infographics_status {
		width: 160px;
		Height: 24px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		color: #FFF;
		margin: 80px auto;
	}
	.browser_container {
		height: 200px;
		position: relative;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
	}
	.browser_logo {
		width: 180px;
		height: 180px;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		position: relative;
		text-align: center;
		margin: 0;
	}
	.browser_logo {
		*display: inline;
		*margin: 0;
	}
	.hideifsmall {
		display: none;
	}
	.world {
		background: url(../images/infographics/analytics_map.png) no-repeat top center;
		height: 580px; /* minus 65top padding */
	}
	.browserie {
		background: url(../images/infographics/browsers_ie_medium.png) no-repeat top center;
	}
	.browserchrome {
		background: url(../images/infographics/browsers_chrome_medium.png) no-repeat top center;
	}
	.browserfirefox {
		background: url(../images/infographics/browsers_firefox_medium.png) no-repeat top center;
	}
	.browsersafari {
		background: url(../images/infographics/browsers_safari_medium.png) no-repeat top center;
	}
	.browsers {
		height: 172px;
		position: relative;
	}
	.browserstats {
		width: 172px;
		color: #666;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		left: 10px;
		top: 160px;
		position: absolute;
	}
	.lists li {
		width: 738px;
		padding: 5px;
		margin-bottom: 1px;
		clear: both;
	}
	.list_content {
		width: 558px;
		height: 11px;
		padding-top: 7px;
		margin-right: 10px;
		overflow: hidden;
		float: left;
	}
	.list_content_long {
		width: 590px;
		height: 11px;
		padding-top: 7px;
		margin-right: 10px;
		overflow: hidden;
		float: left;
	}
	.section label {
		width: 90px;
		height: 24px;
	}
	.section_text {
		width: 132px;
		height: 12px;
		overflow: hidden;
		float: left;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) { /* 420px */
	#WM, #flash, #mobile {
		width: 400px;
		height: 240px;
		display: inline-block;
		margin: 1em;
	}
	#internet, #intranet {
		width: 400px;
		height: 240px;
		display: inline-block;
		margin: 1em;
	}
	.infographics_hightlights {
		background: url(../images/infographics/highlights_420.png) no-repeat top center;
		margin-top: 100px;
		width: 420px;
		height: 420px;
		position: relative;
	}
	.satellite {
		background: url(../images/infographics/satellite_420.png) no-repeat top center;
		margin-top: 100px;
		width: 420px;
		height: 450px;
		position: relative;
	}
	.hightlight_text {
		position: absolute;
		width: 342px;
		height: 210px;
		color: #333;
		font: 28px 'Patrick Hand', cursive;
		top: 80px;
		left: 40px;
		text-align: center;
		overflow: hidden;
	}
	.morris_title {
		width: 100%;
		font-size: 14px;
		color: #ED008C;
		text-align: center;
		font-weight: bold;
		top: -10px;
		position: absolute;
		z-index: 10;
	}
	.hide_420 {
		display: none;
	}
	.authform {
		width: 400px;
		float: left;
	}
	#slider {
		width: 420px;
		position: relative;
	}
	
	.scroll {
		width: 420px;
		position: relative;
		clear: left;
		
	}
	.scrollContainer div.panel {
		width: 420px;
	}
	.webcast_dropdown {
		width: 420px;
		height: 24px;
		margin: 0 8px 5px 0;
		float: left;
	}
	.northamerica {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		left: 210px;
		top: 250px;
		z-index: 10;
	}
	.europe {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		left: 0px;
		top: 250px;
		z-index: 10;
	}
	.russia {
		width: 180px;
		height: 50px;
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		left: 0px;
		top: 370px;
		z-index: 10;
	}
	.latinamerica {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		left: 0px;
		top: 310px;
		z-index: 10;
	}
	.africa {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		left: 210px;
		top: 310px;
		z-index: 10;
	}
	.infographics_preview {
		display: none;
	}
	.infographics_live {
		display: none;
	}
	.infographics_postlive {
		display: none;
	}
	.infographics_ondemand {
		display: none;
	}
	.infographics_status {
		width: 160px;
		Height: 24px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		color: #FFF;
		margin: 80px auto;
	}
	.browser_container {
		height: 400px;
		position: relative;
		text-align: center;
		/*white-space: nowrap;
		overflow: hidden;*/
	}
	.browser_logo {
		width: 180px;
		height: 180px;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		position: relative;
		text-align: center;
		margin: 0;
	}
	.browser_logo {
		*display: inline;
		*margin: 0;
	}
	.hideifsmall {
		margin-left: 90px;
	}
	.world {
		background: url(../images/infographics/analytics_map_small.png) no-repeat top center;
		height: 420px; /* minus 65top padding */
	}
	.browserie {
		background: url(../images/infographics/browsers_ie_medium.png) no-repeat top center;
		margin: 28px 5px 0 0;
	}
	.browserchrome {
		background: url(../images/infographics/browsers_chrome_medium.png) no-repeat top center;
		margin: 28px 5px 0 0;
	}
	.browserfirefox {
		background: url(../images/infographics/browsers_firefox_medium.png) no-repeat top center;
		margin: 28px 5px 0 0;
	}
	.browsersafari {
		background: url(../images/infographics/browsers_safari_medium.png) no-repeat top center;
		margin: 28px 5px 0 0;
	}
	.browsers {
		height: 270px;
		position: relative;
	}
	.browserstats {
		width: 180px;
		color: #666;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		left: 10;
		top: 160px;
		position: relative;
	}
	.lists li {
		width: 410px;
		padding: 5px;
		margin-bottom: 1px;
		clear: both;
	}
	.list_content {
		width: 230px;
		height: 11px;
		padding-top: 7px;
		margin-right: 10px;
		overflow: hidden;
		float: left;
	}
	.list_content_long {
		width: 262px;
		height: 11px;
		padding-top: 7px;
		margin-right: 10px;
		overflow: hidden;
		float: left;
	}
	.section label {
		width: 340px;
		height: 24px;
	}
	.section_text {
		width: 380px;
		height: 12px;
		overflow: hidden;
		float: left;
	}
}
@media only screen and (max-width: 479px) { /* 300px */
	#WM, #flash, #mobile {
		width: 280px;
		height: 150px;
		display: inline-block;
		margin: 1em;
	}
	#internet, #intranet {
		width: 280px;
		height: 150px;
		display: inline-block;
		margin: 1em;
	}
	.infographics_hightlights {
		background: url(../images/infographics/highlights_300.png) no-repeat top center;
		margin-top: 100px;
		width: 300px;
		height: 300px;
		position: relative;
	}
	.satellite {
		background: url(../images/infographics/satellite_300.png) no-repeat top center;
		margin-top: 100px;
		width: 300px;
		height: 330px;
		position: relative;
	}
	.hightlight_text {
		position: absolute;
		width: 245px;
		height: 150px;
		color: #333;
		font: 20px 'Patrick Hand', cursive;
		top: 55px;
		left: 30px;
		text-align: center;
		overflow: hidden;
	}
	.morris_title {
		width: 100%;
		font-size: 14px;
		color: #ED008C;
		text-align: center;
		font-weight: bold;
		top: 0px;
		position: absolute;
		z-index: 10;
	}
	.hide_300 {
		display: none;
	}
	.authform {
		width: 280px;
		float: left;
	}
	#slider {
		width: 300px;
		position: relative;
	}
	
	.scroll {
		width: 300px;
		position: relative;
		clear: left;
		
	}
	.scrollContainer div.panel {
		width: 300px;
	}
	.webcast_dropdown {
		width: 300px;
		height: 24px;
		margin: 0 8px 5px 0;
		float: left;
	}
	.northamerica {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		left: 190px;
		top: 250px;
		z-index: 10;
	}
	.europe {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		left: 0px;
		top: 250px;
		z-index: 10;
	}
	.russia {
		width: 180px;
		height: 50px;
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		left: 0px;
		top: 370px;
		z-index: 10;
	}
	.latinamerica {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		left: 0px;
		top: 310px;
		z-index: 10;
	}
	.africa {
		width: 130px;
		height: 50px;
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		left: 190px;
		top: 310px;
		z-index: 10;
	}
	.infographics_preview {
		display: none;
	}
	.infographics_live {
		display: none;
	}
	.infographics_postlive {
		display: none;
	}
	.infographics_ondemand {
		display: none;
	}
	.infographics_status {
		width: 160px;
		Height: 24px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		color: #FFF;
		margin: 80px auto;
	}
	.browser_container {
		height: 800px;
		position: relative;
		text-align: center;
		/*white-space: nowrap;
		overflow: hidden;*/
	}
	.browser_logo {
		width: 180px;
		height: 180px;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		position: relative;
		text-align: center;
		margin: 0;
	}
	.hideifsmall {
		margin-left: 30px;
	}
	.world {
		background: url(../images/infographics/analytics_map_small.png) no-repeat top center;
		height: 340px; /* minus 65top padding */
	}
	.browserie {
		background: url(../images/infographics/browsers_ie_medium.png) no-repeat top center;
		margin: 28px 5px 0 0;
	}
	.browserchrome {
		background: url(../images/infographics/browsers_chrome_medium.png) no-repeat top center;
		margin: 28px 5px 0 0;
	}
	.browserfirefox {
		background: url(../images/infographics/browsers_firefox_medium.png) no-repeat top center;
		margin: 28px 5px 0 0;
	}
	.browsersafari {
		background: url(../images/infographics/browsers_safari_medium.png) no-repeat top center;
		margin: 28px 5px 0 0;
	}
	.browsers {
		height: 270px;
		position: relative;
	}
	.browserstats {
		width: 180px;
		color: #666;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		left: 10;
		top: 160px;
		position: relative;
	}
	.lists li {
		width: 290px;
		padding: 5px;
		margin-bottom: 1px;
		clear: both;
	}
	.list_content {
		width: 110px;
		height: 11px;
		padding-top: 7px;
		margin-right: 10px;
		overflow: hidden;
		float: left;
	}
	.list_content_long {
		width: 142px;
		height: 11px;
		padding-top: 7px;
		margin-right: 10px;
		overflow: hidden;
		float: left;
	}
	.section label {
		width: 220px;
		height: 24px;
	}
	.section_text {
		width: 260px;
		height: 12px;
		overflow: hidden;
		float: left;
	}
}

@media only screen and (max-width: 959px) {
	.quicksearch_container {
		width: 270px;
		margin-top: 10px;
		float: left;
	}
}
@media only screen and (max-width: 767px) { /* 300px */
	.menua a {
		font-size: 12px;
		color: #ED008C;
		padding: 5px 0 0 32px;
	}
	.worldtop10 {
		display: none;
	}
	#social .twit-search-feed li{
		float: left;
		width: 100%;
		margin-bottom: 1.5%;
	}
	#social.twit-search-feed li:nth-child(1n){
		margin-right: 0;
	}

	#social .twit-search-feed li:nth-child(1n+1){
		clear: both;
	}
}