
/*·························  © Webacumen 2006. All rights reserved  ··········································

Project			:	Imarsys	- A4P report page
Module Name		:	report.css
Purpose			:	This style sheet contains all presentation styles for the contact look and feel for
					A4P report page
					If an element is sized, create an ID, otherwise a class
············································································································
Revision History

Date			Rev			CA Number		Changes Made
30/03/06		1			D001/0000		Initial Review
··········································································································*/

body.bodMain
{
	background-color: WHITE;
	position: relative;
	float: none;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%; 
	cursor: default;
	font-size: 100%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: BLACK;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	visibility: visible;
	border-style: none;
}

div.divMain
{
	background-color: SEASHELL;
	position: relative;
	float: none;
	margin: 0px;
	height: 240px; 
	width: 222px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: LIGHTGREY;
}

div.divHeader {height: 30px; margin: 10px 15px 0px 15px; text-align: center; background-color: Red;}
div.divCaption {height: 40px; margin: 10px 15px 10px 15px; text-align: center; background-color: Gray;}
div.divControl {height: 80px; margin: 10px 15px 0px 15px; text-align: center; background-color: Blue;}
div.divButton {height: 40px; margin: 0px 15px 0px 15px; text-align: center; background-color: Red;}
div.divCaveat {height: 40px; margin: 10px 15px 0px 15px; text-align: center; background-color: Red;}
div.divHeader, div.divCaption, div.divControl, div.divButton, div.divCaveat
{
	background-color: Transparent;
	position: relative;
	float: none;
	padding: 0px;
	width: auto;
	border-style: none;
	overflow: hidden;
}


/*·········································································································
Tables
··········································································································*/

table.tblStd
{
	background-color: Transparent;
	margin: 0px;
	padding: 0px;
	width: 100%; 
	border-style: none;
}

td.tdStdL {text-align: left; padding: 1px; vertical-align: middle; height: auto;}
td.tdStdR {text-align: right; padding: 1px; vertical-align: middle; height: auto;}
td.tdStdC {text-align: center; padding: 1px; vertical-align: middle; height: auto;}
td.tdStdS {text-align: center; padding: 1px; vertical-align: middle; height: 20px;}
td.tdStdQ {text-align: left; padding: 1px 1px 5px 1px; vertical-align: top; height: auto;}
td.tdStdL, td.tdStdR, td.tdStdC, td.tdStdS, td.tdStdQ
{
	background-color: Transparent;
	position: relative;
	margin: 0px;
	top: 0px;
	left: 0px;
	border-style: none;
}

td.tdChkL {text-align: left;}
td.tdChkR {text-align: right;}
td.tdChkL, td.tdChkR
{
	background-color: Transparent;
	position: relative;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	vertical-align: middle;
	top: 0px;
	left: 0px;
	border-style: none;
}

/*·········································································································
Fonts
··········································································································*/

.fntTitle {font-size: 11px; font-weight: bold; text-align: center;}
.fntCaption {font-size: 11px; font-weight: normal; text-align: center;}
.fntButton {font-size: 11px; font-weight: normal; text-align: center;}
.fntTitle, .fntCaption, .fntButton
{
	font-style: normal;
	color: BLACK;
}

.fntSuccess {color: FORESTGREEN;}
.fntError {color: ORANGERED;}
.fntSuccess, .fntError
{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

.fntAsterisk
{
	color: TOMATO;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

/*·········································································································
Controls
··········································································································*/

.txtStd {background-color: WHITE;}
.txtErr {background-color: WHITE;}

input.txtContact {width: 100px;}
textarea.tarContact {width: 75px;}
select.cboContact {width: 80px;}
select.cboList {width: 10px;}
input.txtContact, textarea.tarContact, select.cboContact, select.cboList
{
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
}

/*·········································································································
Buttons
··········································································································*/

input.btnSubmitOn {background-color: rgb(173, 173, 173);}
input.btnSubmit {background-color: rgb(230, 231, 236);}
input.btnSubmitOn, input.btnSubmit
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 125px;
	width: 76px;
	height: 30px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: LIGHTSLATEGRAY;
}

input.inpButton
{
	background-image: url(../buttonoff.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: none;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 80px;
	height: 24px;
	/*vertical-align: middle;
	line-height: 100%;*/
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: LIGHTSLATEGRAY;
}
