
	
	#gmap {
		width: 100%;
		height: 500px;
		border: outset thick gray;
	}
	
	#small_map { /* for maps in editOnePic.php, displayimage.php, and editpics.php */
		width: 300px;
		height: 300px;
		color: black;
		margin: 5px auto;
	}
	
	.infowindow { /* styling for map popup  */
		width: 300px;
		height: 200px;
		overflow: auto;
		text-align: left;
	}

	#gmap_sidebar { /* contains thumbnails that link to points on the map. scrollbar appears if the content is too long */
		background-color: black;
		width: 100%;
		height: 500px;
		overflow:auto;
		text-align: center;
		/*
		padding: 0 10px 0 15px;
		background-image:url(../../images/tile.gif) ;
		background-repeat: repeat-y;
		background-position: left;
		*/
	 }
	 
	 #gmap_sidebar img { /* adds spacing around thumbnails in the sidebar */
		margin: 10px 0 0 0; 
		border: 2px solid black;
	 }
	 
	 #gmap_sidebar a:hover img { /* highlights hovered thumbnails in the sidebar */
		border: 2px solid silver;
	 }
	 
	 #gmap_sidebar a:hover { /* hand cursor shows when hovered over thumbnails in the sidebar */
		cursor: pointer;
	 }

	#gmap_sidebar hr { /* style for the horizontal rule that separates groups of images in the sidebar */
		width: 60%;
	}



H2 {
color: #FFFFFF;
}

.textinput {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

bblink a {
        color: #0033CC;
        text-decoration: none;
}

bblink a:hover {
        color: #0033CC;
        text-decoration: underline;
}

.maintable {
        border: 0px solid #000040;
/*        background-color: #FFFFFF;*/
        background-color: #efefef;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
          background-color: #4D71FF;  
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh1_compact {
        background : #4D71FF ;
        color : #FFFFFF;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #D1D7DC ;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #D1D7DC ;
        color : #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: #EFEFEF ;
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
}


.tableb_compact {
        background: #EFEFEF ;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: #D1D7DC;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #D1D7DC ;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow {
        background: #EFEFEF ;
        padding-top: 1px;
        padding-right: 10px;
        padding-bottom: 1px;
        padding-left: 10px;
}

.album_stat {
        font-size: 85%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 80%;
        display: block;
}

.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #000000;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}

.sortorder_cell {
        background : #4D71FF;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #4D71FF ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 100%;
        font-weight: bold;
        background-color: #4D71FF;  
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #FFFFFF;
}

.navmenu a:hover {
        background : #EFEFEF ;
        text-decoration: none;
        color:         #FFFFFF;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: underline;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-color:#EFEFEF;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top:2px;
        padding-bottom:2px;
        padding-left:1px;
        padding-right:1px;
        text-align: center;
}

.admin_menu a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #000000;
        text-decoration: underline;
}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #5F5F5F;
        font-size : 90%;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #000000;
        margin: 2px;
}

.imageborder {
        border: 1px solid #000000;
        background-color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 30px;
}

.display_media {
        background: #EFEFEF ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
        background: #EFEFEF ;
        padding: 5px;
}

.footer {
        font-size : 9px;
color: #FFFFFF;
visibility:hidden;
}

.footer a {
        text-decoration: none;
        color: #FFFFFF;
visibility:hidden;
}

.footer a:hover {
        color: #FFFFFF;
        text-decoration: underline;
visibility:hidden;
}

.statlink {
        color: #FFFFFF;
}
.statlink h2 {
        color: #FFFFFF;
}

.statlink a {
        text-decoration: none;
        color: #FFFFFF;
}

.statlink a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

.alblink a {
        text-decoration: underline;
        color: #000000;
}

.alblink a:hover {
        color: #000000;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #000000;
}

.catlink a:hover {
        color: #000000;
        text-decoration: underline;
}

.topmenu {
        line-height : 130%;
        font-size: 100%;
}

.topmenu a {
        color : #0033CC;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #0033CC;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #D1D7DC ;
        font-size: 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
        background: #EFEFEF ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
        white-space: normal;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #000000;
        background-color: #D1D7DC;
        border: 1px solid #D1D7DC;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;

}
#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
#vanity img {border:0}
#v_php {float:left;background-image:url(../albums/themes/classic/images/powered-php.gif);}
#v_php:hover {background-image:url(../albums/themes/classic/images/h_powered-php.gif);}
#v_mysql {float:left;background-image:url(../albums/themes/classic/images/powered-mysql.gif);}
#v_mysql:hover  {background-image:url(../albums/themes/classic/images/h_powered-mysql.gif);}
#v_xhtml {float:right;background-image:url(../albums/themes/classic/images/valid-xhtml10.gif);}
#v_xhtml:hover {background-image:url(../albums/themes/classic/images/h_valid-xhtml10.gif);}
#v_css {float:right;background-image:url(../albums/themes/classic/images/valid-css.gif);}
#v_css:hover{background-image:url(../albums/themes/classic/images/h_valid-css.gif);}

BODY {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	background: #FFFFFF; 
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
font-family: Verdana;
}

SELECT    {
	background-color: #FFFFDB;
	cursor: arrow;
	
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
}

.statlink {
color: #FFFFFF;
}
TD {
	FONT:  11px verdana, sans-serif
	
}
P {
	FONT:  10px verdana, arial, helvetica, sans-serif
}
DIV {
	FONT:  10px verdana, arial, helvetica, sans-serif
}

H2 {
color: #FFFFFF;
}
.form  {
	font-size : 9px;
	font-family : verdana;
	color : #000000;
	border-width : 1;
	border-style : solid;
	border-color : #09117F;
	background-color : #ffffff;
}


.tablemenu  {
	border-width : 0;
	border-style : solid;
	border-color : #09117F;
	
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.tablemenu1  {
	border-width : 1;
	border-style : solid;
	border-color : #0046BD;
	background-color : #0046BD;
	color : #FFFFFF;
}
.tablemenu2  {
	border-width : 1;
	border-style : solid;
	border-color : #0046BD;
	background-color : #FFFFDB;
	
}

.tablemenu-1 {
	border-width : 0;
	border-style : solid;
	border-color : #09117F;
	background-color : #4D71FF;
	margin: 0;
	padding: 0px 0px 0px 0px;

	
}
.tablemenu-2 {
	border-width : 0;
	border-style : solid;
	border-color : #09117F;
	background-color : #75B81B;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.tablemenu-3 {
	border-width : 0;
	border-style : solid;
	border-color : #09117F;
	background-color : #EFEFEF;
	margin: 0;
	padding: 10px 10px 10px 10px;
font-size: 14;
}
.tablemenu-4 {
	border-width : 1;
	border-style : dashed;
	border-color : #000000;
	background-color : #DDEEFD;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.tablemenu-5 {
	border-width : 0 0 0 0;
	border-style : solid;
	border-color : #000000;
	background-color : #FFFFFF;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.tablemenu-6 {
	border-width : 1 1 1 1;
	border-style : dashed;
	border-color : #ff9a66;
	background-color : #FFFFFF;
	margin: 0;
	padding: 0px 0px 0px 0px;
}





font.warning    {
	color: #FF0000;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: 600;
	font-size: 11;


}
form { margin: 0; 
padding: 0; 
margin-bottom:0;
}
font.wit    {
	color: #FFFFFF;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: bolder;
	font-size: 11;
}
a.wit    {
	color: #FFFFFF;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: bolder;
	font-size: 11;
}
a.wit:hover    {
	color: #FFFFFF;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: bolder;
	font-size: 11;
}
.witkop {
	color: #FFFFFF;
	font-family: "verdana";
	text-decoration: none;
	font-weight: 800;
	font-size: 15;


}
.frontpage {
	color: #000000;
	font-family: "verdana";
	text-decoration: none;
	font-weight: 800;
	font-size: 13;
	

}
font.norm    {
	color: #FFFFFF;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: 500;
	font-size: 10;
}

td.menu1    {
	border-color: #FFFFDB;
	border-width: 0 0 0px 0;
	border-style: solid;
	margin: 0;
	padding: 1px 1px 10px 1px;
	}


a.titels:hover    {
	color: #09117F;
	font-family: "Verdana";
	text-decoration: underline;
	font-weight: bold;
	font-size: 11;
	cursor: hand;
}

a.titels    {
	color: #09117F;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: bold;
	font-size: 11;
	cursor: hand;
}
a.titels1    {
	color: #09117F;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: bold;
	font-size: 11;
	cursor: hand;
}
a.titels1:hover    {
	color: #09117F;
	font-family: "Verdana";
	text-decoration: underline;
	font-weight: bold;
	font-size: 11;
	cursor: hand;
}
.zoeken    {
	font-weight: bold;
	cursor: hand;
}

table.bord    {
	padding: 0px 0px 0px 0px;
	border: 1px solid #C3C28E;
}

font.rood    {
	color: #F000000;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: 600;
	font-size: 12;
}




font    {
	color: #000000;
	font-family: "verdana";
	text-decoration: none;
	font-weight: 400;
	font-size: 11;
}
font.categorie    {
	color: #000000;
	font-family: "verdana";
	text-decoration: none;
	font-weight: 300;
	font-size: 9;
}
.groot1    {
	color: #000000;
	font-family: "Verdana";
	text-decoration: none;
	font-size: 11pt;
}

font.titel    {
	color: #000000;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: 550;
	font-size: 21;
}

a    {
	color: #000000;
	font-family: "verdana";
	text-decoration: underline;
	font-weight: 400;
	font-size: 11;
}

a:hover    {
	color: #000000;
	font-family: "verdana";
	text-decoration: underline;
	font-weight: 400;
	font-size: 11;
}

a.menu    {
	color: #000000;
	font-family: "verdana";
	text-decoration: none;
	font-weight: 500;
	font-size: 11;
}

a.menu:hover    {
	color: #000000;
	font-family: "verdana";
	text-decoration: underline;
	font-weight: 500;
	font-size: 11;
	cursor: hand;
}

a.vet    {
	color: #96908E;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: bold;
	font-size: 10;
}

a.vet:hover    {
	color: #000000;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: bold;
	font-size: 10;
	cursor: hand;
}

a.site    {
	color: #FF0000;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: 400;
	font-size: 11;
}

a.site:hover    {
	color: #FF0000;
	font-family: "Verdana";
	text-decoration: underline;
	font-weight: 400;
	font-size: 11;
}
a.menu1    {
	color: #000000;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: bold;
	font-size: 10;
}
a.menu1:hover    {
	color: #000000;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: bold;
	font-size: 10;
}
INPUT.google    {
	background-color: #FFFFFF;
	cursor: hand;
	height: 17px;
width:55px;
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
	border: 0px solid #000000;
margin: 0px;
padding: 0px 0px 0px 0px;
space: 0px;
}

INPUT.google1    {
	background-color: #FFFFFF;
	cursor: hand;
	height: 18px;
width:250px;
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	border: 1px solid #000000;
margin: 0px;
padding: 0px 0px 0px 0px;
space: 0px;
}

OPTION.google1    {
	background-color: #FFFFFF;
	cursor: hand;
	height: 18px;
width:250px;
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	border: 1px solid #000000;
margin: 0px;
padding: 0px 0px 0px 0px;
space: 0px;
}

INPUT.google2    {
	background-color: #FFFFFF;
	cursor: hand;
	height: 20px;
width:65px;
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
	border: 1px solid #000000;
margin: 0px;
padding: 0px 0px 0px 0px;
space: 0px;
}
INPUT.google3    {
	background-color: #FFFFFF;
	cursor: hand;
	height: 18px;

	font-size: 12px;
	font-family: Verdana;
	color: #000000;
	border: 1px solid #000000;
margin: 0px;
padding: 0px 0px 0px 0px;
space: 0px;
}
radio.radio    {
	background: #EFEFEF;
	
}

.balk{
	background-color: #1B1B1B;
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
	
}
INPUT.button    {
	background-color: #C0C0C0;
	cursor: hand;
	height: 20px;
	
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
	border: 0px solid #000000;
}

SELECT.google    {
	background-color: #3399FF;
	cursor: hand;
	height: 20px;
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
	border: 1px solid #000000;
}

INPUT.poll    {
	background-color: #FFFFDB;
	cursor: hand;
	height: 20px;
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
}

INPUT    {
	background-color: #FFFFFF;
	cursor: hand;
	height: 20px;

	font-size: 10px;
	font-family: Verdana;
	color: #000000;
}

TEXTAREA    {
	background-color: #FFFFFF;
	cursor: hand;
	font-size: 14px;
	font-family: Verdana;
	color: #000000;
}





.witkop {
	color: #FFFFFF;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: 800;
	font-size: 11;


}
a.wit    {
	color: #FFFFFF;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: bolder;
	font-size: 10;
}
a.wit:hover    {
	color: #FFFFFF;
	font-family: "Verdana";
	text-decoration: none;
	font-weight: bolder;
	font-size: 10;
}
/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 0px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 0px #006699 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFFF; }
td.row2	{ background-color: #FFFFFF; }
td.row3	{ background-color: #FFFFFF; }
td.row9 { background-color: #EFEFEF; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #D1D7DC;
		
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF; font-size: 11px;
	background-color: #BDD0FA; height: 18px;
	
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#BED1FE; border: #EFEFEF; border-style: solid; height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #E4E0C7; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #E4E0C7; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}
.maintitle:hover,h1:hover,h2:hover	{
			font-weight: bold; font-size: 22px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}



/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover { color: #DD6900; text-decoration: underline; }
a.gensmall:hover	{ font-size : 10px; color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #000000}
a.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; text-decoration: none; color : #000000; }
a.cattitle:hover{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #000000; }
a.forumlink 	{ font-weight: bold; font-size: 12px; text-decoration: none; color : #000000; }
a.forumlink:hover{ font-weight: bold; font-size: 12px; text-decoration: underline; color : #000000; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ font-weight: bold; font-size: 11px; text-decoration: none; color : #006699; }
a.nav:hover		{ font-weight: bold; font-size: 11px; text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { font-weight: bold; font-size: 11px; text-decoration: none; color : #006699; }
a.topictitle:visited { font-weight: bold; font-size: 11px; text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ font-weight: bold; font-size: 11px; text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; }
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; text-decoration: none;}
a.copyright:hover { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");



