@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	
}
img { border:none; }
html body {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align: center;
	height: 100%;
	color:#626669;
	font-size:11px;
	line-height:16px;
	background:url(/images/body-gray-fade.jpg) repeat-x 0 top #fff;
}
a:active, a:focus {
	outline: 0;
}
.content_mainbody ul, .content_mainbody ol{
	margin-left:15px;
	margin-bottom:15px;
}
.content_mainbody ul.tab-menu, .content_mainbody ul.subsection_tabs{
	margin-left:0px;
	margin-bottom:0px;
}

/*-------------- Clearfix -----------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*-------------- END Clearfix -----------------*/	



/*-----------------------------------------------

Global Styles

------------------------------------------------*/

.spacer10 {
	height:10px;
	width:10px;
}
.spacer6 {
	height:6px;
	width:6px;
}
.space20 {
	height:20px;
	width:20px;
}
.header_container {
	width:1027px;
	height:225px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	z-index: 98;
}
.header_box {
	width:auto;
	height:224px;
	min-width:1027px;
	min-height:224px;
	margin:0px;
	background:url(/images/bg_02.jpg) top center no-repeat;
	clear:left;
}
.header_nav {
	width:700px;
	left:430px;
	position:relative;
	height:20px;
	top: 15px;
	color:#cccccc;
	font-size:11px;
	z-index: 99;
}
span.header_nav_link {
	background:url(/images/international.gif) no-repeat;
	border:none;
}
a.header_nav_link:link, span.header_nav_link {
	color:#cccccc;
	font-size:11px;
	text-decoration: none;
	margin: 0 6px 0 6px;
}
a.header_nav_link:visited {
	color:#cccccc;
	font-size:11px;
	text-decoration: none;
	margin: 0 6px 0 6px;
}
a.header_nav_link:hover {
	color:#cccccc;
	font-size:11px;
	text-decoration: underline;
	margin: 0 6px 0 6px;
}
a.header_nav_link:active {
	color:#cccccc;
	font-size:11px;
	text-decoration: none;
	margin: 0 6px 0 6px;
}
.header_logo {
	position:relative;
	width:227px;
	height:43px;
	top:18px;
	left:38px;
}
/* -------- Main Navigation Styles --------- */
#header_navigation {
	width:670px;
	height:36px;
	position:relative;
	top:0px;
	left: 340px;
}
#header_navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Main Nav */

#header_navigation {
	z-index:98;
}

#header_navigation ul{
	position:absolute;
	z-index:98;
}
#header_navigation li{
	position:relative;
	float:left;
	width: 85px;
	text-align: center;
}
#header_navigation li a{
	color:#fff;
	text-decoration:none;
	height:inherit;
	z-index:98;
	padding:5px 0px;
	height:auto;
	display: block;
}
#header_navigation li li, .header_nav li li{
	width: 150px;
}
#header_navigation li a:hover{
	color:#d5e04d;
}
#header_navigation li.current_page_item a, #header_navigation li.current_item_parent a{
	border-bottom:1px solid #d5e04d;
}
#header_navigation li.current_page_item div a{
	border-bottom:none;
}
#header_navigation li.current_item_parent ul li a{
	border-bottom:none;
}

/* Dropdown */
#header_navigation ul.main-nav-sublevel-1 li{
	float:none;
	line-height:18px;
	padding:0px 22px;
	text-align: left;
	display:block;
}
.header_nav ul.main-nav-sublevel-1 li{
	float:none;
	z-index:99;
	line-height:20px;
	padding:0px 22px;
	text-align: left;
	display:block;
}
#header_navigation ul.main-nav-sublevel-1 li a, .header_nav ul.main-nav-sublevel-1 li a{
	color:#626669;
	text-decoration:none;
	font-size:12px;
	font-family:Verdana, Arial, Sans-serif;
	text-align: left;
}
#header_navigation ul.main-nav-sublevel-1 li a:hover, .header_nav ul.main-nav-sublevel-1 li a:hover{
	color:#e76f00;
}
li.toptrans {
	background:url('/images/topbg.png') no-repeat center top;
	height:25px;
}
li.first {
	background:url('/images/topbg.png') no-repeat center -25px;
}
#header_navigation ul.main-nav-sublevel-1 {
	position:absolute; 
    left: -50px;
    top: 26px;
    padding-bottom: 18px;
	background: transparent url('/images/dropdownCap.png') bottom center no-repeat !important;
	width: 194px;
}
.header_nav ul.main-nav-sublevel-1 {
	position:relative; 
    left: -50px;
    top: 1px;
    padding-bottom: 18px;
	background: transparent url('/images/dropdownCap.png') bottom center no-repeat !important;
	z-index:99;
	width: 194px;
}
#header_navigation li.transbg, .header_nav li.transbg {
	background: url('http://www.limelightnetworks.com/images/dropdownBg.png') repeat-y center !important;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* Top Nav */

.header_nav ul{
	list-style: none;
}
.header_nav ul.international{
}
.header_nav ul.lex{
}
.header_nav ul.international li{
	padding-bottom: 10px;
}
.header_nav ul.main-nav-sublevel-1{
	position: absolute;
	top:16px;
	right:0px;
}
.header_nav li{
	position:relative;
	float:left;
	z-index:99;
	width: 110px;
	text-align: center;
	color:#626669;
}
.header_nav form{
	display:compact;
	margin: 0px;
	padding: 0px;
}
.header_nav input#password, .header_nav input#username{
	border: 1px solid #ccc;
	margin-bottom: 10px;
}







#applesearch {
	position: absolute;
	right: 175px;
}






.main-nav ul {
    display: none;
}

.header_greenbar {
	width:1027px;
	height: 107px;
	position:relative;
	top:17px;
	clear:left;
}
.header_greenbar img {
	margin-right:-4px;
}
.body_box {
	width:auto;
	height:auto;
	position:relative;
	clear:left;
}
.content_box {
	width:1027px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	clear:left;
	text-align:left;
	position:relative;
}
.content_box2 {
	width:1027px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	clear:left;
	text-align:left;
	position:relative;
}
.left {
	width:706px;
	position:relative;
	padding:0 0px 0 45px;
	float:left;
	visibility: visible;
	height:auto;
}
.right {
	width:276px;
	position:absolute;
	float:left;
	right:0px;
	top: 0px;
	padding:0 0 0 0px;
	height:auto;
	padding-bottom:15px;
}
.content_mainbody {
	width: 704px;
	background-color:#FFFFFF;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	float:left;
	position:relative;
	padding:20px 0 30px 0px;
}
.text_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
a.body_orange:link {
	color:#e76f00;
	text-decoration: none;
}
a.body_orange:visited {
	color:#e76f00;
	text-decoration: none;
}
a.body_orange:hover {
	color:#e76f00;
	text-decoration: underline;
}
a.body_orange:active {
	color:#e76f00;
	text-decoration: none;
}
.orange_text {
	color:#e76f00;
}
.press_list {
	list-style-type:disc;
	padding-left:15px;
}
.content_body_bottom {
	width: 706px;
	height:12px;
	background-color:#FFFFFF;
	background-image:url(/images/bodybottom.jpg);
	background-repeat:no-repeat;
	float:left;
}
.content_right_box {
	width: 276px;
	height:auto;
	position:relative;
	float:left;
}
.right_green_header {
	height:104px;
	width:280px;
	background-image:url(/images/ITLBlog/right_green_headerbg.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
}
.right_green_header_text {
	padding:10px 5px 10px 30px;
	width:220px;
	height:64px;
	color:#000000
}
.right_green_header_text p {
width: 145px;
float: left;
}
a.green_head_link:link {
	color:#000;
	font-size:11px;
	text-decoration: none;
}
a.green_head_link:visited {
	color:#000;
	font-size:11px;
	text-decoration: none;
}
a.green_head_link:hover {
	color:#000;
	font-size:11px;
	text-decoration: underline;
}
a.green_head_link:active {
	color:#000;
	font-size:11px;
	text-decoration: none;
}
/* ------------------- Right Side Boxes ---------------------------*/	
.right_textbox {
	position:relative;
	margin-left:16px;
	width:200px;
	height:auto;
}
.right_top_textbox {
	position:relative;
	margin-left:16px;
	width:200px;
	height:auto;
}
.right_top_border {
	width:100%;
	height:auto;
	margin-bottom: -3px;
}
.right_bottom_border1 {
	width:100%;
	height:5px;
	background: url(/images/right_text_box_bottom.gif) top no-repeat;
}
.right_bottom_border2 {
	width:100%;
	height:5px;
	background: url(/images/right_text_box2_bottom.gif) top no-repeat;
}
.right_bottom_border3 {
	width:100%;
	height:5px;
	background: url(/images/newimages/rightsidebox_bottom.jpg) top no-repeat;
}
.right_text_body1 {
	width:100%;
	background:url(/images/right_text_box-body.jpg) top no-repeat #c1c5ca;
	padding-top:3px;
}
.right_text_body2 {
	padding-top:3px;
	width:100%;
	background:url(/images/right_text_box2_body.jpg) bottom no-repeat #e6e6e8;
}
.right_box_title {
	padding: 5px 0 6px 10px;
}
.right_body_text {
	padding-left:10px;
	padding-right:10px;
}
ul.right_body_text{
	padding-left:10px;
	padding-right:10px;
	list-style-type: none;
}
ul.right_body_text a{
	color: #f38f1d;
	text-decoration: none;
}
ul.right_body_text a:hover{
	text-decoration: underline;
}
/* -------------------End Right Side Boxes ---------------------------*/	

	
.button_right {
	z-index: 1;
	position: absolute;
	left: -16px;
	top: 35px;
	background-image:url(/images/buttonfull.jpg);
	width: 32px;
	height:34px;
	color: white;
}
.footer_container {
	width:1027px;
	height:40px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top:10px;
}
.footer_content_left {
	width:500px;
	height:auto;
	float:left;
	padding-left:25px;
	color:#868f98;
	font-size:10px;
}
.footer_content_right {
	width:480px;
	height:auto;
	float:left;
	text-align:right;
	color:#868f98;
	font-size:10px;
}
a.footer_content_link:link {
	color:#868f98;
	font-size:10px;
	text-decoration: none;
	margin: 0 4px 0 6px;
}
a.footer_content_link:visited {
	color:#868f98;
	font-size:10px;
	text-decoration: none;
	margin: 0 4px 0 6px;
}
a.footer_content_link:hover {
	color:#868f98;
	font-size:10px;
	text-decoration: underline;
	margin: 0 4px 0 6px;
}
a.footer_content_link:active {
	color:#868f98;
	font-size:10px;
	text-decoration: none;
	margin: 0 4px 0 6px;
}

	
/*-----------------------------------------------

Home Page Styles

------------------------------------------------*/	
	
	
.header_container_home {
	width:1027px;
	height:455px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
.home_body_bg {
	background:url(/images/home/home_back_fix.jpg) repeat-x 0 top #fff;
}
.header_box_home {
	width:auto;
	height:455px;
	min-width:1027px;
	min-height:455px;
	margin:0px;
	background:url(/images/home/home_head_bg2.jpg) top center no-repeat;
	clear:left;
}
/*----- HOME page Navigation ------------------------*/
.home_left_box {
	width:336px;
	height:190px;
	position:relative;
	margin-top:140px;
	margin-bottom:60px;
	padding:0 0px 0 0px;
	float:left;
	visibility: visible;
	background:url(/images/home/home_left_box-bg.jpg) no-repeat;
	display:block;
}
.home_left_box_content {
	height:170px;
	width:265px;
	margin:14px 0 0 00px;
	padding:0 0 0 63px;
}
.home_middle_box {
	width:340px;
	position:relative;
	padding:0 0px 0 0px;
	margin-top:140px;
	float:left;
	visibility: visible;
	height:190px;
	background:url(/images/home/home_middle_box-bg.jpg) no-repeat;
	display:block;
}
.home_middle_box_content {
	height:170px;
	width:265px;
	margin:14px 0 0 00px;
	padding:0 0 0 40px;
}
.home_right_box {
	width:348px;
	position:relative;
	padding:0 0px 0 0px;
	margin-top:140px;
	float:left;
	visibility: visible;
	height:190px;
	background:url(/images/home/home_right_box-bg.jpg) no-repeat;
	display:block;
}
.home_right_box_content {
	height:170px;
	width:260px;
	margin:14px 0 0 00px;
	padding:0 20px 0 20px;
}
.home_video_holder {
	width:921px;
	height:480px;
	z-index:1;
	position: absolute;
	left: 60px;
	top: 18px;
	margin-left: auto;
	margin-right: auto;
	background:url(/images/home/vid_shadow_05.jpg) bottom 800px no-repeat;
}
.vid_box {
	margin-left: auto;
	margin-right: auto;
	width:921px;
	position:relative;
	z-index:3;
}
/****************************End Home Page Styles *********************/	
	

/* ---------------- Page Specific Styles --------------- */	
.servsolutions{
	clear:both;
	margin-top:15px;
	height:300px;
}
.services_content_table {
	padding-left:17px;
	padding-right:7px;
}
.services_content_table_left {
	padding-right:10px;
}
.green_right_border {
	border-left:solid 1px #c8db00;
}
.services_content_header_img {
	margin-bottom:14px;
}
#ecovidhead {
	z-index: 1;
	position: absolute;
	left: 55px;
	top: -22px;
	background-image:url(/images/ecosystem/vid-div-bg.jpg);
	width: 677px;
	height:148px;
}

/* Events */
dt {  
margin: 0;
padding: 0;
color: #76B900;
font-weight: bold;
}
dl {
margin: 0;
padding: 0;
}
dd {  
margin-left: 15px;
margin-bottom: 15px;
padding-left: 0px;
display: list-item;
}

/* ----------------End Page Specific Styles --------------- */	

/*---------------------------------------------------
Tab Styles
----------------------------------------------------*/	
.tab-menu {
	width: 665px;
	height: 28px;
	float: left;
	margin: 0px;
	padding: 0;
	position: relative;
}
.tab-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tab-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
	float:left;
}
.tab-menu a {
	height: 28px;
	display: block;
}
.tab-menu-corp {
	left: 0;
	width: 91px;
	background:url(/images/services/corporate.jpg) no-repeat top;
}
.tab-menu-web {
	left: 91px;
	width: 87px;
	background:url(/images/services/web20.jpg) no-repeat top;
}
.tab-menu-media {
	left: 178px;
	width: 165px;
	background:url(/images/services/mediaent.jpg) no-repeat top;
}
.tab-menu-govt {
	left: 343px;
	width: 105px;
	background:url(/images/services/govt.jpg) no-repeat top;
}
.tab-menu-soft {
	left: 448px;
	width: 87px;
	background:url(/images/services/software.jpg) no-repeat top;
}
.tab-menu-game {
	left: 535px;
	width: 82px;
	background:url(/images/services/games.jpg) no-repeat top;
}
.tab-menu-end {
	left: 617px;
	width: 48px;
	background:url(/images/services/tabboxhead_18.jpg) no-repeat top;
	height:28px;
	display:block;
}
.tab-menu-end2 {
	left: 617px;
	width: 58px;
	background:url(/images/customers/tabboxhead.jpg) no-repeat top;
	height:28px;
	display:block;
}
.tab-menu-corp a:hover {
	background:  url(/images/services/corporate.jpg) 0 -56px no-repeat;
}
.tab-menu-web a:hover {
	background:  url(/images/services/web20.jpg) 0 -56px no-repeat;
}
.tab-menu-media a:hover {
	background:  url(/images/services/mediaent.jpg) 0 -56px no-repeat;
}
.tab-menu-govt a:hover {
	background:  url(/images/services/govt.jpg) 0 -56px no-repeat;
}
.tab-menu-soft a:hover {
	background:  url(/images/services/software.jpg) 0 -56px no-repeat;
}
.tab-menu-game a:hover {
	background:  url(/images/services/games.jpg) 0 -56px no-repeat;
}
.tab-menu-corp a.active {
	background:  url(/images/services/corporate.jpg) 0 -28px no-repeat;
	left: 0;
	width: 91px;
}
.tab-menu-web a.active {
	background:  url(/images/services/web20.jpg) 0 -28px no-repeat;
	left: 91px;
	width: 87px;
}
.tab-menu-media a.active {
	background:  url(/images/services/mediaent.jpg) 0 -28px no-repeat;
	left: 178px;
	width: 165px;
}
.tab-menu-govt a.active {
	background:  url(/images/services/govt.jpg) 0 -28px no-repeat;
	left: 343px;
	width: 105px;
}
.tab-menu-soft a.active {
	background:  url(/images/services/software.jpg) 0 -28px no-repeat;
	left: 448px;
	width: 87px;
}
.tab-menu-game a.active {
	background:  url(/images/services/games.jpg) 0 -28px no-repeat;
	left: 535px;
	width: 82px;
}
.tab_div_content {
	width: 665px;
	height:255px;
	float:left;
}
.tab_div_content_cus {
	width: 675px;
	height:auto;
	float:left;
	background:url(/images/customers/tabbg.jpg) repeat-x bottom #EBEBEB;
}
.tab_div_content_bottom {
	width: 675px;
	height:auto;
	float:left;
	margin-bottom:130px;
}
.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	float:left;
	clear:both;
	width:185px;
	height:255px;
	background:url(/images/services/tab-leftbodybg.jpg) no-repeat;
}
.subsection_tabs li {
	margin-left:10px;
	text-align:left;
}
.subsection_tabs a {
	height: 35px;
	display: block;
	color:#626669;
	text-decoration:none;
	padding-top:15px;
}
.subsection_tabs a:hover {
	color:#000;
	text-decoration:none;
}
.subsection_tabs a.active {
	color:#e76f00;
	font-weight:bold;
}
.subtabbg-corp {
	background:url(/images/services/tabcorpbg.jpg) no-repeat;
	height:255px;
	width:480px;
	float:left;
}
.subtabbg-web20 {
	background:url(/images/services/tabweb20bg.jpg) no-repeat;
	height:255px;
	width:480px;
	float:left;
}
.subtabbg-media {
	background:url(/images/services/tabmediabg.jpg) no-repeat;
	height:255px;
	width:480px;
	float:left;
}
.subtabbg-govt {
	background:url(/images/services/tabgovtbg.jpg) no-repeat;
	height:255px;
	width:480px;
	float:left;
}
.subtabbg-soft {
	background:url(/images/services/tabsoftbg.jpg) no-repeat;
	height:255px;
	width:480px;
	float:left;
}
.subtabbg-games {
	background:url(/images/services/tabgamesbg.jpg) no-repeat;
	height:255px;
	width:480px;
	float:left;
}
.sub_tab_content_box {
	margin-top:59px;
	height:125px;
	width:460px;
	padding:7px 10px 6px 10px;
}
.customer_tabs_content_leftcell {
	padding:15px 5px 10px 11px;
}
.customer_tabs_content_rightcell {
	padding:15px 45px 10px 0px;
}
.contact_greentext {
	color:#76b900;
	text-decoration:none;
}
.contact_greentext_bold {
	color:#76b900;
	font-weight: bold;
	text-decoration:none;
}
a.contact_greentext_bold:hover {
	color:#76b900;
	font-weight: bold;
	text-decoration:underline;
}
.backtotop {
	color:#999999;
	font-size: 9px;
}
.contact_right_box {
	width:100%;
	height:auto;
	background:url(/images/contacts/rightbodybg.jpg) bottom #eaeaeb no-repeat;
}
/*---------------------------------------------------
End Tab Styles
----------------------------------------------------*/		


/*------------- accordian --------------*/
.accordion_toggle {
	display: block;
	height: auto;
	width: 666px;
	padding: 0 0px 0 10px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #c6db00;
	cursor: pointer;
	margin: 0 0 0 0;
	background:url(/images/ecosystem/plus.jpg) bottom right no-repeat;
}
.accordion_toggle_active {
	border-bottom: 0px solid #f68263;
	background:url(/images/ecosystem/minus_03.jpg) bottom right no-repeat;
}
.accordion_content {
	background-color:#fff;
	display:block;
	color: #444444;
	overflow: hidden;
	border-bottom: 1px solid #c6db00;
	width:676px;
	background:url(/images/ecosystem/accordianbg.jpg) bottom repeat-x;
}
.accordion_toggle h2 {
	color: #000;
	margin-top: 10px;
}
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 600px;
	background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}
.vertical_accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}
.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
.vertical_accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
.vertical_accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
.logotable_row {
	height:30px;
}
.accordion_content_table {
	margin:15px 0 10px 0px;
}
.divider_cell {
	width:25px;
}
.divider_cell_narrow {
	width:13px;
}
.horizontal_divide {
	padding:8px 0 8px 0;
}
.accordian_head_text {
	padding-right:28px;
	margin-bottom: 10px;
}	
/* ----- End Accordian Styles -------------------*/



/* tad Styles */
.content_mainbody p {
	margin-bottom:10px;
}
a.body_grey:link {
	color:#626669;
	text-decoration: none;
}
a.body_grey:visited {
	color:#626669;
	text-decoration: none;
}
a.body_grey:hover {
	color:#626669;
	text-decoration: underline;
}
a.body_grey:active {
	color:#626669;
	text-decoration: none;
}
h1, h2{
	font-family: Arial, Sans-serif;
	margin-bottom:15px;
	font-size:16px;
}
.text_subhead{
	display:block;
	padding-bottom:15px;
	font-size:16px;
}
#localize {

width: 65px;
height:40px;
background:url("../images/our_world.gif") no-repeat right 4px;
float:inherit;
position:absolute;
top:-10px;
right:0px;
}

#localize select {

width: 150px;
height: 22px;
margin-left: -77px;
margin-top:8px;
opacity: 0;

}




/* --- New STREAM and DELIVER Styles --- */
.deliver_green_tablebg {
	color:#000;
	height:auto;
	width:100%;
	background:url(../images/newimages/deliver_green_tablebg.jpg) bottom no-repeat #bace26;
	padding-bottom:10px;
	padding-top:7px;
}
.white_right_border {
	border-left:solid 1px #FFFFFF;
}
.deliver_greentable_bold {
	color:#FEFEFE;
	font-weight: bold;
	text-decoration:none;
}
.deliver_map_caption {
	height:54px;
	
	background:url(../images/newimages/deliver_map_caption.jpg) top left no-repeat;
	padding-left:20px;
	padding-right:60px;
	color:#494949;
	font-size:10px;
	}
.right_text_body3 {
	height:auto;
	width:100%;
	background:url(../images/newimages/rightsidebox_body.jpg) top no-repeat #ebebeb;
}
.download_whitepaper_bg {
	background:url(../images/newimages/download_bg.jpg) top no-repeat;	
	}
.stream_green_tablebg {
	color:#000;
	height:auto;
	width:100%;
	background:url(../images/newimages/steam_green_bg_05.jpg) bottom no-repeat #bace26;
	padding-bottom:10px;
	padding-top:7px;
}
/* --- End STREAM and DELIVER Style --- */

/* WP Styles */
#content{
	margin-left:22px;
	margin-right:20px;
}
#lexlogin{
	font-size: 10px;
	position: absolute;
	top:35px;
	left:610px;
	z-index:99;
	width:180px;
	padding-bottom: 18px;
	background: url('/images/dropdownCap.png') bottom center no-repeat !important;
	background: transparent;
	display:none;
}
#lexlogin form{
	background: url('/images/dropdownTrans.png') top center no-repeat !important;
	background: transparent;
	height:auto;
	padding:15px 20px 0px 20px;
}
#lexlogin input{
	margin-bottom:10px;
	width:130px;
}
#lexlogin input#remember{
	margin-bottom:0px;
}
#lexlogin input.default{
	margin-bottom:0px;
	margin-top:10px;
	width:inherit;
}
.aligncenter{
	display:block;
	margin:0 auto;
}
.alignright{
	float:right;
}
.alignleft{
	float:left;
}
.lp{
	background:url(http://www.limelightnetworks.com/lp-images/invitation/lp-invite.png) no-repeat;
}

/* Sidebar Styles from resources.css */

img.sidebarIcon{
	padding:0px 10px;
}

p.contentSidebar {
    background: transparent url(http://www.limelightnetworks.com/images/sidebar/sidebar_bg.gif) repeat-y scroll 0 0
}

/* Styles for SEO updates 04/2010 */

h1.seo {
	font-size:12px;
	font-weight:normal;
}

.entry h1.seo {
	font-size:16px;
	font-weight:normal;
	color:#000;
}

.entry h2.seo {
	font-size:12px;
	font-weight:bold;
	color:#8cc63f;
}

/* Styles for Eyewonder integration */

.infinity{
	background: url("/images/content-delivery-cdn-services.jpg") no-repeat;
	padding: 205px 0px 0px 388px;
	margin: -15px 0px 20px -15px;
}
div.infinity h1{
	color:#8cc63f;
	font-weight: normal;
	font-size: 16px;
	margin: 0px 0px 2px 0px;
}
div.infinity h2{
	color:#939ba1;
	font-weight: normal;
	font-size: 12px;
}
.serv-right{
	width: 290px;
	float:right;
}
.serv-left{
	width:290px;
	float:left;
}
div.serv-left h2, div.serv-right h2{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}


.greenband-right{
	background: url("/images/right-bar.jpg") no-repeat;
	width: 352px;
	height:74px;
	margin-left:-42px;
}
div.greenband-right h2{
	padding: 20px 20px 0px 42px;
	margin-bottom: 0px;
	font-weight:normal;
	font-size: 16px;
}
div.greenband-right h3{
	padding: 0px 20px 0px 42px;
	font-weight: normal;
	color:#000;
	font-size: 11px;
}


.greenband-left{
	background: url("/images/left-bar.jpg") no-repeat;
	width: 352px;
	height:74px;
	margin-left: -22px;
}
div.greenband-left h2{
	padding: 20px 20px 0px 22px;
	margin-bottom: 0px;
	font-weight:normal;
	font-size: 16px;
}
div.greenband-left h3{
	padding: 0px 20px 0px 22px;
	font-weight: normal;
	color:#000;
	font-size: 11px;
}

.entry h3.ew, .post h3.ew{
	color:#164FF8;
}