@charset "UTF-8";
/* CSS Document */
	
body{
	margin: 0;
	padding: 0;
}

/*--------------------LEGEND -----------------------+
|                                                   |
| .content   -- the content div, also the className |
|               for tabSystem divs                  |
| .tabs      -- the div that holds all tabs         |
| .tab       -- an inactive tab                     |
| .tabActive -- an active tab                       |
| .tabHover  -- an inactive tab onMouseOver         |
|___________________________________________________*/

.content {
	position: relative;
	margin: 34px 0 0 0;
	font-family: Trebuchet MS, Arial, sans-serif;
	padding: 0;
	border: none;
	z-index: 500;
	background-color: #fff;
	width: 600px;
	height: 320px;
}

div.tabs {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: default !important;
	z-index: 1000;
	width: 600px;
	clear:both;;
}
img.tab {
	position: relative;
	border: 0;
	color:#333;
	z-index: 100;
	margin: 0 -1px 0 0;
	cursor: pointer !important;
}
img.tabActive {
	position: relative;
	border: 0;
	z-index: 100000;
}
img.tabHover {
	position: relative;
	border: 0;
	z-index: 1200;
}	
.startline {
	color: #BCBCBC;
	background-color: #BCBCBC;
	height: 2px;
	border: none;
}
#div_content {
	margin: 0px 0 0 0;
	padding: 0;
	position: relative;
}

#div_gallery {
	margin: 0px 0 0 0px;
}
/* latest posts */
.post_title { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#000000; padding:10px 10px 0 10px; }
.post_title_link { color:#000000; }
.post { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666; padding:10px; }
/* alternating row colors for posts */
td.rowOn { background: #ffffff; } 
td a { text-decoration:none; color: #666666; }
