/********************************************************************
 * http://www.leadmar.gr (Cascade Style Sheet)
 *
 * Copyright (c) 2008
 * Powered by Web-Experts
 ********************************************************************/

BODY {
	SCROLLBAR-FACE-color: #32688b; 
	SCROLLBAR-HIGHLIGHT-color: #ffffff; 
	SCROLLBAR-SHADOW-color: #dee3e7;
	SCROLLBAR-3DLIGHT-color: #d1d7dc; 
	SCROLLBAR-ARROW-color: #006699;
	SCROLLBAR-TRACK-color: #efefef;
	SCROLLBAR-DARKSHADOW-color: #98aab1;
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}

A:link {
	font-weight: 400; font-size: 12px; color: #000066; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}
A:visited {
	font-weight: 400; font-size: 12px; color: #000066; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}
A:hover, A:visited:hover {
	font-weight: 400; font-size: 12px; color: #990000; text-decoration: underline;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}
A:active {
	font-weight: 400; font-size: 12px; color: #000066; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}
A.selected:link {
	font-weight: 400; font-size: 12px; color: #000000; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}
A.selected:visited {
	font-weight: 400; font-size: 12px; color: #000066; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}
A.selected:hover, A.selected:visited:hover {
	font-weight: 400; font-size: 12px; color: #990000; text-decoration: underline;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}

TD {
	font-weight: normal;  font-size: 12px; color: #333333; font-STYLE: normal; 
	font-FAMILY: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
	text-align: justify;
}

form {  
  margin: 0;
  padding: 0;
}

img {
	border: 0px;
}

TD.smalltd {
	height: 12px;
}

.leftit {
	text-align:left;
}

.rightit 
{
	text-align: right;
}

.centered {
	text-align: center;
}

.topit {
	vertical-align: top;
}

.middleit {
	vertical-align: middle;
}

.bottomit {
	vertical-align: bottom;
}

.bodyline {
	 border: 1px solid #143F91;
}

.leftpadit {
	padding-left: 30px;
}

.rightpadit {
	padding-right: 30px;
}

.srinkit {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.boldit
{
	font-weight: bold;
}

.underlineit
{
	text-decoration: underline;
}

.shadeform { 
	font: 11px tahoma, arial, verdana, sans-serif;
	background-image: url("../images/shadeform.gif");
	text-align: left;
	width: 200px;
	border: #333333 1px solid;
}
	
.shadetextarea { 
	font: 11px tahoma, arial, verdana, sans-serif;
	background-image: url("../images/shadeform.gif");
	text-align: left;
	width: 400px;
	height: 75px;
	border: #333333 1px solid;
}

.shadeselect { 
	font: 11px tahoma, arial, verdana, sans-serif;
	background-image: url("../images/shadeform.gif");
	text-align: left;
	width: 200px;
	height: 16px;
	border: #333333 1px solid;
}

TD.tinytd {
	height: 8px;
}

TD.hspace {
	width: 7px;
}

TD.vspace {
	height: 7px;
}

#marqueecontainer {
	overflow:hidden;
	position:relative;
	width:200px;
}

/********************************************************************
 * Style: menu
 ********************************************************************/
.menuheader {
	font-size: 15px; font-weight: bold; color: #143F91;
}
 
.menu {
	color: #143f91; font-size: 12px; font-weight: bold;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
	padding-left: 5px;
}


.menu A:link, .menu A.selected:link {
	color: #143f91; font-size: 12px; font-weight: bold; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
	padding-left: 5px;
}
.menu A:visited, .menu A.selected:visited {
	color: #143f91; font-size: 12px; font-weight: bold; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
	padding-left: 5px;
}
.menu A:hover, .menu A.selected:hover {
	color: #0099FF; font-size: 12px; font-weight: bold; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
	padding-left: 5px;
}
/********************************************************************
 * Style: LatestNews
 ********************************************************************/
.latestnews, .latestnews a {
	color: #ffffff;
	font-size: 12px; font-weight: normal;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}

.latestnews:hover, .latestnews a:hover {
	color: #ffffff;
	font-size: 12px; font-weight: normal; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}

.dateheader {
	color: #ffffff;
	font-size: 12px; font-weight: bold;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}

/********************************************************************
 * Style: headers
 ********************************************************************/
TD.header {
	font-size: 15px; font-weight: bold; color: #143F91;
}

TD.subheader {
	color: #143F91;	font-size: 12px; font-weight: bold;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
	text-align: left;
}

.subheader A:link, .subheader A.selected:link {
	color: #143f91; font-size: 14px; font-weight: bold; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}
.subheader A:visited, .subheader A.selected:visited {
	color: #143f91; font-size: 14px; font-weight: bold; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}
.subheader A:hover, .subheader A.selected:hover {
	color: #FF0000; font-size: 14px; font-weight: bold; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}

.headerlink A:hover, .headerlink A.selected:hover {
	color:#0099FF; font-weight: none; text-decoration: underline;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}



/********************************************************************
 * Style: Staff-Font
 ********************************************************************/
 .staff-font{
 	font-size: 11px;
 }

/********************************************************************
 * Style: Whiteit
 ********************************************************************/
.whiteit {
	color: #ffffff;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}

.whiteit A:link, .whiteit A.selected:link {
	color: #ffffff; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
	font-weight: bold;

}
.whiteit A:visited, .whiteit A.selected:visited {
	color: #ffffff; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;font-weight: bold;
}
.whiteit A:hover, .whiteit A.selected:hover {
	color: #ffffff; text-decoration: underline;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;font-weight: bold;
}

/********************************************************************
 * Style: articles
 ********************************************************************/

.articleDate {
	color:#BBBBFF;
	font-style: italic;
	font-size: 12px;
}

/********************************************************************
 * Style: priceBefore	
 ********************************************************************/

.priceBefore {
	text-decoration: line-through;
	color: #990000;
}

/********************************************************************
 * Style: ButtonLink
 ********************************************************************/
a.buttonLink, a.buttonLink:link, a.buttonLink.selected:link {
	color: #ffffff; font-size: 12px; font-weight: none; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}
a.buttonLink:visited, a.buttonLink.selected:visited {
	color: #ffffff; font-size: 12px; font-weight: none; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}
a.buttonLink:hover, a.buttonLink.selected:hover {
	color: #ffffff; font-size: 12px; font-weight: none; text-decoration: underline;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}

/********************************************************************
 * Style: Footer
 ********************************************************************/
.footer {
 	font-weight: bold; 
	font-size: 11px; 
	color: #ffffff; 
	text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}

TD.footer {
	font-weight: bold;
	font-size: 11px; 
	color: #ffffff; 
	text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
	text-align: center;
}

.footer A:link, .footer A.selected:link, .footer A, .footer A.selected {
	font-weight: bold; font-size: 11px; color: #ffffff; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;

}
.footer A:visited, .footer A.selected:visited {
	font-weight: bold; font-size: 11px; color: #ffffff; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}
.footer A:hover, .footer A.selected:hover {
	font-weight: bold; font-size: 11px; color: #ffffff; text-decoration: underline;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
}


.go {
  width: 43px;
  height: 27px;
  margin: 0; padding: 0;
  border: 0;
  background: transparent url(../images/go.jpg) no-repeat center top;
  font-size: 0px;
  vertical-align: top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.lmr, TD.lmr, .lmr A:link, .lmr A.selected:active, .lmr A.selected:hover, .lmr A.selected:visited, .lmr A.selected:link, .lmr A:active, .lmr A:hover, .lmr A:visited{
	text-align:right;
	font-family: tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;	font-size: 1px;
	vertical-align:top;
	color: #FFFFFF;
	display: inline;
	position: absolute;
	left: -9999px;
	text-indent: -9999px;
}
