﻿body
{
	margin: 0px;
	color: Black;
	font-size: 14px;
}

img
{
	border: none;
}

TABLE
{
	border-collapse:separate;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
TABLE TD
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	font-size: 14px;
	
}
INPUT
{
	font-size: 14px;
}
SELECT
{
	font-size: 14px;
}

.headerText
{
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 18px;	
}

TABLE.grid
{
	width: 100%;
}

TR.gridItem
{
	padding-top:2px;
	padding-bottom:2px;
	border-bottom: solid 1px #9090FF;
}

TR.gridItemHover
{
	cursor:pointer;
}

TD.gridItemHover
{
	padding-top:2px;
	padding-bottom:2px;
	border-bottom: solid 1px #9090FF;
}

TD.gridItem
{
	padding-top:2px;
	padding-bottom:2px;
	border-bottom: solid 1px #9090FF;
}

TD.gridItemAlt
{
	padding-top:2px;
	padding-bottom:2px;
	border: 1px;
	border-bottom: solid 1px #9090FF;
}

TD.gridFooter
{
	vertical-align:bottom;
	padding-top:2px;
	padding-bottom:2px;
}

TABLE.tableContacts
{
	padding-top:2px;
	padding-bottom:2px;
	border-bottom: solid 1px #9090FF;
}

TABLE.tableContactsAlt
{
	padding-top:2px;
	padding-bottom:2px;
	border-bottom: solid 1px #ffcc00;
}

TABLE.contentTable
{
	width: 860px;
	margin: 0px 4px 8px 4px;
}

TD.content
{
	padding: 0px 2px 8px 2px;
}

TABLE.groupTable
{
	border: 1px;
	border-color: #9090FF;
	border-style: solid;
	width: 100%;
	background-color: #DDEFFF;
	
}

TABLE.groupTable TD
{
	padding: 4px 4px 4px 4px;
}

TD.groupHeader
{
	background: #FCFCFC url(images/groupcaptionbg.gif) repeat;
	font-size: 14px;
	font-weight:bold;
	
}

TABLE.groupTableAlt
{
	border: 1px;
	border-color: #ffcc00;
	border-style: solid;
	width: 100%;
	background-color: #f6edbb;
}

TABLE.groupTableAlt TD
{
	padding: 4px 4px 4px 4px;
}

TD.groupHeaderAlt
{
	background: #FCFCFC url(images/groupcaptionaltbg.gif) repeat;
	font-size: 14px;
	font-weight:bold;
}

TD.UnderConstruction
{
	font-size: 24px;
	font-weight:bold;
	
}

/* Page header */
TABLE.pageHeaderTable
{
	height: 201px;
	background: #fcfcfc url(images/headerpart.gif) repeat;
	width:100%;
}
TD.pageHeaderCaption
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 127px;

}

TD.pageHeaderFlag
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	height: 127px;

}

td.commercial
{
	text-align: center;
	height:100px;
	vertical-align:middle;
}

TD.pageHeaderTabs
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 71px;
	vertical-align: bottom;
}

TD.copyright
{
	text-align:center;
	background: #FCFCFC url(images/tabstripbg.gif) repeat;
}
/* 
----------------------------------
Explorer style Tabs
*/

TABLE.tabStrip
{
	width: 100%;
}

TD.tabStrip
{
	background: Transparent url(images/tabpart.gif) repeat;
	height:24px;
	vertical-align:middle;
}

TABLE.groupLinks
{
	margin: 8px 0px 0px 0px;
	font-size: 12px;
	height:24px;
}
TD.groupLink
{
	width: 140px;
	background: Transparent url(images/bluetabbg.gif) no-repeat;
	text-align:center;
	vertical-align:middle;
}

TABLE.warningTable
{
	width:350px;
	background-color:#ffffcc;
	border:solid 1px #cccccc;
	
}
TABLE.warningTable TD
{
	padding:4px 4px 4px 4px;
}
TABLE.warningTable UL
{
	margin-top:2px;
	margin-bottom:2px;
}
TD.warningIcon
{
	width:20px;
	vertical-align:top;
}

.labelCaption
{
	font-weight:bold;
}

.asterisk
{
	vertical-align:top;
}

.invalidControl
{
	background-color: #f6edbb;
}

.startPageLinks
{
	padding:4px 4px 4px 4px;
	font-size: 16px;
}

.confirmationPanel
{
	position: absolute;
	top: 200px;
	left: 200px;
	width: 300px;
	height: 100px;
	background-color: #fff;
	border: 1px solid #000;
}
