﻿/* Making preformated <pre> text wrap */
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
#mysubmit0 { background-color: wheat; font-size: 90%;
    padding: 2px; font-weight: bold; color: orchid }
#mysubmit { background-color: lavender; font-size: 80%;
    padding: 1px; font-weight: bold; color: violet }
#mysubmit1 { background-color: beige; font-size: 90%;
    padding: 2px; font-weight: bold; color: mediumvioletred }
#optionStyle { background-color: lavender; color: seagreen }
#LXXVER0 { background-color: lavender; color: seagreen }
#lxxbks { background-color: lavender; color: seagreen }
#TpcbVer { background-color: lavender; color: seagreen; }
#TpcprefTpc { background-color: lavender; color: seagreen }
#MphprefGNT,#MphbVer,#MphprefLXX { background-color: lavender; color: seagreen }
#optionStyle1 { background-color: PaleTurquoise }
#inputBox { background-color: LightGoldenRodYellow   }
#bodyCS {margin: 0;

	padding: 0;

	list-style-type: none;

	text-align: left;

	text-decoration:none;

	border-bottom:none;

	display:inline;

	font-size:14px;

	font-weight:normal;

	font-style:normal;

	border:none;

	color:#000;
	background-color: lavender }

h3 {color: teal; }
h4 {color: DeepSkyBlue  ; }

.Brpbutton0 {
  margin: 1em 0;
  width: 14em;
  font-family: helvetica,arial,sans-serif;
  font-size: 70%;
  font-weight: bold;
  float: left;
}

.Brpbutton0 a {
  display: block;
  width: 100%;
}
.Brpbutton0 a:link,
.Brpbutton0 a:visited,
.Brpbutton0 a:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
.Brpbutton0 a:link,
.Brpbutton0 a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.Brpbutton0 a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
.Brpbutton0 span.eBRP {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}

a.ovalbutton{
background: transparent url('media/oval-orange-left.gif') no-repeat top left;
display: block;
float: right;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('media/oval-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: https://www.quirksmode.org/css/clearing.html */
width: 100%;
}

<![if !IE 6]>

.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 98%; 
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: linen;
border: 1px solid gray;
padding: 6px;
position: relative;
margin: 10px;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}

<![endif]>