/* this the background colour of the document */
body {
	margin-left: 0px;
	margin-top: 0px;	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color: #9d8e82;
	scrollbar-base-color: #9d8e82;
	scrollbar-track-color: #9d8e82;
	scrollbar-darkshadow-color: #9d8e82;
	scrollbar-face-color: #ede8e4;
	scrollbar-arrow-color: #9d8e82;
	scrollbar-highlight-color: #ede8e4;
	scrollbar-shadow-color: #ede8e4;
}

/* this is the font type, size and colour for general text within the page */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* this is the colour for general text links within the page */
a {
	font-size: 11px;
	font-weight: bold;
	color: #53180E;
}

/* this is the colour for general text links within the page when you mouseover them */
a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #692619;
}

/* this is the colour, size and weight for text headers */
.text_header {
	font-size: 16px;
	font-weight: bold;
	color: #53180e;
	text-align: left;
}

/* this is the colour, size and weight for text headers */
.text_address {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

/* this is the colour, size and weight for text headers */
.text_header2 {
	font-size: 14px;
	font-weight: bold;
	color: #3d3732;
}

/* this is the colour, size and weight for text sub headers */
.text_subheader {
	font-size: 12px;
	font-weight: bold;
	color: #3d3732;
}

/* this is the border colour of the images */
.pic_bordercolor {
	border-color: #145CB1;
}

/* this is the colour of the copyright text link */
.copyrightcolor {
	font-size: 10px;
	color: #145CB1;
}

/* this is the colour of the copyright text link when you mouseover it */
.copyrightcolor:hover {
	font-size: 10px;
	color: #06366F;
}

/* this is the background colour and alignment of the functions table */
.function_table {
	background-color: #9e8e81;
	text-align: center;
}

/* this is the background colour of the whatson table */
.whatson_table {
	background-color: #D8BE8E;
}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ca9700;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
}

.button {
	font-size: 8pt;
	color: #000000;
}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
z-index: 10;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
z-index: 10;
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
z-index: 10;
}

#content-box {
	width:355px;
	height:400px;
	background-color:#eae5cb;
	overflow:auto;
	padding:10px;
	
}

#navcontainer {
width:185px;
background-color:#53180e;
height:210px;
margin-top:4px;
text-align: left;
padding-top:10px;
padding-left:10px;
}


#navcontainer ul
{
margin-left: 0px;
padding-left: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding-left:20px;
width: 140px;
height:20px;
line-height: 20px;

border-bottom:1px dotted #7a443a;
text-decoration: none;
color: #bdafad;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
color:#9b8480;
background-color:#692619;
color: #fff;
background-image:url(/sites/all/themes/go_belgian/images/menu.png);
background-repeat: no-repeat;
}
#navcontainer a.active
{
color:#9b8480;
background-color:#692619;
color: #fff;
background-image:url(/sites/all/themes/go_belgian/images/menu.png);
background-repeat: no-repeat;
}


