@charset "utf-8";
/* CSS Document */

/* 
--------------------------------
Basic Page Layout
--------------------------------
*/
body {
	margin: 0px 0px 0px 0px;
	background-image:url(/images/background_grid.gif);
	background-repeat:repeat;
	min-width:980px;
	font-family: calibri, tahoma, arial, sans;
}

#headerBar {
	background-image:url(images/headerbar.jpg);
	background-repeat:repeat-x;
	height: 144px;
	width: 100%;
	padding-top: 7px;
	
}

#contentArea {
	margin: 0px 0px 4px 0px;
}



/* 
--------------------------------
Column Layouts
--------------------------------
*/
/* 2 Column */
#columnLeft {
	padding: 0px 0px 0px 0px;
	background-position:top; 
	background-repeat:no-repeat; 
	background-color:#dbd8c6; 
	width:627px;	
}

#columnLeftFactory {
	background-image:url(/images/background_CompanyMain.jpg); 
	padding: 0px 0px 0px 0px;
	background-position:top; 
	background-repeat:no-repeat; 
	background-color:#dbd8c6; 
	width:627px;	
}

#columnRight {
	background-color:#c8c4a8; 
	padding: 0px 0px 0px 0px;
	border-left:1px #fff solid;	
	width:372px;	
}

/* 3 Column */
#columnLeft3Col {
	padding: 0px 0px 0px 0px;
	background-position:top; 
	background-repeat:no-repeat; 
	background-color:#dbd8c6; 
	width:602px;	
}

#columnMiddle3Col {
	background-color:#c8c4a8; 
	padding: 0px 0px 0px 0px;
	border-left:1px #fff solid;	
	width:322px;	
}

#columnButtons3Col {
	background-color:#b6b08b; 
	padding: 38px 0px 0px 0px;
	border-left:1px #fff solid;	
	width:75px;	
}



/* 
--------------------------------
Main Menu Styles
--------------------------------
*/
#buttonBar  {
	position:absolute; 
	left: 0px;
	top: 93px;
	height: 48px;
	width:100%;
	min-width:980px;
}

#loginStatus {
	text-align:right;
	font-family:calibri, tahoma, arial, sans;
	font-size: 12px;
	float:right;
	width:230px;
	margin: 0px 10px 3px 0px;
}

#menuItems {
	list-style:none;
	margin: 0px;
	padding: 8px 0px 0px 4px;
}

.menuItem {
	float:left;
	font-family: calibri, tahoma, arial, sans;
}

#buttonBar #menuItems .menuItem a {
	height: 18px;
	background-image:url(images/buttons/Button_Normal_Blue.jpg);
	border: #dbd8c6 1px solid;
	padding: 8px 8px 8px 8px;
	display: block;
	cursor: pointer;
	margin-right: 4px;
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;

}

#buttonBar #menuItems .menuItem a:hover {
	background-image:url(images/buttons/Button_Hot_Blue.jpg);
}


/* 
--------------------------------
Content Box Layouts
--------------------------------
*/
.basicBox {
	background-color: #DBD8C6;
	font-family:calibri, tahoma, arial, sans;
	position: relative;
	/* height:210px; */
	border: 2px groove #b0a790;
	margin: 3px 3px 3px 3px;
}

.boxTitleClay {
	background-color: #B4AD89;
	background-image:url(/images/boxes/boxTitleBarClay.jpg);
	background-repeat:repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding: 4px 4px 4px 4px;
	border-bottom: 2px solid #ffffff;

}

.boxTitleBrown {
	background-color: #B4AD89;
	background-image:url(/images/boxes/boxTitleBarBrown.jpg);
	background-repeat:repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding: 4px 4px 4px 4px;
	border-bottom: 2px solid #ffffff;

}

.boxTitleGreen {
	background-color: #B4AD89;
	background-image:url(/images/boxes/boxTitleBarGreen.jpg);
	background-repeat:repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding: 4px 4px 4px 4px;
	border-bottom: 2px solid #ffffff;

}

.boxTitlePurple {
	background-color: #B4AD89;
	background-image:url(/images/boxes/boxTitleBarPurple.jpg);
	background-repeat:repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding: 4px 4px 4px 4px;
	border-bottom: 2px solid #ffffff;
}

.boxTitleClay a {
	color:#ffffff;
}

.boxContent {
	padding: 2px 4px 2px 4px;
}



/* 
--------------------------------
Popup Panel Styles
--------------------------------
*/
div.panel {
	background-color:#888a5a;
	border: 2px groove #999999;
	margin: 12px 6px 6px 6px;
	padding-top: 12px;
}

div.panelMessage {
	background-color:#e1d588;
	border: 2px ridge #333333;
	margin: 6px 6px 6px 6px;
	padding: 12px 4px 12px 4px;
	text-align: center;
}

.sectionPanel {
	background-color:#dbd8c6;
	width:778px;
}

.sectionPanelTitle {
	cursor: pointer;
	color: #000000;
}

.sectionPanelTitleHover {
	cursor: pointer;
	color: #b96348;
}

.panelItem {
	cursor: pointer;
	margin: 2px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	width:100%;
	color:#000000;
	text-decoration:none;
	display:block;

}

.panelDetails {
	display:none;
	width:650px;
	margin: 0px 0px 16px 22px;
}



/* 
--------------------------------
Buttons
--------------------------------
*/
.button {
	border: none;
	background-image:url(/images/buttons/btn129Dark.gif);
	width: 129px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
	font-family: calibri;
	font-size:11px;
	font-weight:bold;
	color: #000;
}

.button:hover {
	border: none;
	background-image:url(/images/buttons/btn129Hover.gif);
	width: 129px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}

.buttonLT {
	border: none;
	background-image:url(/images/buttons/btn130Light.gif);
	width: 130px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
	font-family: calibri;
	font-size:11px;
	font-weight:bold;
	color: #000;
}

.buttonLT:hover {
	border: none;
	background-image:url(/images/buttons/btn130LightHover.gif);
	width: 130px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}


.buttonOrange {
	border: none;
	background-image:url(/images/buttons/btn100OrangeDark.gif);
	width: 100px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
	font-family: calibri;
	font-size:11px;
	font-weight:bold;
	color: #000;
}

.buttonOrange:hover {
	border: none;
	background-image:url(/images/buttons/btn100OrangeDarkHover.gif);
	width: 100px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
	color: #fff;
}


.buttonBlue {
	border: none;
	background-image:url(/images/buttons/btn130Blue.gif);
	width: 130px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
	font-family: calibri;
	font-size:11px;
	font-weight:bold;
	color: #000;
}

.buttonBlue:hover {
	border: none;
	background-image:url(/images/buttons/btn130BlueHover.gif);
	width: 130px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}

/* 
--------------------------------
Tab Buttons
--------------------------------
*/
.buttonTabGreen {
	border: none;
	background-image:url(images/buttons/btnTabGreen.gif);
	width: 112px;
	height: 20px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	cursor:pointer;
	font-family: calibri;
	font-size:11px;
	font-weight:bold;
	color: #000;
	float:right;
}

.buttonTabGreen:hover {
	border: none;
	background-image:url(images/buttons/btnTabGreenHover.gif);
	width: 112px;
	height: 20px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	cursor:pointer;
	float:right;
}


.buttonTabPurple {
	border: none;
	background-image:url(images/buttons/btnTabPurple.gif);
	width: 112px;
	height: 20px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	cursor:pointer;
	font-family: calibri;
	font-size:11px;
	font-weight:bold;
	color: #000;
	float:right;
}

.buttonTabPurple:hover {
	border: none;
	background-image:url(images/buttons/btnTabPurpleHover.gif);
	width: 112px;
	height: 20px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	cursor:pointer;
	float:right;
}

/* 
--------------------------------
Table Layouts
--------------------------------
*/
table {
	font-family:calibri, tahoma, arial, sans;
	font-size:small;
}

/* Styles For a Form */
table.frmLayout {
	/*font-size: x-small; */
	/* border: 1px solid #4f4e2f; */
}

table.frmLayout td {
	/* border-bottom: 1px solid #4f4e2f; */
	padding-bottom:4px;
}

table.frmLayout td.frmLbl {
	font-weight: bold;
	text-align:right;
}

/* Style for a Data List */
table.dataList {
	border: 1px solid #767769;
}

table.dataList th {
	font-weight:bold;
	text-align:left;
	background-color: #94868b;
}

table.dataList tr.normal {
	height:26px;
}

table.dataList tr.alternate {
	height:26px;
	background-color: #ffffff;
}

table.dataList tr.highlight {
	height: 26px;
	background-color: #c6806a;
}

table.dataList tr.mute {
	height: 26px;
	background-color: #b0a790;
	color: #5c4995;
}

/* Style for Displaying Data in a Line */
table.lineData {
	font-weight: normal;
	font-size: 10px;
	font-family: Calabri, Verdana, Arial;
}

table.lineData td {
	text-align:left;
	border-bottom-color: #5b3b01;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 6px;
}

table.lineData th {
	font-weight: bold;
	text-align:left;
	border-bottom-color: #5b3b01;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 6px;
}

/* An alternate Layout for Displaying Data */
table.subData {
	font-size: x-small;
	border: 1px solid #6e728b;
	background-color: #e7e7cf;
}

table.subdata td {
	border-bottom: 1px solid #d5d5ac;
}

table.subdata tr {
	background-color: #e7e7cf;
}

table.subdata tr.alternate {
	background-color: #ffffff;
}

table.subdata tr.normal {

}

table.subdata tr.highlight {
	background-color: #b35639;
}

table.subdata tr.mute {
	background-color: #b0a790;
	color: #5c4995;
}



/* 
--------------------------------
Styles for Document List
--------------------------------
*/
a.libraryDocument {
	background-image: url(../images/buttons/btnLibraryDocument.gif);
	background-repeat:no-repeat;
	height: 55px;
	padding-left: 48px;
	padding-top: 10px;
	margin-bottom: 4px;
	width:300px;
	cursor:pointer;
	display: block;
	color: #000000;
	text-decoration:none;
}


a.libraryDocument:hover {
	// color: #ffffff;
   // background-color: #b96348;
}

.LibraryDocumentPanel {
	display:none;
	width:210px;
	margin: 0px 0px 16px 22px;	
}


a.librarySection {
	background-image: url(../images/buttons/btnLibrarySectionClosed.gif);
	background-repeat:no-repeat;
	height: 18px;
	padding-left: 22px;
	padding-top: 0px;
	padding-bottom:3px;
	font-weight:normal;
	font-size: 16px;
	margin-bottom: 8px;
	cursor:pointer;
	display: block;
	color: #000000;
	text-decoration:none;
	/* ToolTip */
	position:relative;
	z-index:24;
	width:200px;
}

a.librarySubSection {
	background-image: url(../images/buttons/btnLibrarySectionClosed.gif);
	background-repeat:no-repeat;
	height: 18px;
	padding-left: 22px;
	padding-top: 0px;
	padding-bottom: 3px;
	font-weight:bold;
	font-size: 16px;
	margin-bottom: 8px;
	
	cursor:pointer;
	display: block;
	color: #000000;
	text-decoration:none;
	/* ToolTip */
	position:relative;
	z-index:24;
	width:200px;
}

/* 
--------------------------------
DatePicker Styles
--------------------------------
*/

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}



/* 
--------------------------------
Basic Text Styles
--------------------------------
*/

.warningMsg {
	color: #6e2306;
	font-weight: bold;
}

.additionalNote {
	color: #767769;
}

.requiredField {
	background-color:#FC6;
}

.highlight {
	color:#000;
	font-weight:bold;
}


h1 {
	font-family: Calibri, Arial;
	font-weight: bold;
	font-size:  large;
}

h2 {
	font-family: Calibri, Arial;
	font-weight: bold;
	font-size: 18px;
	color:#58410b;
}

h3 {
	font-family: Calibri, Arial;
	font-weight: bold;
	font-size: small;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

dt {
	font-weight: bold;
	font-size:small;
	color: #000000;
}

dd {
	margin: 1px 0px 10px 5px;
	font-size:smaller;
}


/* Document List */
#documents dt a {
	font-weight: bold;
	font-size:small;
	color: #507282;
}

#documents dd {
	margin: 1px 0px 10px 5px;
}

/* Company List */
ul.companyList {
	list-style-type:none;
	padding-left:16px;
}

ul.companyList li.client {
	padding:4px 0px 4px 26px;
	background-image:url(/images/icons/iconCompanyClient.gif);
	background-repeat:no-repeat;
	font-size:14px;
	margin-bottom:8px;
	cursor:pointer;
}

ul.companyList li.prospect {
	padding:4px 0px 4px 26px;
	background-image:url(/images/icons/iconCompanyProspect.gif);
	background-repeat:no-repeat;
	font-size:14px;
	margin-bottom:8px;
	cursor:pointer;
}

ul.companyList li:hover {
	text-decoration:underline;
}

ul.companyList li.prospect a {
	color:#000000;
	text-decoration:none;
}

ul.companyList li.prospect a:hover {
	text-decoration:underline;
}

a.listLink {
	text-decoration:none;
	color: inherit;
}

.salesFunnelLeft {
	background-image:url(images/SalesFunnel/leftSideNavy.gif);
	width:13px;
	height:28px;
}

.salesFunnelMiddle {
	background-image:url(images/SalesFunnel/sliverNavy.gif);
	height:28px;	
	color:#fff;
}

.salesFunnelRight {
	background-image:url(images/SalesFunnel/rightSideNavy.gif);
	width:13px;
	height:28px;
}
