﻿/*

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: 5px 5px 5px 5px;
	text-align: left;
}

select {
	font-family: Verdana; /* font name */
	font-size: xx-small;
	width: 191px;
} 

textarea {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 

input {
	font-family: Verdana; /* font name */
	font-size: xx-small;
	margin-left: 0px;
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* main table */
.browsebox {
	border-style: outset;

	border-color: inherit;
	border-width: 1px;
    /* table width */
		color: inherit; /* text color */
		font-family: Verdana; /* font name */
		font-size: xx-small; /* font size */
	/* border */
	   	border-collapse: collapse;  */

}

/* main table data cells */
.browsebox td {
	padding: 4px; /* cell padding */
	/*border: 1px solid #CCCCCC; /* cell spacing */

}

.forminput {
	width: 82px;
	text-align: center;
}

/* main table header cells */
.browseheader {
	background-color: #666666; /* header color */
	color: #FFFFFF; /* header font color */
	vertical-align: top;
}

.browseheader a:link {	
	color: #FFFFFF; /* header font color */
}

.browseheader a:visited {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.RecordRowA {
	background-color: #FFFFFF;
	text-align: left;
}

/* main table alternate row color */
.RecordRowB {
	background-color: #F5F5F5; /* alt row color 2 */	
}

.rowa {
	background-color: #C0C0C0; 
	border-style: outset;

	border-color: inherit;
	border-width: 1px;
    /* table width */
		color: inherit; /* text color */
		font-family: Verdana; /* font name */
		font-size: x-small; /* font size */
	/* border */
	   	border-collapse: collapse;  
		width: 725px;

	
}

.rowb {
	background-color: #FFFFFF;
	border-style: outset;
	border-color: inherit;
	border-width: 1px;
	/* table width */
		color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	/* border */
	   	border-collapse: collapse;
	width: 725px;
	
}

/* main table edit mode row color */
.browseboxEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.browseboxHighlightRow {
	background-color: #CCCCCC; /* highlight color */
}

/* main table select color */
.browseboxSelectRow {
	background-color: #CCFFFF; /* select color */
}

/* main table footer section */
.browseboxFooter {
	border-style: solid;
	border-width: thin;
	background-color: #FFFFCC;
	font-weight: bold;
}

.spanFtitle {
	font-weight: bold;
}

.spanFloc {
	font-weight: bold;
}

.formHeader {
 height: 40px;
 font-weight: 700;
 font-size: x-small;
 	background-color: #666666; /* header color */
	color: #FFFFFF; /* header font color */
	vertical-align: top;
}

.croutetblecol1
{
	padding-right:10px;
	width: 80px;
}

.croutetblecol2
{
	padding-right:10px;
}

.croutetblecol3
{
	padding-right:10px;
}
.croutetblecol4
{
	width: 80px;
}

.sroutetblecol1
{
	padding-right:10px;
	width: 80px;
}

.sroutetblecol2
{
	padding-right:10px;
}

.sroutetblecol3
{
	padding-right:10px;
}
.sroutetblecol4
{
	width: 80px;
}


.routetitle
{
	font-size: medium;
	font-weight:bold;
}