﻿html, body
{
	background-position: bottom;
	background-image: url( ./Images/Background.png );
	font-family: sans-serif;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	height: 100%;
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #333333;
}


/*HTML Elements and ASP .NET Controls=============================================*/
p
{
    text-indent: 30px;
}

/*Headers----------------------*/
h1, .h1
{
	margin: 0px;
	font-size: 1.9em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: sans-serif;
}

h2, .h2
{
	margin: 0px 0px 15px 0px;
	font-family: Tahoma;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	background-position: left;
	background-image: url( ./Images/RightArrow.gif );
	background-repeat: no-repeat;
	background-position: left top;
	color: #666633;
}

h3, .h3
{
	margin: 0px 0px 10px 0px;
	font-size: 1.3em;
	color: #738A13;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

h4, .h4
{
	margin: 0px 0px 0px 0px;
	font-size: 1.1em;
	color: #7C7C7C;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

.Bold
{
    font-weight: bold;
    color: #666666;
}

/*Horizontal Rules--------------*/

hr
{
	border: 0px; 
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #505050;
	height: 1px;
}

/*Links------------------------*/

a, a:hover, a:visited
{
	text-decoration: none;
	color: #0066CC;
}

a:hover
{
	text-decoration: underline;
}

/*Bullets---------------------*/

li
{
	list-style-image: url(./Images/Bullet.png);
	line-height: 20px;
}

ul.Check>li
{
	list-style-image: url(./Images/Check.png);
	line-height: 20px;
}

/*HyperLinks---------------------*/

.HyperLink
{
	margin: 4px;
	font-size: 0.9em;
	color: #0066CC;
}

.MoreHyperLink
{
	background-position: right center;
	color: #0066CC;
	background-repeat: no-repeat;
	border-style: none;
	background-image: url('./Images/More.png');
	padding: 0px 20px 0px 0px;
}

/*TextBoxes-----------------------*/

.TextBox
{
    border: 1px solid #C0C0C0;
    overflow: hidden; /*Για να μην βγάζει το verticall scroll*/
    color: #333333;
}

/*Buttons-------------------------*/

.Button
{
	/*border: 1px solid #000000;*/
	background-image: url( ./Images/Button.png );
	width: 108px;
	height: 27px;
	padding: 0px;
	border: none 0;
}

/*ImageButtons---------------------*/

.HomeImageButton, .HomeImageButton:hover
{
	border: 1px solid #333333;
	color: #636E67;
	margin: 2px;
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
}

/*LinkButtons----------------------*/

.LinkButton, .LinkButton:hover
{
	border: 1px solid #333333;
	color: #636E67;
	margin: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: center;
}

/*Images---------------------------*/

.LeftDockedImage
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.RightDockedImage
{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

/*Radios---------------------------*/

/*DropDownLists--------------------*/

/*Panels---------------------------*/

/*Για το Panel που χρησιμοποιείται ως MessageBox.*/
.MessageBoxPanel
{ 
	/*border: 2px solid #000000;*/
}


/*Για το Panel που χρησιμοποιείται ως Login.*/
.LoginPanel
{
	/*border: 2px solid #000000;*/
}
