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

table
{
	font-size: 10px;
	font-weight: normal;
	color: black;
}

td.td_bold_no_border
{
	font-weight: bold;
	border: none;
}

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

td.no_borders
{
	border: none;
}

td.td_bg
{
	border: 1px white solid;
	background-color: #E3E3CB;
}

tr.tr_bg_1
{
	background-color: white;
}

tr.tr_bg_2
{
	background-color: #E3E3CB;
}

/* Style for the first tr/td's in the account list */
td.account_list
{
	font-weight: bold;
	border: none;
}

td.account_list_edit_links
{
	background: none;
	border: none;
}

td.invoice_list_edit_links
{
	background: none;
	border: none;
}

div.maincont
{
	display: block;
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #C7CFB4;
	text-align: left;
}

div.header
{
	display: block;
	position: relative;
	background-color: #C7CFB4;
	width: 800px;
	height: 60px;
	border-top: 3px white solid;
}

/* styles for the right column */
div.content
{
	display: block;
	position: relative;
	width: 560px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

/* styles for the left column */
div.left_cont
{
	display: block;
	position: relative;
	width: 200px;
	float: left;
	padding-left: 3px;
	padding-right: 8px;
	margin-left: 4px;
	margin-top: 15px;
	background-color: #909C93;
	border: 1px white solid;
}

/* 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
{
	padding: 5px;
	margin: 3px;
}


/* ----- styles for the login status hyperlink ------ */
div.login_status
{
	position: absolute;
	left: 10px;
	top: 60px;
	color: white;
	padding: 2px;
}

span.login_status
{
	font-size: 9px;
	font-weight: bold;
	padding-left: 5px;
}

a.login_status
{
	color: white;
	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: absolute;
	left: 700px;
	top: 5px;
	font-weight: bold;
	font-size: 10px;
}

a.lang_menu
{
	text-decoration: none;
	color: white;
}

a.lang_menu:hover
{
	text-decoration: none;
	color: black;
}
/* ------- -------- */


.single_border
{
	border-top: 1px white 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
{
	color: black;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	background-color: #909C93;
	margin-top: 5px;
	border-top: 1px white solid;
}

.footer_mail
{
	color: black;
}

span.footer
{
	padding-left: 30px;
}
/* ----------- */


/* styles for the email list form in the left column */
div.email_list
{
	position: relative;
	color: black;
	margin-top: 0px;
	margin-left: 3px;
	padding: 3px;
	border: 1px white solid;
	margin-bottom: 10px;
}

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


/* 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
{
	border: none;
	padding: 10px;
}


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

.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: 5px;
}

.cred
{
	margin-left: 10px;
	color: gray;
	font-size: 10px;
	font-weight: bold;
}

a.edit
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	letter-spacing: 0px;
}

span.edit
{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0px;
	color: black;
}

div.div_inline
{
	display: inline;
}

/* Used in detail links under news items */
.details
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.invoice_comment
{
	margin: 10px;
}

div.alert
{
	color: red;
	font-weight: normal;
}