html, body
{
	font-family: Verdana, Arial, sans-serif;
	background-color: white;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 0px;
	color: #333;
	text-align: center;
}

div.beting
{
	margin-top: 20px;
}

div.textblock
{
	margin-bottom: 10px;
}

table
{
	font-size: 11px;
	color: black;
}

td
{
	border: 1px silver solid;
	padding: 2px;
}

td.no_borders
{
	border: none;
}

div.maincont
{
	display: block;
	position: relative;
	background-color: white;
	border-right: 1px #B8BBA8 solid;
	border-bottom: 3px #B8BBA8 solid;
	border-left: 1px #B8BBA8 solid;
	width: 900px;
	margin-left: 0;
/* 	margin-right: auto; */
	text-align: left;
}

div.header
{
	display: block;
	position: relative;
	height: 150px;
	border-top: 0px black solid;
	border-bottom: 2px #C8A36C solid;
}

/* styles for the right column */
div.content
{
	display: block;
	position: relative;
	width: 660px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: 1px #B8BBA8 solid;
	margin-top: 8px;
}

/* styles for the left column */
div.left_cont
{
	display: block;
	position: relative;
	width: 200px;
	float: left;
	padding: 5px;
	margin-left: 3px;
}

/* this style clear the float_left and float_right styles */
div.space
{
	clear: both;
}


/* styles for java script windows, for example the news windows */
div.open_window
{
	text-align: left;
	margin: 10px;
	padding: 5px;
	border-left: 3px black solid;
}


/* ----- styles for the login status hyperlink ------ */
span.login_status
{
	padding-left: 5px;
}

div.login_status
{
	color: black;
	padding: 2px;
	margin-left: 20px;
}

a.login_status
{
	color: black;
	text-decoration: none;
}

/* ------- ------- */


div.underline
{
	border-bottom: 1px silver solid;
	padding: 2px;
	margin: 2px;
}


/* -------- different paddings --------- */
.pad_1
{
	padding-right: 10px;
}

.pad_2
{
	padding-top: 5px;
	padding-bottom: 5px;
}
/* -------- ------- */



/* ------- styles for the language menu ------- */
div.lang_menu
{
	position: relative;
	margin-left: 730px;
	font-weight: bold;
	font-size: 10px;
	margin-top: -15px;
	margin-bottom: 8px;
}

a.lang_menu
{
	color: #C8A36C;
}

a.lang_menu:hover
{
	color: #C8A36C;
}
/* ------- -------- */


div.user_alert
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
	padding: 5px;
}

p.user_alert
{
	color: red;
	font-weight: bold;
}

.single_border
{
	border-top: 1px black solid;
}

/* used when things should be positioned float: left */
.left_float
{
	float: left;
}

/* used when things should be positioned float: right */
.righ_float
{
	float: right;
}



/* ------- styles for footer ---------*/
div.footer
{
	background: #B8BBA8;
	color: white;
	font-size: 11px;
	padding: 2px;
}

span.footer
{
	padding-left: 40px;
	font-weight: normal;
}
/* ----------- */



/* styles for the div that appears over the meny when logged in as administrator */
.admin_header
{
	display: block;
	position: relative;
	width: 545px;
	background-color: silver;
	color: white;
	padding: 2px;
	font-weight: bold;
}

/* styles for the email list form in the left column */
div.email_list
{
	position: relative;
/* 	border-top: 1px #FF0000 solid; */
	color: black;
}

/* styles for hyperlinks in general */
a
{
	color: #465692;
}


/* This is a style that is used to create some space for example between form items */
.bottom_margin_5
{
	margin-bottom: 5px;
}

.bottom_margin_20
{
	margin-bottom: 20px;
}

/* style for td in the gallery */
td.td_gallery
{
	padding: 10px;
}


/* style for the div that opens in a new window when user view an image in the gallery */
div.gallery_content
{
	padding: 5px;
	text-align: left;
	color: white;
}

.news_gallery_space
{
	margin-top: 20px;
}

/* styles for external links (from content db) Had to make it a block to be able to set a margin-top to it */
.ext_link
{
	display: block;
	margin-top: 10px;
}

.cred
{
	margin-left: 10px;
	color: black;
	letter-spacing: 2px;
	font-size: 9px;
}
