/** -------------------------------------
/** insert client specific styles here: re: header/footer etc..
/** -------------------------------------*/


/*
   FOOTER
-------------------------------------------------------*/
#stocking {
   height: 50px;
   background: url(/interface/images/bg-stocking.gif) repeat-x top left;
   border-bottom: 1px solid #dcdac7;
}

/** -------------------------------------
/** forum overides go here
/** -------------------------------------*/


/*
/** -------------------------------------
/** Header
/** -------------------------------------*/

#header {
	background: ;
	height: ;
	padding: ;
	position: ;
}

	#header-image {
		background: ;
		position: ;
		top: ;
		width: ;
	}
	
	#header-image span {
		margin-left: ;
	}


#member-links {
	position: ;
	top: ; right: ;
}

	#member-links li {
		border-left:;
		display:;
		margin-left:;
		padding-left:;
	}
	
	#member-links li.first {
		border:;
		margin:;
		padding:;
	}
	
	#member-links li a {
		color:;
	}


/* input#keywords {
      background: #b6c5d8;
      border: 1px solid #c6c7c8;
      font-size: 1.2em;
      padding: 3px;
      width: 150px;
   }*/
	input.loginField {
		background: #b6c5d8;
		border: 1px solid #c6c7c8;
		font-size: 1.2em;
		padding: 3px;
	}
	input#bSubmit, input#login {
		background: #b02b23;
		border: 1px solid #7f221b;
		color: #fff;
		font-size: 1em;
		margin-left: 5px;
		padding: 3px;
		text-transform: uppercase;
	}
	#search-box span a {
		color: #fff;
	}
	

/*
    Top Bar 
------------------------------------------------------ */ 

#topBar {
	margin:;
	background: url(/themes/forum_themes/CCA/images/bg-forum-head.gif) repeat-x top left;
	border-top: 1px solid #DCDAC7;
	border-right: 1px solid #DCDAC7;
	border-left: 1px solid #DCDAC7;
}
.topBarLinks a:link , .topBarLinks a:visited{
	color:#fff;
	}
/*
    Page Header 
------------------------------------------------------ */ 

#pageheader {
	padding: 10px 0 0 15px;
	background:#efedd7;
	border-right: 1px solid #DCDAC7;
	border-left: 1px solid #DCDAC7;
}
/*
    sub Header 
------------------------------------------------------ */ 
#subheader {
	margin:;
	background:#FFFCDF;
	border-right: 1px solid #DCDAC7;
	border-bottom: 1px solid #DCDAC7;
	border-left: 1px solid #DCDAC7;
}

/*
   Top Bar, Page Header,  sub Header LINKS
------------------------------------------------------ */ 
#topBar a, #topBar a:active, #topBar a:hover #topBar a:visited, #pageheader a, #pageheader a:active, #pageheader a:hover #pageheader a:visited, #subheader a, #subheader a:active, #subheader a:hover #subheader a:visited {
	color:;

}


.tableHeadingBG {
	background:url(/themes/forum_themes/CCA/images/bg-forum-head.gif) repeat-x top left;
}
.tableHeadingBG  a{
	float:;
}
.tableHeadingBG img {
	float:right;
}
.itempadbig {
	text-align:; /*center RSS icon*/
}

/*
    font sizes
------------------------------------------------------ */ 
.post p {
	font-size: ;
	line-height: ;
}

/*
    mini login
------------------------------------------------------ */ 
p.mini_login span{
	margin-right: ;
}

/*
    private messages
------------------------------------------------------ */ 
.privatemessagebox {
	background:#FFFCDF;
	margin-top: 10px;
	border: 1px solid #DCDAC7;
}

/*
    table cell background - alternating rows & border
------------------------------------------------------ */ 
.tableCellOne {
	background: #fff;
}
.tableCellTwo{
	background: #FFFCDF;
}
.tableRowHeading, .tableRowHeadingBold {
	background: #efedd7;
	border: 1px solid #DCDAC7;
}
.tableBorder {
	border: 1px solid #DCDAC7;
}
/*
margin between sections
------------------------------------------------------ */ 
.spacer {
	margin-bottom: ;
}

/*
   post count & ingore link
------------------------------------------------------ */ 
.smallLinks {
	float: right;
}

#forumtheme {
 background: url(/themes/forum_themes/CCA/images/forumctnr-bg.gif) no-repeat;
}

table {border-collapse:collapse}

/*
	User CP styles
------------------------------------------------------ */ 
.profileHeadingBG, .menuHeadingBG, .profileHead, .memberlistHead {
	background:url(/themes/forum_themes/CCA/images/bg-forum-head.gif) repeat-x top left;
}
.borderTopBot, .borderBot {
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}	

/*
    Button Formatting
	This controls the look of the various buttons, like
	the "NEW TOPIC" and "POST REPLY" buttons
------------------------------------------------------ */ 

.buttonLarge {
	background:				#00ABEF;
}
.buttonLargeHover {
	background:				#4AC0EF;
}


.buttonSmall {
	background:				#00ABEF;

}

.buttonSmallHover {
	background:				#4AC0EF;
}
