@charset "UTF-8";
/* CSS Document */

html{
  background: #fff url(../../images/v3/global/ccn_bg09.jpg) no-repeat scroll top center;
	margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background:  url(../../images/v3/global/ccn_sidebg_bare.jpg) repeat-y 50% 0%;
	margin: 0; 
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers */
	color: #404041;
	font-size:11px;
}

#container {
  width: 725px;
}

span {
	margin: 0; 
	padding: 0;
}

.clear {
	clear: both;
}

.float_l {
	float: left;
}

/* global text styles*/
p {
	margin:  0 0 18px 0;	
	color: #404041 ;	
	line-height: 18px;
}

h1 {
  font-family: Arial Black, Arial, Verdana, Geneva, sans-serif;
  font-size: 18px;
  margin: 0 0 0px 0;
  color: #608995;
  padding: 0 0 10px 0;
  line-height: 18px;
}
h2 {
	font-family: Arial Black, Arial, Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin: 0 0 0px 0;
	color: #565351;
	padding: 0 0 10px 0;	
	line-height: 18px;
}

h3 {
  font-family: Arial Black, Arial, Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin: 0 0 0px 0;
	color: #9B5C32;
	padding: 0 0 10px 0;	
	line-height: 16px;
}

h4{ color: #648F9B;
	font-family: Arial Black, Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0 0 0px 0;
	padding: 0 0 10px 0;	
	line-height: 18px;
}
a {
	color: #9B5C32;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
a:hover{
	color: #B7724B;
}

.reg_link {
	color: #404041;
}

.logotitle {
	padding: 0 0 0 85px;
	font-family: Arial Black, Arial, Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #fff;
	font-style: italic;
        font-weight: bold;
}
.showme {
	padding: 0;
	font-size: 8px;
	color:#999;
	margin: 0;
}

/* top banner */
h1.ccnTitle{
  font-family: Arial Black, Arial, Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin: 0 0 0px 0;
	color: #706964;
	padding: 6px 0 8px 85px;
}

#topbanner{
	width: 1032;
	overflow: hidden;
}
#logodiv{
	float:left;
	width: 250px;
	height:70px;
}

#logodiv a{
  display:block;
  height:70px;
  margin-left:-200px;
}

/* main body*/
#main {
  width: 600px;
	background:  url(../../images/v3/global/ccn_mainbg2.jpg) no-repeat -80px 0px;
	margin: 12px 0 0 50px;
	padding: 25px;
}

/* footer*/
#footer {
	width: 600px;
	margin: 12px 0 0 50px;
	padding: 24px 25px 0;
	clear:both;
	text-align:center;
	
}

div#footer div#seoFooter p, div#footer div#seoFooter p a{
  color:#CCC !important;
}

/* galleries */

ul.imageList{}

ul.imageList li.imageWrap{
  width:176px;
  height:210px;
  border:1px solid #CCE5EA;
  overflow:hidden;
  float:left;
  position:relative;
  text-align:center;
  background-color: #FFF;
  margin:4px;
}

ul.imageList li.imageWrap p{
  padding:4px 6px 0;
  text-align:left;
  margin-bottom:0px !important;
  line-height:12px !important;
}

ul.imageList li.imageWrap p.imageDate{
  font-size:.9em;
  font-style:oblique;
}

ul.imageList li.imageWrap p.galleryType{
/*  font-weight:bold;*/
  color:#AAA;
}

ul.imageList li.imageWrap p.imageDescription{
  font-weight:bold;
}

div.imageEditWrap{
  position:absolute;
  top:4px;
  left:4px;
}

div.imageDelWrap{
  position:absolute;
  top:4px;
  right:4px;
}


/*
  transactions
*/

table.transTable{
  text-align:left;
  width:100%;
  margin-bottom:12px;
}

table.transTable td{
/*  vertical-align:text-top;*/
  border-right:1px solid #CCE5EA;
}

table.transTable th, table.transTable td{
  padding:6px;
}

table.transTable th.end, table.transTable td.end{
  border:0;
}

table.transTable th{
  background-color: #ADCE6E;
  color:#FFF;
  font-weight:bold;
  border-right:1px solid #FFF;
}

table.transTable tbody tr{
  background-color: #FFF;
}

table.transTable tbody tr:hover{
  background-color: #CCE5EA;
}

/*
  faq popup
*/

div#faqPopupWrap{
  text-align:left !important;
}

/*
  misc
*/
a.bigButton{
  background:transparent url(/images/v3/global/big_button_bg.png) no-repeat scroll 0px 0px;
  color:#706964;
  font-size:12px;
  font-weight:bold;
  padding:8px 30px 8px 10px;
  text-align:center;
  text-transform:uppercase;
  width:100px;
}
