/* the body */
body {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: black;
	margin: 0px;
	background: url(http://www.berlingo.com/jen/images/backgrounds/background.gif);
}

/* link info */
a {text-decoration: none;}
a:link {color: #006666;}
a:visited {color: #006666;}
a:active {color: #99FFCC;}
a:hover {text-decoration: underline;}

/* all tables */
table {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: black;
}
td.queenb {
	color: white;
	padding-left: 10;
	padding-right: 10;
	padding-top: 3;
	padding-bottom: 3;
}
td.queenb a {
	color: white;
}
td.queenb a:visited {
	color: white;
}

/* the main table */
table.main {
	background-color: #CCFFFF;
}

/* the smaller table */
table.thin {
	width: 175;	
}

/* the larger table */
table.fat {
	width: 508;
}

/* the larger table */
table.photo {
	width: 508;
}

/* title of the box */
td.top {
	padding-left: 10;
	padding-right: 10;
	background-color: #660000;
	color: #CCFFFF;
	height: 18px;
	font-size: 12px;
	font-weight: bolder;
}

table.art {
	padding-left: 10;
	padding-right: 10;
}

/* content in the box */
td.bottom {
	padding: 6px;
	background-color: white
}

/* background for photo preview tables*/
td.photo {
	background-color: #CCFFFF;
}

/* comment spacer*/
td.spacer {
	padding: 0px;
}
div.request {
	color: #808080;
}
div.thanks {
	color: #006666;
}

/* link category*/
div.category {
	color: #006666;
	font-size: 11px;
	font-weight: bold;
}

/* links under a menu */
div.links {
	padding-left: 5px;
}

/* link color under a menu */
div.links a {
	color: #000000;
}
div.links a:visited {
	color: #000000;
}
div.rec a {
	color: #006666;
}
div.rec a:visited {
	color: #006666;
}


/* in the admin tool the thing that is clicked to edit,view,delete */
div.links span.edit	 {
	color: #006666;
	font-size: 11px;
	padding-bottom: 3px;
}
div.rightnow span.left {
	color: #808080;
}
div.rightnow span.right {
	color: #000000;	
}
div.error {
	color: #FF6600;
}
div.error2 {
	color: #006666;
}
img {
	border: 0;
}
