/* 
ACTA screen css v0.9
http://www.acta.edu.gr
Apr 2008 
*/

/* page structure & layout */
body {
font-family: Verdana, sans-serif, Helvetica, Arial;
font-size:.75em; 
color:#000000; 
margin:4px 8px 4px 4px;
padding:0 0 0 0;
background: #ffffff; 
text-align: justify;
}
a {color: #FF7D00; text-decoration: none;}
a:hover {color: #b02429;}
img {
border: 0;
}
hr {
  border: 0px;
  height: 1px;
  color: #f9c982;
  width: 100%;
}
td {
vertical-align: top;
}
.hr {
  height: 1px;
  width: 100%;
  border-top:1px solid orange;
  margin-bottom: 4px;
}

/* messages */
.success {
font-family: "MS Shell DLG", Verdana , "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
color: green;
background-image: url("../img/s_okay.png");
background-repeat: no-repeat;
font-weight: bold;
text-indent: 1.7em;
}
.failure {
font-family: "MS Shell DLG", Verdana , "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
color: red;
background-image: url("../img/s_error.png");
background-repeat: no-repeat;
font-weight: bold;
text-indent: 1.7em;
}
.info {
font-family: "MS Shell DLG", Verdana , "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
color: #0044cc;
background-image: url("../img/s_info.png");
background-repeat: no-repeat;
text-indent: 1.7em;
text-align:justify;
}
.warning {
font-family: "MS Shell DLG", Verdana , "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
color: #FFA500;
font-weight: bold;
text-align:center;
}
.frm_error_td {
color: #ff0000;
font-family: "MS Shell DLG", Verdana , "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
text-align: right;
font-style: italic;
}
.text_content{
padding: 16px 24px 16px 16px;
line-height:15px;
text-align: justify;
border: 0px black solid;
}