﻿body 
{
    font-family:Arial;
    color:#000000;
    font-size:9pt;
    background-color:#efefef;
    margin:0px;
}

h1
{
    font-family:Arial;
    color:#000000;
    font-size:14pt;
}
 
textarea
{
	font-family:Arial;
	font-size: 9pt;
	color: #000000;
}

a
{
    color:#0066cc;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}

input[type="submit"]:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="file"]:disabled 
{
    color: #999999;
}

/*.CustomTabStyle .ajax__tab_header 
{
    
    height:30px;
    background:#888888
    
   
background:url(/ellinas/images/2Navigation3.jpg) no-repeat;
}*/

.temp
{
    font-weight:bold;
}

.trProjects
{
    height: 110px;
    width: 640px;
    border:solid 1px #dcdcdc
    
}
.LabelError
{
	color:Red;
}

.Label
{
	text-align: right;
	padding-right:5px;
	vertical-align:top;
	color:#000000;
	height:30px;
}

.Textbox
{
	font-family:Arial;	
	height: 16px;
	text-align:left;
	vertical-align:bottom;
}
.Button
{
	font-weight:bold;
	background-color: #a1a1a1;
	color: #ffffff;
	
	height: 22px;
	margin-left: 2px; 
	margin-right:2px; 
}
.LabelLeftAlignGrey
{
	text-align: left;
	color:#a1a1a1;
}

/* default layout 
.CustomTabStyle .ajax__tab_header {white-space:nowrap;}
.CustomTabStyle .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.CustomTabStyle .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.CustomTabStyle .ajax__tab_tab {margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}*/

/* xp theme */
.CustomTabStyle .ajax__tab_header {font-family:arial,tahoma,helvetica;font-size:12px; font-weight:bold; background:url(/ellinas/images/tabs/tab-line.gif) repeat-x bottom;}
.CustomTabStyle .ajax__tab_outer {padding-right:4px;background:url(/ellinas/images/tabs/tab-right.gif) no-repeat right;height:21px;}
.CustomTabStyle .ajax__tab_inner {padding-left:3px;background:url(/ellinas/images/tabs/tab-left.gif) no-repeat;}
.CustomTabStyle .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(/ellinas/images/tabs/tab.gif) repeat-x;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {background:url(/ellinas/images/tabs/tab-hover-right.gif) no-repeat right;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {background:url(/ellinas/images/tabs/tab-hover-left.gif) no-repeat;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {background:url(/ellinas/images/tabs/tab-hover.gif) repeat-x;}
.CustomTabStyle .ajax__tab_active .ajax__tab_outer {background:url(/ellinas/images/tabs/tab-active-right.gif) no-repeat right;}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner {background:url(/ellinas/images/tabs/tab-active-left.gif) no-repeat;}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab {background:url(/ellinas/images/tabs/tab-active.gif) repeat-x;}
.CustomTabStyle .ajax__tab_body {font-family:arial,tahoma,helvetica;font-size:10pt;border:1px solid #dcdcdc;border-top:0;padding:0px;background-color:#ffffff;}

/* scrolling */
.ajax__scroll_horiz {overflow-x:scroll;}
.ajax__scroll_vert {overflow-y:scroll;}
.ajax__scroll_both {overflow:scroll}
.ajax__scroll_auto {overflow:auto}
