/* Labtronic CSS
 @author Jonatan
 */
html, body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: #444444;
  font: 75%/1 Arial, Helvetica, sans-serif;
  color: #555555;
}
.box{
	width:auto;
	height:auto;
	border:1px solid black;
	padding:10px;
	text-align:right;
}
a, a:visited {
  text-decoration: underline;
  color: #00417D;
}
a:hover {
  color: #800000;
}
a.ajax {
  text-decoration: none;
  color:#555555;
  cursor: pointer;
}
a.whiteLink, a.whiteLink:visited {
  text-decoration: underline;
  color: #FFFFFF;
  cursor: pointer;
}
a.titleLink, a.titleLink:visited {
  text-decoration: none;
  color: #800000;
}
a.titleLink:hover {
  text-decoration: none;
  color: #555555;
}
a.none, a.none:visited, a.none:hover, a.none:hover:visited { 
  text-decoration: none;
  color: #FFFFFF;
}
a.largeSet, a.largeSet:visited {
  text-decoration: none;
  color: #00417D;
}
a.largeSet:hover {
  color: #800000;
}
ul.marginsCustom {
  margin-top: 2px;
}
table {
  border: 0;
}
td {
  padding-left: 7px;
  padding-right: 7px;
}
td.padding2 {
  padding-left: 2px;
  padding-right: 2px;
}
td.paddingNo {
  padding-left: 0px;
  padding-right: 0px;
}
td.colorDetailOdd, tr.colorDetailOdd {
  background-color: #F0F0E5;
}
td.colorDetailEven, tr.colorDetailEven {
  background-color: #E6E6DD;
}
td.colorHeader, tr.colorHeader {
  font-weight: bold;
  background-color: #DFDFD6;
}
td.colorTitle, tr.colorTitle {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #444444;
  text-align: center;
}
td.height10 {
  height: 10px;
}
img {
  border: 0;
}
img.margins {
  border: 0;
  margin: 0px 13px 0px 0px;
}
img.marginsNo {
  border: 0;
  margin: 0px 0px 0px 0px;
}
img.marginsLeft {
  border: 0;
  margin: 0px 0px 0px 13px;
}
marquee {
  cursor: default;
}
div#shadowContainer {
  margin: 0 auto -61px;
  width: 890px;
  min-height: 100%;
  height: auto !important;
  background: #FFFFFF url(../images/background.jpg) repeat-y 0px 0px;
}
div#mainContainer {
  position: relative;
  margin: 0 auto;
  width: 800px;
  background-color: #FFFFFF;
}
div#header {
  width: 800px;
  height: 118px;
  cursor: pointer;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
}
div#headergreen {
  width: 800px;
  height: 118px;
  cursor: pointer;
  background-image: url(../images/header_green.jpg);
  background-repeat: no-repeat;
}
div#tickerContainer {
  width: 800px;
  height: 25px;
  background-image: url(../images/ticker.jpg);
  background-repeat: no-repeat;
  font-size: 0.817em;
  color: #000000;
  cursor: default;
  -moz-user-select: none;
  -khtml-user-select: none;
}
div#columnTickerC1 {
  position: relative;
  float: left;
  width: 213px;
  text-align: center;
  font-weight: bold;
  padding: 7px 0 0 0px;
}
div#columnTickerC2 {
  position: relative;
  float:right;
  width: 505px;
  text-align:right;
  padding: 3px 10px 0 0;
  /*color: #54616E;*/
  margin-left:20px;
  margin-bottom:20px;
  font-weight: bold;
  /*font-size:11px;*/
  overflow:auto;
}
div#columnTickerC3 {
  position: relative;
  float: right;
  width: 16px;
  text-align: right;
  padding: 4px 16px 0 0;
  color: #54616E;
}
div#columnMenu {
  position: relative;
  float: left;
  padding: 4px 0px 0px 16px;
  width: 213px;
  height:auto;
  overflow:none;
}
div#columnContent {
  position: relative;
  margin-left: 213px;
  padding: 16px 15px 15px 15px;
  line-height: 13pt;
}
div#columnComplete {
  position: relative;
  margin-left: 0px;
  padding: 10px 10px 10px 10px;
  line-height: 13pt;
}
div#columnMain {
  font-size: 0.917em;
}
div#columnMainComplete {
  font-size: 0.917em;
  padding: 5px 20px 20px 20px;
}
div#columnBriefInformation {
  position: relative;
  float: left;
  width: 342px;
  font-size: 0.917em;
}
div#columnNews {
  position: relative;
  margin-left: 357px;
  font-size: 0.917em;
}
div#columnLeft {
  position: relative;
  float: left;
  width: 270px;
  font-size: 0.917em;
}
div#columnRight {
  position: relative;
  margin-left: 285px;
  font-size: 0.917em;
}
div#footerContainer {
  position: relative;
  margin: 0px auto; 
  width: 890px;
  height: 61px;
  background-image: url(../images/background_footer.jpg);
  background-repeat: no-repeat;
  cursor: default;
}
div#footer {
  position: relative;
  padding-top: 20px;
  font-size: 0.817em;
  text-align: center;
  color: #FFFFFF;
  line-height: 10pt;
}
div.height10 {
  height: 10px;
}
.clearfooter {
  height: 55px;
  clear: both;
}
.titleBox {
  background: #800000 url(../images/titleBox_end.jpg) right no-repeat;
  color: #FFFFFF;
  font-size: 12px;
  padding: 0.25em 8px;
  margin: 0 0 10px;
  cursor: default;
  height: 17px;
  -moz-user-select: none;
  -khtml-user-select: none;
}
.redAlert {
  color: #800000;
  font-style: italic;
}
.normalText {
  color: #555555;
}
.redText {
  color: #800000;
  font-weight: bold;
}
.boldText {
  color: #555555;
  font-weight: bold;
}
.boldTextDark {
  color: #444444;
  font-weight: bold;
}
.titleText {
  color: #800000;
  font-size: 12px; 
  font-weight: bold;
}
h1#mainTitle {
  line-height: 1.455;
}
.closedAgent {
  text-decoration: none;
  color: #555555;
  cursor: pointer;
}
.openAgent {
  text-decoration: none;
  color: #00417D;
  cursor: pointer;
}
li.squared {
  color: #800000;
  list-style: square;
}
li.expandCollapse {
  list-style-type:none;
}
option {
  height: 20px;
}
input.disabled {
  border-color:#FFFFFF; 
  background-color:#FFFFFF;
  border-style:solid; 
  border-width:1px; 
  color:#666666;
  font-size:1em;
}

/* Menu Styles */
a.menu, a.menu:visited {
  text-decoration: none;
}
a.menu:hover {
  text-decoration: underline;
}
a.menu, a.menu:visited {
  color: #888888;
}
a.menu:hover {
  color: #800000;
}
a.menuSelected {
  color: #00417D;
  text-decoration: none;
}
div#menuLayoutLogic {
  clear: both;
  min-height: 1em;
  width: 180px;
}
div#menuContentBody {
  float: left;
  padding: 12px 0 0 0px;
  width: 180px;
}
h3#menuTitle {
  font-size: 0.917em;
  line-height: 1.455;
}
.clearBoth {
  clear:both;
}
.linkList {
  text-align: left;
  list-style: none;
  line-height: 1.333em;
  margin: 0 0 1em;
  padding: 0;
}
.linkList>li {
  margin: 1px 1.5ex 1px 0;
  padding: 2px 0;
}

/* Scroller Styles */
#pscroller {
  border: 1px #CCCCCC solid;
  width: 180px;
  height: 150px;
  padding: 7px;
  background-color: #EBEBE1;
  position: relative;
}
.psclass { 
  cursor: default;
}