/*
near black #333333
med gray: link: #9a9a9a
dark green: hover: #204724
med blue: link blue: #900
med gray: link green hover: #999999
lighter green: #769075
lightest green: #d2d6c8
*/
/*************************************
 *  BASIC STYLES
*************************************/
/*
* {
	margin: 0;
	padding: 0;
}
*/
@import url("/images/eventPurchase.css");
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	margin:8px 0 0 0;
	background: transparent;
	text-align: center; 
	color: #333333;
}
p, div {
	font-size: 12px;
	line-height:120%;
	text-align:left;
	margin:0;
	/*background-color:#ffffff;*/
	color: #333333;
}
.clear {clear:both;
	height:1px;
	}
ul.register-list {
    margin: 0 0 5px 0;
    padding:0px 0 5px 30px;
    border: 0px none; 
    list-style-position: outside;
    list-style-type: square;
    } 
ul.register-list li {
	font-size:12px;
	text-align:left;
	padding-bottom:5px;
	}
a {margin: 0px 0px; padding: 0px 0px; text-decoration:none;}
a:link { color:#9A0000; text-decoration:none; }
a:active { color:#000; text-decoration:none;}
a:visited { color:#9A0000; }
a:hover { color:#000; text-decoration:underline;}
/*table.center {
	margin-left:auto;
	margin-right:auto;
}*/
#logo {
    position: absolute;
    top:30px;
    left:25px;
    width:300px;
    height:80px;
    text-decoration: none;
    border: 0px !important;
    outline: 0px;
}
#logo:active {
    text-decoration: none;
    border: 0px !important;
}
#logo:focus {outline: 0px;}
tr { vertical-align: top; }
td {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color:transparent;*/
	color: #333333;
	line-height:130%;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	empty-cells: show;
}
.label { 
    text-align: right; 
    padding:5px 2px;
    font-weight:bold;
}
td.centerbutton {text-align: center; padding-left:50px; }
/*td.rightbutton { text-align: right; }
td.leftbutton {	text-align: left; }*/
td.grayhighlight, tr.grayhighlight { background-color: #F1F1F1; }
hr {
}
hr.double {
}
form {
	margin:8px 5px 3px 5px;
	padding: 0;
	display:block;
}
/*input.submit {
	background:transparent;
	font-weight:bold;
	font-size: 9px;
	letter-spacing:1px;
	padding:1px;
	outline:none;
	margin:0;
	color: #333333;
}
input.submit a:hover { color:#999999;}*/
input {padding:1px; margin:2px; }
select {font-size:11px; }
.largetext {
    font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.boldtext {
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.boldcolortext {
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
/* first,last name labels on profileForm; link to what's my ctm on profileFormS */
.small {
	font-size: 10px;
	font-weight:bold;
	color: #000;
}
/* forgot password link on loginTable */
.smallright {
	color:#669;
	font-size: 10px;
	font-weight:bold;
	letter-spacing:1px;
	margin-top:15px;
	padding-left:6px;
	text-align: left;
}
.smallright a:link { COLOR: #669; TEXT-DECORATION: none; }
.smallright a:visited { COLOR: #669; TEXT-DECORATION: none; }
.smallright a:hover { COLOR: #999999; TEXT-DECORATION: underline; }
.messageDisplay {width:630px;
	/*margin:0 auto;*/
	text-align:left;
	margin:10px 75px 20px 75px;
	padding:0;
	}
h1 { margin-top:5px; margin-bottom:0; padding:0; font-family:Arial; font-size:20px; color:#333; }
span.fatTitle{
    font-weight:bold;
    font-size:20px;
}
p.article-author {font-size:12px;
	font-weight:normal;
	color:#999;
	text-align:left;
	margin:5px 0 0 0;
	}
.article-date-posted {	font-size:11px;
	font-weight:normal;
	color:#999;
	margin:0 0 5px 0;
	}
.article-summary {margin-top:10px; }

.copyRed {padding:10px;
	text-align:center;
	color:#990000;
	font-weight:bold;
	font-size:15px;
	}
.copyBlack {padding: 5px 20px 0px 20px;
	text-align:center;
	color:#333;
	font-weight:bold;
	line-height:150%;
	font-size:15px;
	}
   
/*.copyGray {font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 20px 0px 20px;
	text-align:center;
	color:#666;
	font-weight:bold;
	line-height:150%;
	font-size:18px;
	}*/
.smallRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #9A0000;
    font-size: 11px;
}
.largeRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #9A0000;
}
/***************************************************
 * MAIN SITE -- MASTHEAD
 ***************************************************/
.siteborder {background:transparent;
	width: 798px; 
	/*height:720px;*/
	min-height:680px;
	height:auto;
	margin: 0 auto; 
	padding: 0px;
	text-align: left; 
	/*border:1px solid #a4a6af;	*/
	}
.siteborder_b {border:1px solid #a4a6af;	
	width:798px;
 	height: 110px;
	padding:0;
	margin:0;
}
.siteborder_l {
	float:left;
	width:410px;
	margin:0 0 0px 0;
	padding:10px;
	font-size: 9px;
	color:#333333;
	line-height:90%;
	text-align:left;
	/*border-right:1px solid #999999;*/
	}
/*.siteborder_r {
	width:395px;
	height:100px;
	display: inline;
	float:right;
	font-size:11px;
	text-align:left;
	margin:0 0px 0 0px;
}*/
.sitecopy {
	/*background: transparent url(/images/nav-bg-fixed.gif) repeat-y left top;  */
	width:798px; 
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color: #333333;
	background-color:transparent;
	border:1px solid #a4a6af;	
}
/* used for bannerMsg */
.sitelink {
	float: left; 
	margin:0;  
	padding:0;	
	list-style: none;
	color:#ffffff;
	text-decoration: none;
}
.sitelink a:link { color:#ffffff; text-decoration:none; }
.sitelink a:visited { color: #ffffff; text-decoration:none; }
.sitelink a:hover { color: #204724; text-decoration:underline; }
/* used for back to homepage */
.sitehomelink {
	float: left; 
	margin:0;  
	padding:0;	
	list-style: none;
	color:#ffffff;
	text-decoration: none;
}
.sitehomelink a:link { color: #ffffff; text-decoration:none; }
.sitehomelink a:visited { color: #ffffff; text-decoration:none; }
.sitehomelink a:hover { color: #204724; text-decoration:underline; }
/* used for colored bar between top logo area and content area */
/*.sitehighlight {
	color:#ffffff;
	float: left; 
	margin:0;  
	padding:0;	
	width: 980px;
	list-style: none;
/*	background: #204724 url(/images/white1px.gif) repeat-x left top;  */
/*	background-color: #204724;*/
	/*height: 20px;
	display: inline; 
	border-left: 1px solid #204724;
	border-right: 1px solid #204724;
	border-bottom: 1px solid #204724;
}*/
.sitehighlight a:link { COLOR: #ffffff; TEXT-DECORATION: none; }
.sitehighlight a:visited { COLOR: #ffffff; TEXT-DECORATION: none; }
.sitehighlight a:hover { COLOR: #ffffff; TEXT-DECORATION: underline; }
.sitehighlight_b {
}
.sitehighlight_lt {
}
.sitehighlight_rt {
}
/***************************************************
 * LEFT NAV
 ***************************************************/
/* background of left nav */
/*.navhighlight {
	width: 160px; 
	float: left;
	margin:0;
	padding:0;
	text-align:center;
	color:#669;
	display:block;
	padding:4px 0 5px 0;
	background: #e9eddf;
}*/
.navheader {background:#669;
	width:798px;
	padding:0;
	margin: 0px 0 0 0;
	list-style-type: none;
	text-align: right; 
	border-left:1px solid #a4a6af;	
	border-right:1px solid #a4a6af;	
	}
.navheader ul {background:#669; 
	margin:0;
	padding:2px;
	}
.navheader li{
	display: inline;
	margin: 0;
	/*width:100px;*/
	}

.navheader li a{background:transparent;
	text-transform:uppercase;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	padding: 15px;
	/*width:100px;*/
	margin: 0;
	color: #fff;	
	}

.navheader li a:visited{
	color: #fff;
	}

.navheader li a:hover{
	text-decoration: underline;
	color:#fff;
	}

.navheader li a.selected{ 
	background:#fff;
	position: relative;
	top: 1px;
	/*padding-bottom:4px;*/
	}
	
.navheader li a.selected:hover{
	text-decoration: none;
	color: #999;
	}
/*.navsublink {
	margin:0;
	padding:0;
	text-align:center;
	color:#669;
	display:block;
	padding:4px 0 5px 0;
	font-weight: normal;
}
.navsublink a:link { COLOR: #669; TEXT-DECORATION: none; }
.navsublink a:visited { COLOR: #669; TEXT-DECORATION: none; }
.navsublink a:hover { COLOR: #666666; TEXT-DECORATION: underline; }*/
/***************************************************
 * CENTER PAGE MESSAGING
 ***************************************************/
.msgheaderbar {
	padding: 10px 0 0 5px;
	}
.msgheader {
	color:#333;
	font-weight: bold;
	
}
.msgheader a:link { color:#9A0000; text-decoration: none; }
.msgheader a:visited { color:#9A0000; text-decoration: none; }
.msgheader a:hover { color:#000; text-decoration:underline; }
.msglink {
	margin:0;
	padding:0;
	text-align:left;
	color:#9A0000;
	display:block;
	font-weight: normal;
}
.msglink a:link { COLOR: #9A0000; TEXT-DECORATION: none; }
.msglink a:visited { COLOR: #9A0000; TEXT-DECORATION: none; }
.msglink a:hover { COLOR: #000; TEXT-DECORATION: underline; }
.msgsublink {
	margin:0;
	padding:0;
	text-align:left;
	color:#9A0000;
	display:block;
	font-weight: normal;
}
.msgsublink a:link { COLOR: #9A0000; TEXT-DECORATION: none; }
.msgsublink a:visited { COLOR: #9A0000; TEXT-DECORATION: none; }
.msgsublink a:hover { COLOR: #000; TEXT-DECORATION: underline; }
/* header line for forms */
/*tr.formheader,*/ td.formheader  {
	/*float: left;*/
	/*margin:0px;*/
	padding:4px 5px 5px 5px;
	text-align:left;
    font-size:14px;
	color:#FFF;
	/*display:block;*/
	background: #a1a1a1 none repeat scroll 0 0;
	font-weight: bold;
	border-top:1px solid #555;
    margin-bottom: 30px;
}

 
/* header line for login message tables */
table.login {
	width: 590px;
	padding: 3px 3px 3px 3px;
	text-align:left;
	/*margin-top:auto;
	margin-right:auto;
	margin-botom:auto;
	margin-left:auto;*/
	margin:0 auto;
	margin-top:15px;
    margin-bottom: 30px;
	vertical-align: top;
	/*empty-cells: show;*/
	/*display: block;*/
}
table.login ul {
    margin: 0 0 5px 0;
    padding:0px 0 5px 30px;
    border: 0px none; 
    list-style-position: outside;
    list-style-type: square;
    } 
table.login li {
	font-size:12px;
	text-align:left;
	padding-bottom:5px;
	}
tr.tableheader {
	vertical-align: top;
	/*background: #d2d6c8;*/
}
tr.tablebody {
	vertical-align: top;
	/*background: #ffffff;*/
}
td.tableheader {
	vertical-align: top;
	margin:0; 
	padding:5px 5px 7px;
	text-align:left;
	color:#FFF;
	background: #555;
	font-weight: bold;
    font-size:14px;
	border-left: 4px solid #ccc;
	border-right: 4px solid #ccc;
	border-top: 4px solid #ccc;
	width: 260px;
}
td.tablebody {
	vertical-align: top;
	margin:0;  
	padding:6px 6px 7px;
	text-align:left;
	color:#333333;
	background: #fff;
	border-left: 4px solid #ccc;
	border-right: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
/*
	border-right: 1px solid #999999; 
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
*/	
	width: 260px;
}
td.tablebody table {
	margin: 5px;
}
/***************************************************
 * FOOTER
 ***************************************************/
div.footerlink {
	margin:15px 0 10px 0;
	padding:10px;
	text-align:center;
	font-size:11px;
	color:#333333;	
	background-color:transparent;
	border-top:1px solid #a4a6af;

	}
/*.footerlink a:link { font-weight:bold; color:#333333; TEXT-DECORATION: none; }
.footerlink a:visited { font-weight:bold; color:#333333; TEXT-DECORATION: none; }
.footerlink a:hover{ font-weight:bold; color:#58755b; TEXT-DECORATION: none; }*/




/* mastheadPrint styles */

.plsiteborder {  border: 1px solid; border-color: #999999}
.topshade_b { background-image: url(/images/topshade_b.jpg); background-repeat: repeat-x; background-position: top}

div.boundary { border-bottom: 1px solid #ccc; margin-top: 5px; margin-bottom: 5px;}
div.pladdress { 
  font-size: 16px;
  font-weight:bold;
}
.largebold { 
  font-size: 14px;
  font-weight:bold;
}
.mastheadprintpagename { 
  font-size: 14px;
  font-weight:bold;
  color: #FFFFFF;
  padding: 10px 0px 10px 0px;
}
td.pltableheader {
  font-size: 12px;
  background-color: #006699;
  vertical-align: middle;
  text-align:center;
  color: #FFFFFF;
  padding: 10px 0px 10px 0px;
}
td.pltablecell {
  background-color: #FFFFFF;
  vertical-align: top;
  text-align:center;
  color: #000000;
  padding: 10px 0px 10px 0px;
  border: 1px solid #ccc;
}
td.pltablecellphoto {
  background-color: #FFFFFF;
  vertical-align: top;
  text-align:center;
  color: #000000;
  padding: 10px 0px 10px 0px;
  border: 1px solid #ccc;
}
P.pagebreak {page-break-before: always}


.confirmP {
    font-size: 14px;    
    width: 700px;    
    text-align: left;    
    font-weight: bold;    
    color: #333333;    
    margin-bottom: 10px;
}

.confirmPnobold {
    font-size: 12px;
    width: 700px;
    text-align: left;
    margin-bottom: 10px;
}

div#confirmContainer {
    border-bottom: 1px solid #ccc;
    background: #f7f7f7;
    background-image: url(pnt-072e58-eeeeee.gif);
    background-repeat: no-repeat;
    background-position: 40px 0;
    padding-top: 11px;
}

div#confirmMargins {
    margin: 15px 25px;
}

/****************************************************************/
/*                 Clickshare Styles                            */
/****************************************************************/
 #csMainContentSub{
/* float:left; */
 display:block;
 padding: 2px 0px 2px 2px;
 width:750px;

 }

.csHeadContent{
 display:block;
 padding: 6px 0px 1px 1px;
 color:#990000;
 font-size:14px;
 border-bottom: 1px solid #ccc;
 font-weight:bold;
 margin-bottom:5px;
 }
.csHeadContent a:link, .csHeadContent a:visited{
  font-size:10px;
  color:#990000;
  margin-right: 10px;
  }

td.csFormHeader  {
	/*float: left;*/
	margin:0;
	padding:4px 4px 5px 4px;
	text-align:left;
	color:#777;
	/*display:block;*/
	padding:4px 5px 5px 5px;
	background: #f4f4f4;
	font-family:Arial, sans-serif;
	font-size:16px;
	/*font-weight: bold;*/
	border-top:1px solid #669;
}
td.csFormLabel {
	text-align: right;
    vertical-align: middle;
}
td.csFormLabelSmall {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #660000;
        font-size: 10px;
	text-align: left;
        vertical-align: bottom;
	margin:0;
	padding:0px 0px 0px 5px;
}

.csSmallText {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #660000;
    font-size: 11px;
}

.csLargeText {
    font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.csError {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	font-size: 11px;
}


