﻿/* BODY Style ----------------------------------- */
BODY {
	background-color: #024591;
	BORDER-RIGHT: 0px;
	PADDING-RIGHT: 0px;
	BORDER-TOP: 0px; PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px; MARGIN: 0px;
	BORDER-LEFT: 0px;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: 0px;
	font-family: Tahoma;
	font-size: 8pt;
}
.masterTable
{
	background-color: #024591;
}
/*------------------------------------------------*/



/* Knowledge Style --------------------------------- */
/* Knowledge_View Title */
.KnowTitle
{
	font-weight: bold;
	font-family: tahoma;
	font-size: 9pt;
	color: #064461;
}



/* Mag Style --------------------------------- */
/* Mag's No. - Table */
.magNo
{
	color: #9447BB;
}

/* Mag-List Table */
.magTable {
	width: 100%; /* table width */	
	color: inherit; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 9pt; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}
/* Mag-List Table Header */
.magTableHeader {
	background-color: #96C0D3;
	vertical-align: top;
	height: 16px;
	color: #FFFFFF;
	font-family:tahoma;
	font-weight: 600;
	font-size:8pt;
}
/* Mag-List Title link */
A.magTitleL
{
	text-decoration:none;
	font-family:tahoma;
	font-size:9pt;
	color: #064461;
}
A.magTitleL:hover
{
	text-decoration:none;
	font-family:tahoma;
	font-size:9pt;
	color: #38B0D6;
}
/* Mag-List Table row color */
.magTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}
/* Mag-List Table alternate row color */
.magTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}
/* Mag-List Table select color */
.magTableSelectRow {
	background-color: inherit; /* select color */
}
/*------------------------------------------------*/



/* PAINT Style --------------------------------- */
/* Painter's name - Table */
.paintTable
{
	background-color: #99FFCC;
}

/* Painter's Year & Month - DropDownList */
.paintYear
{
	color: #FFFF00;
	font-weight: bold;
}
.paintMonth
{
	color: #FFFF00;
	font-weight: bold;
}

/* Painter's name - HyperLink */
A.paintLink
{
	text-decoration:none;
	font-family:tahoma;
	font-weight: 600;
	font-size:9pt;
	color: #23A401;
}
A.paintLink:hover
{
	text-decoration:none;
	font-family:tahoma;
	font-size:9pt;
	color: #38B0D6;
}

/* View Paint - Style */
.viewBody
{
	background-color: #FFFFFF;
}
.viewTable
{
	background-color: #FFFFFF;
}
/*------------------------------------------------*/




/* ARCHIVE Table - Style ------------------------ */
/* main table */
.ewTable {
	width: 65%; /* table width */	
	color: inherit; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 9pt; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table header cells */
.ewTableHeader {
	background-color: #0A75A6; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;
	height: 18px;
}
.ewTableHeader a:link {	
	color: #FFFFFF; /* header font color */	
}
.ewTableHeader a:visited {	
	color: #FFFFFF; /* header font color */	
}

/* Title link */
A.ewTitleL
{
	text-decoration:none;
	font-family:tahoma;
	font-weight: 600;
	font-size:9pt;
	color: #23A401;
}
A.ewTitleL:hover
{
	text-decoration:none;
	font-family:tahoma;
	font-size:9pt;
	color: #38B0D6;
}

/* main table row color */
.ewTableRow {
	background-color: #F8FFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #ECFFFF; /* alt row color 2 */	
}

/* 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: #FFFFCF;
}

/* Show Records Per Page */
.RecordPerPage
{
	width: 65%;
	text-align: left;
	padding: 5px;
	background-color: #DDFFFF;
	font-family:tahoma;
	font-size:8pt;
	color: #002A2A;
}

 /* Error Message */
.ewmsg {
	color: red;
	font-family: Tahoma;
	font-size: 9pt;
}
.ltr
{
	direction:ltr
}
.center
{
	font-family: Tahoma;
	font-size: 8pt;
	text-align: center;
}
A.linkArchive
{
	border: 0;
	text-decoration:none;
}
A.linkArchive:hover
{
	text-decoration:none;
	border: 0;
}
/*------------------------------------------------*/