﻿/************************* Base Styles *************************/
body
{
	background-color: #9daec2;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	background-image: url('http://www.steea.gr/images/mainbg.gif');
	background-position: center;
	background-repeat: repeat-y;
}

td
{
	font-size: 11px;
}

html
{
	height: 100%
}

form 
{
	margin: 0px;
	padding: 0px;
}

.maintable
{
	width: 770px;
	height: 100%;
}

.top
{
	height: 20px;
	background-color: #224b71;
}

.toptext
{
	color: #ffffff;
	font-size: 10px;
	padding-left: 10px;
	font-weight: bold;
}


.toolbar 
{
	height: 28px;
	background-color: #224b71;
}

.header
{
	height: 100px;	
	background-color: #ffffff;
	background-image: url('http://www.steea.gr/images/topbg.jpg');
}

.footer
{
	height: 25px;
	background-color: #224b71;
}

.footercredits
{
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
	color: #000000;
	font-size: 10px;
}

.footercredits a,
.footercredits a:active,
.footercredits a:visited,
.footercredits a:link
{
	font-weight: bold;
	color: #224b71;
	text-decoration: none;
}


.content
{
	padding-left: 8px;
	padding-right: 8px;
	background-color: #ffffff;
	background-image: url('http://www.steea.gr/images/contentbg.jpg');
	background-repeat: repeat-x;
}

.content a,
.content a:link,
.content a:active,
.content a:visited
{
	color: #224b71;
	text-decoration: none;
}



.toolbaritem
{
	padding-left: 10px;
	padding-right: 10px;
}

.toolbaritem a,
.toolbaritem a:link,
.toolbaritem a:active,
.toolbaritem a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.toolbaritem a:hover
{
	color: #9eaec2;
}

.toolbarspacer
{
	background-color: #ffffff;
	width: 1px;
}

.decoration
{
	background-color: #ffffff;
	height: 8px;
}

.searchbox
{
	width: 120px;
	border: Solid 1px #dadada;
}
	
	
.headerright
{
	color: #ffffff;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

.headerright a,
.headerright a:link,
.headerright a:active,
.headerright a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.headerright a:hover,
.content a:hover
{
	color: #CB5637;
}

select 
{
	font-size: 11px;
	width: 60px;
}

.registerform input
{
	border: solid 1px #224b71;
	font-size: 11px;
}

.advancedsearch
{
	font-size: 10px;
	text-decoration: none;
	padding-left: 4px;
}

.mainarticle
{
    font-size:16px;
    font-weight:bold;
    color: #CB5637; 
}

.pubdate
{
    color:Gray;
}

.pagerbtn a,
.pagerbtn a:hover,
.pagerbtn a:link,
.pagerbtn a:visited,
.pagerbtn a:active
{
 font-size: 10px;
 font-weight:bold;
}
  
  
.mainmid
{
	background-color: #e4e8ec;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: solid 1px #e1e1e1;
}

.pagetitle
{
}