/*

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 "src" 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*/

body {
	background-color: inherit; /* background color */
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0px;
}


.ewTableRowMaster {
	background-color: #F5F5FF;  /* alt row color 1 */
	vertical-align: top;	
	text-align: left;
		
}


p 
{ font-family : Verdana; /* font name */
	font-size: x-small; /* font size */
}

h1 
{ font-family : Verdana; /* font name */
	font-size: small; /* font size */
	color: Navy;
}

td 
{ font-family : Verdana; /* font name */
	font-size: x-small; /* font size */
}


.tableHeder
{
	font-family: Verdana; /* font name */	
	background-color: #42518C;
	color: White;
	font-family: Verdana,Arial,Sans-Serif;
	font-size:medium;
	padding: 5px;
}

.tableHederNeFaza
{
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	background-color: #9BA6D0;
	color: White;
	font-family: Verdana,Arial,Sans-Serif;
	font-size:small;
	padding: 5px;	
}


.tableHeder2
{  font-family : Verdana; /* font name */
	font-size: x-small; /* font size */
	background-color : #777799;
	color: White;
	font-family:Verdana,Arial,Sans-Serif; 
	font-size:small;
}

.aspnetmaker {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* main table */
.ewTable {
	width: 99%; /* table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	text-align:left;	
}

.ewDetailTable 
{
	width: 95%; /* table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	text-align:left;
}

/* main table data cells */
.ewTable td, .ewTable th {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

.ewTable2 td, .ewTable th {
	padding: 1px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

.ewTable table td {
    color: ; /* text color */
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
    border: 0px;
}

.ewDetailTable td, ewDetailTable th {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

.ewDetailTable table td {
    color: ; /* text color */
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
    border: 0px;
}

.ewBasicSearch {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.aspnetmakerlist td {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {
	background-color: #336699; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
	font-size:x-small;
	font-family: Verdana; /* font name */
	
}

.ewTableHeader a:link {	
	color: #FFFFFF; /* header font color */	
}

.ewTableHeader a:visited {	
	color: #FFFFFF; /* header font color */	
}

.ewTableHeaderlist td {
	background-color: #336699; /* header color */
	color: #FFFFFF; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top;
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
	 vertical-align:top;
}
.ewTableRow15Padding {
	background-color: #FFFFFF;  /* alt row color 1 */
	 vertical-align:top;
	 padding-left:15px;
}


/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
	vertical-align:top;
	text-align:left;
}

.ewTableAltRow15Padding {
	background-color: #F5F5F5; /* alt row color 2 */	
	vertical-align:top;
	text-align:left;
	padding-left:15px;
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: inherit; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: inherit; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;
}

/* main table pager section */
.ewTablePager {
	background-color: #F5F5F5
}

/* 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 */
.ewmsg {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

/* Ajax */
.ewAstList {
	border: 1px solid black;
	background: #ffffff;
	position: absolute;
	padding: 0;
	white-space: nowrap;
}

.ewAstListBase {
	position: absolute;
	padding: 1;
}

.ewAstListItem {
	color: black;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

.ewAstSelListItem {
	color: white;
	background: Highlight;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

/* MultiPage pager table */
.ewMultiPagePager {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}

/* ajax popup calendar style */
.calendar td, .calendar th {padding: 0px}
.calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;text-align:right;}
.calendar .ajax__calendar_day {border:1px solid #ffffff;text-align:right; }
.calendar .ajax__calendar_month {border:1px solid #ffffff;}
.calendar .ajax__calendar_year {border:1px solid #ffffff; }

.calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}

/*END_SYSTEM_STYLES*/


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.verticaltext {
	writing-mode: tb-rl;
	filter: flipv fliph;
	font-family: verdana, arial, helvetica, sans-serif; 	 	    
}


.GridViewCellIndent
{
	padding-left:20px;
	margin-left:20px;
}

.zeleno 
{
	background-color:green;
	color: green; /* message color */
	font-family: Verdana; /* font name */
	font-size:x-small; /* font size */	
}
.dms
{
z-index:99;
color: Black;
}


.PanelScrollbar
{
    scrollbar-base-color:#DBE1FD;

}








        
        
fieldset 
{
    margin: -1em 0;
    padding: 1em;
    border: 1px solid #CCC;
     width:70%; 
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    font-family:Arial;
    
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}







 #xsnazzy h1, #xsnazzy h2, #xsnazzy p 
            {
                margin:0 10px; 
                letter-spacing:1px;
            }
            #xsnazzy h1 
            {
                font-size:2.5em; 
                color:#06a;
            }
            #xsnazzy h2 
            {
                font-size:2em;
                color:#06a; 
                border:0;
            }
            #xsnazzy p 
            {
                padding-bottom:0.5em;
            }
            #xsnazzy h2 
            {
                padding-top:0.5em;
            }
            #xsnazzy 
            {
                background: transparent; 
                margin:1em;
            }
 
            .xtop, .xbottom 
            {
                display:block; 
                background:transparent; 
                font-size:2px;
            }
            .xb1, .xb2, .xb3, .xb4 
            {
                display:block; 
                overflow:hidden;
            }
            .xb1, .xb2, .xb3 
            {
                height:1px;
            }
            .xb2, .xb3, .xb4 
            {
                background:#fff; 
                border-left:1px solid #08c; 
                border-right:1px solid #08c;
            }
 
            .xb1 {margin:0 5px; background:#08c;}
            .xb2 {margin:0 3px; border-width:0 2px;}
            .xb3 {margin:0 2px;}
            .xb4 {height:2px; margin:0 1px;}
 
            .xboxcontent {display:block; background:#fff; border:0 solid #08c; border-width:0 1px;}
 

