BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464547;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464547;
}

A {
	color: #0cabd2;
}

A:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #00a8da;
	padding: 3px 10px 3px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	border-width: 0px;
	text-decoration: none;
}


.stlContactButton {
	font-size: 11px;
	border: 1px solid #3A3A3A;
	background-color: #E1E1E1;
	color: #404040;
	cursor: pointer;
	margin: 0px 6px 0px 0px;
	height: 20px;
	background-image: url("/frontoffice/images/backgrounds/bgbutton.jpg");
}







.input {
	font-family: Verdana, Arial;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #666D6F;
	padding: 1px 2px 1px 2px ;
/*	width: 50%;*/
}



.inputsearch {
	font-family: Arial;
	width: 120px;
	color: #808080;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 1px 2px 1px 2px ;
/*	width: 220px;*/
}


.select {
	font-family: Verdana, Arial;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #666D6F;
/*	width: 50%;*/
}

/* STYLES για DEBUGGING του Portal */

.StructureLimits {
	font-family: Courier, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #F01400;
}

.SubStructureLimits {
	font-family: Courier, Helvetica, sans-serif;
	font-size: 8pt;
	/* font-weight: bold; */
	text-decoration: none;
	color: #F01400;
}

.SelectorLimits {
	font-family: Courier, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #30D458;
}

.ObjectGroupsLimits {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: purple;
}

.ObjectCollectionsLimits {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: magenta;
}

.ObjectsLimits {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #F07800;
}

.dispRec {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF0080;
	text-decoration: underline;
}

.dispSqlString {
	font-family: Courier, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: blue;
}

.dispSqlResults {
	font-family: Courier New, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: black;
}

/* 2002-12-09 ngeor */
.redBoldError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: red;
}

