﻿/*Για τα buttons*/
.button {
	display: inline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding:  .34em 1.5em .50em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}


/*Για τα RoundedPanels*/

.roundedcornr_box_350686 {
	background: url(./Images/roundedcornr_350686_tl.png) no-repeat top left;
}
.roundedcornr_top_350686 {
	background: url(./Images/roundedcornr_350686_tr.png) no-repeat top right;
}
.roundedcornr_bottom_350686 {
	background: url(./Images/roundedcornr_350686_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_350686 div {
	background: url(./Images/roundedcornr_350686_br.png) no-repeat bottom right;
}
.roundedcornr_content_350686 {
	background: url(./Images/roundedcornr_350686_r.png) top right repeat-y;
}

.roundedcornr_top_350686 div,.roundedcornr_top_350686,
.roundedcornr_bottom_350686 div, .roundedcornr_bottom_350686 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_350686, .roundedcornr_bottom_350686 {
	margin-top: -19px;
}
.roundedcornr_content_350686 { padding: 0 15px; }


/*MainMenu*/

.mainMenu, #ctl00_mainMenu
{
    font-weight: bold;
    font-size: 1.1em;
    border-width: 1px;
    border-color: #AAAAAA;
    border-style: solid none solid none;
    background-color: #DBDBDB;
    height: 30px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}

.staticMenuItem
{
	vertical-align: middle;
	/*padding-top: 8px;*/
	color: #416B81;
}

/*FooterMenu*/

.footerMenuItem
{
    color: #4D4D4D;
    text-align: center;
}


/*Λοιπά*/

.topMenuLink
{
    text-transform: none;
    text-decoration: none;
    color: #C0C0C0;
}

.topMenuLink:hover
{
    color: #FFFFFF;
}

#localeDiv
{
    float: right;
}

.noBorder 
{   
    border: none;   
}  