body {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
/*	background-image:url(images/background.gif);*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

td.mmenu {
	background: #fdf2d7; /* Old browsers */
	background: -moz-linear-gradient(top, #fdf2d7 0%, #fde195 50%, #ffd561 51%, #fdecbd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf2d7), color-stop(50%,#fde195), color-stop(51%,#ffd561), color-stop(100%,#fdecbd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdf2d7 0%,#fde195 50%,#ffd561 51%,#fdecbd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdf2d7 0%,#fde195 50%,#ffd561 51%,#fdecbd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdf2d7 0%,#fde195 50%,#ffd561 51%,#fdecbd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdf2d7 0%,#fde195 50%,#ffd561 51%,#fdecbd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf2d7', endColorstr='#fdecbd',GradientType=0 ); /* IE6-9 */
}

td.mmenu_select {
	background: #f7e8e3; /* Old browsers */
	background: -moz-linear-gradient(top, #f7e8e3 0%, #e6afa0 50%, #eda08b 51%, #e4cec8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7e8e3), color-stop(50%,#e6afa0), color-stop(51%,#eda08b), color-stop(100%,#e4cec8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7e8e3 0%,#e6afa0 50%,#eda08b 51%,#e4cec8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7e8e3 0%,#e6afa0 50%,#eda08b 51%,#e4cec8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7e8e3 0%,#e6afa0 50%,#eda08b 51%,#e4cec8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7e8e3 0%,#e6afa0 50%,#eda08b 51%,#e4cec8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e8e3', endColorstr='#e4cec8',GradientType=0 ); /* IE6-9 */
}

.header {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: center;
	color: #000000;
}

#footer_container{
    position: fixed;
	bottom: 0;
	left: 0;
	right:0;
	width: 100%;
 }
 #footer {
    float: right;
	position: relative;
	padding-right:30px;
	padding-bottom:40px;
}

.titTbl {
	background-image:url(images/backhead8.gif);
	background-repeat:repeat-x;
	border-color:#0000ff9e7b;
	height:27px;
	text-align:center;
	vertical-align:middle;
	}

a.menu:link, a.menu:visited, a.menu:active {color: #000080; text-decoration:none; font-size: 12px;
	 font-weight: normal; font-family: Tahoma,Verdana, Lucida, Times, sans-serif;
	 } 
a.menu:hover {color: #AA0000; text-decoration: none; font-size: 12px;  font-weight: normal;
	 font-family: Tahoma, Verdana, Lucida, Times, sans-serif;
	 }

a.main:link, a.main:visited, a.main:active {color: #000080; text-decoration:none; font-size: 12px;
	 font-weight: normal; font-family: Tahoma,Verdana, Lucida, Times, sans-serif;
	 } 
a.main:hover {color: #AA0000; text-decoration: none; font-size: 12px;  font-weight: normal;
	 font-family: Tahoma, Verdana, Lucida, Times, sans-serif;
	 }

a.second:link, a.second:visited, a.second:active {text-decoration: none; color:#46a; font-size:14px; font-weight:bold; }
a.second:hover {text-decoration: underline; color:#aa0000; font-size:14px; font-weight:bold;}

a.pe:link, a.pe:visited, a.pe:active {text-decoration: none; color:#248; font-size:12px; font-weight:bold; }
a.pe:hover {text-decoration: underline; color:#aa0000; font-size:12px; font-weight:bold;}

a.syn:link, a.syn:visited, a.syn:active {text-decoration: none; color:#44a; font-size:12px; font-weight:bold; }
a.syn:hover {text-decoration: underline; color:#aa0000; font-size:12px; font-weight:bold;}

a.nomos:link {text-decoration: none;  color:#46d; font-size:12px; font-weight:bold; }
a.nomos:visited {text-decoration:none; color:#46d; font-size:12px; font-weight:bold; }
a.nomos:active {text-decoration: none; color:#46d; font-size:12px; font-weight:bold; }
a.nomos:hover {text-decoration: underline; color:#aa0000; font-size:12px; font-weight:bold;}
.nomos {margin-bottom:5px; float:center; text-align:center;font-size:12px;}

a.footer:link, a.footer:visited, a.footer:active {text-decoration: none; color:#248; font-size:12px; font-weight:normal; }
a.footer:hover {text-decoration: underline; color:#aa0000; font-size:12px; font-weight:normal;}


.css_button {
    font-size: 14px;
    font-family: 100% Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #3866A3;
    padding: 9px 18px;
    text-shadow:1px 1px 0px #5E5E5E;
    -moz-box-shadow:inset 1px 1px 0px 0px #BEE2F9;
    -webkit-box-shadow:inset 1px 1px 0px 0px #BEE2F9;
    box-shadow:inset 1px 1px 0px 0px #BEE2F9;
    text-decoration:none;
    cursor: pointer;
    background:-webkit-linear-gradient(90deg, #468ccf 5%, #63b8ee 100%);
    background:-moz-linear-gradient(90deg, #468ccf 5%, #63b8ee 100%);
    background:-ms-linear-gradient(90deg, #468ccf 5%, #63b8ee 100%);
    background:linear-gradient(180deg, #63b8ee 5%, #468ccf 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
    /*background-color:#468ccf;*/
    color:#FFFEAA;
    display:inline-block;
}

.css_button:hover {
    background:-webkit-linear-gradient(90deg, #63b8ee 5%, #468ccf 100%);
    background:-moz-linear-gradient(90deg, #63b8ee 5%, #468ccf 100%);
    background:-ms-linear-gradient(90deg, #63b8ee 5%, #468ccf 100%);
    background:linear-gradient(180deg, #468ccf 5%, #63b8ee 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
    /*background-color:#63b8ee;*/
}
.css_button:active {
    position:relative;
    top:1px;
}

.mn_div {
	width:600px;
	text-align:center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #3866A3;
    padding: 9px 18px;
    text-shadow:1px 1px 0px #5E5E5E;
    -moz-box-shadow: inset 1px 1px 0px 0px #BEE2F9;
    -webkit-box-shadow:inset 1px 1px 0px 0px #BEE2F9;
    box-shadow:inset 1px 1px 0px 0px #BEE2F9;
}

.perigra_div {
	position: inherit;
	width:600px;
	text-align:center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #3866A3;
    padding: 10px 10px;
    text-shadow: none;
    -moz-box-shadow: inset 1px 1px 0px 0px #BEE2F9;
    -webkit-box-shadow:inset 1px 1px 0px 0px #BEE2F9;
    box-shadow: none;
}

#customers
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
vertical-align:middle;
border-collapse:collapse;
}
#customers td, #customers th 
{
vertical-align:middle;
font-size:1em;
font-weight:bold;
border:1px solid #aaaacf;
padding:3px 7px 2px 7px;
}
#inner td, #customers th 
{
vertical-align:middle;
font-size:1em;
font-weight:bold;
border:0px none #aaaacf;
padding:3px 7px 2px 7px;
}
#customers th 
{
font-size:1.1em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#cfdfff;
color:#030;
}
#customers tr.alt td 
{
vertical-align:middle;
color:#000000;
background-color:#cfdfff;
}
#inner tr.alt td 
{
vertical-align:middle;
color:#000000;
background-color:#cfdfff;
}
#inner tr.alt td 
{
vertical-align:middle;
color:#000000;
background-color:#cfdfff;
}
#customers tr.synolo td 
{
vertical-align:middle;
color:#000000;
background-color:#dddddd;
}

table.syn tr:first-child th{
background: #cfe7fa; /* Old browsers */
background: -moz-linear-gradient(top, #cfe7fa 0%, #6393c1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfe7fa), color-stop(100%,#6393c1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cfe7fa 0%,#6393c1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cfe7fa 0%,#6393c1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #cfe7fa 0%,#6393c1 100%); /* IE10+ */
background: linear-gradient(to bottom, #cfe7fa 0%,#6393c1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */

	background-color:#99ccff;
	border:1px solid #000000;
	text-align:center;
	border-width:1px 1px 1px 1px;
	font-size:14px;
	font-family: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}

table.syn_tm tr:first-child th{
/* #b8e808 5%, #a2b22b */
background: #cfe7fa; /* Old browsers */
background: -moz-linear-gradient(top, #cfe7fa 0%, #6393c1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfe7fa), color-stop(100%,#6393c1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cfe7fa 0%,#6393c1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cfe7fa 0%,#6393c1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #cfe7fa 0%,#6393c1 100%); /* IE10+ */
background: linear-gradient(to bottom, #cfe7fa 0%,#6393c1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */

	background-color:#99ccff;
	border:1px solid #000000;
	text-align:center;
	border-width:1px 1px 1px 1px;

	font-size: 8pt;
	font-family: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}


/* @@@@@@@@@@@@@@ gia 4h selida @@@@@@@@@@@@@@*/
.boldtable, .boldtable TD, .boldtable TH
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:8pt;
border:1px solid #aaaaaa;
}

.boldtable TH
{
font-weight:bold;
background-color:#99ccff;
}

.boldtable TR.head
{
color:#000000;
background-color:#99ccff;
}

.boldtable tr:nth-child(odd) { background-color:#bbddee; }
.boldtable tr:nth-child(even) { background-color:#ffffff; }
.boldtable td { vertical-align:middle;}

.boldtable tr.synolo
{
font-weight:bold;
vertical-align:middle;
color:#000000;
background-color:#dddddd;
}

#stable-img {
	display: none;
	text-align: center;
/*	height: auto; */
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 100;
}


/*  code for drop down menu  */
#jsddm
{	margin: auto;
	text-align: center;
	padding: 0;}

	#jsddm li
	{	float:left;
		list-style: none;
		font: 12px Tahoma, Arial;}

	#jsddm li a
	{	display: block;
		color:#000088;
		background: none;/*#20548E*/
		padding: 5px 12px;
		text-decoration: none;
		width: auto;
		white-space: nowrap;}

	#jsddm li a:hover
	{	/*background: #fca;*/
		color:#aa0000;}/*#1A4473;*/
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			border: 1px;
			border-color: yellow;
			border-style:solid;
			visibility: hidden;
			z-index: 100;}
		
		#jsddm li ul li
		{	float: none;
			display: inline;
		}
		
		#jsddm li ul li a
		{	width: auto;
			text-align: left;
			background: #ffb;/*9F1B1B*/}
		
		#jsddm li ul li a:hover
		{	background: #fca;/*7F1616*/}

