/* css ff_test3 - 'FiddleFoist' by Wayne Mercer */
/* All associated graphics copyright 2006, Wayne Mercer */

/* ........................... Page Default Styles ........................... */
@import "img/fontawesome/css/solid.css";
body {
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, Lucida, sans-serif;
	font-size: 76%; 
	background: #EFEFCA; 
	color: #000;
	}
a {
	text-decoration: none; 
	color: #4C3CE8; 
	font-weight: bold;
	outline: none;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	color: #EA5308; 
	}
strong {
	font-weight: bold; 
	}
em {
	font-style: italic;
	}
pre {
	margin: 0 0 0 10px;	
	padding-top: 8px;
	font-family: Verdana, sans-serif;
      	font-size: 95%;
      	font-weight: normal; 
	}
pre strong {
	color: #000; 
	}
p {
	margin: 0; 
	padding: 8px 7px 0 10px; 
	}
h1, h2, h3, h4, h5, h6 {
    	font-family: Arial, sans-serif;
    	font-weight: normal;
    	margin: 0; padding: 0 0 10px 0;
    	vertical-align: top;
	color: #64866E; 
}
h1 {
    	font-weight: bold;
	letter-spacing: -1px;
   	font-size: 2.0em;
}
h2 {
   	font-size: 1.5em;
	border-top: 1px solid #abbab9;
	padding-top: 6px;
	clear: both;
}
h3 {
   	font-size: 1.2em;
    	font-weight: bold;
}
h4 {
   	font-size: 1.1em;
}
h5 {
   	font-size: 1.0em;
}
h6 {
   	font-size: 0.8em;
}
ul {
	display: block;
	list-style: disc;
	padding: 0 0 0 25px;
	margin: 0 0 0 0;
	text-align: left;
	} 
img {
    border: 0;
}


/* ................................ IDs .......................... */

  /* ... header ... */
#header {
	width: 780px; 
	margin: 20px auto 0px 20px; 
	padding: 10px; 
	border: 1px solid #000; 
	text-align: left;
        background: #628863;
	min-height: 72px; 
	}  * html #header {height: 72px;}
#header a {
	text-decoration: underline;
}

     /* ... navbar ... */
.navbar {
        overflow: hidden;
	width: 800px; 
	margin: 0px auto 0px 20px; 
	text-align: left;
	background-color: #333;
	font-family: sans-serif;
	font-size: 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 10px;
  color: white;
  text-align: center;
  padding: 6px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 10px;
  border: none;
  outline: none;
  color: white;
  padding: 6px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

#navclear {
  	display: block;
	clear: both; 
	}

  /* ... content ... */
#content {
  background-color: #ffffff;
	text-align: left;
	padding: 0px 20px 10px 20px; 
	margin: 0px auto 0px 20px; 
	width: 760px; 
	border: 1px solid #000; 
	border-top: none; 
/*	width: 100%; */ /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
/*	w\idth: auto; */ /*** resets the value for IE6 and IE5-Mac ***/
	}
#bottom {
	margin: 0px 20px 20px 20px; 
	padding: 0 0 0 5px;
	text-align: left;
	background: #70776f;
	background: none;
  	display: block;
	clear: both; 
	}
#bottom p {
	margin: 0; 
	padding: 0;
	}


/* ...............Support for hint script ........... */

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
margin: 3px 0px;
}
.hintimganchor{
border: 0;
}

/* ................................ Classes .................... */


.pagetitle  {
	text-align: center; 
	font-family: "Staccato222 BT", Amienne, "monotype corsiva";
    margin: 0; padding: 0 0 10px 0;
    vertical-align: top;
    font-size: 300%;
}
.alignright  {
	margin: 0; 
	padding: 1em 10px 2.5em 0; 
	text-align: right; 
	}
.alignright strong {
	color: #771464; 
	font-weight: bold; 
	}
.aligncenter  {
	text-align: center; 
	}
.altcolor {
	color: #CC0000; 
	}
.altcolor2 {
	color: #64866E; 
	}
.altcolor3 {
	color: #98D49A; 
	}
.altcolor4 {
	color: #4C3CE8; 
	}
.altcolor5 {
	color: #EA5308; 
	}
.altcolor6 {
	color: #787878; 
	}
.altcolor7 {
	color: #878787; 
	}
.altcolor8 {
	color: #FFFFC8; 
	}
.altcolorred { color: #CA0000; }
.altcolorylw { color: #FFD500; }
.altcolorgrn { color: #628863; }



.clear {
       display: block;
	clear: both;
	margin: 0;
	padding: 0; }
.container{
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	}
     /* ... content_box ... */
.content_box {
	text-align: left;
        background-color: transparent;
	clear: both;
	}
.content_box ul {
	display: block;
	list-style: disc;
	padding: 30px;
	margin: 0;
	text-align: left;
	} 

.quote{
	padding: 8px 40px 8px 40px;
	font-family: arial, sans-serif;
	font-size: 90%;
	font-style: italic;
	}
.quotebox {
 	background:#fafafa;
	width:90%;
 	color:#000;
 	padding:10px;
 	margin: 20px;
 	}
.sidebar {
 	background:#fafafa;
 	width:200px;
 	color:#000;
 	padding: 0 10px 10px 10px;
 	margin: 20px;
	float:right;
 	display:inline;
 	/* display inline to prevent IE float bug*/
 	}
.sidebar h2 {
	padding:0px;
	margin:0px;
	}
.sidebar p {
	padding: 10px 0 0 0;
	margin:0px;
	}
.sidebar ul {
	display: block;
	list-style: disc;
	padding: 10px 0 0 20px;
	margin: 0;
	text-align: left;
	} 
.small {
	font-size: .9em; 
	}
.smaller {
	font-size: .8em;
	}
.smallest {
	font-size: .7em;
	}


/* ................................ Test .................... */
table {
	margin-top: 6px;
	margin-bottom: 6px;
	border-left: 1px solid #C1DAD7;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 2px 6px 2px 12px;
	background: #CAE8EA url(img/bg_header.jpg) no-repeat;
}

th.spec {	
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(img/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(img/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

th.statdone {	
	background: #fff url(img/done_icon.png) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.statnotdone {	
	background: #fff url(img/not_done_icon.png) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

th.statstarted {
	background: #f5fafa url(img/started_icon.png) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
th.statunknown {
	background: #f5fafa url(img/unknown_icon.png) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 2px 6px 2px 12px;
	color: #4f6b72;
}

td.alt {
	background: #fff url(img/done.gif) no-repeat;
	color: #797268;
}
td.alt2 {
	background: #fff url(img/not_done.gif) no-repeat;
	color: #797268;
}

caption {
	padding: 0 0 5px 0;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

i{
    display: inline-block;
    height: 1rem;
    width: 1rem;
}

