/* ////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2009 Entailec LLC. All Rights Reserved. 
// Unpublished, confidential, trade secret information.
// UNAUTHORIZED DUPLICATION OR DISSEMINATION IS EXPRESSLY PROHIBITED.
// ////////////////////////////////////////////////////////////////////////////
// $Id: main.css 2453 2009-12-05 23:07:56Z jay $
// ///////////////////////////////////////////////////////////////////////// */
/* 
 *  Logo Orange - DD864B
 *  Logo Blue - 7D9FAF
 *  Light brown: DDDAD8
 *  Dark Brown: AA978A
 *  Dark Blue: 4f788c
*/
* {
	padding: 0;
	margin: 0;
}


body { 
    background-color: #F2F3FA;
	font: 12px/16px Verdana,Arial,serif;
	font-size: 13px;
    line-height: 16px;
}

p {
	margin-bottom: 2px;
    line-height: 14px;
	padding: 0 1px 0 0;
}
a {
	padding: 0px;
	margin: 0px;
}
a, a:link, a:active, a:focus {
	color: #003366;
}

a:visited {
}

a:hover {
    text-decoration: none;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#et-corg-HeaderContainer {
	background: transparent url('../image/header.png') no-repeat 0 0;
	height: 50px;
}
#et-corg-HeaderContainer h1 span {
    display: none;
}

#et-corg-HeaderContent{
    text-align: left;
}

/*
 * Margin should be of size of the et-corg-TopNav
 */
#et-corg-LowerContainer {
	width: 850px;
	margin-top: 20px;
	padding: 20px;
}

/* 
 * Must be higher z-index than right.
 */
#et-corg-LeftNavContainer{
	width: 850px;
	float: left;
}
#et-corg-LeftNavContent{
}



/* Page footer */
#et-corg-FooterContainer {
	clear: left;
	/*border: 1px solid red;*/
}

#et-corg-FooterContent{
  	font-size: 70%;
	color: #4f788c;
	padding-top: 20px;
	background: transparent url('../image/footer.png') no-repeat;
}

#et-corg-TopNav {
	position: relative;
	padding: 50px 0px 0px 0px;
	background: transparent url('../image/et-corg-navBg.png') 0px 50px no-repeat;
	width: 850px;
}
/** 
 * Body et-corg-Topic.
 * Topic is placed w.r.t. lowerContainer.
 * et-corg-Topic.margin-left + et-corg-Topic.padding-left = 80 + 35 = 115px places the table
 * 115 - 23 = 92px from the backbroud window left edge.
 */
.et-corg-Topic {
    padding: 15px 0px 10px 5px;
}
.et-corg-ContentPanel{
}

/** 
 * Common subhead attributes. This prevents redefinition of the style for each
 * subTitle. Specific sub titles are needed only if image is used instead of
 * normal HTML titles.
 */
.et-corg-CommonSubhead {
	font-weight: bold;
	font-size: 120%;
	color: #4f788c;
	padding: 15px 0px 10px 0px;
}

.et-corg-ClearLeft{
	clear: left;
}

.et-corg-Topic {
    padding: 10px;
}


/* ---------------Contact  styles ------------------------*/
.et-corg-Input{
	background-color: #EAEBF4;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	border: #000000 1px solid;
}

.et-corg-ColBase {
	float: left;
}

.et-corg-Button
{
	background-color: #EDECEB;
	color: #566047;
	font-size: 85%;
	cursor: pointer;
	float: left;
	margin: 5px 5px 5px 0;
}	
.et-corg-Label
{
	font-size: 12px;
}
.et-corg-LabelReqd
{
	font-size: 12px;
	font-weight: bold;
}
.et-corg-LabelError
{
	font-size: 12px;
	font-weight: bold;
	color: red;
}
.et-corg-SmallTextLabel
{
	font-size: 9px;
}
.et-corg-SmallText
{
	font-size: 95%;
}


.et-corg-RowC {
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px;
}

.et-corg-FormComment
{
	width: 600px;
	padding: 5px 5px 5px 0px;
}


.et-corg-RowA {
	background-color:#DDE3EA;
	clear:left;
	float:left;
	margin:0;
	padding:0;
}
.et-corg-RowB {
	background-color:#E7E9F2;
	clear:left;
	float:left;
	margin:0;
	padding:0;
}

.et-corg-W150
{
	width: 150px;
}
.et-corg-W300
{
	width: 300px;
}
.et-corg-W450
{
	width: 450px;
}
.et-corg-W600
{
	width: 600px;
}


/* ---------------Specific styles ------------------------*/
#et-corg-FeatureList
{
	width: 570px;
	margin-top: 10px;
	padding: 10px 15px 15px 15px;
	/*border: 1px solid #000000;*/
	
}

#et-corg-TechListTip {
	background-color: #7D9FAF; 
	position: absolute; 
	visibility: hidden; 
	width: auto;
	font-size: 95%;
	text-align: left;
	z-index: 1;
}

.et-corg-TipItem {
	font-size: 75%;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}
.et-corg-PaddingLeft10 {
	padding: 10px 12px;
}

/******************************************/
.et-corg-MainControl
{
	height:20px;
	text-align: left;
	background-color: #7D9FAF;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.et-corg-CtrlButtonCtr
{
	font-weight: bold;
	font-size:16px;
}


.et-corg-CtrlButton
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;	
    text-decoration: none;	
}
.et-corg-ButtonTextCtrl
{
	color: #727689;
}
a.et-corg-CtrlButton{
}

a.et-corg-CtrlButton:hover {
	color: #FFFFFF;
	background-color: #7D9FAF;
}

a.et-corg-TipItem{
	color: #FFFFFF;
	background-color: #7D9FAF;
}

a.et-corg-TipItem:hover{
	color: #FFFFFF;
	background-color: #4f788c;
}

.et-corg-CtrlButtonIcon
{
	height: 16px;
	width: 16px;
	vertical-align: top;
}
.et-corg-CtrlButtonText
{
	font-size: 10px;
}

/*******************************************/
.et-corg-ShareButton
{
	padding: 0px 0px 0px 2px;
	cursor: pointer;
    text-decoration: none;	
	color: transparent;
	font-size: 20px;
	line-height: 20px;
	vertical-align: top;
	
}
#et-corg-FbLocation
{
}

.et-corg-FbLikeButton {
    border: 0px;
    padding: 2px 2px;
	line-height: 20px;
	vertical-align: bottom;
}

#et-corg-ShareContainer
{
	overflow: hidden;
	float: right;
	height: 20px;
}

.et-corg-FloatRight
{
	float: right;
	height:20px;
	text-align: left;
	background-color: #DFE3ED;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.et-corg-Separator
{
    background: url('../image/separator.png') no-repeat center top;
	height: 20px;
	width: 5px;
	vertical-align: middle;
}
.et-desc-textarea
{
	margin-top: 2px;
}
