/* CSS Document */

div, p, table, td, th {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  font-size: 11px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 40px;
  padding: 4px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: auto;
  padding: 4px;
  margin: 1px;
}

.pagenavbar {
	padding-right: 5px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

ul
{
margin: 0;
padding: 0;
list-style: circle url(none);
}

li
{
	line-height: 15px;
	list-style-type: circle;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px 0px 10px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	background-color: #FBF8E6;

}

/* mambo core stuff */
a:link, a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #695414;
	text-decoration: none;
	padding: 0px;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
contentpaneopen-box {
	font-size: 76%;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #E4EFBE;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td-box {
	font-size: 11px;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #E4EFBE;
}


table.contentpane td.componentheading {
	padding-left: 0px;
}

table.contentpane td.contentheading {
  padding-left: 0px;
  padding-top: 9px;
}

.button {
	padding: 2px 5px;
	height: 20px;
	border:none;
	background-color: #DDDDDD;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, "Sans Serif";
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	cursor: hand;
}

.inputbox {
	padding: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}

#sandbox_area_2 .componentheading {
	color: #4A8A06;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	width: 462px;
}

#sandbox_area_1 .componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #4A8A06;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	width: 629px;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	color: #4A8A06;
	text-align: left;
	padding-top: 9px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 20px;
	white-space: normal;
	padding-bottom: 10px;
	background-image: url(../images/heading-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 0px;
}

.contentpagetitle {
	font-size: 20px;
	font-weight: normal;
	color: #4A8A06;
	text-align:left;
	background-image: url(../images/heading-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 9px;
	padding-left: 20px;
	white-space: normal;
	padding-bottom: 10px;
	padding-right: 0px;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	vertical-align: middle;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 8px;
	padding-left: 10px;
	height: 15px!important;
	height: 10px;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

table.moduletable td {
	font-size: 1em;
	padding: 2px 5px;
	margin: 0px;
	font-weight: normal;
	color: #000000;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}

.createdate {
	height: 15px;
	padding-bottom: 2px;
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 0px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
	height: 15px!important;
	height: 10px;
	width: 100%;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 2px;
	border: 1px solid #4C69AD;
	font-family: Arial, Helvetica, sans-serif;
}

a.mainlevel:hover {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
	height: 15px!important;
	height: 10px;
	width: 100%;
	text-decoration: underline;
	padding-right: 0px;
	padding-bottom: 2px;
	border: 1px solid #2E4989;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 2px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #4A8A06;
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

a.sublevel:hover {
	color: #000000;
	text-decoration: underline;
}
.highlight {
	background-color: #B8E451;
	color: #4A8A06;
	padding: 0px 2px 0px 2px;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}
.cn_logo_head {
	background-image: url(../images/cambridge-networkslogo-bar.png);
	background-repeat: no-repeat;
}
.pathwaybg {
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	height: 20px;
	width: 760px;
	color: #FFFFFF;
	margin: 0px;
}
.contentpad {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/cambridge_networks_n_logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.contentpadright {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	background-color: #FFFFFF;
	height: 20px;
}
table.moduletable td news {
	font-size: 11px;
	padding: 2px 5px;
	margin: 0px;
	font-weight: normal;
	color: #FFFFFF;
}
.whitetext {
	color: #FFFFFF;
	padding-left: 5px;
}
.greylinebottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.topfade {
	background-color: #8FAFFC;
	background-image: url(../images/cn_supply_top_fade.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	color: #000000;
}
.midfade {
	background-color: #2F488A;
	background-image: url(../images/cn_supply_mid_fade.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color: #4A8A06;
}
.supplyimage {
	background-color: #C8E06E;
	margin: 0px;
	padding: 0px;
}
.businessblock {
	padding: 5px;
}
table.moduletable td-box {
	font-size: 11px;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #E4EFBE;
}
.componentheading {
	font-size: 20px;
	font-weight: normal;
	color: #4A8A06;
	text-align:left;
	background-image: url(../images/heading-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 9px;
	padding-left: 20px;
	white-space: normal;
	padding-bottom: 10px;
	padding-right: 0px;
}
.sidebarbg {
	background-image: url(../images/cn_supply_side_bar_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.mainlevel-top:hover {

	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
	height: 15px!important;
	height: 10px;
	width: 100%;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 2px;
	border: 1px solid #4A8A06;
	background-color: #A4D240;
}
a.mainlevel-top:link, a.mainlevel-top:visited {

	display: none;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 0px;
}
.right {
	text-align: right;
}
table.moduletable td-image {
	padding: 0px;
	margin: 0px;
}
.servicesbg {
	background-attachment: scroll;
	background-image: url(../images/services-title-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 20px;
	color: #FF6600;
	font-weight: normal;
}
.supportbg {

	background-attachment: scroll;
	background-image: url(../images/support-title-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 20px;
	color: #095CB0;
	font-weight: normal;

}
.supplybg {


	background-attachment: scroll;
	background-image: url(../images/supply-title-bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	font-size: 20px;
	color: #4A8A06;
	font-weight: normal;
}
.componentheading-white {

	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:left;
	padding-top: 9px;
	padding-left: 10px;
	white-space: normal;
	padding-bottom: 10px;
	padding-right: 0px;
}
.serviceswindowbg {
	background-attachment: scroll;
	background-image: url(../images/services-window-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding-left: 8px;
}
.supportwindowbg {
	background-attachment: scroll;
	background-image: url(../images/support-window-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding-left: 8px;
}
.supplywindowbg {

	background-attachment: scroll;
	background-image: url(../images/supply-window-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding-left: 8px;
}
.topline {
	border-top: 1px solid #CCCCCC;
	padding-left: 18px;
}
.bottomline {
	border-bottom: 1px solid #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 18px;
}
.fullborder {
	border: 1px solid #F4E9C7;
	height: 150px;
}
.fullborderpx {
	border: 1px solid #CCCCCC;
	height: 275px;
}
.fullbordernews {

	border: 1px solid #CCCCCC;
	height: 150px;
}
.bottombar {
	background-color: #F4F4F4;
	border-top: 1px solid #D3D3D3;
}
.fullborderscroller {

	border: 1px solid #CCCCCC;
	height: 275px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
}
#linkbutton {
	height: 10px;
	background-color: #FFFFFF;
	border-top: 1px solid #4C69AD;
	border-right: 1px solid #4C69AD;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #000033;
	margin: 0px;
	padding: 0px;
}
h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	color: #FF0000;
}
.TLB {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4E9C7;
	border-bottom-color: #F4E9C7;
	border-left-color: #F4E9C7;
}
.BLR {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F4E9C7;
	border-left-color: #F4E9C7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F4E9C7;
}
