
@import url("http://tools.dengine.gr/jigas.object/css/forms.css");

.main					{ background-image:url("http://tools.dengine.gr/jigas.object/images/main.gif"); background-repeat:repeat-x;}
#mainTable				{ width:100%; background-image:url("http://tools.dengine.gr/jigas.object/images/maintable.gif"); background-repeat:repeat-x;} /*padding:5px;*/
#mainTable td			{ border-bottom:1px solid #dfdfdf; height:50px; }
#mainTable .aa			{ width:20px; text-align:center; }
#mainTable .aa2			{ width:40px; text-align:center; }
#mainTable .cur			{ text-align:right; }
#mainTable .head		{ height:20px !important; }
.slim td				{ height:25px !important; }

.right	{ text-align:right;}
.left	{ text-align:left;}

td					{ font-family: Verdana; font-size: 11px; font-weight: normal; font-style: normal ; color: #000000;}
td.selected			{ background-color: #efefef;}
td.unselected		{ background-color: #fff; }
tr.selected			{ background-color: #efefef;}
tr.unselected		{  } /*background-color: #fff;*/
/*
td.tdHead			{ font-family: Arial; font-size: 9pt; font-weight: bold; color: #003399; font-weight: bold; padding:5px 5px 0px 5px;
					background: url("http://tools.dengine.gr/jigas.object/images/tdhead.gif") no-repeat;
					border-right: 1 solid #91A7B4; }
td.tdHead a			{ font-family: Arial; font-size: 9pt; font-weight: bold; color: #003399; }
*/

/*hr					{ color:#BDC7D6; height:1px; }*/
hr{background:url("/jigas.object/images/hr.png") repeat-x left center;border:none;margin:0;padding:18px 0;}

a            		{ TEXT-DECORATION: none; }
a:link       		{ TEXT-DECORATION: none; }
a:visited    		{ TEXT-DECORATION: none; }
a:active    		{ TEXT-DECORATION: none; }
a:hover      		{ TEXT-DECORATION: underline;}

.Title, .Title a		{ font-family: Tahoma; font-size: 12px; color: #414141; font-weight: bold ;}
.Title0, .Title0 a		{ font-family: Calibri,Helvetica,sans-serif; font-size: 22px; color: #0081db; font-weight: bold ;}
.Title1, .Title1 a		{ font-family: Tahoma; font-size: 12px; color: #006ee9; font-weight: bold ;}
.Title2, .Title2 a		{ font-family: Tahoma; font-size: small; color: #bb7200; font-weight: bold ;} /*504848*/
.Title a:Hover			{ color:#ff7200;}
.Title0 a:Hover			{ color:#ff7200;}
.Title1 a:Hover			{ color:#ff7200;}
.Title2 a:Hover			{ color:#ff7200;}

.Small, .Small a		{ font-family:Tahoma; font-size:11px; color:#787878; }
.Small a:Hover			{ color:#0066cc; }

.Small1, .Small1 a		{ font-family:Tahoma; font-size:11px; color:#1c3a50; }
.Small1 a:Hover			{ color:#0066cc; }
.Small2, .Small2 a		{ font-family:Verdana; font-size:10px; color:#000000; }
.Small2 a:Hover			{ color:#0066cc; }
.Small3, .Small3 a		{ font-family:Verdana; font-size:9px; color:#999999; }
.Small3 a:Hover			{ color:#0066cc; }
.Small4, .Small4 a		{ font-family:Verdana; font-size:9px; color:#1c3a50; TEXT-DECORATION: none; }
.Small4 a:Hover			{ color:#0066cc; }

.buttons		{text-align:right;padding-top:10px;border-top:1px solid gray;}
.alert			{ color:#ff0000 ; }
.copyright		{ font-family: Verdana; font-size: 8pt }
.SmallInput		{ border:1px #f0f0f0; font-family: Verdana; font-size: 7pt; color: #514A4A; border:1px solid #cacaca;}
.btn			{ width:150px; height:28px;}

form { margin: 0px; }

.Searched				{ background-color:#ffff00; }

#Label {
	margin:auto;
	padding-left:10px;
	height:35px;
	line-height:35px;
	background:url("http://tools.dengine.gr/jigas.object/images/label.gif") repeat-x;
	}
.Label,.Label a {
	font-weight: bold;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color:#202020;
	font-size:14px;
	} /*0e0f17*/
.Label a:hover {color:#000;text-decoration:none;}

.CreateTextField {
		font-family: Verdana; font-size:11px; font-weight:bold; color:#494846;
		width:300px; padding:5px;
		background:transparent url("http://tools.dengine.gr/jigas.object/images/inputbox.jpg") no-repeat scroll 0 0;
		border:1px solid #D9DBDA;
		/*min-height:25px;*/
		}
.CreateTextArea { min-height:110px; }

.CreateTextLabel {
	/*padding:5px*/
	min-height:15px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	border:1px solid #cacaca;
	
	padding:5px;
	font-family: Verdana; font-size:11px; font-weight:bold; color:#494846;
	
	}

.Selected { border: 1px solid #ff0000; }

#ErrorMsg	{ padding:20px; border:2px solid red; margin:5px; font-weight:bold; }

.Notes {
	width:300px; padding:10px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-o-border-radius:12px;
	border-radius:12px;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.6);
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.6);
	-o-box-shadow:0 1px 4px rgba(0,0,0,.6);
	box-shadow:0 1px 4px rgba(0,0,0,.6);
	}

.QuickSearchBar {
	background: #5b5c61 url("http://tools.dengine.gr/jigas.object/images/mback-bar.jpg");
	padding:0 0 0 20px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; color: #fbfbfb;
}.QuickSearch {
	width:140px;
	background: #7B90F6;
	text-align:center;
}
