/* Normal, standard links. */
a:link, a:visited
{
	color: #005177;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #cc3333;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	background-color: transparent;
	text-decoration: underline;
}

.nav2 .nav{
	color: #000000;
}
.nav2 .nav a{
        color: #000000;
}
.nav2 .nav a:visited {
        color: #000000;
	font-weight:bold;
}



.signature
{
/* Maximum height in pixels allowed. */
max-height: 100px;
/* IE max-height FIX! :) Make sure the numbers on this line match the number on the above line. */
/*height: expression( this.offsetHeight > 100 ? "100px" : "auto" );*/
/* How to handle extra information. For accepted values, see: http://www.w3schools.com/css/pr_pos_overflow.asp */
overflow: auto;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* links along the top */
td.forum-header {width:10%}
.forum-header a {color:white;font-weight:bold}
.forum-header a:visited {color:white}
.forum-header a:hover {color:red}


img{
	border:none;color:red;
}

.overflow-hidden {
	overflow:hidden;
}

/* By default (td, body..) use Verdana in black. */
body, td
{
	color: #000000;
	font-size: small;
	font-family:  arial, helvetica, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
/*input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #f8efb2;
}
*/
/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

td.search-check
{
	border:0;padding:0;margin:0;
}

td.search-check input
{
	width:10px;
	height:10px;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #f8efb2;
}

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #dee7ef;
	border: 1px solid black;
	margin: 1px;
	padding: 1px 4px 1px 5px;
	font-size: x-small;
}
/*horrible hack to make alternating quotes invert colours*/


.forumbox { padding:5px;}

.quote .quote
{
        background-color: #ffffff;
}

.quote .quote .quote
{
        background-color: #dee7ef;
}

.quote .quote .quote .quote
{
        background-color: #ffffff;
}

.quote .quote .quote .quote .quote
{
        background-color: #dee7ef;
}

.quote .quote .quote .quote .quote .quote
{
        background-color: #ffffff;
}

.quote .quote .quote .quote .quote .quote .quote
{
        background-color: #dee7ef;
}


/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

.editor-ie8
{
	width: 100%;
/*	min-width: 100%;
	max-width: 100%;*/
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}


/* Alternating backgrounds... */
td.windowbg
{
        color: #000000;
        border-color:#808080;
        border-style:solid;
	border-collapse:collapse;
        border-width:1px 2px 0 1px;
        margin-left:5px;
}
tr.windowbg
{
        color: #000000;
/*      background-image:url(images/bacbg3.png);
        background-repeat:repeat-x;*/
}
td.windowbg3
{
	color: #000000;
        border-color:#808080;
        border-style:solid;
        border-width:1px;

/*	background-image:url(images/bacbg3.png);
	background-repeat:repeat-x;*/
}
.nowrap {
	white-space:nowrap;
}

.windowbg2
{
	color: #000000;
        border-color:#808080;
        border-style:solid;
        border-width:1px;

/*	background-repeat:repeat-x;
	background-color: #f8f8f8;*/
}

.naksciwindowbg
{
        color: #ffffff;
/*      background-image:url(images/bacbg3.png);
        background-repeat:repeat-x;*/
}

.naksciwindowbg2
{
        color: #ffffff;
/*      background-image:url(images/bacbg3.png);
        background-repeat:repeat-x;*/
}       


/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #000000;
/*	background-image:url(images/titlebg.png);*/
}


.titlebg a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.titlebg h3 {font-weight:bold}

.titlebg2, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
        font-weight: bold;
        font-style: normal;
        color: #ffffff;
/*        background-image:url(images/titlebg.png);*/
}
.titlebg2 a:hover
{
        color: #ffffff;
        text-decoration: underline;
}


/* The category headers, page indexes, and such things. */
.catbg, .catbg2, .catbg3
{
	font-weight: bold;
/*	color: #000000;*/
}

.catpad {
	padding: 5px 5px 5px 10px;
}

.catbg a {
	color:white;
	font-weight:bold;
}
.catbg a:visited {color:white}
.catbg a:hover {color:red}

.bottombg{
	border-style:hidden;
	padding:0px;
}

.whitebg{
	background-color:white;
}

.whitetext{
	color:white;
}

.whitetext a {
	color:white;
}

.whitetext a:visited {
	color:white;
}

.whitetext a:hover {
	color:white;
}

/* The borders around things. */
.bordercolor
{
/*      background-color: #000000;*/
        border-collapse: collapse;
        border-style: hidden;
        border-color: #000000;
}
.tborder
{
	padding-left:5px;
	padding-bottom:5px;
	background-color:white;	
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

table.overall-table
{
	margin:0;
	padding:0;
/*	padding-top:2px;*/
	border:0;
	border-spacing:0;
}
td.overall-table
{
	width:10;
        padding:0;
        border:0;
	border-spacing:0;
}
table.overall-table tbody
{
        margin:0;
        padding:0;
        border:0;
        border-spacing:0;
}
td.body-table
{
	background-image: url(/HTML/Columnists/fileadmin/template/TheNakedScientists_files/nav_background_fade_layer_102.gif);
	background-repeat: repeat-y;
	padding-left:3px;
}

body 
{
	margin:0;
}

td.navbar{
/*	background-image: url(/forum/Themes/naksci/images/bac_icon.png)*/
}
.sprite-board {background-image:url(http://image.thenakedscientists.com//forum/Themes/naksci/images/boards/board_montage.jpg);width:60px;height:60px}
.sprite-english {background-image:url(http://image.thenakedscientists.com//forum/Themes/naksci/images/english/english-montage.gif)}
.sprite-icons {background-image:url(http://image.thenakedscientists.com//forum/Themes/naksci/images/icons/icons-montage.gif)}


