@charset "iso-8859-7";
/* HOTSoft.gr - Generic CSS Document */

/* page body - general layout */
body {
	background: #EDF1F1;
	margin-left: 0px;
	margin-top: 0px;
	color: #cccccc;
	font-family: Verdana, Helvetica, Geneva, Arial;
	font-size: 11px;
	text-decoration: none;
	background-image: url(images/bg.gif);
}

/* links normal */
a,  a:link,  a:visited, a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
 a:hover {
	color: #000000;
	text-decoration: underline;
}


/* links secondary (navigation bar, etc) 
.navbar, .navbar a, .navbar a:link, .navbar a:visited, .navbar a:active {
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;
}
.navbar a:hover {
	color: #cccccc;
	text-decoration: underline;
}*/

.text_links , .text_links:link,  .text_links:visited, .text_links:active{
	color: #C6573C;
	font-family: Verdana, Helvetica, Geneva, Arial;
	text-decoration: none;
	font-weight: bold;
}
.text_links:hover {
	color: #C6573C;
	text-decoration: underline;
}

/* text styles */
.text_menu {
	color: #333333;
	font-family: Verdana, Helvetica, Geneva, Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}


.text_right_forma {
	color: #333333;
	font-family: Verdana, Helvetica, Geneva, Arial;
	font-size: 11px;
	font-weight: normal;
}

.text_title {
	color: #CCCCCC;
	font-family: Verdana, Helvetica, Geneva, Arial;
	font-size: 13px;
	font-weight: bold;
}




/* table layout */
.box{
	border: dashed;
	border-width: 1px;
	border-color: #666666;
	padding: 2px;
}

.cell_1{
	padding: 10px;
}


/* form elements */
.textfield{
	border: dashed;
	border-width: 0px;
	border-color: #6699FF;
	background-color: #FFFEDF;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6699FF;
}

