/*---- Smart Connections Styles ----*/
/*---- Created by Interactive Knowledge and Thomas Bontempo ----*/

/*---- Styles matched corresponding id names in each file
	   Additionally comments will identify sections in the HTML - ASP pages ----*/

/*---- Basics ----*/

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 5px 0px 5px;
	padding: 0px;
	background-color: #CCF;
}

h1 h2 h3 h4 h5 h6 {
	color:#000;
	margin:0px;
	padding:0px;
}

h1 {font-size: 15px; font-weight: bold; margin:0px; padding:0px;}
h2 {font-size: 14px; font-weight: bold; margin:5px 5px 3px; padding:0px 5px 0px;}
h3 {font-size: 13px; font-weight: bold;margin: 0px;padding: 0px;}
h4 {font-size: 12px; margin:0px; padding:0px;}
h5 {font-size: 11px; margin:0px; padding:0px;}
h6 {font-size: 10px; font-weight: bold;	margin:0px; padding:0px;}

p {
	font-size: 11px;
	margin: 0px;
	padding: 5px 0px 0px;
}
a:link {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
a:visited {
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}
a:active {
	font-size: 11px;
	color: #f90;
	text-decoration: underline;
}
a:hover {
	font-size: 11px;
	color: #f90;
	text-decoration: underline;
}
a.recLink:link, a.recLink:visited, a.recLink:active {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a.recLink:hover {
	font-size: 11px;
	color: #FFFFCC;
	text-decoration: underline;
}
.blackTD {
	background-color: #000000;
}
form {
	margin: 0px;
	padding: 0px;
}
/* ---- Masthead id=mast ---- */
#mast {
	font-size:12px;
	font-weight: bolder;
	color:#fff;
	}
#mast p {
	font-size: 12px;
	font-weight: bolder;
	margin: 0px;
	padding: 2px 0px 5px 5px;
}
#mast a:link {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#mast a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#mast a:active {
	font-size: 12px;
	font-weight: bold;
	color: #f90;
	text-decoration: underline;
}
#mast a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #f90;
	text-decoration: underline;
}
/*---- Page Title id=pgTitle ----*/
#pgTitle {
	color:#000;
	background-color:#FE9A00;
}
#pgTitle h1 {
	font-size: 20px;
	margin-top:5px;
	margin-bottom:5px;
}
#pgTitle h2 {
	font-size: 16px;
	font-weight: bold;
	color:#930;
}
#pgTitle h3 {
	font-size: 14px;
	font-weight: bold;
	margin:5px 5px 3px; 
	padding:0px 5px 0px;
}
/*---- Content Section ----*/
/*---- All content styles fall into this section -- Note: There are many subsections to content ----*/
#content {
	background-color: #FFC;
}
/*---- Calendar Table id="cal" ----*/
/*---- 2 tables to construct the calendar section ----*/

/*---- Section Header id="calHeader" ----*/
#calHeader {
	background-color:#FFFFCD;
}
/*---- Calendar id="cal" ----*/
.expCalendarTitle {
	color: #000000;
	font-size: 18px; 
	font-weight: bold; 
	margin:10px 0px 0px 0px; 
	padding:10px 0px 0px 0px;
}
.calendarTitle {
	color: #000000;
	font-size: 18px; 
	font-weight: bold; 
	margin:10px 0px 0px 7px; 
	padding:10px 0px 0px 7px;
}
.calListHead {
	background-color: #FFFFCD;
	font-weight: bold;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#cal {
	background-color:#FFFFCD;
}
#cal th {
	background-color:#99c;
	text-align: left;
	vertical-align: top;
}
#cal ul {
	color:#000000;
	margin: 0px;
	padding: 5px 0px 0px;
	list-style-type: none;
}
#cal li {
	color:#000000;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

/*---- Experience Navigation Menu id=expRt ----*/
#expRt {
	background-color:#FFFFCC;
}

/*---- Experience Overview and Highlights Content Table id=expOver ----*/
/*---- Experince Details, Recommendations, and Calender will use 
	   these styles plus and specific to requirements ----*/
#expHighLights h1 {
	font-size: 18px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding-bottom: 6px;
}
.HLCaption {
	font-size: 11px;
	font-weight: bolder;
}
	   
#expOver h1 {
	font-size: 18px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	text-align: center;
	padding-top: 15px;
}
#expOver {
	margin:10px;
}
#expDetail {
	margin: 10px;
	padding: 0px;
}
#expDetail p, br, i, td, center, tr {
	font-size: 11px;
}
.detailsCopy {
	font-size: 11px; 
}

/*---- Smart Connections Experience page contains a table for each experience ----*/
/*---- Do not confuse this page id with the Page ids for the Experience section ----*/
/*---- The table id=scExp ----*/
#scExp {
	background-color:#99C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccf;
}
#scExp h5 {
	margin-left: 10px;
}


/* ---- Recommendations Both Experiences and General id=recom ---- */
   
#recom {
	background-color:#FFFFCD;
}
#recom h1 {
	color:#FFFFC5;
	background-color:#666699;
	padding: 3px 0px 3px 15px
}
#recom h3 {
	color:#000131;
	background-color:#9E9BCA;
	padding:3px 0px 3px 15px;
}
#recom h6 {
	color:#FBFCD2;
	background-color:#9E9BCA;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#recom th {
	background-color:#669;
}
#recom a:link {
	font-size: 10px;
	font-weight: bold;
	color:#000131;
	text-decoration: none;
}
#recom a:visited {
	font-size: 10px;
	font-weight: bold;
	color:#000131;
	text-decoration: none;
}
#recom a:active {
	font-size: 10px;
	font-weight: bold;
	color:#000131;
	text-decoration: none;
}
#recom a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #FBFCD2;
	text-decoration: none;
}
/*---- General Recommendations landing Page Navigation id="recNav"----*/
#recNav {
	background-color: #FFCB65;
}
#recNav td {
	padding-left: 10px;
	padding-right: 10px;
}
#recNav a:link {
	font-size: 14px;
	color: #392E2A;
	text-decoration: none;
}
#recNav a:visited {
	font-size: 14px;
	color: #392E2A;
	text-decoration: none;
}
#recNav a:active {
	font-size: 14px;
	color: #392E2A;
	text-decoration: none;
}
#recNav a:hover {
	font-size: 14px;
	color: #FFFFCC;
	text-decoration: underline;
}
/*---- General Recommendations Landing Page Content Area
	   each experience will be in a seperate table id="recLand"----*/
#recLand {
	background-color:#99C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#recLand h2 {
	padding: 0px 0px 0px 4px;
	margin: 0px;
}
#recLand p {
	padding-left: 4px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/*---- Library Card styles id-library ----*/
.getCardTitle {
	font-size: 14px; 
	font-weight: bold; 
}
#library p {
	margin:10px;
}
/*---- Footer id=bottom ----*/
#bottom {
	font-size:10px;
}
#bottom a:link {
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
	padding: 3px;
	margin: 3px;
}
#bottom a:visited {
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
	padding: 3px;
	margin: 3px;
}
#bottom a:active {
	font-size: 11px;
	color: #f90;
	text-decoration: underline;
	margin: 3px;
	padding: 3px;
}
#bottom a:hover {
	font-size: 11px;
	color: #f90;
	text-decoration: underline;
	margin: 3px;
	padding: 3px;
}
#bottom h6 {
	color: #999;
	font-size:9px;
	padding:0px 0px 5px 6px;
	margin:0px;
	}
.rtBG {
	background-image: url(images/BGexpYelGre.gif);
}
.rtBGAlt {
	background-image: url(images/BGexpYelGre_alt.gif);
}
.99cBG {
	background-color: #99C;
}
.scRtCol {
	background-color: #5A6528;
	background-image: url(images/bgSCrtCol.jpg);
	background-repeat:no-repeat;
}
.bgWhite {
	background-color: #FFFFFF;
}
.bgCream {
	background-color: #FFFFCC;
}
.FC0bg {
	background-color: #FC0;
}

/*---- Archive ----*/
#archive {
	margin-top:25px 0px 10px;
}

/* Did you know  */
.didYouTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}
.didYouCopy{color: #FFFFFF}
a.didYouLink:link, a.didYouLink:visited, a.didYouLink:active {
	font-size: 11px;
	color: #FFCC00;
	text-decoration: underline;
}
a.didYouLink:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
.didYouRaquo{color: #FFCC00}


.FC0bg {
	background-color: #FC0;
}
