﻿
/*Για οποιοδήποτε κείμενο που υποδειλώνει σφάλμα.*/
.Error
{
	color: #FF0000;
}

/*Για το table που χρησιμοποιείται στο MessageBox (μέσα στο Panel).*/
.MessageBoxTable
{
	width: 300px;
	border-collapse: collapse;
}

/*Για όλα τα tables που χρησιμοποιούνται για ταξινόμηση των aspx σελίδων*/
table.ContentsTable
{
	width: 100%;
	border-spacing: 40px; 
	border-collapse: separate;	
}

.ContentsTable td
{
	vertical-align: top;
}

.LogoText
{
	font-family: 'Gill Sans MT';
	font-size: 45px;
	color: #094898;
}

.SubLogoText
{
	font-family: 'Microsoft Sans Serif';
	font-size: 15px;
	color: #60523D;
}

.RoundPanelHeader
{
	font-family: Arial;
	font-size: 1.7em;
}

/*Για το main menu*/
.MainMenu
{
	border: 1px solid #000000;
	background-image: url( ./Images/MenuBackground.png );
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

.MainSubMenu
{
	background: #313537;
}

.MainMenuItem, .MainMenuItemSelected
{
	height: 35px;
	white-space: nowrap;
}

.MainMenuItemSelected
{
	background-image: url( ./Images/SelectedMenuItemBackground.png );
}

.SiteMapPath
{
	font-family: Verdana;
	font-size: 12px;
	height: 25px;
}

.SiteMapPathNode
{
	
}

.PageTitlePanel
{
	padding: 15px 40px 15px 40px;
}

.MainRoundPanel
{
	z-index: 10;
	position: relative;
}

/*SlideShow divs*/
div#slideshowContainer
{
    /*border: 1px solid #C0C0C0;*/
    padding: 5px 5px 5px 5px;
    background-image: url( ./Images/Panel.png );
    background-repeat: no-repeat;
    width: 220px !important; 
    height: 170px !important; 
}

div#slideshow
{ 
    position: relative;
    width: 220px !important;
    height: 160px !important;
}

div#slideshow div
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    filter: alpha(opacity=0);
    text-align: left;
    background-image: url( ./Images/WhitePixel.jpg );
    background-repeat: repeat;
}

div#slideshow div.active
{
    z-index: 102;
    filter: alpha(opacity=100);
}

div#slideshow div.last-active
{
    z-index: 101;
}

.LeftDockedSlideShow
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.RightDockedSlideShow
{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

#map1, #map2, #map3
{
	border: thin solid #808080;
	width: 300px; 
	height: 250px; 
	margin-top: 9px;
}

/*Footer Menu Items*/
#ctl00_footerMenu a, #ctl00_footerMenu a:hover, #ctl00_footerMenu a:visited
{
    text-decoration: none;
    color: #333333;
}

#ctl00_footerMenu a:hover
{
	text-decoration: underline;
}

/*IntelSoft link at footer*/

#ctl00_intelSoftLink
{
    color: #009933;
    font-weight: bold;
}

.calculationTable
{
    border: 1px solid #999999;
    text-align: center;
    background-color: #9ED17D;
    border-collapse: collapse;
}

.calculationTable td
{
    border: 1px solid #999999; 
    vertical-align: middle;
    height: 22px;
}

.LeftAlignedCell
{
    text-align: left;
}

.RightAlignedCell
{
    text-align: right;
}
