a{
  color:blue;
}
body {
  margin: 0px;
  font-family: Arial, Sans-Serif;
}

hr{height:1px; color:#606060; background-color:#606060; border:0;}
  
td {
  font-size: 11px;
  border: 0px;
}

p {
  font-size:14px;
}

h1 {
  color: #FF9801;
  font-size: 22px;
}

h2 {
  font-size:16px;
}

li {
  padding-bottom: 10px;
}

td.digital {
	background-image: url(/images/0101.gif);
	background-repeat: repeat;
	background-position: left;
}
#debug {
	border: 2px solid blue;
	background-color: yellow;
	font-size: 12px;
	font-family: Courier New;
	margin: 10px;
	padding: 10px;
}

#cdivheading {
  color: black;
  font-weight: bold;
}

#tlclt {
  color: #E9E9E9;
}

#tlcmd {
  color: #666666;
}

#tlcdk {
  color: black;
}

#tlcdk_indented {
  color: black;
  margin-left:15px;
  text-decoration: none;
  text-align: left;
}

#tlcdk_dbl_indented {
  color: black;
  margin-left:30px;
  text-decoration: none;	
  text-align:left;
}

#tlcdk_neg {
  background-color: gray;
  color: white;
  padding: 3px 8px 3px 8px;
  font-size:12px;
}
#background-dark {
  background-color: gray;
  color: white;
}
#background-light {
  background-color: #F0F0F0;
  color: black;
}

#header-brushed {
  background-image: url(../images/header_background.gif);
  background-repeat: repeat-x;
  color: blue;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

#header-black {
  background-image: url(../images/header_black.gif);
  background-repeat: repeat-x;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  border-left: black 1px solid;
  border-right: black 1px solid;
}

#header-black-noborder {
  background-image: url(../images/header_black.gif);
  background-repeat: repeat-x;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

#header-carbonfiber {
  background-image: url(../images/header_carbonfiber.gif);
  background-repeat: repeat-x;
  color: white;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  vertical-align: middle;
  padding:5px;
  border-left:black 1px solid;
  border-right:black 1px solid;
}

#header-honeycomb {
  background-image: url(../images/header_honeycomb.gif);
  background-repeat: repeat-x;
  color: white;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  vertical-align: middle;
  padding:5px;
  border-left:black 1px solid;
  border-right:black 1px solid;
}

#header-gray {
  background-image: url(../images/header_gray.gif);
  background-repeat: repeat-x;
  color: black;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  vertical-align: middle;
  padding:5px;
}
#sub-header-gray {
	background-color:#C0C0C0;
	color: #000000;
	font-size:10px;	
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding:5px;
}

#border-controls {
    border: 1px solid #7F9DB9;
    padding:3px;
}

#border-secondary {
    border: 1px solid #FFB300;
}


#error {
  color: red;
  background-color:#F0F0F0;
  border:1px solid red;
  padding:10px;
  font-size:12px;
  font-family:Courier New;
}

#tlcreq {
  color: red;
}

#td_fieldnames {

    color: black;
}

#td_fieldnames_right {
    color: black;
    text-align: right;
    font-weight:bold;
    font-size:12px;
}
#td_restricted {

    color: black;
    background-color: #E9E9E9;
}


#activelink {
  font-weight: bold;
  color: navy;
}


#topnav {
  width: 100%;
  margin: 0px;
  text-align:right;
  font-size: 10px;
}

#leftcontent {
  float: left;
  width: 150px;
  background: #B4B4B4;
  border: 1px solid black;
  border-top: none;
  height: 100%;
  padding:0px;
  margin:0px;
}

#main {
  float: left;
  width: 590px;
  margin-left:5px;
  margin-top:5px;


}

#rightcontent {
  float: left;
  width: 224px;
  margin-top:5px;
  margin-left:5px;
}

#rightcontent p {
  font-size:12px;
}


#rightcontent a {
  font-size:10px;

}

#leftcontent a {
  font-size:12px;
  line-height:2;
}
#main p {
  font-size:14px;

}
#main a {
  font-size: 12px;
  text-decoration:none;
  font-weight:bold;
  color:blue;
}
.required {
	color:red;
	font-weight:bold;
	font-size:14px;
}
.playbutton {
	background-image: url(/images/righttriangle.png);
	background-repeat: no-repeat;
	cursor:pointer;
	width:16px;
}
.pausebutton {
	background-image: url(/images/pause.png);
	background-repeat: no-repeat;
	cursor:pointer;
	width:16px;
}
