/**************************************************************
 Cookbook: Thumblist
**************************************************************/

img.thumbs {
  border: 0px;
  background-color: #CCCCCC;
  margin:2px;
  padding:4px;
  vertical-align: middle;
}

img.thumbs:hover, table.thumbtable td.thumbtd div.img:hover {
  background-color: #C3B8A3;
}

table.thumbtable img.thumbs {
  border: 0;
  padding:0;
}

table.thumbtable td.thumbtd {
  margin:4px; 
  padding:2px;
}

table.thumbtable td.thumbtd:hover {
  border-color:red;
}

table.thumbtable {
  border:1px solid #CCCCCC;
}

table.thumbtable td.thumbtd div.img {
  border: 1px solid #CCCCCC;
  text-align:middle;
}

table.thumbtable td.thumbtd div.caption {
  font-size:.8em;
  overflow:hidden;
  padding:0px;
  line-height:1.1em;
}

/**************************************************************
 Calendar - css style 1
**************************************************************/

.calendar table {
  border: 0px;
  border-spacing: 0px;
  background-color: transparent;
}

.calendar .change {
  color: #9B8966;
  font-size: 15px;
  font-weight: bold;
}

.calendar .change a {
  text-decoration: none;
}

.calendar .change a:hover {
  text-decoration: underline;
}

.calendar .month {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}

.calendar .weekday {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}

.calendar td {
  padding: 4px;
  color: #CCCCCC;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.calendar td a {
  color: #9B8966;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.calendar td a:hover {
  text-decoration: underline;
} 

.calendar .sel {
  background-color: #9B8966;
}

.calendar .sel a {
  color: #FFFFFF;
}

/**************************************************************
 Forum - css style 1
**************************************************************/

.forumthread div.title {
  font: 400 1.5em "trebuchet ms", serif;
  font-weight: bold;
  background-color: transparent;
}

.forumthread div.title a {
  font-weight: none;
  text-decoration: none;
}

.forumthread div.title a:hover {
  font-weight: none;
  text-decoration: underline;
}

.forumthread div.comment {
  padding: 4px;
  text-align: left;
  background-color: #F2F2F2;
}

.forumcomment div.title {
  font-weight: none;
}

.forumcomment div.title a {
  font-weight: none;
  text-decoration: none;
}

.forumcomment div.title a:hover {
  font-weight: none;
  text-decoration: underline;
}

.forumcomment div.body {
  padding: 4px;
  text-align: left;
  background-color: #F2F2F2;
}

.forumcomment div.info {
  font-weight: none;
  font-size: 10px;
  text-align: right;
  background-color: #FFFFFF;
}

/**************************************************************
 Forum - css style 2
**************************************************************/

.forumthread2 div.title {
  font-weight: none;
  background-color: transparent;
}

.forumthread2 div.title a {
  font-weight: none;
  text-decoration: none;
}

.forumthread2 div.title a:hover {
  font-weight: none;
  text-decoration: underline;
}

.forumthread2 div.comment {
  padding: 4px;
  text-align: left;
  background-color: transparent;
}

.forumcomment2 div.title {
  font-weight: none;
}

.forumcomment2 div.title a {
  font-weight: none;
  text-decoration: none;
}

.forumcomment2 div.title a:hover {
  font-weight: none;
  text-decoration: underline;
}

.forumcomment2 div.body {
  padding: 4px;
  text-align: left;
  background-color: transparent;
}

.forumcomment2 div.info {
  font-weight: none;
  font-size: 10px;
  text-align: right;
  background-color: transparent;
}

/**************************************************************
 Gallery/videos page changer
**************************************************************/

.pageChanger td {
  font: 600 2.5em "trebuchet ms", serif;
  padding: 10px;
}

/**************************************************************
 Slide
**************************************************************/

.slidemenu a {
  padding: 4px;
  font-size: 10px;
  font-weight: none;
  border: 2px solid #5a5a5a;
  color: #000000;
  text-decoration: none;
}

.slidemenu a:hover, .slidemenu a.wactive {
  border: 2px solid #5a5a5a;
  background: #5a5a5a;
  color: #FFFFFF;
  text-decoration: none;
}

/**************************************************************
 idTabs
**************************************************************/

/* root element for tabs  */
ul.tabs {  
	margin:0 !important; 
	padding: 0;
	height: 30px;
}

/* single tab */
ul.tabs li {  
	float: left;	 
	padding: 0; 
	margin: 0;  
	list-style-type: none;	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	float: left;
	font-size: 12px;
    font-weight: bold;
	display: block;
	padding: 5px 20px;	
	text-decoration: none;
	border: 1px solid #5A5A5A;
	border-bottom: 0px;
	height: 20px;
	background-color: #F2F2F2;
	color: #000000;
	margin-right: 2px;
	position: relative;
	top: 1px;	
}

ul.tabs a:hover {
	background-color: #5A5A5A;
	color: #FFFFFF;
    font-weight: bold;
    cursor: hand;
}
	
/* selected tab */
ul.tabs a.current {
	background-color: #5A5A5A;
	color: #FFFFFF;
    font-weight: bold;
	cursor: default;
}
	
/* tab pane */
div.panes {
	border-top: 1px solid #5A5A5A;
}
