﻿/*

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 */
}

input, textarea, select
{
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border-style: none;
}

#headerbox
{
    background-image: url('../../images/bg_top.gif');
    background-position: left;
    width: 100%;
}
#menubox
{
    height: 35px;
    width: 100%;
}

.menuitem
{
    height: 29px;
    vertical-align: middle;
}

.subitem
{
    vertical-align: middle;
}

.subitem td
{
    background-image: url('../../images/bg_pulldown.gif');
    background-repeat: repeat-y;
    font-family: Arial;
    font-size: 12px;
}

.subitem a
{
    color: Black;
    text-decoration: none;
}

.subitemtext
{
    color: Black;
    white-space: nowrap;
    padding-left: 5px;
}

#content
{
    padding: 5px 15px 5px 15px;
}

.footer
{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

#footerbox
{
    text-align: right;
}

.loginbar
{
    font-family: "Geneva" , "Arial" , "Helvetica" , "san-serif";
    font-size: 12px;
}

.lastlogin
{
    font-family: "Geneva" , "Arial" , "Helvetica" , "san-serif";
    font-size: 9px;
    margin-right: 15px;
    text-align: right;
}

.welcome
{
    margin: 0px 0px 20 30;
}

.messagebox
{
    font-family: "Geneva" , "Arial" , "Helvetica" , "san-serif";
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.quicklink
{
    font-family: "Geneva" , "Arial" , "Helvetica" , "san-serif";
    font-size: 11px;
    color: #000000;
}

#menubox img
{
    vertical-align: middle;
}

.center
{
    text-align: center;
}

.center
{
    text-align: -moz-center; /* Mozilla Firefox alignment */
}

.logintable
{
    background-color: #e9f1f3;
}

.logintable td
{
    text-align: left;
}

.logintable .headertext
{
    margin-left: 20px;
}

.changepwdtable
{
    background-color: #e9f1f3;
}

.changepwdtable td
{
    text-align: left;
}


.quicklinktable
{
    width: 748px;
    border-width: 0;
    border-style: none;
    padding: 0 0 0 0;
}

.quicklinktable tr
{
    background-color: #e9f1f3;
    vertical-align: top;
}

.copyright
{
    font-family: "Geneva" , "Arial" , "Helvetica" , "san-serif";
    font-size: 10px;
    margin-right: 15;
}

.ewNormal
{
    color: inherit; /* text color */
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
}

.ewBold
{
    color: inherit; /* text color */
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
    font-weight: bold;
}

.ewTitle1
{
    font-family: "Geneva" , "Arial" , "Helvetica" , "san-serif";
    font-size: 18px;
    font-weight: bold;
    height: 20pt;
    color: #017374;
}

.ewCaption
{
    font-family: "Geneva" , "Arial" , "Helvetica" , "san-serif";
    font-size: 18px;
    font-weight: bold;
    height: 20pt;
    color: #017374;
}

.ewError
{
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
    color: Red;
}

/* main table */
.ewTable
{
    width: inherit; /* table width */
    color: inherit; /* text color */
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
    border: 0px outset; /* border */
    border-collapse: collapse;
}

/* main table data cells */
.ewTable td, th
{
    padding: 4px; /* cell padding */
    border: 1px solid; /* cell spacing */
    border-color: #CCCCCC; /* table background color */
}

.ewTable table td
{
    color: inherit; /* 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;
}

.ewNormalList 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;
}

.ewButton
{
    margin-right: 20px; /*border: outset 2px green; border-left: solid 1 gray;     border-top: solid 1 gray;     border-right: solid 2 black;     border-bottom: solid 2 black;*/
}

/* main table header cells */
.ewTableHeader
{
    /*background-color: #e9f1f3; /* header color */
    color: #000000; /* header font color */
    vertical-align: top;
    width: 35%;
    white-space: nowrap;
    background-image: url('../../images/bg_table01.gif');
    background-repeat: repeat-y;
}

.ewTableHeader a:link
{
    color: #000000; /* header font color */
}

.ewTableHeader a:visited
{
    color: #000000; /* header font color */
}

.ewTableHeaderAlt
{
    /*background-color: #D3E5E9; /* header color */
    color: #000000; /* header font color */
    vertical-align: top;
    width: 35%;
    white-space: nowrap;
    background-image: url('../../images/bg_table01.gif');
    background-repeat: repeat-y;
}

.ewTableHeaderAlt a:link
{
    color: #000000; /* header font color */
}

.ewTableHeaderAlt a:visited
{
    color: #000000; /* header font color */
}

.ewListTableHeader
{
    color: #000000; /* header font color */
    vertical-align: top;
    background-image: url('../../images/bg_table03.gif');
    background-repeat: repeat-x;
}

.ewListTableHeader a:link
{
    color: #000000; /* header font color */
}

.ewListTableHeader a:visited
{
    color: #000000; /* header font color */
}

.ewListTableHeader th
{
    /*white-space: nowrap;*/
    height: 20px;
}

.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 */
}

/* main table alternate row color */
.ewTableAltRow
{
    background-color: #F5F5F5; /* alt row color 2 */
}

/* 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: #017374;
    vertical-align:text-bottom;
}

/* main table pager section */
.ewTablePager
{
    background-color: #F5F5F5;
}

/* icon (mainly in list page) */
.ewIcon
{
    text-align: center;
    width: 16;
}

/* 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 */
}

/*END_SYSTEM_STYLES*/

.updateProgress
{
    position: absolute;
    background-color: #666666;
    filter: alpha(opacity=70);
    MozOpacity: 0.9;
    opacity: 0.9;
    padding: 0px;
    margin: 0px;
}

.updateProgress div
{
    background-color: #666666;
    color: White;
    padding: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
}
