/* style.css -  Styles for almAcademy.gr */

A:hover { text-decoration: underline; } 

body {   background-image:url(img/8.jpg);}

.zete { background-image:url(img/grandzete4.gif); background-repeat:no-repeat; }
 
.main  { background-color:#FFFFFF; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 2px solid;  TEXT-DECORATION: none }



.small { font-family: "Verdana" ; color:#fffff0; font-size:8pt; }
.orange { font-family: "Verdana" ; color:#fb772c; font-size:10pt; font-weight:bold; }
.orange2 { font-family: "Verdana" ; color:#fb772c; font-size:11pt; font-weight:bold; }

.textbig1 { font-family: "Verdana" ; color:#535151; font-size:10pt; }
.textbig2 { font-family: "Verdana" ; color:#535151; font-size:12pt; }

.text { font-family: "Verdana" ; color:#515151; font-size:8pt; }
.text a:link { color: #515151; text-decoration: none; }
.text a:visited { color: #515151; text-decoration: none; }
.text a:hover { color: #ffffff; text-decoration: underline; background-color: #fb772c; }

.text2 { font-family: "Verdana" ; color:#515151; font-size:7pt; }
.text2 a:link { color: #515151; text-decoration: none; }
.text2 a:visited { color: #515151; text-decoration: none; }
.text2 a:hover { color: #ffffff; text-decoration: underline; background-color: #fb772c; }

.text3 { font-family: "Verdana" ; color:#6d6d6d; font-size:9pt; }
.text3 a:link { color: #515151; text-decoration: none; }
.text3 a:visited { color: #515151; text-decoration: none; }
.text3 a:hover { color: #ffffff; text-decoration: underline; background-color: #fb772c; }

.degrade { background-image:url(img/degrade1.gif) ; background-repeat:no-repeat; }
.colors { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; background-color: #fb772c; }
.colors2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #cf4507; background-color: #fffff0; }

.line { color:#df5e23; }
.button {  font-size: 10px; }

.descript { font-family: "Verdana" ; color:#3f3f3f; font-size:9pt; }


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  */
/* Menu  */

.chromestyle{
width: 100%;
font-weight: none;
font-family: "Verdana" ;
font-size:10pt; 
color:#fffff0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(img/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fffff8;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(img/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(defaultpix/downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ed6325; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-weight: bold;
font-size:8pt; 
font-family: sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ed6325; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fb772c;
color: #ffffff;
}