/***********************************************/
/* TCP common style sheet                      */
/***********************************************/

body{
	font-family: Helvetica,sans-serif;
	color: #000000;
	background-color: white;
	font-size: 14px;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}


a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #666666;
    color:#FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
 font-family: Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
}
h1{
 font-size: 24px;
 font-weight: bold;
 color: #0066CC;
}
h2{
	color: #cc9966;
	font-size:18px;
	font-weight: Normal;
}
h3{
 font-size: 18px;
 color: #334d55;
 font-weight: bold;
}
h4{
 font-size: 13px;
 font-weight: bold;
 color: #333333;
}
h5{
	color: #cc9966;
	font-size:14px;
	font-weight: bold;
}


label {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
}

dt {
	background-color:#FFFFFF;
	color: #334d55;
	font-weight: bold;
}

/***********************************************/
/* Home page What's New section                */
/***********************************************/

ul.homeList { 
  color: #cc9966;
  list-style-position: outside;
  list-style-type: square;
}
ul.homeList  ul {
  color: #cc9966;
  list-style-position: outside;
  list-style-type: disc;
}

/***********************************************/
/* for standard page               */
/***********************************************/

#main {
width: 100%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

a.historyLink:link {
	color: #0066CC;
	text-decoration: underline;
}
a.historyLink:visited {
	color: #660099;
	text-decoration: underline;
}
a.historyLink:hover {
	text-decoration: none;
	background-color: #666666;
    color:#FFFFFF;
}

a.highlightMe:link {
	background-color: white;
}
a.highlightMe:visited {
	background-color: white;
}
a.highlightMe:hover {
	background-color: #f0f8ff;
}

.Attention {
	font-style: normal;
	color: #cc0000;
}

.NoticeMe {
font-weight: bold;
color: #CC6600;
}

a.NoticeMe:link {
font-weight: bold;
color: #CC6600;
background-color: #FFFFFF;
}

a.NoticeMe:visited {
font-weight: bold;
color: #CC6600;
background-color: #FFFFFF;
}

a.NoticeMe:hover {
font-weight: bold;
color: #ffffff;
background-color: #666666;
}

.muted {
    font-style: normal;
	font-weight: normal;
	color: #334d55;
}
.mutedBold {
    font-style: normal;
	font-weight: bold;
	color: #334d55;
}
.goldBold {
	font-style: normal;
	font-weight: bold;
	color: #cc9966;
}
.goldText {
	font-style: normal;
	font-weight: normal;
	color: #cc9966;
}
.incTopMargin {
  margin-top: 6px;
}

/*********** Navigation Bar styles ***********/

.navList    ul a:link, .navList ul a:visited {display: block;}
.navList    ul {list-style: none; margin: 0; padding: 0; font-size: 14px; line-height: 1.4em;}
.navList    h1 {
  font-family: Helvetica, sans-serif; 
  font-size: 12px;
  color: #cc9966;
}
.navList li {border-bottom: 1px solid #EEE;}

/* tcp page heading with bottom border */
.pageHead     { text-align: left; color: #0066cc; background-color: white; background-repeat: 
               repeat; background-attachment: scroll; font-size: 1.5em; font-weight: bold;
               border-left: 0px solid #0066cc; border-right: 0px solid #0066cc; 
               border-top: 0px solid #0066cc; border-bottom: 3px solid #0066cc; 
               background-position: 0% 50% }

ul.squiggleList { 
  list-style-image: url(Images-common/bulletSquiggle.gif);
  list-style-position: outside;
  list-style-type: square;
}
ul.squiggleList  ul {
  list-style-image: url(Images-common/bulletDot.gif);
  list-style-position: outside;
  list-style-type: disc;
}

ul.BulletLinkList { 
  list-style-image: url(Images-common/linkBullet.gif);
  list-style-position: outside;
  list-style-type: square;
}
ul.BulletLinkList  ul {
  list-style-image: url(Images-common/linkBullet.gif);
  list-style-position: outside;
  list-style-type: disc;
}


.infoTable {
	font-weight: normal;
}
.infoTable th {
font-family: Helvetica, sans-serif;
font-size: 14px;
color: #000000;
font-weight: bold;
text-align: Center;
vertical-align: top;
}
.infoTable td {
font-family: Helvetica, sans-serif;
font-size: 14px;
color: #000000;
font-weight: normal;
text-align: left;
vertical-align: text-top;
}
.infoTable caption {
	color: #cc9966;
	font-size: inherit;
	font-weight: bold;
	text-align: center;
}
.infoTable label {
font-family: Helvetica, sans-serif;
font-size: small;
color: #000000;
font-weight: bold;
text-align: left;
vertical-align: bottom;
}

.FormTable {
	font-weight: normal;
}
.FormTable th {
font-family: Helvetica, sans-serif;
font-size: small;
color: #000000;
font-weight: bold;
text-align: Center;
vertical-align: top;
}
.FormTable td {
font-family: Helvetica, sans-serif;
font-size: small;
color: #000000;
font-weight: normal;
text-align: left;
vertical-align: text-top;
}
.FormTable caption {
	color: #cc9966;
	font-size:Large;
	font-weight: Normal;
	text-align: left;
}
.FormTable label {
font-family: Helvetica, sans-serif;
font-size: small;
color: #000000;
font-weight: bold;
text-align: left;
vertical-align: bottom;
}

.CompactTable th {
	text-align: left;
	padding-top: 6px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.CompactTable td {
	padding-top: 6px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
/**** Banner and Customer Comment styles ****/
.BannerBox {
border-style: outset;
border-width: medium;
border-color: #f0f8ff;
text-align: center;
font-size: 11px;
color: #000000;
background-color: #f0f8ff;
}

.BannerBox a {
display: block;
padding: 3px;
}
.BannerBox a:hover {
background-color: #0066cc;
color: #FFFFFF;
}

.ReverseHoverLink a {
background-color: #FFFFFF;
color: #0066CC;
}
.ReverseHoverLink a:hover {
background-color: #0066CC;
color: #FFFFFF;
}

/*********** Calendar styles ***********/
.CalTable {
background-color: #FFFFFF;
border: 1px solid #999999;
}
.CalTable td {
font-family: Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-weight: normal;
text-align: Left;
vertical-align: top;
border: 1px solid #999999;
}
.CalTable th {
font-family: Helvetica, sans-serif;
font-size: 12px;
color: #999999;
font-weight: bold;
text-align: center;
vertical-align: bottom;
border: 1px solid #999999;
}
.CalTable caption {
font-family: Helvetica, sans-serif;
font-size: 14px;
color: #999999;
font-weight: bold;
text-align: left;
}
.NotesTable {
	background-color: #FFFFFF;
}
.NotesTable td {
font-family: Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-weight: normal;
text-align: left;
vertical-align: top;

}
.NotesTable caption {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #cc9966;
	font-weight: bold;
	text-align: Center;
}

.NotesText {
font-family: Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-weight: normal;
}

.goldBoldNotesText {
font-family: Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #cc9966;
}
.goldNotesText {
font-family: Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #cc9966;
}


.scheduleTable caption {
	color: #cc9966;
	font-size: small;
	font-weight: bold;
	text-align: Center;
}

.Specialtext {
	font-style: normal;
	color: #cc0000;
}
.Specialtext a:link {
	text-decoration: underline;
	color:#cc0000;
}
.Specialtext a:visited {
	text-decoration: underline;
	color:#cc0000;
}
.Specialtext a:hover {
	text-decoration: none;
	background-color: #666666;
	color:#ffcccc
}
.FreeText {
	font-style: normal;
	color: #0066CC;
}
.FreeText a:link {
	text-decoration: underline;
	color:#0066CC;
}
.FreeText a:visited {
	text-decoration: underline;
	color:#0066CC;
}
.FreeText a:hover {
	text-decoration: none;
	background-color: #666666;
	color:#ccffff;
}
.PremiumText {
	font-style: normal;
	color: #006600;
}
.PremiumText a:link {
	text-decoration: underline;
	color:#006600;
}
.PremiumText a:visited {
	text-decoration: underline;
	color:#006600;
}
.PremiumText a:hover {
	text-decoration: none;
	background-color: #666666;
	color:#99ff99;
}

.CalNumber {
font-family: Helvetica, sans-serif;
font-size: 24px;
color: #000000;
font-weight: bold; }

.formArea {
	font-weight: normal;
	background-color: #f0f8ff;
	border: 1px solid #0066cc;
	padding: 2%;
}
.FormArea label {
font-family: Helvetica, sans-serif;
font-size: small;
color: #000000;
font-weight: normal;
text-align: left;
vertical-align: bottom;
}
.formArea table caption {
font-weight: bold;
color: #000000;
text-align: left;
}
.formArea th {
font-weight: normal;
text-align: left;
}
.updateForm {
	font-weight: normal;
	background-color: #f0f8ff;
}
.updateForm h1 {
font-size: medium;
font-weight: bold;
color: #000000;
}
.updateForm label {
color: #000000;
font-weight: bold;
}
.updateForm caption {
text-align: left;
color: #cc9966;
font-weight: bold;
}
.updateForm th, td {
vertical-align: top;
}
.linedTable table {
background-color:#FFFFFF;
font-family: helvetica;
color:#000000;
}
.linedTable th {
text-align: left;
font-weight: normal;
font-size: 14px;
vertical-align: bottom;
border-bottom: thin solid #CCCCCC;
}
.linedTable td {
text-align: left;
font-weight: normal;
font-size: 14px;
vertical-align: bottom;
border-bottom: thin solid #CCCCCC;
}
.linedTable caption {
font-size: 14px;
font-weight: bold;
color: #cc9966;
text-align: left;
}
.linedTable a:link {
	color: #0066CC;
	text-decoration: none;
}
.linedTable a:visited {
	color: #6600CC;
	text-decoration: none;
}
.linedTable a:hover {
	text-decoration: none;
	background-color: #666666;
    color:#FFFFFF;
}
.dataTable th {
   background-color: #FCF8EF;
   border-top: 1px solid #999999;
   border-bottom: 1px solid #999999;
   border-left: 1px solid #999999;
}
.dataTable td {
   border-bottom: 1px solid #999999;
   border-left: 1px solid #999999;
}
/***********************************************/
/* for Resume pages                            */
/***********************************************/
.ResumeText {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.ResumeName {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.ResumeHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

/***********************************************/
/* for Registration pages                      */
/***********************************************/
table.RegList {
border-collapse: collapse;
}
tr.RegListAlt {
background-color: #f0f8ff;

}
th.RegList {
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
padding: 3px;
color: #000000;
background-color: #FFFBF2;
font-family: Helvetica, sans-serif;
font-size: 12px;
}
th.RegListLastCol {
border: 1px solid #999999;
padding: 3px;
color: #000000;
background-color: #FFFBF2;
font-family: Helvetica, sans-serif;
font-size: 12px;
}
td.RegList {
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
padding: 3px;
font-family: Helvetica, sans-serif;
font-size: 12px;
}
td.RegListLastCol {
border: 1px solid #999999;
padding: 3px;
font-family: Helvetica, sans-serif;
font-size: 12px;
}
/***********************************************/
/* for Career Quest '07                        */
/***********************************************/
.CareerQuest {
color: #CC0066;
font-weight: bold;
}
/***********************************************/
/* for Business Event Registration             */
/***********************************************/
table.BizReg {
	border-collapse: collapse;
	margin-top: .5em;
}
th.BizReg {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
td.BizReg {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.BizPurple {
	color: #7030A0;
	font-weight: bold;
}
.BizBlue {
	color: #2B3796;
	font-weight: bold;
}
.BizGreen {
	color: #00B050;
	font-weight: bold;
}
.BizRed {
	color: red;
	font-weight: bold;
}.BizOrange {
	color: #F60;
	font-weight: bold;
}