@charset "utf-8";
/* CSS Document */

/******************************
	FLOWPLAYER TABS
***************************/


/* everything is constructed with a single background image */

/* tabs */
#flowtabs {  
	margin:0 0 0 0; !important; 
	padding:0;
	width:960px;
	height:65px !important;
	background: url(../images/compare_tabs_4line.jpg) no-repeat;
}

#flowtabs li { 
	float:left; 
	margin:0 0 0 0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* every tab uses the same background image */
#flowtabs li a { 
	display:block;
	height: 65px;
	/*overflow: hidden; */
	text-indent: -999em; 
	background: url(../images/compare_tabs_4line.jpg) no-repeat;
	padding:0px;
	margin:0px;
}

#flowtabs a.current	{ 
	cursor:default; 
}

/* adjust the background image position on each tab */
#flowtabs #t1 { background-position: -65px 0; width: 254px; position:absolute; top:0; left:65px;}
#flowtabs #t2 { background-position: -325px 0; width: 197px; position:absolute; top:0; left:325px; }
#flowtabs #t3 { background-position: -528px 0; width: 215px; position:absolute; top:0; left:528px; }
#flowtabs #t4 { background-position: -751px 0; width: 201px; position:absolute; top:0; left:751px; }

#flowtabs #t1:hover { background-position: -65px -65px; margin-top:1px; }
#flowtabs #t2:hover { background-position: -325px -65px; margin-top:1px; }
#flowtabs #t3:hover { background-position: -528px -65px; margin-top:1px; }
#flowtabs #t4:hover { background-position: -751px -65px; margin-top:1px; }

#flowtabs #t1.current { background-position: -65px -129px; margin-top:1px; }
#flowtabs #t2.current { background-position: -325px -129px; margin-top:1px; }
#flowtabs #t3.current { background-position: -528px -129px; margin-top:1px; }
#flowtabs #t4.current { background-position: -751px -129px; margin-top:1px; }

/* panes */
#flowpanes {
	width: 960px;
	height: 539px;
	margin:15px 0 0 0;
	padding:0;
}
#flowpanes div { display:none; }

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
#flowpanes a:link, #flowpanes a:visited { color: #0099cc; text-decoration: none; }
#flowpanes a:hover, #flowpanes a:active { text-decoration: underline; }

#flowpanes h3 { margin-bottom: 1em; }
/* PAGE ELEMENTS */
div.container { height: 539px; padding:0; margin:0; }
#flowpanes div.container p { font-size: 12px; color: #333; line-height: 140%; margin-bottom: 1em; }

ul.thumblist { list-style-type: none; margin: 0; padding: 0; }
ul.thumblist li { clear: left; }
ul.thumblist li img { float: left; margin: 0 12px 12px 0; }
ul.thumblist li span { margin: 0; padding: 0; vertical-align: top; }

/* OVERLAY */
div.overlay {
	display:none;
	background: url(/apache/images/overlay/white.png) no-repeat;
	_background: url(/apache/images/overlay/white.gif) no-repeat;
	padding: 40px;	
	width:576px;
	margin: 0 auto;
}

div.overlay div.close {
	background: url(/apache/images/overlay/close.png) no-repeat;
	_background: url(/apache/images/overlay/close.gif) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

div.wrap {
	height: 450px;
	overflow-y: auto;
}
a.player { 
	display:block;
	height:450px;
}
#android-news p {
	padding-bottom: 8px;
	border-bottom: 1px solid #e8e8e8;
}
#android-news p.last {
	border-bottom: none;
}
span.date { font-style: italic; font-size: .9em; color: #999; }

div.blog-quotes {
	margin: 12px 0 20px 20px;
	padding: 12px;
	background-color: #e8e8e8;
}
div.blog-quotes h3 { width: 290px; font-weight: normal; color: #333; margin-bottom: 1em;}
div.blog-quotes p { margin-bottom: 1em; width: 290px; }

a.discuss {	color: #71b8d3; text-decoration: none; padding-right: 18px; background:url(/apache/images/discuss.gif) no-repeat right center; }

a.discuss:hover, a.discuss:active {
	text-decoration: underline;
}
div.wide-promo { margin-top: 12px; }
	
/*
***********************
       FORM STUFF
***********************
*/
/* Controls width of your form */
.e2ma_signup_form {
	width:400px;
}

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea,
.e2ma_signup_form select { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 140px;
}
.e2ma_signup_form textarea { 
	height: 100px;
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	clear: both;
	margin-bottom:5px;
	color: #fff;
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
	display: none;
}

/* Controls border around signup image (when image is linked) */
.e2ma_signup_image {
    border:0;
}

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	display: none;
	/*
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999;*/
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	float: left;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: right;
	vertical-align: middle;
	width: 220px;
	padding-top:5px;
	margin-right: 15px;
	line-height: 140%;
	/*white-space: nowrap;*/
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style for "Select your interests..." text */
.e2ma_signup_form_group_label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight:normal;
}
span.e2ma_signup_form_group_list {
	clear: both;
	float: left;
	margin-top: 5px;
	color: #333;
	font-size: 12px;
}
	

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style and spacing for groups displayed as options */
.e2ma_signup_form_groups {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	display: none;
	/*clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding:5px;
	margin-bottom:5px;*/
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	display: none;
	/*color:#FF0000;*/
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	clear: left;
	float: left;
}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: none;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
    width: 75px !important;
}
#e2ma_signup_submit_button {
	background: url(/apache/images/buttons/button_submit.png) no-repeat top left;
	border: none;
	width:75px;
	height:22px;
	margin: 12px 0 0 185px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}



