@charset "utf-8";
/* CSS Document */

body { 
	margin: 0; 
	padding: 0; 
	background-image: url(../../img/header.gif);
	background-repeat:repeat-x;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #414142;
	line-height: 15px;
}
#container{
	margin: 0 auto;
	width: 820px;
}

#logo-header {
	float:left;
	width: 800px;
	position:abosolute;
}
.content {
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	top: 0px;
}
.information {
	width: 800px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	clear:left;
	padding: 50px 0 0 0;
}


/*buttons on the Header*/

#buttons {
	float:right;
	width: 330px;
	height: 31px;
	padding: 1px 0 0 0;
}

/*Overview Button*/

a#overview { 
	background-image: url(../../img/overview.gif);
	height: 31px;
	width: 87px;
	display:block;
	float:left;
}
a#overview span {
	display:none;
}
a#overview:hover {
	background-image: url(../../img/overview-roll.gif);
}

/*FAQ Button*/

a#faq { 
	background-image: url(../../img/faq.gif);
	height: 31px;
	width: 48px;
	display:block;
	float:left;
}
a#faq span {
	display:none;
}
a#faq:hover {
	background-image: url(../../img/faq-roll.gif);
}

/*download Button*/

a#download { 
	background-image: url(../../img/download.gif);
	height: 31px;
	width: 91px;
	display:block;
	float:left;
}
a#download span {
	display:none;
}
a#download:hover {
	background-image: url(../../img/download-roll.gif);
}

/*screenshots Button*/

a#screenshots { 
	background-image: url(../../img/screenshots.gif);
	height: 31px;
	width: 104px;
	display:block;
	float:left;
}
a#screenshots span {
	display:none;
}
a#screenshots:hover {
	background-image: url(../../img/screenshots-roll.gif);
}

/*download SynQ big Button*/

a#download-synq { 
	background-image: url(../../img/download-synq.gif);
	height: 102px;
	width: 220px;
	display:block;
	float:left;
}
a#download-synq span {
	display:none;
}
a#download-synq:hover {
	background-image: url(../../img/download-synq-roll.gif);
}


/*Hide Text*/
span.contact {
	display:none; }
	
	
/*Font Styles*/

.general {
	padding-left: 30px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414142;
	line-height: 15px;
	vertical-align:top;
}

.heading-blue {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	letter-spacing: -1px;
	font-size: 26px;
	color: #0099FF;
}

.small-heading-gray {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 18px;
	color: #414142;
}
.step{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #414142;
	padding: 5px; 
}

a.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676767;
	line-height: 15px;
	text-decoration:none;
}

a.link:hover {
	text-decoration: underline;
}

.picture-heading-gray {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 18px;
	color: #414142;
}

.field-title  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #414142;
}

/*FAQ - Ask Question button*/

a#ask-q { 
	background-image: url(../../img/ask-q.gif);
	height: 60px;
	width: 180px;
	display:block;
	float:right;
}
a#ask-q span {
	display:none;
}
a#ask-q:hover {
	background-image: url(../../img/ask-q-roll.gif);
}

/*Form Field*/
.field {
	padding-right: 100px; }
	
.field-terms {
	padding-left: 50px; }



/*End Footer CSS*/
/**
 * Categories on left sidebar
 */
#categories {
   width: 220px;
   margin: 10px;	
}
#categories li {
    list-style-image:url(../../img/arrow-2.gif);
	list-style-position: inherit;
	padding: 5px;
}

#categories li a {
    color: #676767;
	text-decoration: none;
	vertical-align:super;
}
#categories li a:hover {
    text-decoration: underline;
}

#categories .active {
    
}
#categories .subcat a {
    
}
#categories .subcat .active {
   
}

/**
 * Main content
 */
.main-content {
   padding: 0;
   margin: 0;
   line-height: 1.3;
}
.main-content h2,
.main-content h3 {
   border-bottom: 1px solid;
   margin-bottom: 7px;
   color: #414142;
   font-size: 14px;

}
.main-content pre,
.main-content code {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap;     /* Opera 4 - 6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 - Text module (Candidate Recommendation)
                                   http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word;      /* IE 5.5+ */
}
.main-content h2#article_category {
   font-size: 145%;
   color: #414142;
   margin: 5px 0 5px 0;
   border-bottom: none;
   vertical-align: top;
}

h2#article_category a{
   font-size: 18px;
   font-weight:bold;
   text-decoration:none;
   color: #676767;
   margin: 5px 0 5px 0;
   border-bottom: none;

}

h2#article_category a:hover{
     text-decoration:underline;
  
}

.main-content ul, ol {
    font-size: 14px;
	padding-left: 1em;
    list-style-image: none;
    list-style-position: outside;
}
.main-content li {
   margin-left: 20px;
}

.main-content a {
text-decoration:none;
}

.main-content a:hover {
text-decoration:underline;
}

.main-content #solution_id {
   float: right;
}
.main-content .searchpreview {
    font-size: 10px;
}
.main-content div#action,
.main-content div.translation {
    padding-top: 10px;
    text-align: center;
}
#article_content {
   width: 560px;
   padding: 0;
   margin: 0;
   margin-bottom: 0.8em;
}





/*Font Styles*/

.general {
	padding-left: 30px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414142;
	line-height: 15px;
	vertical-align:top;
}

.list {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414142;
}
	
.heading-blue {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	letter-spacing: -1px;
	font-size: 26px;
	color: #0099ff;
	padding-top:10px;
	padding-bottom:10px;
}

.footer-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 16px;
	color: #0099ff;
}

.picture-heading-gray {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 18px;
	color: #414142;
}

.step{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #414142;
	padding: 10px; 
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676767;
	line-height: 15px;
	text-decoration:underline;
}

a:hover {
	text-decoration: underline;
}

.field-title  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #414142;
}

/*Footer*/
#footer {
	background-image:url(../../img/footer-image.gif);
	background-repeat: repeat-x;
	height:80px;
	color:white;
	margin: 50px auto 0 auto;
	padding: 0px 0 0px 0;
}
#footer p{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #233A50;
	margin: 0px auto 0 auto;
	padding: 35px 0 0px 0;
}
#footer p a{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #233A50;
}
#footer p a:hover{
	text-decoration:none;
	color: #ffffff;
}

#footer-container{
	width:570px;
	margin: 0px auto 0 auto;
}

#footer-logo{
	height:21px;
	width:30px;
	float:left;
	margin: 35px 0 0px 0px;
}

.left{
width:1050px;
}
/*End Footer CSS*/
