//*
$Log: scenario.css,v $
Revision 1.4  2004/02/07 15:02:17  sabourin
Supress left and right margin for table to avoid displaying horizontal scroll bar

Revision 1.3  2003/11/17 17:47:40  sabourin
Add support of designer's pages

Revision 1.1  2003/10/01 21:23:32  sabourin
Initial checkin of scenario archive

*/
BODY 
{
	font-size:10pt;
	color:black;
	background-color:#606060;
	font-family:sans-serif,verdana,arial;
}

H1, H2, H3, H4 {
    font-family: Tahoma, Verdana, sans-serif;
    margin: 0pt 0pt 0pt 0pt;
    padding: 0px 0px 0px 0px;
    border: none;
    font-weight: bold;
    /*background-color: black;*/
    color: Black;
    text-align: center;
}

H1 
{
    font-size: 16pt;
}

H2 
{
    font-size: 12pt;
	text-decoration: underline;
}

TABLE 
{
    margin: 2pt 0pt 2pt 0pt;
    padding : 0px 0px 0px 0px;
    border-collapse:collapse
}

TD 
{
    font-family: sans-serif;
    color: black;
    font-size: 10pt;
    margin: 0pt 6pt 0pt 6pt;
	padding: 1pt 6pt 1pt 3pt;
}

TH {
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
    color: black;
    margin: 1px 6pt 1px 3pt;
	text-align: center;
}

INPUT.Search, SELECT
{
	border: 2px inset;
	background-color: rgb(255,255,255);
}

/* search page specific */
TABLE.Search
{
	border: 2px outset;
}

TH.TitleArrayListScenario 
{
	font-size:12pt;
}	

TD.TitleScenario
{
	background-color: #6b8077;
	color:rgb(200,200,200);
	font-weight:bold;
	font-size:10pt;
}
.TitleScenario a:active,.TitleScenario a:link,.TitleScenario a:visited
{
	color:rgb(200,200,200);
	text-decoration:underline;
	font-weight:bold;
	font-size:12pt;
}
.TitleScenario a:hover
{
	text-decoration:underline;
	font-weight:bold;
	font-size:12pt;
}

/* stat page */
TH.HeaderArrayStat
{
	background-color: #6b8077;
	color:rgb(200,200,200);
	font-weight:bold;
	font-size:10pt;
}

TD.ArrayStat
{
	font-size:10pt;
}

/* rd style */
TH.rd 
{ 
	background-color:#505050; 
	color:orange;
	border-top :solid 1pt #99cc00;
	border-bottom :solid 1pt #99cc00;
	font-weight:bold;
	font-family:sans-serif;
	padding:3pt
}
	
H1.rd 
{
	font-size: 2em; 
	margin-bottom: 0pt;
	margin-top:0pt;
    border-top :solid 2pt orange; 
	padding-top:2pt;
	padding-bottom:4pt;
	background-color:#606060;
	color: orange;
	font-family: sans-serif;
}

H2.rd
{
	font-size: 1.6em;
	color:#93640d;
	text-decoration:none;
	font-family: sans-serif;
}

/* briefing */
h1.briefingTitle, h1.briefingSubtitle, div.briefingChapTitle, div.briefingPara, i.briefingSignature, li.briefingListItem
{
	font-size: 12pt;
    font-family: "Sylfaen" "Rockwell" "Trebuchet MS" "Times New Roman";
    margin: 2pt 2pt 2pt 2pt;
    padding: 0px 0px 0px 0px;
    border: none;
    /*background-color: black;*/
    color: Black;
	width:100%;
}

h1.briefingTitle
{
    font-family: "Harrington" "Harlow Solid Italic" "Monotype Corsiva";
	font-size: 20pt;
    font-weight: bold;
}

h1.briefingSubtitle
{
	font-family: "Monotype Corsiva";
	font-size: 14pt;
    font-weight: normal;
	font-style: italic;
}

div.briefingChap
{
    margin-left: 20pt;
}

div.briefingChapTitle
{
    font-family: "Monotype Corsiva";
	font-size: 14pt;
	text-align: left;
	text-decoration: underline;
    font-weight: bold;
    margin: 1em 2pt 2pt 2pt;
}

div.briefingPara
{
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	margin: 1em 2pt 2pt 2pt;
}

li.briefingListItem
{
	text-align: left;
	text-decoration: none;
    font-weight: normal;
}

i.briefingSignature
{
	font-family: "French Script MT" "Kunstler Script" "Informal Roman" "Freestyle Script" "Edwardian Script ITC" "Brush Script MT" "Bradley Hand ITC" "Blackadder ITC";
	font-size: 20pt;
	text-align: left;
	text-decoration: none;
    font-weight: bold;
}


