/*

IMPORTANT NOTES: (PLEASE READ CAREFULLY!)

1. DO NOT MODIFY the system styles section, it is generated by the system,
   your modifications will be overwritten. If you want to change the stylesheet
	 template, modify the ew.css in the "themes" subfolder under the installed
	 directory. Only modify the ew.css if you have the necessary knowledges in
	 CSS.
	 
2. DO NOT REMOVE THE FOLLOWING COMMENTS:
   
   BEGIN_USER_STYLES
   END_USER_STYLES
	 
	 You MUST write your styles between these two comment lines below, styles
   outside this user styles section will be discarded.
	 
3. If you want to override the system styles, you can copy the styles to the
   User Styles Section, or you can use a separate user stylesheet.

*/

/*BEGIN_SYSTEM_STYLES*/

html {
	height: 91%;
}

body {
	background-color: inherit; /* background color */
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	margin: 0; /* top right bottom left */
	height: 100%;
}

.aspmaker {
	color: inherit; /* text color */
	font-family: 'Lucida Grande','Lucida Sans Unicode','Helvetica Neue',Helvetica,Arial,Verdana,sans-serif; /* font name */
	font-size: small; /* font size */
}

input, textarea, select {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 

a {
	color: #54afe5; /* active link color */
    font: bold;
}

a:link {
	color: #1F8CCD; /* link color */
    font: bold;
    text-decoration:none;
}

a:hover{
    color: #1F8CCD;
    text-decoration:underline;
    font: bold;
}

a:active {
	color: #1F8CCD; /* active link color */
    font: bold;
}

a:visited {
	color: #1F8CCD; /* visited link color */
    font: bold;
}

a img{border:none}

a.white:link {
  color: #ffffff;
}


/* Menu */
ul.ewMenuBarVertical {
	list-style-type: none;
	list-style-position: outside;
	padding: 2px;
	margin: 0 0 0 6px;
}

ul.ewMenuBarVertical ul,li {
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin: 0 0 0 6px;
}

/* template layout */
.ewLayout {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	width: 100%;
	height: 100%;
}

.ewHeaderRow {
   /*background : url(media/banner.gif);*/
	/*background-color: #999966;*/ /* background color */
	/*background : url(css/media/banner.gif);  */
    border-bottom: 1px solid #2a9fec; background: #0f508d url("media/header.png") repeat-x; min-height: 50px;

/* αν το βγάλω αυτό αλλάζει το background
    background: -moz-linear-gradient(top, #1D507D 0%, #2D91C3 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1D507D), color-stop(0.5, #2D91C3));
*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D507D', endColorstr='#2D91C3') progid:DXImageTransform.Microsoft.Shadow(color='#444', Direction=180, Strength=3);
    box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 3px;
    -khtml-box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 3px;

    height: 55px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    zoom: 1;
}

.ewHeaderRow #logout {position: relative; float: right; right: 10px; top: 4px; width: 40px; min-height: 40px; line-height: 1.3;}

.ewContentTable {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	width: 100%;
	height: 100%;
	clear: left;
}

.ewMenuColumn {
	/*background : url(media/sidegrad.png); */
	/*background-color: #d4e1e9; */
    background color #F1F1F1;
    /*background: #afd4e6;*/
    /*background: rgba(255,255,255,0.3);*/
    width: 180px;
	vertical-align: top;
	padding: 1px;
    position: fixed;
    margin-left: 5px;
}

.ewContentColumn {
    /*background-color: #FFFFEC; */
    background-color: inherit; /* background color */
	vertical-align: top;
	padding: 10px;
    margin-left: 180px;
    width: 85%;
    position: absolute;
}

.ewFooterRow {
	/*background-color: #333333; *//* background color */
    background : url(media/headerback.gif);
	color: #FFFFFF; /* footer font color */
	padding: 4px;
    width: 100%;
    bottom: 0px;
    position: fixed;
}

.ewFooterText {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

.ewForm {
	margin: 0;
	padding: 0;
}

.ewGrid {
    width: 97%;
	border-collapse: separate;
    margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ewGrid .ewGridContent {
	padding: 0;
	border: 1px solid #CCD9D7; /* grid border */
	/*border: 1px solid #4E4F51; *//* grid border */
}

/* grid pager panel */
.ewGridUpperPanel, .ewGridLowerPanel {
	padding: 3px;	
	border-left: 0;
	border-right: 0;	
	background-color: #EEF2F5; /* grid header color */
	color: #3E6B96;	 /* grid header font color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */			
}

.ewGridUpperPanel {
	border-top: 0px;
	border-bottom: 1px solid;
	border-color: #CCD9D7  /*#4E4F51;*/
}

.ewGridMiddlePanel {
	border: 0;
}

.ewGridLowerPanel {
	border-top: 1px solid;
	border-bottom: 0px; 
	border-color: #CFCFCF;
}

.ewGridUpperPanel td, .ewGridLowerPanel td {
	color: #3E6B96;	 /* grid header font color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */			
}

.ewPager td {
	white-space: nowrap;	
}

.ewTabContent {
	padding: 0;
	border: 0;
}

.ewMultiColumnTable {
	border: 0;
}

.ewMultiColumnTable td {
	padding: 10px;
}

/* main table */
.ewTable {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */			
}

.ewTableSeparate {	
	border-collapse: separate;		
}

.ewTable td {
	padding: 3px; /* cell padding */
	border-bottom: 1px solid; /* border width, horizontal grid line */
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid; /* border width, vertical grid line */
	border-color: #CFCFCF;  /* border color */
}

.ewTableAddOpt {
	border: 0;
	border-spacing: 0;
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */			
}

.ewTableAddOpt td {
	padding: 3px; /* cell padding */
	border: 0;
}
	
.ewTable .ewTableHeader, .ewTable .ewTableHeader td {
	background-color: #FFFFFF;	/* header bgcolor */
	color: #FFFFFF; /* header font color */
	border-bottom: 1px solid; /* header border width */
	border-right: 1px solid; /* header border width */
	border-color: #4E4F51; /* header border color */
	/*background-image: url(images/darkblue.png); /* header bg image */
	background-repeat: repeat-x;
	vertical-align: top;
    font-weight: bold;

  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  -pie-background: linear-gradient(top, #00adee, #0078a5);
  /*border: 1px solid #034462;*/
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.ewPointer {
	cursor: pointer;
}

.ewTableHeader a:link, .ewTableHeader a:active, .ewTableHeader a:visited {	
	color: #FFFFFF; /* header font color */
	text-decoration: none;	
}

.ewTableHeaderBtn {
	width: 100%;
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */				
}

.ewTableHeader .ewTableHeaderBtn td {
	background: transparent;
	padding: 0;
	border: 0;
	white-space: nowrap;
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
	color: inherit;
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #E4F2F3; /* alt row color 2 */
	color: inherit;
}

/* main table last row */
.ewTableLastRow td {
	border-bottom: 0px;
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #AFEEEE; /* edit mode color */
	color: inherit;
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #FFFFD2; /* highlight color */
	color: inherit;
}

/* main table select color */
.ewTableSelectRow {
	background-color: #D6F1C9; /* select color */
	color: inherit;
}

/* main table footer */
.ewTableFooter {
	background-color: #ADD8E6; /* footer color */
	color: inherit;
}

/* table for export to HTML */
.ewExportTable {
    border-collapse: collapse;
    empty-cells: show; 
}

.ewExportTable td {
    padding: 3px; /* cell padding */
    border: 1px solid #C0C0C0;
}

.ewBasicSearch {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 2px;
}

.ewSearchOpr {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	color: maroon;
}

.ewItemTable td {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

/* separator */
.ewSeparator {
    color: gray;
}

/* classes for report */
.ewReportTable {
    border: 0px;
    border-collapse: collapse;
}

.ewReportTable td {
    padding: 3px;
}

.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.ewMessage {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

/* required field indicator */
.ewRequired {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

/* highlight */
.ewHighlightSearch {
	font-weight: bold;
	background-color: yellow;
}

/* Template */
.ewTemplate {
	display: none;
}

/* YUI TabView */
.yui-skin-sam .yui-navset .yui-nav  {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

.yui-skin-sam .yui-navset .yui-content {
	padding: 0;
	border: 0;
}

/* .yui-navset defaults to .yui-navset-top */
.yui-skin-sam .yui-navset .yui-nav,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
	border-width: 0;
}

/* *** A8 *** */
.yui-skin-sam .yui-navset .yui-nav a,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {
	background: #F5F5F5 url(images/mediumgray.png) repeat-x; /* tab background */
	color: #000;
	border: solid #a3a3a3; /* tab left/right border color */
	border-width: 0 1px;
}

/* *** A8 *** */
.yui-skin-sam .yui-navset .yui-nav a em,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em {
	border: solid #a3a3a3; /* tab top border color */
	border-width: 1px 0 0;
}

/* *** A8 *** */
.yui-skin-sam .yui-navset .yui-nav a:hover,
.yui-skin-sam .yui-navset .yui-nav a:focus {
	background: #F0FFFF url(images/liteblue.png); /* highlighted tab background */
}

/* *** A8 *** */
.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-skin-sam .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
	background: #282828 url(images/darkglass.png); /* selected tab background */
	color: #FFFFFF;
}

/* *** A8 *** */
.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a em {
	border-color: #243356; /* selected tab border color */
}


/* YUI Button */
.yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a {   
  font-size: xx-small; /* font size */
}

/* YUI Panel */
.yui-skin-sam .yui-panel .hd {    
	font-size: xx-small; /* font size */
	line-height: 2.5;     
}

/* Auto-Suggest */
.yui-skin-sam .yui-ac { /* DO NOT CHANGE! */
	position: relative; 
}

.yui-skin-sam .yui-ac-input { /* DO NOT CHANGE! */
	position: relative;
	width: auto;
}

.yui-skin-sam .yui-ac-content ul{
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	color: #000000; /* text color */ 
}

.ewUnmatched {
	background: #FF9F9F;
}

/* scrollable table */
.ewScrollableTable {
	*overflow-y: auto; /* for ie */
}

.ewScrollableTable thead tr {
	position: relative; /* for ie */
}

.ewScrollableTable .ewScrollableTableHeader {
	overflow: hidden;
	position: relative; /* for ie overflow bug http://rowanw.com/bugs/overflow_relative.htm */
}
/* scrollable table */

.ewLangForm {
    text-align: right;
}

/*END_SYSTEM_STYLES*/
/*BEGIN_USER_STYLES*/

/* your CSS styles here */


.ISTprojectheader {
    font: 22px Georgia, "Times New Roman", Times, serif;
    color:#3D3C2C;
    font-weight: normal;
    margin-top: 22px;
}

.ISTpageheader {
    font: 18px Georgia, "Times New Roman", Times, serif;
    color:#3D3C2C;
    font-weight: normal;
    border-left: 3px solid #615331;
    padding: 1px 1px 1px 10px;
    margin-top: 22px;
}

form input:hover, textarea:hover, select:hover, textarea:hover, radio:hover, checkbox:hover {border: 1px solid #000000;}
form input:focus, textarea:focus, select:focus, textarea:focus, radio:focus, checkbox:focus {border: 1px solid #ff0000;color: #4b4b4b;}
textarea:focus {background: #FFCC66;}

/*
input.radio:hover {border: 1px solid #000000;}
input.radio:focus {border: 1px solid #ff0000;color: #4b4b4b;}

input.checkbox:hover {border: 1px solid #000000;}
input.checkbox:focus {border: 1px solid #ff0000;color: #4b4b4b;}

.checkbox:hover {border: 1px solid #000000;}
.checkbox:focus {border: 1px solid #ff0000;color: #4b4b4b;}
*/
/*form input[type=radio],
form input[type=checkbox]
                    {border: dotted #FF0066;} */
/*END_USER_STYLES*/

/* ADD table header cells */
.ewTableHeaderADD {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	color: #333333; /* header font color */
	vertical-align: middle;
	font-weight: bold;
	background-image: url(css/backgrounds/gradient_blue.jpg);
	font-size: 10; /* font size */
	height: 25px;
	text-align: right;
}

/* ADD table row color */
.ewTableRowADD {
/*	background-color: #F0FFFF;*/  /* alt row color 1 */
    background-image: url(css/backgrounds/backgrad1.jpg );
    text-align: left;
	color: inherit;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
}

/* EDIT table header cells */
.ewTableHeaderEDIT {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	color: #333333; /* header font color */
	vertical-align: middle;
	font-weight: bold;
	background-image: url(css/backgrounds/gradient_blue.jpg);
	font-size: 11; /* font size */
	height: 25px;
	text-align: right;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
}

/* ADD table header cells */
.ewTableHeaderADD {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	color: #333333; /* header font color */
	vertical-align: middle;
	font-weight: bold;
	background-image: url(css/backgrounds/gradient_blue.jpg);
	font-size: 10; /* font size */
	height: 25px;
	text-align: right;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
}

/* EDIT table row color */
.ewTableRowEDIT {
/*	background-color: #FFFFD9;*/  /* alt row color 1 #FFFFD9; */
    background-image: url(css/backgrounds/backgrad1.jpg );
    text-align: left;
	color: inherit;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
}

/* VIEW table header cells */
.ewTableHeaderVIEW {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	color: #333333; /* header font color */
	vertical-align: middle;
	font-weight: bold;
	background-image: url(css/backgrounds/gradient_blue.jpg);
	font-size: 10; /* font size */
	height: 25px;
	text-align: right;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
}

/* VIEW table row color */
.ewTableRowVIEW {
/*	background-color: #FFFFD9;*/  /* alt row color 1 */
    background-image: url(css/backgrounds/backgrad1.jpg);
    text-align: left;
	color: inherit;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
}

/* error/information messages */
.msg {
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	border: 1px solid; margin: 0 0 15px 0; padding: 8px 10px 0 10px;
}
.msg p {margin: 0 0 8px 0; padding-left: 25px;}
.msg-ok {border-color: #a6d877; background: #d2ecba url("msg-ok.png") repeat-x; color: #336801;}
.msg-error {border-color: #f3abab; background: #f9c9c9 url("msg-error.png") repeat-x; color: #8d0d0d;}
.msg-warn {border-color: #d7e059; background: #f3f7aa url("msg-warn.png") repeat-x; color: #6c6600;}
.msg-info {border-color: #9fd1f5; background: #c3e6ff url("msg-info.png") repeat-x; color: #005898;}
.msg-ok p {background: url("accept.png") 0 50% no-repeat;}
.msg-error p {background: url("cross_octagon.png") 0 50% no-repeat;}
.msg-warn p {background: url("exclamation_octagon_fram.png") 0 50% no-repeat;}
.msg-info p {background: url("exclamation.png") 0 50% no-repeat;}
.error {color: #b70b0b;}

