BODY {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-repeat: repeat-x;
}

TD {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

A:hover {
/*	color: #CC0000;*/
	text-decoration: underline;
}

form {
	margin: 0px;
}

.button {
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
	font-size: 9px;
	background-color: #ffffff;
	border: 1px solid #000000;
	height: 20px;
	cursor: pointer;
}


.buttonAdmin {
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
	font-size: 9px;
	background-color: white;
	border: 1px solid #000000;
	height: 20px;
	cursor: pointer;
}

.input {
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
	font-size: 11px;
	background-color: #ffffff;/*#cedce3;*/
	border: 1px solid #666666;
	padding: 1px 2px 1px 2px ;
/*	width: 220px;*/
}

.inputCard {
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
	font-size: 10px;
	background-color: white;
	border: 1px solid #666666;
	width: 335px;
}




.inputsearch {
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
	font-size: 11px;
	background-color: #ffffff;/*#cedce3;*/
	border: 1px solid #666666;
	padding-left: 2px;
	width: 200px;
	height: 20px;
}

.inputmailing {
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
	font-size: 10px;
	background-color: white;
	border: 1px solid #666666;
	width: 100px;
}

.select {
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
	font-size: 11px;
	background-color: #ffffff;/*#cedce3;*/
	border: 1px solid #666D6F;
}

/* 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;
}


