/* CSS Document */
html { overflow: -moz-scrollbars-vertical; height: 100% }

body {
	padding: 0;
	margin: 0;
	background: #FFF url(../images/background_bar_3.gif) repeat-x left 64px;
	border-top: 1px solid #7D8496;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	}
	
p,td,li {

	font-style: normal;
	margin-top: 0px;
}

A:link    { color: #336699 }
A:visited { color: #336699 }
A:hover   { color: #336699 }
A:active  { color: #336699 }

/* CLASSES */
.quote {
	list-style-type: none;
	background-image: url(../images/quote_open_trans.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #666666;
	font-style: italic;
	padding-left: 20px;
	margin-left: -30px;
	}

.tagline_orange {
	font-size: 1em;
	color: #CC3300;
	margin-top: 0px;
	margin-bottom: 0px;
}

.tagline_orange_big {
font-size: 1.5em;
color: #CC3300;
margin-top: 0px;
margin-bottom: 0px;
font-weight: bold;
}

.clear{
	clear: both;
}

.emphasize_orange {
	font-size: 1em;
	font-weight: bold;
	color: #990000;
}

.underline {
	text-decoration: underline;	
}

.highlight {
	background-color: #FFFFCC;
}
.tableBottomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


/* IDs */

#masthead {
/*	The masthead DIV contains the header sections: the logo
	and the thirdnav DIV. */
	position: relative;
	height: 55px;
	overflow: hidden;
	}

		#masthead h1 {
			margin: 0;
			padding: 0;
			float: left;
			width: 300px;
			}
		
		#masthead a#logo {
			display: block;
			position: absolute;
			overflow: hidden;
			top: 0;
			left: 0;
			width: 450px;
			height: 0;
			margin: 0;
			padding-top: 60px;
			background: transparent url(../images/logo_secpublisher2.gif) 10px 8px no-repeat;
			}

	
#container {

	/*	The container DIV contains the firstnav, secondnav, thirdnav, mainbody, rightpanel, 
	rightpanelnav, footer */
	
	clear: both;
	width: 850px;
	margin: 0 auto;
	}
	
		#container #mainbody {
			clear: left;
			width: 550px;
			margin-top: 10px;
			padding: 5px;
			float: left;
		}
		#container #mainbody p {
			font-size: 1.1em;
		}
		#container #mainbody li {
			font-size: 1.1em;
		}
		#container #mainbody td {
			font-size: 1.1em;
		}
		#container #mainbody h1 {
			font-size: 2em;
			margin-bottom: 0px;
			margin-top: 0px;
		}
		#container #mainbody p.tagline {
			font-size: 1.5em;
			color: #006699;
			margin-top: 0px;
		}
		#container #mainbody.onecolumn {
			width: 800px;
		}
		#container #mainbody h2 {
font-size: 1.5em;
font-weight: bold;
color: #930;
padding: 2px 4px 2px 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #930;
font-family: Verdana, Geneva, sans-serif;

		}
		#container #mainbody h3 {
			font-size: 1.2em;
			font-weight: bold;
			color: #000000;
		}
		
		#container #mainbody a {
			color: #0066CC;
		}
		
		#container #rightpanel a {
			color: #0066CC;
		}
		
		#container #BreakRight {
			clear: right;
		}


#mainnav {
	clear: both;
	width: 100%;
	height: 40px;
		}
	
		#mainnav ul {
			list-style: none;
			margin: -10px;
			padding: 10px;
			}
			
		#mainnav li {
			display: inline;
			float: left;
			border-left-width: 1px;
			border-left-style: solid;
			border-left-color: #FFFFFF;
			margin-top: 15px;
			margin-right: 0;
			margin-bottom: 0;
			margin-left: 0;
			padding-top: 5px;
			padding-right: 18px;
			padding-bottom: 10px;
			padding-left: 18px;
			}
			
		#mainnav li.selected {
			background-color: #FFFFFF;
			background-image: url(../images/background_bar_selected.gif);
			background-repeat: repeat-x;
			}
			
		#mainnav a {
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;				
			}
		#mainnav a.selected {
			text-decoration: none;
			color: #FFFFFF;
			font-weight: bold;	
		}
		
		#mainnav .menu_filing_deadlines {
			background-color: #336699;
			border-left-style: none;
			margin-left: 60px;
			margin-top: 10px;
			background-image: url(../images/icons/calendar.gif);
			background-repeat: no-repeat;
			background-position: 5px 7px;
		}
		
		#mainnav .menu_filing_deadlines a{
			text-decoration: underline;
			font-weight: normal;
		}

	
#secondnav {
	clear: both;
	width: 100%;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006699;
	border-left-color: #006699;
	margin-top: 5px;
		}
	
		#secondnav ul {
		list-style: none;
		margin: 0px 0 0;
		padding: 0;
			}
			
		#secondnav li {
		display: inline;
		float: left;
		margin: 0;
		padding-top: 6px;
		padding-right: 6px;
		padding-bottom: 9px;
		padding-left: 6px;
			}
			
		#secondnav li.selected {
		background-image: url(../images/secondnav_arrow.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
		font-weight: bold;
		font-size: 1.2em;
			}
			
		#secondnav a {
		color: #336699;
		text-decoration: none;
		padding-right: 5px;
		padding-left: 5px;
			}
			
		#secondnav a.selected {
		color: #CC3300;
			}	
			
		#secondnav a:hover {
		color: #CC6600;
		text-decoration: none;
		padding-right: 5px;
		padding-left: 5px;
			}

#rightpanel {
	clear: right;
	float: right;
	width: 250px;
	padding: 25px 10px 5px 20px;
	background-image: url(../images/background_bar_grey.gif);
	background-repeat: repeat-y;
}

#rightpanelnavigation {
clear: right;
float: right;
width: 250px;
margin-top: 0px;
padding: 5px 5px 5px 25px;
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
background-color: #2F6EAD;
}
#rightpanelnavigation li {
	margin-left: -40px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	color: #FFFFFF;
}

#rightpanelnavigation ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

#rightpanelnavigation a {
color: #FFFFFF;
font-size: 1.4em;
font-weight: bold;
}

#rightpanelnavigation p a {
font-size: 1em;
}

#background_image_1 {
	padding: 0;
	margin: 0;
	background: #FFF url(../images/background_bar_3.gif) repeat-x left 64px;
	border-top: 1px solid #7D8496;
	}
	
#thirdnav {
display: block;
width: 350px;
float: right;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
		}
	
		#thirdnav ul {
			list-style: none;
			margin: 0;
			padding: 0;
			}
			
		#thirdnav li {
			display: block;
			float: left;
			width: 110px;		
			margin: 0;
			padding: 0;
			}
			
		#thirdnav li a {
			display: block;
			overflow: hidden;
			padding-top: 30px;
			text-align: center;
			text-decoration: none;
			}
			
		#thirdnav li a:hover {
			color: #000000;
			font-weight: bold;
			}
			
		#thirdnav a.contact {
			color: #666666;
			background-color: transparent;
			background-image: url(../images/icon-contact.jpg);
			background-repeat: no-repeat;
			background-position: center 0px;
			margin-top: 10px;
			}
			
		#thirdnav a.demo {
			color: #666666;
			background-color: transparent;
			background-image: url(../images/logo-gotomeeting.jpg);
			background-repeat: no-repeat;
			background-position: center 12px;
			margin-top: 10px;
			}
			
		#thirdnav a.price {
			color: #666666;
			background-color: transparent;
			background-image: url(../images/icon-price.jpg);
			background-repeat: no-repeat;
			background-position: center 0px;
			margin-top: 10px;
			}			
			
			
#footer {
	/*
		The footer DIV contains the footer of the page.
	*/
	clear: both;
	margin: 0;
	padding: 5px 0 10px 10px;
	background: transparent url(../images/footer_grad.jpg) left top repeat-x;
	font-size: 1em;
	color: #AAA;
	float: none;
	width: 850px;
	}
#footer a{
	color: #666666;
}
#container #rightpanel h2 {
	
	font-size: 2em;
	padding-left: 5px;
	background-color: #296DAD;
	color: #FFFFFF;
}
#container #rightpanel li {
	margin-left: -25px;
}
#container #rightpanel h1 {
font-size: 1.5em;
font-weight: bold;
margin-top: -10px;
}
#container #mainbody .highlightbox {
	background-color: #FFFFCC;
	border: 1px solid #999999;
	width: 200px;
	height: auto;
	padding: 5px;
	font-size: 1em;
	font-weight: normal;
}
/* HOMEPAGE LAYOUT*/

#homepage {
width: 900px;
clear: both;
float: left;
background-image: url(../images/background-home.jpg);
background-repeat: no-repeat;
background-position: -30px -150px;
}

#homepage #news {
	clear: right;
	width: 270px;
	height: 300px;
	float: right;
	margin-top: 60px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
}

#homepage #news #news_sec {
	float: right;
	margin-top: -35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#homepage #news-color {
	clear: right;
	width: 270px;
	/*height: 300px;*/
	height: 270px;
	float: right;
	/*margin-top: 60px;*/
	margin-top: 10px;
	background-color: #DCDCDC;
	border: 1px solid #999999;
	/*padding: 10px;*/
	padding: 5px;
}

#homepage #overview {
width: 850px;
float: left;
clear: left;
height: 300px;
}

#homepage p {	
	font-size: 1.1em;
	padding-top: 5px;
}

#homepage #overview h1 {
	
	font-size: 2em;
	padding-top: 5px;
}

#homepage #overview #overview_clickable_background {
	clear: both;
	float: left;
	height: 170px;
	width: 500px;
}

#homepage #overview #overview_text {
	width: 500px;
	clear: both;
	float: left;
	height: 70px;
}

#homepage #column1 {
	margin-right: 15px;
	float: left;
	clear: none;
	width: 270px;
}

#homepage #column2 {
	width: 270px;
	float: left;
	margin-right: 15px;
	clear: none;
}

#homepage #column3 {
	width: 270px;
	float: left;
	clear: right;
}

#homepage li.TabbedPanelsTab {
font-size: 1.5em;
font-weight: normal;
height: 2em;
padding-top: 1em;
font-family: Georgia, "Times New Roman", Times, serif;
padding-left: 1em;
}

#homepage h2 {
	font-size: 1.5em;
	margin-bottom: 3px;
	font-weight: normal;
	margin-top: 0px;
}

#homepage h2 a{
	text-decoration: none;
}

#homepage h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 3px 3px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
}

#homepage h3 a{
	text-decoration: none;
	color: #CC3300;
}

#homepage .homepage_title {
text-decoration: none;
color: #000000;
font-family: "Times New Roman", Times, serif;
}

#homepage #quote {
width: 545px;
float: right;
clear: right;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 0px;
}

#homepage #quote #relax {
float: right;
margin-right: 50px;
margin-top: 10px;
}

#homepage #quote p {
font-size: 1.1em;
font-style: italic;
margin-top: 20px;
padding-top: 10px;
}

#homepage #threecolumns {
	clear: both;
	float: left;
	height: auto;
	width: 850px;
	margin-top: 10px;
}

#homepage #maintitle {
clear: left;
float: left;
margin-top: 15px;
background-image: url(../images/title-secedgarsolutions.gif);
background-repeat: no-repeat;
width: 350px;
height: 80px;
background-position: left 25px;
}
#homepage #maintitle span {
display: none;
}
#homepage #quote p {
margin-bottom: 0px;
font-size: 1em;
background-image: url(../images/quote_open_trans.gif);
background-repeat: no-repeat;
background-position: left 7px;
}

/* ----- Backdrop for each category ----- */

#backdrop_training {
	clear: right;
	float: right;
	width: 280px;
	height: 100px;
	margin-top: 0px;
	background-image: url(../images/backdrop_3peoplesmiling.jpg);
}
#backdrop_product {
clear: right;
float: right;
width: 280px;
height: 10px;
margin-top: 0px;
background-image: url(../images/backdrop_keyboard.jpg);
}
#backdrop_services {
	clear: right;
	float: right;
	width: 280px;
	height: 100px;
	margin-top: 0px;
	background-image: url(../images/backdrop_puzzle.jpg);
}
#backdrop_support {
	clear: right;
	float: right;
	width: 280px;
	height: 100px;
	margin-top: 0px;
	background-image: url(../images/backdrop_3peoplesmiling.jpg);
}
#backdrop_resources {
	clear: right;
	float: right;
	width: 280px;
	height: 100px;
	margin-top: 0px;
	background-image: url(../images/backdrop_3peoplesmiling.jpg);
}
#backdrop_company {
	clear: right;
	float: right;
	width: 280px;
	height: 100px;
	margin-top: 0px;
	background-image: url(../images/backdrop_bcl_logo.jpg);
}

#backdrop_pricing {
	clear: right;
	float: right;
	width: 280px;
	height: 100px;
	margin-top: 0px;
	background-image: url(../images/backdrop_pricing.jpg);
}

/*SCROLLER*/
.ga-scroller{
  position:relative;
  border-top:1px solid #ccc;
  width:830px;
  overflow:hidden;
  padding-left:15px;
}

.ga-slide{
  float:left;
  width:225px;
  margin:10px 55px 10px 0;
}

.ga-slide-icon{
  float:left;
  height: 85px;
  width:60px;
  background-image:url(/intl/en/analytics/images/icons/ga-line-chart.gif);
  background-repeat:no-repeat;
  background-position:top left;
}

.ga-slide p{
  margin:0;
}

#ga-slide-holder{
  position:relative; 
  width:4000px;
}

#ga-slide1{
  background-image: url(/images/icons/home-word.jpg);
}

#ga-slide2{
  background-image: url(/images/icons/home-file.jpg);
}

#ga-slide3{
  background-image: url(/images/icons/home-collaboration.gif);
}

#ga-slide4{
  background-image: url(/images/icons/home-editor.jpg);
}

#ga-slide5{
  background-image: url(/images/icons/home-gotomeeting.jpg);
}


.ga-slide-head a{
  font-weight:bold;
  font-size:.9em;
  text-decoration:none;
}

.ga-slide-subhead{
  font-weight:bold;
}

.ga-scroller-arrow{
  border:0;
  float:left;
  margin-right:2px;
}

.ga-scroller-control{
  padding:5px 5px 3px 5px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  width:830px;
}

.ga-scroller-features-link{
  text-align:right;
}
/*END SCROLLER*/

/* BEGIN Customers (in homepage)*/
#container-home-partner{
  height:72px;
}

#container-home-partner img{
  border:0;
  vertical-align:middle;
  margin-right:44px;
}

#container-home-partner p{
  *position:relative;
  *top:-10px;
}

/* END Customers (in homepage)*/

/* Image Preview for Sample Conversions */ 

#sample{
background-image: url(../images/arrow_blue_right.gif);
background-repeat: no-repeat;
height: 230px;
/*background-position: 220px 0px;*/
background-position: 360px 0px;
}

#sample img{border:none;}

#sample ul,li{
	margin:0;
	padding:0;
}

#sample li{
list-style:none;
float:left;
display:inline;
margin-right:67px;
border: medium solid #6699CC;
}

#sample li.original{
list-style:none;
float:left;
display:inline;
margin-right:67px;
border: thick solid #CC3300;
}

#sample li.noborder{
list-style:none;
float:left;
display:inline;
margin-right:67px;
border: medium solid #FFFFFF;
}


/* for the download link on the bottom of each screenshot*/
#sample li span{
padding-right: 70px;
padding-left: 70px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #666666;
padding-top: 2px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/* Feature page table layout */
#mainbody .featureTable {
clear: both;
float: left;
}

#mainbody .featureTable .featureRow {
clear: both;
}
#mainbody .featureTable .featureRow .featureColumn {
width: 250px;
clear: none;
float: left;
margin-right: 15px;
}
.featureColumn img {
clear: none;
float: left;
padding-right: 10px;
padding-bottom: 50px;
}
.featureColumn h4 {
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
font-size: 1em;
}
.featureColumn p {
color: #666666;
}

/* END: Feature page table layout */
#container #mainbody .featureTable table tr td h2 {
font-family: Verdana, Geneva, sans-serif;
font-size: 17px;
color: #930;
font-weight: bold;
}
