body, td {
	font-family : Verdana, sans-serif;
	font-size : 9pt;
	/*text-indent: 8px;*/
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : Black;
	scrollbar-base-color : #FAF0E6;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #DCDCDC;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #DEDEDE;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	/*background-color: #CD853F;*/
	color: black;
}

a:visited {
	color: Maroon;
}
h1, h2, h3, h4 {
	font-family : Comic Sans, sans-serif;
	color: #6A5ACD;
}

.invert {
	background : #008e89;
	color: White;
	font-family : "Comic Sans MS";
	font-size: large;
	padding-left: 10px;
}

.liSiel {
	border: double;
	border-color: #7db6ca;
	border-width: 6px;
	}

.liBlue {
	border: double;
	border-color: #6699FF;
	border-width: 6px;
	}

.dbline { line-height: 30px; }

/* Ενότητα Μορίων
*/
.mainboard{
	z-index: 0;
	background-color: gainsboro;
	border-right: thin solid Gray;
	border-bottom: thin solid Gray;
}

.content_outline{
  background-color: #FCF9F0;
  max-width: 520px;
  min-width: 520px;
  margin: 1em;
  padding: 20px;
  border: 1px solid lightgray;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 4px 4px 8px -2px #808080;
}

.mask{
  color: silver;
}

.gpanel{
	background-color: #D9D0BF;
}

.kpanel{
	background-color: #E8E3D8;
}

.epanel{
	background-color: GhostWhite;
}

.dpanel{
	background-color: ivory;
}

.rpanel{
	background-color: #FCF9F0;
}

.labelinputbox{
	border: none;
	background-color: gainsboro;
	}

.bathmosinput{
    width: 4em;
	text-align: right;
    border-top:1px solid black;
    border-left: 1px solid black;
    border-right:1px solid black;
    border-bottom:1px solid black;
    background-color: white;
    color: black;
    font-size:12px;
}

.unselected{
	text-align: right;
    border-top:1px solid black;
    border-left: 1px solid black;
    border-right:1px solid black;
    border-bottom:1px solid black;
    background-color: WhiteSmoke;
    color: black;
    font-size:12px;
}

.unVisible{
    display: none;
}

.bathmosLocked{
	text-align: right;
    border-top:1px solid black;
    border-left: 1px solid black;
    border-right:1px solid black;
    border-bottom:1px solid black;
	background-color: antiquewhite;
    font-size:12px;
}

.bathmoslabel{
	border: none;
	text-align: right;
	background-color: antiquewhite;
}

.bathmosChekBox{
    border-top:1px solid black;
    border-left: 1px solid black;
    border-right:1px solid black;
    border-bottom:1px solid black;
    color:#000000;
    font-size:12px;
}

.bathmosButton{
    border-top:1px solid black;
    border-left: 1px solid black;
    border-right:1px solid black;
    border-bottom:1px solid black;
	background-color:#f5f5f5;
    border-radius: 4px;
	color:#000000;
	font-size:12px;
    padding: 4px;
    cursor: pointer;
}

.bathmosButton:hover{
    background-color: #467B59;
	color: White;
    box-shadow: 3px 2px 5px 2px #808080;
}

.tablab{
	color: blue;
	}

.mTitle{
	text-align: center;
    font-size: 8px;
    font-weight: bold;
}

/* Τέλος Ενότητας Μορίων
*/

p.dbl { line-height: 30px; }

ul.comms{ 
	margin-left: 40px;
	margin-right: 20%;
	font-family : Garamond, Comic Sans MS;
	font-size: small;
	text-indent: 5%;
	text-decoration: none;
	/*background-color: #F8C091; */
	background-color: khaki; 
	/*color : #483D8B;*/
	color: saddlebrown;
	border-top-width:8pt;
	border-top-style: dotted;
	border-color: white;
	padding: 18px;
}

.normalcomms {
	margin-left: 5%;
	margin-right: 10%;
	font-family : "Comic Sans MS";
	font-size: 15px;
	text-indent: 5%;
	text-decoration: none;
	background-color: khaki; 
	color : Black;
	border-left-width:8pt;
	border-left-style: dotted;
	border-color: white;
	padding: 50px 50px 50px 50px;
	}

th, td {
    padding:           0.2em;
}

table.contt {
	background-color: silver;
	border: 1px solid black;
	color: maroon;
	font-weight: bold;
}

table.headr {
	background-color: #88bbff;
	border: 1px solid Black;
	color: white;
}

table.data {
	background-color: #FFDEAD;
}

table.myred {
	background-color: #FFccbb;
	border: 2px solid Red;
}


table.search {
	margin-left: 40px;
}

.odd {
	font-family: verdana, helvetica;
	color: #000000;
	background-color: #DCDCDC;
	font-weight: plain;
	font-size: 10pt;
}

.even {
	font-family: verdana, helvetica;
	color: #000000;
	background-color: Silver;
	font-weight: plain;
	font-size: 10pt;
}

.myhead {
	font-family: verdana, helvetica;
	color: Blue;
	font-weight: bold;
	font-size: 10pt;
	background: #B0C4DE;
}


.fieldL {
	background: #ffdead;
	border: none;
	}

	
.fieldR {
	background: #ffdead;
	border: none;
	text-align: right;
	}

	
.titles {
	background: #88bbff;
	font-family : Garamond, Comic Sans MS; 
	font-size: 18px; 
	font-weight: normal;
	color: White;
	padding-left: 10px;
	margin-right: 15%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.marked{
	background: #88bbff;
	font-family : Garamond, Comic Sans MS; 
	font-size: 22px;
	font-weight: normal;
	color: InfoText;
	}