﻿*ul
{
    list-style-type: none;
    list-style-image: none;
    
}
body
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9pt;
    color: #505A6E;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    background-color: #393534;
}
h1{color: #505050; font-size: 12pt; padding:5px; margin:0;}
h2{color:#3399FF; font-size: 10pt; padding:5px; margin:0;}
h3{color:#505050; font-size:9pt; padding:5px; margin:0;}
p
{
    margin:0;
    padding:5px;
    }
/*
.links a:link
{
    text-decoration: none;
    color: #505050;
}
.links a:visited
{
    text-decoration: none;
    color: #505050;
}
.links a:hover
{
    color: #3399ff;
    text-decoration: underline;
}
*/
.TitleBar
{
    height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    border-bottom: dashed 1px #3399FF;
}

.ImageListViewUL
{
    list-style-type: none;
    margin:0;
    padding:0;
}
.ImageListViewUL li
{
    display: inline;
    float: left;
    margin: 20px 5px 0px 5px;
    width: 110px;
    height: 130px;
    color: #505050;
}

.pager
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9pt;
    color: #3399ff;
    text-decoration: none;
    clear: both;
    vertical-align: middle;
    height: 18px;
    padding: 10px;
    border-top: dashed 1px #3399FF;
    border-bottom: dashed 1px #3399FF;
    vertical-align: middle;
}



/* Περιγραφή πίνακα basket */
.tbHeader
{
    padding: 3px;
    background: #E1E1E1;
    color: #505050;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 20px;
    vertical-align: middle;
}
    .tbRows
{
    padding: 3px;
    background: #ffffff;
    color: #505050;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    line-height: 20px;
    vertical-align: top;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #505A6E;
}
    .tbFooter
{
    padding: 5px;
    background: #ffffff;
    color: #505050;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    line-height: 20px;
    vertical-align: top;
}
.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

a.LinkButtonGray:link 
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: #808080;
    font-weight:normal;
    text-decoration:none;
}
a.LinkButtonGray:visited 
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: #808080;
    font-weight:normal;
    text-decoration:none;
}
a.LinkButtonGray:active 
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: #000000;
    font-weight:normal;
    text-decoration:none;
}
a.LinkButtonGray:hover 
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: #000000;
    font-weight:normal;
    text-decoration: underline;
}

.quest1 
{
    padding: 0px;
    background: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9pt;
    color: #FF6600;
}
.quest1 a:link, a:visited, a:active
{
    color: #505050;
    text-decoration: none;
    font-size: 9pt;
}
.quest1 a:hover
{
    color: #3399FF;
    text-decoration: underline;
    font-size: 9pt;
}
.PopupPanel
{
    display:none;
}

.Separator
{
    height:0px;
    border-top:dashed 1px #3399FF;
}
.graySeparator
{
    height:26px;
    border-bottom: solid 1px #cccccc;
   
}