/*********************************************
 * TITLE: Modified TV Screen Stylesheet      * 
 * URI  : stylesheets/screen.css             *
 * MODIF: 2008-15-23 8:56 AM                 *
 * *******************************************/

/* Site Colors

   from www.steeledolphin.com
   analogic from first color
   
   0090E6 SeaSky Blue
   00629B Dusky Blue
   141BA0 Bright Blue
   236A46 Dark Green
   00A04D Bright Green
   50a077 Dusky Green

*/

/* ##### Common Styles ##### */

body {
  color: #141BA0;
  background-color: #FFFFFF;
  font-family: Calibri, "Trebuchet MS", Verdana, Arial, Sans-serif;
/*  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif; */
  font-size: 78%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 1em;
}

.blockquote {
	margin: 2ex 4em;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(34,70,79);
  cursor: help;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}

.monoSpace {
	font-family:Consolas, "Andale Mono", "Courier New", monospace;
	font-weight: bold;
	white-space:pre;
}

.myCode {
	font-weight:bold;
	white-space:pre;
	border:medium;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;

}

.codeBox {
  font-family:Consolas, "Andale Mono", "Courier New", monospace;
  font-size:small;
  color: #FFFFFF;
  background-color: #000000;
  border: 1px solid rgb(34,70,79);
  margin: 1em;
  padding: 2em;
  white-space:pre;
}

.userKeyboard {
	border: thin solid rgb(0, 0, 0); 
	font-family: Consolas, "Andale Mono", "Courier New", monospace; 
	font-weight: bold; 
	color:#000000;
	background-color: rgb(102, 255, 102); 
	padding-right: 1em; 
	padding-left: 1em;
}

.userScreen {
	border: thin solid rgb(0, 0, 0); 
	font-family: Consolas, "Andale Mono", "Courier New", monospace; 
	font-weight: bold; 
	color: #000000;
	background-color: rgb(102, 204, 255);
	padding-right: 1em; 
	padding-left: 1em;
}

#gCode {
	font-family:Consolas, "Andale Mono", "Courier New", monospace;
	font-weight:bold;
	white-space:pre;
	border:medium;

}

table {
	margin: 1em 0 1.5em 0;
	border: 1px solid rgb(34,70,79);
	padding: 0;
}

td {
	border: 1px solid rgb(34,70,79);
	padding: 1px 1em;
	margin: 0;
	text-align: left;
}

/* ##### Header ##### */

#siteHeader {
  color: white;
  background-image:url(../images/background.gif);
  background-repeat:repeat-x;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  border-bottom: 0;
}

#siteHeader img {
  border:none;
  margin: 0;
  padding: 0;
}

.siteHeaderTitle {
  margin: 0;
  padding: 0;
  font-family: Calibri, "Trebuchet MS", Verdana, Arial, Sans-serif;
/*  font-family: trebuchet ms, verdana,tahoma, sans-serif; */
}

.siteHeaderTitle a {
  color: white;   /* rgb(205,219,205); */
  background-color: transparent;
  text-decoration: none;
  font-size: 83%;
  font-weight: bold;
  font-style: italic;
}

.siteHeaderTitle > a {
  font-size: 105%;  /* For fully standards-compliant user agents */
}

.siteHeaderTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.siteHeaderLinks {
  font-size: 89%;
  position: absolute;
  right: 2ex;
  top: 2.25em;
}

[class~="siteHeaderLinks"] {
  top: 1.75em;  /* For fully standards-compliant user agents */
}

.siteHeaderLinks a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.siteHeaderLinks a:hover {
  color: rgb(171,195,172);
  background-color: transparent;
  text-decoration: none;
}


/* ##### Side Bar ##### */

#side-bar {
  font-size: 95%;
  text-align: right;
  width: 10em;
  float: left;
  clear: left;
}

.sideBarTitle {
  color: #FFFFFF;
  background-color: #0090E6;
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1em 0.5ex 0.5ex;
  border-top: 1px solid rgb(34,70,79);
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

#side-bar li {
  margin: 0;
  padding: 0.5ex 1em 0.5ex 0.5ex;
  border-top: 1px solid rgb(34,70,79);
}

#side-bar a {
  color: #141ba0;
  background-color: transparent;
  text-decoration: none;
}

#side-bar a:hover {
  color: #236A46;
  background-color: transparent;
  text-decoration: none;
}

/* ##### pageHeader ##### */

#pageHeader {
  padding: 0px;
}

#pageHeader h1 {
	padding: 0px;
	margin-bottom: 17px;
	border-bottom-width: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #00629B;
}

#pageHeader p {
  padding: 0;
  margin: 1em;
  border: none;
}

#pageHeader ul {
	margin-left: 0;
	padding: 3px 0;
	font-size: 110%;
	font-variant: small-caps;
	border: 1px solid rgb(34,70,79);
	} 

#pageHeader li {
	margin: 0;
	padding: 3px 15px;
	list-style: none;
	display: inline;
	border-right: 1px solid rgb(34,70,79);
	}

#pageHeader li.here {
  color: white;
  background-color: #00629B;
  text-decoration: none;
}


#pageHeader a.link {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: none;
}

#pageHeader a.visited {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: none;
}

#pageHeader a.hover {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: none;
}

#pageHeader a:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

#pageHeader a.MD {
  color: white;
  background-color: #00629B;
  text-decoration: none;
}



/* ##### Main Copy ##### */

#main-copy {
  line-height: 1.5em;
  margin: 0 5mm 0 10.5em;
  padding: 0 1em 1ex 1em;
}

p {
  text-align: left;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

.darkerBox {
  color: #000033;
  background-color: transparent;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid rgb(34,70,79);
}

.lighterBox {
  color: rgb(34,70,79);
  background-color: #FFFFCC;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid rgb(34,70,79);
}

#main-copy td.highlighted {
	background-color:#CCFFFF
	}
	
#main-copy td.centered {
	text-align:center;
}

#main-copy h1 {
  font-family: Calibri, "Trebuchet MS", Verdana, Arial, Sans-serif;
/*   font-family: trebuchet ms, verdana,tahoma, sans-serif; */
  font-size: 136%;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0;
}

#main-copy h2 {
  font-family: Calibri, "Trebuchet MS", Verdana, Arial, Sans-serif;
/*   font-family: trebuchet ms, verdana,tahoma, sans-serif; */
  font-size: 122%;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0;
}

#main-copy a {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
	text-decoration: underline;
	color: #0033CC;
}

#main-copy dl {
	margin:1em;
}	
	
#main-copy li {
  text-align: left;

}

dt {

  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

li.rss-item  {
}
   
/* ##### Footer ##### */

#footer {
  color: white;
  background-color: #00629B;
  font-size: 85%;
  margin: 0;
  padding: 1.25ex 4mm;
  clear: both;
}

#footer .left {
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

.subFooter {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0;
  padding: 1ex 4mm;
}

.subFooter a {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: underline;
}

.subFooter a:hover {
  text-decoration: none;
}
#main-copy .strikethrough {
	text-decoration: line-through;
}

