/* ELEMENTS */
body
{
	background:#CCCCCC url(../images/bg.jpg);
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#424242;
	border:0px;
}

a{
	color:#018592;
	text-decoration:none;
}

a:hover{
	color:#018592;
	text-decoration:underline;
}

form{
	padding:0px;
}

table
{
	font-size:inherit;
}

input.button{
	font-size:9pt;
	border-width:1px;
	border-color:#999999;
	border-style:solid;
	color:#333333;
	background:#FFFFFF;
}

input.input{
	font-size:8pt;
	border:1px solid #73a0c9;
	border-width:1px;
	border-color:#73a0c9;
	border-style:solid;
}

select.input{
	font-size:8pt;
	border:1px solid #73a0c9;
	border-width:1px;
	border-color:#73a0c9;
	border-style:solid;
}

textarea.input{
	border:1px solid #73a0c9;
	padding:1px;
}

h1{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:15pt;
}

h2{
	color:#90de2c;
	margin:0px;
	font-size:12pt;
}

h3{
	color:#77DD00;
	margin:0px;
	font-size:9pt;
}

p{
	/*padding:0px;
	margin: 0px;*/
}

/* FRAME TABLE */
table.frame td.body{
	background:#FFFFFF;
	padding:0px 0px 10px 0px;
	vertical-align:top;
}

table.frame{
	width:743px;
}

table.frame td.header{
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#aaaaaa;
	text-align:right;
	font-size:8pt;
	padding-top:1px;
}

table.frame td.header a{
	text-decoration:none;
	color:#66bb77;
	border:1px solid white;
	padding:0px 1px 0px 2px;
}

table.frame td.header a:hover{
	color:#66bb77;
	border:1px solid #66bb77;
	padding:0px 1px 0px 2px;
	background:#F9FFCE;
}

table.frame td.footer{
	text-align:center;
	font-size:8pt;
}

table.frame td.footer span{
	color:#FFFFFF;
	padding:0px 1px 0px 2px;
	margin-top:6px;
	display:block;
}

table.frame td.footer span a{
	color:#FFFFFF;
}

h1.page_title{
	font-size:23pt;
	color:#FFFFFF;
	margin:0px;
}

.right_column{
	float:right;
	width:180px;
	margin: 0px -10px 15px 10px;
}

.middle_column{
	width:500px;
	overflow:hidden;
}

/* MENU */
table.menu th{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	width:24px;
}

table.menu td{
	
}

table.menu a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
	font-weight:bold;
	padding-left:15px;
	background:url(../images/menu_line_vertical.gif) 0px 3px no-repeat;
	display:block;
	line-height:24px;
	width:130px;
}

table.menu a:hover{
	background:#888888;
	border-left:1px solid #dbdbdb;
	padding-left:14px;
}

table.menu td.seperator{
	height:2px;
	background:url(../images/menu_line_horisontal.gif) repeat-x;
}

/* GLOBAL CLASSES */
.bold{
	font-weight:bold;
}

.wide{
	width:100%;
}

.small{
	font-size:7pt;
	font-family:"Times New Roman", Times, serif;
}

.larger{
	font-size:9pt;
}

.large{
	font-size:10pt;
}

.section{
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	display:block;
	line-height:25px;
}

/* My Blog Styles */
table.article_thumbnail{
	border:2px solid #CCCCCC;
	text-align:center;
	height:140px;
}

table.article_thumbnail_selected{
	border:2px solid #B1F084;
	text-align:center;
	background:#ECFDAA;
	cursor:default;
	height:140px;
}


