/* core styles */

A:link {
	color: #333366;
}
A:visited {
	color: #666699;
}
A:hover {
	color: #666699;
	text-decoration: none;
}
A:active {
	color: #666699;
	text-decoration: none;
}

.NoticeText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.BodyText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.BodyTextSmall {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.HeaderText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #32594C;
}

.SubHeaderText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4C70BE;
}

.ErrorText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

.FooterText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #577657;
}
.FooterText A:link, .FooterText A:visited, .FooterText A:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #577657;
	text-decoration: none;
}
.FooterText A:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #4C70BE;
	text-decoration: underline;
}

td.SideNavSectionText {
	padding: 3px 0;
}
.SideNavSectionText, .SideNavSectionText A:link, .SideNavSectionText A:visited {
    	font-family: Arial, Helvetica, sans-serif;
    	font-weight: bold;
    	font-size: 10px;
    	color: #071D4F;
	text-decoration: none;
}
.SideNavSectionText A:hover, .SideNavSectionText A:active {
	font-family: Arial, Helvetica, sans-serif;
    	font-weight: bold;
    	font-size: 10px;
    	color: #FFFFFF;
	text-decoration: none;
}

.SideRightText, .SideRightText A:link, .SideRightText A:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #355246;
	text-decoration: none;
}
.SideRightText A:hover, .SideRightText A:active {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #0A639C;
	text-decoration: underline;
}


/* homepage styles */

.HomeText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.HomeGatewayText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.HomeHeaderText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4C70BE;
}

div.HomeHeaderContainer {
	color: #374C77;
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	width: 100%;
	border-color: #374c77;
    	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 30px;
}

p.lightText {
	color: #666666;
}

.keySolution {
	color: #404775;
	font-weight: bold;
}

a.keyLink {
	text-decoration: none;
}


/* administration styles */

.heading {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #333333;
}
.heading_red {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #990000;
}
.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}

.subtitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #999999;
}

DIV.top {
    width: 100%;
    border-color: #333333;
    border-top-style: solid;
    border-top-width: 1px;
}

DIV.bottom {
    width: 100%;
    border-color: #333333;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

/* styles  for the "example solutions" */
div#ex_sol {
	font-size: 11px;
	margin: 10px 15px;
}
	div#ex_sol .name {
		font-size: 13px;
		font-weight: bold;
		margin-left: -10px;
	}
		div#ex_sol .name span {
			font-style: italic;
			color: #888888;
			font-weight: normal;
			font-size: 11px;
		}
	div#ex_sol .need, div#ex_sol .solution {
		font-weight: normal;
	}

/* styles added for the new home gateways */

td.homeGateway {
	width: 192px;
}

td.gateLeft {
	border-right: 1px solid #CCC;
}

td.gateTop {
	border-bottom: 1px solid #CCC;
}

td.gateRight {
	border-left: 1px solid #CCC;
}

	td.homeGateway p {
		width: 100%;
		font-size: 1em;
		text-align: left;
		margin: 0;
		height: 4em;
	}

	td.homeGateway p.hInsetHeader a {
		font-size: 14pt;
		color: #5F887A;
		text-decoration: none;
	}

	td.homeGateway p.hInsetDescription {
		font-size: 11px;
		padding: 5px 0;
		height: 9em;
		*height: 10em;
	}

	td.homeGateway p.hInsetPdf {
		text-align: right;
	}

		td.homeGateway p a {

		}

/* styles for new and revieds products page */

div.pdfKey {
	margin-bottom: 15px; 
	margin-top: 8px;
	display: block;
	position: relative;
	float: left;
	clear: both;
}

	div.pdfKey div.pdfIconLeft {
		float: left;
		display: inline;
		position: relative;
		clear: right;
		width: 40px;
	}

		div.pdfKey div.pdfIconLeft a {
		
		}

			div.pdfKey div.pdfIconLeft a img {

			}

	div.pdfKey div.pdfTeaser {
		border-left: 1px solid #CCC;
		float: left;
		display: inline;
		position: relative;
		clear: right;
		padding-left: 10px;
		width: 500px;
		color: #666;
		line-height: 15px;
	}
		div.pdfKey div.pdfTeaser span.onepage a {
			text-decoration: underline;
			line-height: 25px;
		}

		div.pdfKey div.pdfTeaser span a {
			color: #3474BB;
			text-decoration: none;
		}


a img {border: none; }
