/* Only put styles for the front page in this document. */

/*
==================================================
HTML specific tags
==================================================
*/
html {



/*
==================================================
Scrollbars for IE
==================================================
*/

scrollbar-3dlight-color:#666666;
scrollbar-arrow-color:#666666;
scrollbar-darkshadow-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#666666;
scrollbar-track-color : #fffffe;

}

body {
  	margin: 0px;
  	font-family: verdana;
  	font-size: 9px;
	color: #666666;
	text-align: center;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

input {
  	height: 15px;
 	border: 1px #666666 solid;
 	font-family: verdana;
}

#signup_username_input {
	height: 20px;
 	font-size: 11px;
}

select {
 	border: 1px #000000 solid;
 	font-family: verdana;
}

ul {
	position: relative;
	left: -25px;
}

li {
	margin-bottom: 10px;
}


/*
==================================================
Layout
==================================================
*/


#frame {
  	position: relative;
	text-align: left;
	height: 540px;
	width: 980px;
	margin: 0px auto;
}

#logo_bar {
	position: absolute;
	top: 30px;
	left: 20px;
}
#links_bar {
	position: absolute;
	top: 30px;
	right: 20px;
}


/*
==================================================
Downtime panel
==================================================
*/

#error {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #999999;
	color: #ffffff;
	text-align: left;
	font-size: 11px;
	border-bottom: 1px #666666 solid;
}

#error_img {
	margin: 4px;
}

#error_text_1 {
	display: inline;
	position: relative;
	top: -7px;
	left: 8px; /*  margin of error_img *2 */
}

#error_text_2 {
	display: inline;
	position: relative;
	left: 28px; /* margin of error_img *2 + width of error_imgp */

	
}


/*
==================================================
Login panel
==================================================
*/

#login {
	position: absolute;
	right: 0px;
	width: 314px;
	height: 174px;
	background-image: url(/images/beam_front2.0/login.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#login_content, #unsupported-browser {
	position: relative;
	top: 20px;
	left: 20px;
	height: 100px;
	width: 272px;
}
#unsupported-browser h4{
	margin-top:0;
	margin-bottom:5px;
	}
#unsupported-browser p{
	margin:0 0 8px 0;
	}
#unsupported-browser li{
	padding:0 5px;
	margin-bottom:5px;
	}
.imgbutton {
  	height: 11px;
  	width: 11px;
  	border: 0px;
	background-image: url(/images/beam_front2.0/button.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.imgbutton:hover {
	background-image: url(/images/beam_front2.0/button_green.gif);
	cursor: pointer;
}

#login_blurb_label {
	position: absolute;
	top: 0px;
	font-size: 11px;
}

#login_lang_label {
	position: absolute;
	top: 30px;
	font-size: 11px;
}

#login_lang_input {
	position: absolute;
	top: 30px;
	left: 100px;
}

#login_username_label {
	position: absolute;
	top: 60px;
	font-size: 11px;
}

#login_username_input {
	position: absolute;
	top: 60px;
	left: 100px;
	width: 150px;
	height: 20px;
	color: #666666;
	font-size: 11px;
}


#login_password_label {
	position: absolute;
	top: 90px;
	font-size: 11px;
}

#login_password_input {
	position: absolute;
	top: 90px;
	left: 100px;
	width: 150px;
	height: 20px;
	color: #666666;
	font-size: 11px;
}

#login_button_submit {
	position: absolute;
	top: 93px;
	left: 260px;
}

#login_button_help {
	position: absolute;
	top: 123px;
	left: 260px;
}

#login_text_help {
	position: absolute;
	top: 120px;
	font-size: 11px;
}

.login_data {
	position: absolute;
	font-size: 11px;
}




/*
==================================================
Language dropdown
==================================================
*/



#lang_menu {
	position: absolute;
	text-align: left;
	font-size: 11px;
	cursor: pointer;
	z-index: 1000;
}

#lang_current {
	display: block;
	width: 165px;
	height: 13px;
	border: 1px #666666 solid;
	padding: 2px;
	background-image: url('/images/beam_front2.0/dropdown_arrow.gif');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #ffffff;
	z-index: 1000;
}

#menu_choices {
  display: none;
  position: absolute;
  top: 22px;
  background-color: #ffffff;
  border: 1px #666666 solid;
  z-index: 1000;
}

.lang_choice {
	padding: 2px;
	cursor: default;
	width: 165px;
	background-color: #ffffff;
	z-index: 1000;
}

.lang_choice_hover {
	padding: 2px;
	color: #ffffff;
	background-color: #666666;
	width: 165px;
	height: 16px;
	z-index: 1000;
}



/*
==================================================
Tab area
==================================================
*/

#tabs {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 630px;
	margin-left: 20px;
	height: 30px;
}

.ul_tabs {
  	position: relative;
  	top: -9px;
  	left: -40px;
  	margin-left: 0px;

	list-style: none;
}

.ul_tabs li {
	float: left;
	height: 30px;
}

.ul_tabs a {
  	font-size: 12px;
	text-align: center;
	line-height: 30px;

	text-decoration: none;
	padding-left: 10px;
	padding-right: 20px;
}

.ul_tabs a:hover {
	color: #333333;
}

.tab_off {
	color: #999999;
	background-image: url(/images/beam_front2.0/tab_off.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #dcdcdc;
}

.tab_on {
  	color: #333333;
  	font-weight: bold;
	background-image: url(/images/beam_front2.0/tab_on.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #f5f5f5;
}

#tab_content {
	position: absolute;
	top: 120px;
	height: 123px;
	width: 650px;
	background-image: url(/images/beam_front2.0/subbar_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #f5f5f5;
}


/*
==================================================
Grey panel sub tabs
==================================================
*/

#sb_top_left {
	position: absolute;
	height: 20px;
	width: 22px;
	background-image: url(/images/beam_front2.0/subbar_top_left.gif);
	background-repeat: no-repeat;
}

#sb_top_right {
	position: absolute;
	right: 0px;
	height: 20px;
	width: 20px;
	background-image: url(/images/beam_front2.0/subbar_top_right.gif);
	background-repeat: no-repeat;

}

#sb_side_left {
	position: absolute;
	top: 20px;
	width: 20px;
	height: 80px;
	background-image: url(/images/beam_front2.0/subbar_side_left.gif);
	background-repeat: repeat-y;
}

#sb_content_frame {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 610px;
	height: 80px;
}

#sb_side_right {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 20px;
	height: 80px;
	background-image: url(/images/beam_front2.0/subbar_side_right.gif);
	background-repeat: repeat-y;
}

#sb_bottom_left {
	position: absolute;
	top: 100px;
	height: 23px;
	width: 22px;
	background-image: url(/images/beam_front2.0/subbar_bottom_left.gif);
	background-repeat: no-repeat;
}

#sb_bottom_right {
	position: absolute;
	top: 100px;
	right: 0px;
	height: 23px;
	width: 20px;
	background-image: url(/images/beam_front2.0/subbar_bottom_right.gif);
	background-repeat: no-repeat;
}

#sb_box1 {
  	position: absolute;
	height: 80px;
	width: 200px;
}

#sb_box2 {
  	position: absolute;
  	right: 0px;
	height: 80px;
	width: 405px;
	background-image: url(/images/beam_front2.0/sb_background.gif);
	background-repeat: no-repeat;
}

.one_liners {
	left: -15px;
	_top: 8px; /*IE Hack */
}

.one_liner {
	font-size: 11px;
	font-weight: bold;
}

#sb_links_content_frame {
	position: absolute;
	top: 120px;
	height: 421px;
	width: 666px;
	background-image: url(/images/beam_front2.0/main_panel_rates.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #f5f5f5;

}

/*
==================================================
Flash box
==================================================
*/

#flash {
	position: absolute;
	top: 180px;
	right: 0px;
	width: 310px;
	
	/* For users without Flash text will be used instead */
	font-size: 25px;
	font-family: verdana;
  	color: #737373;
}

#flash_text {
	position: relative;
	width: 280px;
	left: 15px;
	top: 20px;
}

#flash_notice {
  	position: absolute;
  	bottom: 0px;
	font-size: 9px;
}

#links_flash {
	position: absolute;
	top: 10px;
	right: 150px;
	width: 310px;
	height: 390px;

	/* For users without Flash text will be used instead */
	font-size: 26px;
}
/*
==================================================
Main content DIV
==================================================
*/


#content {
	position: absolute;
	top: 250px;
	width: 654px;
	height: 233px;
	background-repeat: no-repeat;
}

.content_text {

	position: absolute;
	width: 360px;
	font-size: 11px;
	z-index: 1000;
}

.content_format {
	position: absolute;
	right: 10px;
	top: 10px;
	overflow: auto;
	word-wrap: break-word;
	height: 210px;
	width: 380px;
	filter: chroma(color=#fffffe);
}

#go_back {
	position: absolute;
	bottom: 10px;
	right: 30px;
}

.popup_content_format {
	position: absolute;
	right: 10px;
	top: 25px;
	overflow: auto;
	word-wrap: break-word;
	height: 210px;
	width: 380px;
	filter: chroma(color=#fffffe);
}


/*
==================================================
Footer
==================================================
*/


#footer {
	position: absolute;
	top: 490px;
	left: 0px;
	width: 654px;
	height: 51px;
	background-image: url(/images/beam_front2.0/subbar_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #f5f5f5;

}

#footer_top_left {
	position: absolute;
	width: 22px;
	height: 20px;
	background-image: url(/images/beam_front2.0/subbar_top_left.gif);
	background-repeat: no-repeat;
}

#footer_top_right {
	position: absolute;
	right: 0px;
	width: 20px;
	height: 20px;
	background-image: url(/images/beam_front2.0/subbar_top_right.gif);
	background-repeat: no-repeat;
}

#footer_side_left {
	position: absolute;
	top: 20px;
	width: 20px;
	height: 8px;
	background-image: url(/images/beam_front2.0/subbar_side_left.gif);
	background-repeat: repeat-y;
}

#footer_side_right {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 20px;
	height: 8px;
	background-image: url(/images/beam_front2.0/subbar_side_right.gif);
	background-repeat: repeat-y;
}

#footer_bottom_left {
	position: absolute;
	top: 28px;
	height: 23px;
	width: 22px;
	background-image: url(/images/beam_front2.0/subbar_bottom_left.gif);
	background-repeat: no-repeat;
}

#footer_bottom_right {
	position: absolute;
	top: 28px;
	right: 0px;
	height: 23px;
	width: 20px;
	background-image: url(/images/beam_front2.0/subbar_bottom_right.gif);
	background-repeat: no-repeat;
}

#footer_copyright {
	position: absolute;
	top: 18px;
	left: 20px;
}

#footer_links {
	position: absolute;
	top: 18px;
	right: 20px;
	font-size: 9px;
}

/*
==================================================
Signup Popup Page
==================================================
*/

#logo {
  	position: relative;
  	top: 20px;
  	left: 0px;
  	width: 206px;
  	height: 36px;
	background-image: url(/images/beam_front2.0/logo.gif);
}

#box {
  	position: relative;
  	top: 60px;
  	left: 0px;
  	width: 330px;
  	height: 255px;
	background-image: url(/images/beam_front2.0/signup_grey.gif);
}

#text_box {
  	position: absolute;
  	top: 20px;
  	left: 20px;
  	width: 290px;
  	font-family: verdana;
  	font-size: 10px;
  	color: #666666;
  	text-align: left;
}

#input_box {
  	position: absolute;
  	top: 145px;
  	left: 20px;
  	width: 290px;
  	text-align: center;
  	font-family: verdana;
  	font-size: 10px;
  	color: #666666;
  	border: 1 px red solid;
}

/*
==================================================
Tabs for service menu items
==================================================
*/

.svc_tabs {
  	position: relative;
  	left: -28px;
		_left: 12px;
  	margin-left: 0px;
  	list-style: none;
}

.svc_tabs li {
	float: left;
	height: 30px;
}

.svc_tabs a {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	line-height: 30px;

	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
/*
==================================================
Width 100%for service tabs
==================================================
*/
#navigation a
{
//color: #000;
//background: url("/images/beam_front2.0/left.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px
}

#navigation a span
{
//background: url("/images/beam_front2.0/new_right.gif") right top no-repeat;
padding-right: 10px
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End IE5-Mac hack */

#navigation a:hover
{
//color: #fff;
//background:  url("/images/beam_front2.0/left.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px
}

#navigation a:hover span
{
//background: url("/images/beam_front2.0/new_right.gif") right top no-repeat;
padding-right: 10px
}

#navigation
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
float: left;
display: block;
margin: 0;
padding: 0
}
#navigation ul
{
//color: #000;
background: url("/images/beam_front2.0/left.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px
width:100%;
}

#navigation ul span
{
//color: #000;
background: url("/images/beam_front2.0/new_right.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px
}

/*
==================================================
Press and whitepapers popup
==================================================
*/

#press_frame_1{
  	position: absolute;
	text-align: left;
	top:0px;
	left:0px;
	height: 640px;
	width: 776px;
	margin: 0px auto;
}
#press_content_frame {
	position: absolute;
	top: 80px;
	height: 558px;
	width: 676px;
	margin: 0px 20px 0px 20px;
	background-image: url(/images/beam_front2.0/main_panel_press.gif);
	background-repeat: no-repeat;


}

#press_frame_2 {
	position: relative;

	margin: 10px 10px 0px 10px;
	background-repeat: no-repeat;
	height: 558px;
	width: 676px;



}

#press_image_box1 {
  	position: relative;
	height: 80px;
	margin: 0px 0px 5px 0px;
      padding: 0px 0em;
}



#press_subbar_content{
	position: relative;
	height: 180px;
	width: 210px;

	margin: 0px 0px 0px 0px;
	background-image: url(/images/beam_front2.0/press_subcontent_bg.gif);
	background-repeat: no-repeat;



}

#press_content_format {
	position: relative;
	text-align: left;
	height: 254px;
	width: 201 px;
	margin: 5px 10px 5px 0px;

}

#page_list_div{
	position: absolute;
	height: 24px;
	width: 480 px;
	top:620px;
	left:15px;
	z-indez:1000;

}


.press_content_text {
	position: relative;

	font-size: 9px;
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
	overflow: visible ;
	float:left;
	word-wrap: break-word;
	text-wrap: normal;
	width: 152px;
	height:165px;
	filter: chroma(color=#fffffe);
	z-index: 1000;
}

.press_pdf_text {
	position: absolute;
	width: 200px;
	height:15px;
	font-size: 9px;
	top:115px;
	left:0px;
	right:20px;
	padding-bottom:20px;
	z-index: 1000;
	overflow: visible;
	word-wrap: break-word;
	text-wrap: suppress;
}



#whitepapers_content_frame {
	position: absolute;
	top: 80px;
	height: 558px;
	width: 676px;
	margin: 0px 20px 0px 20px;
	background-image: url(/beam_front2.0/beam_front2.0_images/main_panel_whitepapers.jpg);
	background-repeat: no-repeat;

}

#whitepapers_content_text {
	position: relative;

	font-size: 9px;
	top:15px;
	left:260px;
	right:15px;
	bottom:15px;
	//overflow: auto;
	word-wrap: break-word;
	width: 652px;
	filter: chroma(color=#fffffe);
	z-index: 1000;
}
#whitepapers_flash {
	position: absolute;
	top: 10px;
	right: 200px;
	width: 310px;
	height: 100px;

	/* For users without Flash text will be used instead */
	font-size: 26px;
}


.whitepaper_links {
	font-style:bold;
}


/*
==================================================
Showreels popup
==================================================
*/


#showreels_content_frame {
	position: absolute;
	top: 80px;
	height: 558px;
	width: 676px;
	margin: 0px 20px 0px 20px;
	background-image: url(/beam_front2.0/beam_front2.0_images/main_panel_showreels.jpg);
	background-repeat: no-repeat;
}

#showreels_content_text {
	position: relative;
	font-size: 9px;
	top:40px;
	left:260px;
	right:15px;
	bottom:15px;
	overflow: auto;
	word-wrap: break-word;
	width: 652px;
	filter: chroma(color=#fffffe);
	z-index: 1000;
}

#showreels_logo {
	position: relative;
	top:20px;
	left:260px;
}

/*
==================================================
Tech Spec
==================================================
*/

#techspec_content_frame {
	position: absolute;
	top: 80px;
	height: 558px;
	width: 676px;
	margin: 0px 20px 0px 20px;
	background-image: url(/beam_front2.0/beam_front2.0_images/main_panel_whitepapers.jpg);
	background-repeat: no-repeat;

}
#techspec_content_text {
	position: relative;

	font-size: 9px;
	top:15px;
	left:260px;
	right:15px;
	bottom:15px;
	//overflow: auto;
	word-wrap: break-word;
	width: 652px;
	filter: chroma(color=#fffffe);
	z-index: 1000;
}
#techspec_flash {
	position: absolute;
	top: 10px;
	right: 200px;
	width: 310px;
	height: 100px;

	/* For users without Flash text will be used instead */
	font-size: 26px;
}
.techspec_links {
	font-style:bold;
}
