/* template by Erwin Denissen
   http://www.high-logic.com
   
top, right, bottom, left
   
*/

/* page */
html, * {
	padding:0;
	margin:0;
}
body {
	background-image:url('images/bodybg.jpg');
	background-repeat:repeat-x;
	background-color:#f9f9f0;
/*	margin:40px auto 10px auto;*/
	font-size:1.0em;
	color:#303030;
  font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
/*	font-family:Georgia, "Times New Roman", Times, serif; */
}

/* headers */
h1 {
	margin-top:-10px;
	font-size:3.4em;
	text-align:right;
	color:#ffffff;
}
h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
/*	color:#20376D;*/
}
h3 {
	font-size:1.3em;
	font-weight:normal;
/*	color:#20376D;*/
/*	border-bottom:1px solid #DDDDDD; */
}

/* paragraphs */
p {
	margin:2px 0 5px 0;
	line-height:1.3em;
}

/* links */
a {
	color:#0158ff;
	text-decoration:none;
/*	border-bottom:1px solid #96ACE0; */
}
a:hover {
	background-color:#CFD9F1;
}

.pagination {
	font-size:0.75em;
	margin:4px 0 4px 0;
	color:#536482;
}

.pagination a {
	padding: 0px 4px 0px 4px; 
	border:1px solid #96ACE0;
	background-color:#EEE;
}
.pagination a:hover {
	background-color:#CFD9F1;
}
.pagination span.current {
	padding: 0px 4px 0px 4px; 
	margin: 1px;
	font-weight: bold;
	border:1px solid #96ACE0;
	background-color:#CFD9F1;
}
p.pagCurrent {
/*	font-size:0.9em;
	margin:4px 0 4px 0;*/
	margin:0;
}
p.showing { 
/*	font-size:0.9em;
	margin:4px 0 4px 0;*/
	margin:0;
	float:right;
}

img.tableaction {
	border: 0px solid;
	margin-top: 1px;
	float: left;
}

.smoelfoto a:hover{
  background-color:transparent;
}
div#footer a {
  color:#000;
  text-decoration:none;
  border:0;
}
div#footer a:hover {
  background:inherit;
/*  text-decoration:underline;*/
  border:0;
}

/* lists */
ul, ol {
	margin:0 0 10px 30px;
/*  font-size:0.9em; */
}

div#content li {
	padding:2px 0 2px 0;
}

/* code */
code {
	display:block;
	border:1px solid #8BA043;
	background-color:#C4D194;
	padding:15px;
	margin:5px;
}

/* forms */
/*form {
	padding:10px 0;
	width:90%;
}*/
form fieldset {
	border:none;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:5px;
}
form fieldset legend {
	margin-left:-8px;
	font-weight:bold;
	color:#758738;
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
form label {
	font-weight:bold;
}
form input, form select, form textarea {
	padding:4px;
	color:#758738;
	font-size:0.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
form input.button {
	border:1px solid #8BA043;
	border-right:1px solid #758738;
	border-bottom:1px solid #758738;
	font-weight:bold;
	background-color:#C4D194;
}
form select.selectday {
	padding:4px;
	width: 55px;
/*	margin:10px;*/
/*  padding: 1px 3px;*/
}
form select.selectmonth {
  width: 120px;
/*	margin:10px;*/
/*  padding: 1px 3px;*/
}

/* container, header and nav */
div#container {
/*	background-color:#ffffff;*/
	width:940px;
/*	width:80%; */
/*	padding:5px;*/
	margin:0 auto;
}
div#header {
	background-image:url('images/head.png');
	background-repeat:repeat-x;
	background-color:transparent;
	height:64px;
}
div#header img {
	float:left;
	padding:4px 0 0 0;
}
div#header h1 {
	text-align:right;
	padding:10px 10px 0 0;
	margin:0;
	font-size:1.2em;
	color:#595959;
}
div#header p {
	text-align:right;
	padding:8px 10px 0 0;
	margin:0;
	font-size:0.7em;
	color:#595959;
}
div#header a {
	color:#2d72aa;
	background-color:transparent;
	text-decoration:underline;
/*	text-decoration:none;*/
}

div#header a:hover {
	text-decoration:underline;
}
div#nav {
	background-image:url('images/navbgdefault.gif');
	background-repeat:repeat-x;
	height:41px;
	border-left: 1px solid #8b8b8b;
	border-right: 1px solid #8b8b8b;
/*	border: 1px solid #8b8b8b; border-top: none;*/
}
div#nav ul {
	margin:0;
	padding:0;
}
div#nav ul li {
	display:block;
	float:left;
/*	padding-right:10px; */
}
div#nav ul li a {
	float:left;
	border:none;
	padding:13px 10px 7px 10px;
	height:21px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
  border-right: 1px solid white;
}
div#nav ul li a:hover {
	background-image:url('images/navbghover.gif');
}

div#nav ul li a.current {
  background-image:url('images/navbgactive.gif');
	color:#f4efbc;
}

/* content */
div#content {
	background-color:#ffffff;
	padding:10px 10px 4px 10px;
	border: 1px solid #8b8b8b; border-top: none;
}

/* footer */
div#footer {
	padding:5px;
/*	border-top:1px solid #CCCCCC;*/
}
div#footer p {
	font-size:0.7em;
	text-align:center;
	margin:0;
	padding:5px;
}

/* generic classes */
.bold {
	font-weight:bold;
}

#content777 {
	width: 588px;	
	float: left;	
	background-color: #ffffff;
	padding-top: 10px;
}

.smoeloverzicht {
	margin-left: 40px;
	padding-top: 10px;
/*	width:530px;*/
	text-align: center;
}

.smoel {
	margin-right: 10px;
/*	height: 120px; */
	width: 360px;
/*	float: left;*/
	}

.smoelfoto {
/*  margin:10px;*/
/*	padding-top:9px;*/
/*	height: 160px;*/
/*	width: 90px;*/
	text-align: right;
/*				background-color: red;*/
	}

.nickname		{
	text-align: right;
				font-family: Arial, Helvetica, verdana, sans-serif;	
				font-size: 12px; 
	font-weight:bold;
				height: 12px;
				color: #0;
/*				color: #5A84A5;*/
/*				background-color: #F4F5F5;*/
/*				padding-left:5px; 
				padding-right:5px; 
				padding-top: 4px; */ 
				padding-bottom: 4px;
				clear: both;
}

.smoelfacts {
	text-align: left;
				font-family: Arial, Helvetica, verdana, sans-serif;	
				font-size: 11px; 
/*				height: 12px;*/
				color: #0;
/*				color: #5A84A5;*/
/*				background-color: #F4F5F5;*/
/*				padding-left:5px; 
				padding-right:5px; 
				padding-top: 4px; */ 
/*				padding-bottom: 4px;
				clear: both;*/
				padding-top: 4px; 
}

/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	margin: 0 12px 8px 0;
    padding: 10px 8px 2px 10px;
	float: left;
	width: 405px;
	border: none;
	background-image:url(./images/bg-trans.png);
	background-repeat:repeat;
    line-height: 100%;
}
.album a img {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.albumDesc h3 a:link {
	
}
.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}
#albumDescTop {
	margin-left:10px;
}

/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
	margin-top:10px;
	margin-bottom:10px;
}
#image a strong img {
	cursor:default;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: none;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: underline;
	line-height: 180%;
	color: #fff;
	font-weight:bold;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-image:url(../images/bg-trans.png);
	background-repeat:repeat;
	text-decoration: underline;
	font-weight:bold;
	color: #ff9933;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	padding-top:-10px;
	margin: 0 auto;
	width: 580px;
}


table {table-layout:fixed; border:1px solid #d8d8d8; border-collapse:collapse; font-size:1em; /*line-height:1em;*/ width:100%; margin:0; padding:2px 0 2px 0;}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
/*	color: #6D929B;*/
	color: #000;
/*	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;*/
	border:1px solid #d8d8d8;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	/*text-align: center;*/
	/*padding: 6px 6px 6px 12px;*/
	padding:2px 4px 2px 4px;
	/*background: #CAE8EA url(images/bg_header.jpg) no-repeat;*/
	background: #e4e4e4;
}

td {
	background-color: #f4f4f4;
	color:#303030;
	border:1px solid #d8d8d8;
	font-size:0.7em; padding:2px 4px 2px 4px; text-align:left;
}

/*td.datetime {text-align: center; padding: 0;}*/
td.datetime {}
td.number {text-align: right; /*padding: 0 10px 0 4px;*/}

table.profile {
  clear: both;
/*  width: 600px;*/
  width:auto;
  margin-top: 0;
  padding-top: 0;
}
table.profile td {
  border:0;
}

table.login {
  clear: both;
/*  width: 600px;*/
  width:auto;
  margin-top: 0;
  padding-top: 0;
}
table.login td {
  border:0;
}

table.signup {
  clear: both;
  border:0;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

table.signup td {
  border:0;
}

.field {width:140px;}
input.medium {width:14em;}
input.large {width:21em;}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img {
	border: none;
}
.wrapper {
	float: left;
  text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 199px;
	height: 160px;
	border-bottom:1px solid #CCCCCC;
/*  background: url(/images/background_cols.png) repeat-y;*/
}
.side-a {
/*	background: green;*/
	float: left;
	width: 30px;
/*  background: #ff7d00 url(/images/backgroundimage_1.png) no-repeat;*/
}
.side-b { 
/*	background: yellow;*/
	margin: 0;
	float: right;
	width: 169px;
}
