/*
--------------------
Simple PHP Blog CSS Styles
--------------------

Name: Classic Theme
Author: Alexander Palmo

Description:
This the is the css theme for the Classic theme.
You can use this as a template for your own themes.

Also refer to user_style.php...
*/

/* General */

body
{
	color: #666633; /* txt_color */
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #CCCC99; /* bg_color */
	
	/* Standard. Readable */
	font-family: Arial, Helvetica, Sans-Serif;
	/* font-family:  'Lucida Grande', Geneva, sans-serif; */
	/* font-family: Tahoma, Geneva, sans-serif; */
	/* font-family: Geneva, Verdana, sans-serif; */
	
	/* Nice. Classic Looking */
	/* font-family: 'Times New Roman', Times, serif; */
	/* font-family: Georgia, serif; */
	/* font-family: Book Antiqua, Palatino, serif; */
	
	/* Modern. Kind of Funky */
	/* font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; */
	
	/* Monospace */
	/* font-family: Lucida Console, Monaco, monospace; */
}

/* Typeography */

p
{
	margin: 8px 0px 8px 0px; 
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: bold;
	color: #666633; /* headline_txt_color */
    text-shadow: #bbb 2px 2px 1px;
	
	margin: 2px 0px 2px 0px;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 12px;
}

h6
{
	font-size: 10px;
}

/* NEW */
code, pre {
	font-family: 'Courier New', Courier, Fixed;
}

/* NEW */
pre {
	overflow: auto;
	width: 512px;
	border: 1px dotted #D9D9D9; /* inner_border_color */
	padding: 5px
}

/* NEW */
blockquote {
	color: #777;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd
}

/* Links */

a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #993333; /* link_reg_color */
}

a:hover
{
	text-decoration: underline;
	color: #FF3333; /* link_hi_color */
}

a:active
{
	color: #3333FF; /* link_down_color */
}

/* Images */

img
{
	border: 0;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}

/* Elements */

hr	
{
	color: #D9D9D9; /* inner_border_color */
	background-color: #D9D9D9; /* inner_border_color */
	height: 1px;
	border: 0px;
	margin: 8px 0px 8px 0px; 
}

/* Forms */

/* NEW */
form {
	font-size: 11px;
	margin: 0px;
	padding: 0px
}
	
input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
}

/* Theme Specific */

#header_image
{
	border-color: #4D4D45; /* border_color */
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

#header
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #FFFFFF; /* header_txt_color */
	margin: 0px;
	padding: 4px 12px 4px 12px;
	border-color: #4D4D45; /* border_color */
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background-color: #999966; /* header_bg_color */
	font-size: 14px;
	font-weight: bold;
}

#maincontent
{
	margin: 0;
	padding: 20px;
}

#maincontent .blog_subject
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #666633; /* headline_txt_color */
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

#maincontent .blog_byline
{
	color: #999999; /* date_txt_color */
	font-size: 9px;
	margin-bottom: 10px;
}

div #toggleSidebarAvatar, #toggleSidebarLinks, #toggleSidebarCalendar, #toggleSidebarArchives, #toggleSidebarCategories , #toggleSidebarSearch, #toggleSidebarMenu, #toggleSidebarPreferences, #toggleSidebarRecentComments, #toggleSidebarRecentEntries, #toggleSidebarRecentTrackbacks
{
	display: block;
}

#sidebar
{
	padding: 10px;
}

#sidebar .menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: bold;
}

#sidebar .menu_title a
{
	text-decoration: none;
	color: inherit;
}

#sidebar .menu_title:hover
{
}

#sidebar .menu_body 
{
	padding: 10px;
	border-color: #999;
	border-width: 1px;
	border-style: dashed;
}

#sidebar .divider {
	margin: 8px 0px 8px 0px;
}

#sidebar .calendar
{
	font-size: 10px;
}

#sidebar .calendar a
{
	font-weight: bold;
	text-decoration: none;
}

#sidebar .calendar td
{
	padding: 2px;
}

/* NEW */
#archive_tree_menu ul	
{
	list-style: none inside;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

/* NEW */
#archive_tree_menu li	
{
	margin: 0px;
	padding: 0px;
	/* border: 1px #F0F dashed; */
}

#footer
{
	border: 0;
	border-top: 1px solid #4D4D45; /* border_color */
	color: #666666; /* footer_txt_color */
	background: #EEEEEE; /* footer_bg_color */
	padding: 10px;
	text-align: left;
	clear: both;
}

.divider { margin: 20px 0px 15px 0px; }body	{
	background-color:		#ffffff;
	color:				#000000;
	margin:				0px;
	font-family:			Verdana, Arial, Geneva, sans-serif;
	font-size:			12px;
	line-height:			18px;
	font-style:			normal;
}
table {
	border-collapse:		collapse;
	font-family:			Verdana, Arial, Geneva, sans-serif;
	font-size:			12px;
}
td, span, div	{
	font-family:			Verdana, Arial, Geneva, sans-serif;
	font-size:			12px;
	line-height:			18px;
}
img {
	margin: 5px;
}
img.nextsubmenu {
	margin: 0px;
}
table.main	{
	width:				100%;
}
tr.extramenu	{
	height:				18px;
}
tr.headerrow1	{
	height:				85px;
	line-height:			14px;
}
td {
	vertical-align:			top;
}
td.pagetitle {
	text-align:			center;
}
td.logo	{
	background-image:		url('/file/img/exa-omicron.jpg');
	background-repeat:		no-repeat;
	background-position:		left	top;
	padding:			0px;
	vertical-align:			top;
	background-color:		blue;
	line-height:			14px;
	width:				2000px;
}
td.contactinfo	{
	width:				150px;
	background-color:		#0000ff;
	color:				#ddddee;
	font-size:			10px;
	line-height:			14px;
	font-weight:			bold;
	vertical-align:			top;
	padding:			0px;
	white-space: 			nowrap
	
}
td.latestnews {
	text-align: center;
}
tr.headerrow2	{
	height:				28px;
}
span.bodytext	{	
	font-size:			12px;
	font-style:			normal;	
	line-height:			19px;
}
td.adres	{
	background-color:		#0000ff;
	color:				#ddddee;
	font-size:			10px;
	font-style:			normal;
	line-height:			14px;
	font-weight:			bold;
	text-align:			left;
	vertical-align:			top;
}
hr.bottomline	{
	width:				200px;
	margin-right:			0px;
}
td.footer	{
}
td.contentcontainer	{
	vertical-align:			top;
	text-align:			center;
	background-color:		white;
	color:				black;
	height:				300px;
}
table.tablecontentcontainer	{
	width:				950px;
	margin:				0	auto;
}
td.submenu	{
	text-align:			right;
	vertical-align:			top;
	white-space: 			nowrap;
	width:				150px;
}
table.submenu	{
	margin-right:			0px;
	width:				100%;
}
td.contentsepline	{
	text-align:			center;
	background-image:		url('/file/img/seperator.png');
	background-position:		center	top;
	background-repeat:		no-repeat;
	vertical-align:			top;
	width:				45px;
}
td.menuseperator	{
	color:				white;
	text-align:			center;
}
td.mainmenuitem {
	white-space: 			nowrap
}
td.contentcell	{
	text-align:			left;
	vertical-align:			top;
	width:				580px;
	line-height:			18px;
}
td.copyright	{
	text-align:			right;
	padding-right:			2px;
	color:				#111122;
	font-size:			10px;
	font-style:			normal;
	line-height:			19px;
}
a	{
	color:				#0063c6;
	text-decoration:		none;
}
a:hover	{
	color:				#666666;
	text-decoration:		none;
}
input,	
textarea,	
select,	
button	{
	font-size:			13px;
	color:				#000000;
	background-color:		#f5f5f5;
	border:				solid	1px	#0000ff;
}
a.kaal:link	{
	background-color:		transparent;	
	color:				#0063c6;	
	text-decoration:		none;
}
a.kaal:hover	{	
	background-color:		transparent;	
	color:				#666666;
	text-decoration:		none;
}
a.kaal:visited	{	
	background-color:		transparent;	
	color:				blue;	
	text-decoration:		none;
}
table.newsitem {
	border-collapse:		separate;
	border-spacing:			12px;
}
span.newsheader		{
	font-weight:			bold;
}
span.newstext	{
}
span.newsdate	{
	font-weight:			bold;	
	color:				red;
}
td.darkcell	{
	background-color:		#111166;
	color:				white;
}
td.lightcell	{
	background-color:		#dddddd;	
	padding: 5px;
}		
span.kop1	{
	color:				#555555;
	font-size:			18px;
	font-weight:			bold;
}
h1 {
	color:				#555555;
	font-size:			16px;
	font-weight:			bold;
}
h2 {
	color:				#000000;
	font-size:			12px;
	font-weight:			bold;
	margin-top:			0px;
	margin-bottom:			0px;
}
h3 {
	color:				#555555;
	font-size:			14px;
	font-weight:			bold;
	margin-bottom:			0px;
}
span.kop3	{
	color:				#555555;
	font-size:			14px;
	font-weight:			bold;
}
span.kop4	{
	color:				#555555;
	font-size:			12px;
	font-weight:			bold;
}
span.kop5	{
	color:				#555555;
	font-size:			10px;
	font-weight:			bold;
}
span.mandatory	{
	background-color:		transparent;
	color:				red;	
	font-family:			Verdana,	Geneva,	Arial,	sans-serif;
	font-size:			10px;
	font-style:			normal;
	line-height:	10px
}
span.helptext {
	font-size:			9px;
}
span.warning {
	background-color:		transparent;
	color:				red;
}
span.okmessage {
	background-color:		transparent;
	color:				green;
}
span.adrestitle {
	color:				#0000ff;
	line-height:			14px;
}
td.menubar	{
		background-color:	#000000;
		color:	black;
		height:	28px;
		vertical-align: middle;
}

td.menubarsep	{
		font-family:	Verdana,	Geneva,	Arial,	sans-serif;
		font-size:	12px;
		font-style:	normal;
		background-color:	black;
		color:	white;
		line-height:	19px;
}

a.extramenu	{
	background-color:	black;
	color:	white;
	text-decoration:	none;
	font-family:	Verdana,	Geneva,	Arial,	sans-serif;
	font-size:	9px;
	font-style:	normal;
}

A.menulevel1	{
		background-color:	black;
		color:	white;
		text-decoration:	none;
		font-family:	Verdana,	Geneva,	Arial,	sans-serif;
		font-weight:	bold;
		font-size:	12px;
		font-style:	normal;
		line-height:	19px;
}

A.menulevel1:hover	{
		background-color:	blue;
		color:	white;
}

A.menulevel1sel	{
		background-color:	gray;
		color:	white;
		text-decoration:	none;
		font-family:	Verdana,	Geneva,	Arial,	sans-serif;
		font-weight:	bold;
		font-size:	12px;
		font-style:	normal;
		line-height:	19px;
}

A.menulevel1sel:hover	{
		background-color:	blue;
		color:	white;
}

A.menulevel2	{
		background-color:	transparent;
		font-family:	Verdana,	Geneva,	Arial,	sans-serif;
		text-decoration:	none;
		color:	#0063C6;
		font-size:	12px;
		font-style:	normal;
		height:	26px;
}

A.menulevel2:hover	{
		color:	#666666;
}

A.menulevel2sel	{
		background-color:	transparent;
		font-family:	Verdana,	Geneva,	Arial,	sans-serif;
		color:	#0063C6;
		font-size:	12px;
		text-decoration:	none;
		font-style:	normal;
		height:	26px;
		font-weight:	bold;
}

A.menulevel2sel:hover	{
		color:	#666666;
}

A.menulevel2back	{
		background-color:	transparent;
		font-family:	Verdana,	Geneva,	Arial,	sans-serif;
		text-decoration:	none;
		color:	black;
		font-size:	12px;
		font-style:	normal;
		font-weight:	bold;
		line-height:	18px;
}

A.menulevel2back:hover	{
		background-color:	#cccccc;
		color:	black;
		line-height:	18px;
}

A.menulevel3	{
		background-color:	transparent;
		font-family:	Verdana,	Geneva,	Arial,	sans-serif;
		text-decoration:	none;
		font-style:	italic;
		color:	#000000;
		font-size:	10px;
		line-height:	26px;
}

A.menulevel3:hover	{
		background-color:	#cccccc;
		color:	#000000;
}

A.menulevel3sel	{
		background-color:	transparent;
		font-family:	Verdana,	Geneva,	Arial,	sans-serif;
		color:	#0063C6;
		font-size:	10px;
		text-decoration:	none;
		font-style:	italic;
		line-height:	26px;
		font-weight:	bold;
}

A.menulevel3sel:hover	{
		background-color:	#cccccc;
		color:	#0063C6;
}

td.menuitemcell	{
		height:	26px;
		text-align:	right;
}

td.backarrowhead	{
		background-image:	url('/file/img/BackArrowHead.png');
		height:	26px;
		width:	100%;
		background-repeat:	no-repeat;
		background-position:	right	top;
}

td.backarrowmid	{
	background-image:		url('/file/img/BackArrowMid.png');
	background-repeat:		repeat-x;
	height:				26px;
	vertical-align:			top;
	text-align:			right;
	white-space:			nowrap;
}

td.backarrowtail	{
		background-image:	url('/file/img/BackArrowTail.png');
		height:	26px;
		width:	10px;
		background-repeat:	no-repeat;
}

td.backarrowtailcol	{
		line-height:	26px;
		width:	10px;
		vertical-align: middle;
}

td.backarrowmidcol	{
	line-height:			26px;
	text-align:			right;
	vertical-align:			top;
	white-space:			nowrap;
}

td.extramenuprefix	{
	background-image:		url('/file/img/extra_menu_round.png');
	background-repeat:		no-repeat;
	background-position:		right	top;
	white-space: 			nowrap;
	color:				black;
	height:				18px;
	font-family:			Verdana,	Geneva,	Arial,	sans-serif;
	background-color:		white;
	font-size:			7pt;
	font-style:			normal;
}

td.extraline_left	{
	width:			100px;
}

td.extraline_right	{
	text-align:		left;
}

td.extramenu	{
	background-image:		url('/file/img/extra_menu_back.png');
	background-repeat:		repeat-x;
	white-space: 			nowrap;
	height:				18px;
	vertical-align:			top;
	font-family:			Verdana,	Geneva,	Arial,	sans-serif;
	text-decoration:		none;
	color:				white;
	font-size:			7pt;
	font-style:			normal;
}
ul.adminnav {
	display: block;
	list-style: none;
	position: absolute;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
}
ul.adminnav li.adminnav {
	width: 250px;
	display: block;
	float: left;
	background-color: black;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: white;
	font-weight: bold;
}
ul.adminnavlist {
	display: none;
	list-style: none;
	position: absolute;
	float: left;
	margin: 0px;
	text-align: center;
}
ul.adminnavlist li.adminnavlist {
	width: 200px;
	display: block;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
	color: white;
}
li.adminnav:hover ul.adminnavlist, li.over ul.adminnav {
	display: block;
}
table.cv {
	width: 100%;
	border-width : 2px;
	border-style : solid;
	border-color: #000000;
}
td.cvkopl {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	background-color: black; 
	color: white;
	width: 200px; 
	text-align: right; 
	vertical-align: top;
}
td.cvkopr {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	background-color: black; 
	color: white;
	text-align: left; 
	vertical-align: top;
}
td.cvkopm {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 24px; 
	font-style: normal;
	background-color: #9BC7FF; 
	color: white;
	width: 30px;
}
td.cvkop2l {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px; 
	font-style: normal;
	background-color:  #9BC7FF; 
	color: black;
	width: 200px; 
	text-align: right; 
	vertical-align: top;
}
td.cvkop2r {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px; 
	font-style: normal;
        background-color:  #9BC7FF;
	color: black;
	width: 400px; 
	height: 25px;
	text-align: left; 
	vertical-align: middle;
}
td.cvkop2m {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: black; 
	color: black;
	width: 30px;
}
td.cvl {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: white; 
	color: black;
	width: 200px; 
	text-align: right; 
	vertical-align: top;
}
td.cvr {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: white;
	color: black;
	width: 400px; 
	text-align: left; 
	vertical-align: top;
}
td.cvm {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: white; 
	color: black;
	width: 30px;
}
tr.datalist_odd {
	background-color: #ffffff;
}
tr.datalist_even {
	background-color: #e8e8e8;
}
tr.datalist_mouseover {
	background-color: #aaaaff;
}

