﻿/*
Ρυθμίσεις μορφοποίησης για τα αρχεία Lyklec
© Σεπτέμβρης 2010
*/

body{
font-family: Verdana;
margin-left: 5%;
margin-right: 5%;
}

.myform{
	background: silver;
	padding: 10;
}

.enable{
  color: black;
  font-style: normal;
}

.disable{
  color: gray;
  font-style: italic;
}

a{
	text-decoration: underline;
    color: SaddleBrown;
}

a:hover{
	text-decoration: none;
	color: black;
	background-color: #CD853F;
    border-radius: 6px;
    box-shadow: 2px -2px 4px 0 #808080;
}

a:visited{
	color: Gray;
}

h1, h2, h3, h4{
	font-family : Comic Sans, sans-serif;
	color: #6A5ACD;
}

.invert{
	/*background: #9283F1;
	background: url(less.png);
	background: #6699cc;*/
	background : teal;
	color: White;
	font-family : "Comic Sans MS";
	font-size: x-large;
	padding-left: 10px;
}

table.headr{
    /*background: url(../img/topbg.png);*/
    background: #88BBFF;
	color: white;
}

.litlehead{
	background: #88BBFF;
    border-radius: 8px;
   /*border-top-right-radius: 8px;*/
    padding: 5px;
	font-family: "Monotype Corsiva";
    font-size: 16px;
    font-weight: bold;
	color: black;
	/*font-weight: bold; */
    text-align: center;
}

.tabMenu{
	position:relative;
	top: 88px;
	left: 5px;
	width: 232px;
	height: 35px;
}

.leftcol{
	border: 1px dotted gray;
 	border-top-left-radius: 8px;
 	border-bottom-left-radius: 8px;
 	padding: 5px 20px 5px 20px;
 	background-color: #f0e68c;
    box-shadow: 3px 4px 4px 0px #bfbfbf;
}

.rightcol{
	border: 1px dotted gray;
 	border-top-right-radius: 8px;
 	border-bottom-right-radius: 8px;
	padding: 10px;
 	background-color: #f0e68c;
    box-shadow: 3px 4px 4px 0px #bfbfbf;
}

#clippCont{
  position: absolute;
  left: 273px;
  top: 370;
  width: 42px;
}

.clipperTop{
	position: relative;
	 top: 200px;
	 left: 210px;
}

.clipperMid{
	position: relative;
	 top: 1000px;
	 left: 273px;
}

.clipperBot{
	position: relative;
	 top: -140px;
	 left: 210px;
}

.anotLeft{
    position:relative;
    top: -220px;
    left: 5px;
    width: 110px;
	margin-left: 2em;
	margin-right: 2em;
	font-family : sans-serif;
	font-size: small;
	text-decoration: none;
    text-indent: 0;
	background-color: #e0ffe0;
	color: black;
	border-left-width: 10px;
	border-left-style: dotted;
 	border-color: #f0e68c;
	padding: 25px 20px 20px 20px;
    box-shadow:3px 4px 2px 1px #efefef;
	}

.anot{
	margin-left: 2em;
	margin-right: 2em;
	font-family : sans-serif;
	font-size: small;
	text-indent: 2em;
	text-decoration: none;
	background-color: #fffff5;
	color: black;
	border-left-width: 10px;
	border-left-style: dotted;
	border-top-right-radius: 8px;
 	border-bottom-right-radius: 8px;
 	border-color: #f0e68c;
	padding: 25px 20px 20px 20px;
    box-shadow: 2px 2px 1px 0px #cacaca;
	}

.separator{
  border-bottom: 1px solid silver;
  padding-bottom: 1px;
  border-top: 1px solid silver;
  padding-top: 1px;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  color: green;
  background: #FCF6FC;
  text-align: center;
  }

.mseparator{
  /*border: 1px solid silver;
  border-radius: 16px; */
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-left: 27px;
  /*margin-right: 27px;*/
  padding: 8px;
  font-family : "Monotype Corsiva";
  font-size: large;
  color: white;
  background: teal;
  text-align: center;
  }

.nseparator{
  color: #308DFF;
  text-align: right;
  font-family : "Monotype Corsiva";
}

.myhead{
	font-family: verdana, helvetica;
	color: black;
	font-weight: bold;
	font-size: 10pt;
	background: #dda0a0;
}

.myspecial{
  display: none;
}

#div-1a {
 position:absolute;
 top: 20;
 left: 20;
 width:400px;
  margin: 20px
}

#div-1b {
    position:relative;
    float: right;
    width: 450px;
    background-color: pink;
    border: medium solid red;
  margin: 10px;
  padding: 10px
}

.odd{
	font-family: verdana, helvetica;
	color: #000000;
	background-color: #E4EBF6;
	font-weight: plain;
	font-size: 10pt;
}

.even{
	font-family: verdana, helvetica;
	color: #000000;
	background-color: #FFFFBF;
	font-weight: plain;
	font-size: 10pt;
}

.outleged{
  font-size: smaller;
  font-style: italic;
  color: #3300CC;
}

.deadleged{
  font-size: smaller;
  font-style: italic;
  color: gray;
}

.inleged{
  font-size: x-small;
  font-style: italic;
  color: darkred;
}

.fsform{
	background: #e5e5e5;
    font-size: small;
	padding: 10px;
    border: 1px solid black;
    border-radius: 4px;
}

.mySelector{
  width: 180px;
}

.ssform{
	/*background: #e5e5e5; */
    font-size: small;
	padding: 5px;
    border: 1px solid black;
    border-radius: 4px;
}

.fstblFooters{
  background: #d3dce3;
  font-size: small;
  padding: 10px;
  border: 1px solid black;
  border-top-style: none;
  text-align: right;
}

.fcaption{
  font-size: x-small;
  font-style: italic;
  color: #333333;
}

ul.comms{
	margin-left: 5%;
	margin-right: 5%;
	font-family : Garamond, Comic Sans MS;
	font-size: small;
	text-indent: 20px;
	text-decoration: none;
	/*background-color: #F8C091; */
	background-color: khaki;
	/*color : #483D8B;*/
	color: saddlebrown;
	border-top-width:8pt;
	border-top-style: dotted;
	border-color: #f5f5f5;
	padding: 18px;
}

.guiWidget{
border: 1px solid 000000;
border-top:1px solid #000000;
border-left: 1px solid #000000;
border-right:1px outset #000000;
border-bottom:1px outset #000000;
}

.guiWidgetTitle{
font-size:12px;
font-weight:bold;
color:#000000;
}

.guiCheckBox{

}

.guiRadioOption{

}

.guiListBox{
border: 1px solid #000000;
background-color:#f5f5f5;
color:#000000;
font-size:12px;
}
.guiTextBox{
border: 1px solid #000000;
background-color:#f5f5f5;
color:#000000;
font-size:12px;
}
.guiTextArea{
border: 1px solid #000000;
background-color:#f5f5f5;
color:#000000;
font-size:12px;
overflow: auto;
}

.guiButton{
border: 1px solid #000000;
border-radius: 4px;
background-color:#99CCCC;
color:#000000;
font-size:12px;
}

.guiButton:hover{
    background-color: Tomato;
    box-shadow: 1px 1px 3px #808080;
    cursor: pointer;
}

.guiLabel{
font-weight:bold;
}

code {
	color: #c00;
	font: 1.1em monospace;
}

.content ol.code {
	margin: 0 0 3em;
	padding: 6px 6px 6px 30px;
	border: 2px solid #c00;
}
.content ol.code li {
	margin: 0 0 1px 12px;
	padding: 0.5em;
	color: #000;
	font: 1.1em monospace;
	background: #fff5f5;
	list-style-type: decimal;
}

.content ol.code li.red, span.red {
	color: #c00;
}

h3 code {
	font: 0.9em monospace;
}

.code2 {
	color: #c00;
    font-size: x-small;
}

.content ul.code2 {
	margin: 0 0 3em;
	padding: 6px 6px 6px 30px;
	border: 2px solid #c00;
}
.content ul.code2 li {
	margin: 0 0 1px 12px;
	padding: 0.5em;
	color: #000;
    font-size: x-small;
	background: #fff5f5;
	list-style-type: square;
}

.content ul.code2 li.red, span.red {
	color: #c00;
}

.indent {
	text-indent: 3em;
}

.ciex{
  position: absolute;
  top: 150px;
  right: 55px;
}

.iex{
  width: 244px;
  border: solid 1px lightgray;
  background-color: #FCF9F0;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: -3px 2px 3px 0px #bfbfbf;
}

.iexmenu{
  background-color: #D9D0BF;
  width: 230px;
  text-indent: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 2px #6E6659;
  font-size: 10pt;
}

.redBox{
  border: 2px solid red;
  background-color:  orange;
  cursor: pointer;
}

.foo{
  display: none;
}
