/* index */

#formats_box {
	/* background-image:url(/images/index/bg_formats.gif); */ 
	background-image:none;
	background-repeat: no-repeat;
	background-position: center center;
	width: 800px;
	height: 450px;
	margin-left: 10px;
}

#index_base {
	width: 820px;
	display: block;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	height: 140px;
}
#formats {
	text-align: center;
	display: block;
	float: left;
	width: 300px;
	padding-left: 10px;
	background-image: url(/images/formats/formats_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#news {
	text-align: left;
	display: block;
	float: left;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #EEEDF4;
	margin-left: 8px;
	padding-left: 10px;
	width: 169px;
	margin-top: 7px;
	line-height: 16px;
}
#customers {
	text-align: center;
	display: block;
	float: right;
	height: 140px;
	width: 300px;
	padding-top: 28px;
	background-image: url(/images/users/users_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#basetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #666666;
	clear: both;
	width: 800px;
	margin-left: 10px;
	text-align: center;
	display: block;
}
.font {
	text-align: center;
	display: block;
	float: left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	height: 120px;
	padding-top: 25px;
}
.font a {
	text-align: center;
	display: block;
	float: left;
	width: 280px;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
.font a:hover {
	text-align: center;
	display: block;
	float: left;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}
.news_link {
	float: left;
	width: 159px;
	display: block;
	text-align: left;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.news_link a {
	float: left;
	width: 159px;
	background-image: url(/images/index/base_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	text-align: left;
	font-size: 10px;
	color: #006600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.news_link a:hover {
	float: left;
	width: 159px;
	display: block;
	text-align: left;
	clear: left;
	color: #996600;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/index/base_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 10px;
}


/* solution partners */

.solution_partners {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	display: block;
	text-align: justify;
	padding: 8px;
	border: 1px solid #E4E4E4;
	width: 600px;
}
.solution_partners a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.solution_partners a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}

/* syslog ng page */

#syslogng {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 76%;
	background-color: #FFFFFF;
	padding: 15px;
  }
#syslogngcontent {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#syslogngcontent table {
	border-right: 1px solid #719FDD;
}
#syslogngcontent th {
	background-color: #719FDD;
	color: White;
	border: 1px;
	font-size: 1.4em;
	padding-bottom: 2px;
	padding-top: 2px;
}
#syslogngcontent td {
	background-color: White;
	color: Black;
	border-left: 1px solid #719FDD;
	border-bottom: 1px solid #719FDD;
	vertical-align: top;
	font-size: 0.9em;
}
#syslogng h1 {
	color: #719FDD;
}
#syslogng h2 {
	color: #004B81;
}
#syslogng a {
	color: #004B81;
	text-decoration: none;
}
#syslogng a:hover{
	color: #EA7B17;
	text-decoration: underline;
}

/* scb page */

#scb {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
  }
#scbcontent {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#scbcontent th.td {
	color: #333333;
	font-size: 1.4em;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#scbcontent td {
	background-color: White;
	color: Black;
	vertical-align: top;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888;
	padding-bottom: 2px;
	padding-top: 2px;
}
#scb h1 {
	color: #719FDD;
}
#scb h2 {
	color: #004B81;
}
#scb a {
	color: #004B81;
	text-decoration: none;
}
#syslogng a:hover{
	color: #EA7B17;
	text-decoration: underline;
}

/* pricing */

.demo_link {
	font-size: 10px;
	text-align: right;
	color: #666666;
	display: block;
}

/* profiles table */

.pretty-table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000;
  background: #bcd0e4 url(/images/table-bg.jpg) top left repeat-x;
}

.pretty-table caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

.pretty-table th, .pretty-table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: center;
  color: #632a39;
}

.pretty-table th[scope=col]
{
  color: #000;
  background-color: #8fadcc;
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.pretty-table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
}

.pretty-table th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.pretty-table tr.alt th, .pretty-table tr.alt td
{
  color: #2a4763;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
  background-color: #632a2a;
  color: #fff;
}

/* CUSTOM PLUG-INS */

#sap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333333;
	text-align: left;
	display: block;
}
#sap a {
	text-align: right;
	display: block;
}
.sap_header {
	font-size: 1em;
	color: #333333;
	font-weight: bold;
}
.sap_body {
	margin: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: justify;
	display: block;
	padding-bottom: 5px;
}
.sap_body_last {
	margin: 5px;
	text-align: justify;
	display: block;
}
.sap_pricing {
	font-size: .9em;
	color: #333333;
	text-align: center;
	display: block;
	width: 710px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	margin: 5px;
	padding: 5px;
}

.pricing_note {font-size: .8em;color: #666666;text-align: right}

.comment {
	background-color: #F4F4EF;
	display: block;
	text-align: center;
	height: 40px;
	width: 500px;
	font-size: 1em;
	color: #3d80af;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
/*  Contacts page  */

.headings {}
.subheadings {}
.newphones {
	font-size: 0.8em;
	color: #FF9900;
}
.address {
	text-align: left;
	display: block;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}