/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Softened Cells
       DATE: 2005.08.26
        USE: Free use as long as this notice is
             kept in place.  If you would like 
             to remove it, please contact me at
             http://fullahead.org/contact.html.
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 20px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 0.62em;
  color: #000;
  background-color: #fff;
}

h1 {
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 1.7em;
  font-weight: normal;
  letter-spacing: -0.5px;
  color: #000;
}

#text h1 {
  padding: 5px 0 5px 10px;
  background-color: #efefef;
  color: #000
}

#text h1:hover {
  padding: 5px 0 5px 10px;
  background-color: #dee3e7;
}

h2 {
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0 0 -10px 0;  
  font-size: 1.0em;
  font-weight: bold;
  text-transform: uppercase;
  color: #004faf;
}

p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}

p:first-letter {
  font-size: 1.2em;
}

#news p {
  padding: 8px;
}

a {
  color: #000;
}

a:hover {
  color: #004faf;
  background-color: #dee3e7;
}

/*#news   a:hover,
#footer a:hover {
  background-color: #CCC;
}*/

ul, ol {  
  padding-bottom: 0px;
  padding-top: 0px;
  line-height: 20px;
}

ul {
  margin-left: 5px;
  padding-left: 0px;
  list-style-position:inside;
  list-style-image: url(../images/li_bullet_brown.png);
}

acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}




/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/

#siteBox {
  width: 700px;
  margin: 0px auto;
  text-align: left;
}





/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


#header {
  height: 144px;
  background: url(../images/hdr_cones.jpg) no-repeat top center;
  position:absolute;
  top:0;
}

#header .title {
  padding: 10px 0 0 10px;
  font-size: 4em;
  text-align: right;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #111;
}

#header .subTitle {
  text-align: right;
  padding: 0 0 0 12px;
  color: #111;
}

#header .subTitle a {
  text-decoration: none;
  color: #111;
}

#header .subTitle a:hover {
  color: #333;
  background-color: transparent;
}





/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  text-align: center;
  margin-bottom: 20px;
}

#menu a {
  padding: 6px 20px 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
}

#menu a:hover, #menu a.active {
  background: url(../images/menu_tab.gif) no-repeat top center;
}



/***************************************************
   Left News Column
   -------------------------------------------
   1. Change to right side column by altering
      #news float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#news {
  float: left;
  width: 175px;
  padding: 0 20px 0 0;
}

#news .block {
  margin-bottom: 20px;
  background: #EEEEEE;
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}

#news .block .bottom {
  height: 28px;
  background: #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}

#news .links {
  margin: 10px 0 10px 0;
}

#news .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

/*#news .links a:hover {
  background: #DDD url(../images/link_news.gif) no-repeat center center;
}*/

#news a img {
  border: 0px;
}





/***************************************************
   Right Content Column
   -------------------------------------------
   1. Change to left side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#text {
  float: left;
  width: 500px;
}


/***************************************************
   Inline Ad Styles
 ***************************************************/

#inline {
  height: 280px;
  float: right;
  background: #EEEEEE;
  border: 1px solid #EEEEEE;
}

/***************************************************
  etomite stuff
 ***************************************************/

#etoNotice {
  height: 100px;
  padding: 28px 3px 0 5px;
  margin: 5px 0 5px 0;  
  background: #cbdbe1;
  border: 1px solid #cbdbe1;
}

/***************************************************
   Code Styles
 ***************************************************/

#code {
  padding: 5px 3px 0 5px;
  margin: 5px 0 5px 0;  
  background: #ddc0ae;
  border: 1px dashed #543642;
  font-family:monospace;
  color: #333;
}

#code ul{
  margin-left: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
  line-height: normal;
  list-style:none;
}

/***************************************************
   Howto Navigation Styles
 ***************************************************/

#nav {
  padding: 5px 3px 0 5px;
  margin: 5px 0 5px 0;  
  font-weight: normal;
  color: #333;
}

#nav ul {
  list-style: none;
}

#LM_level_0 li a {
  color: #666;
  margin-left: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
  list-style:none;
  text-transform: uppercase;
  font-size: 0.9em;
}

#LM_level_0 li a:hover{
  color: #333;
  font-weight: bold;
}

#LM_level_1 ul {
  list-style: none;
}

#LM_level_1 li a {
  color: #666;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  list-style:none;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
}

#LM_level_1 li a:hover{
  color: #333;
}

#LM_level_2 li a {
  color: #666;
  margin-left: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
  list-style:none;
  text-transform: lowercase;
  font-size: 0.8em;
  text-decoration: none;
  font-variant: small-caps;
}

#LM_level_2 li a:hover{
  color: #333;
}

#LM_level_3 li a {
  color: #666;
  margin-left: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
  list-style:none;
  text-transform: lowercase;
  font-size: 0.7em;
  text-decoration: none;
  font-variant: normal;
  font-weight: normal;
}

#LM_level_3 li a:hover{
  color: #333;
}

ul.LM_expanded li a {
  list-style-image: url(../howto/assets/images/expanded.png);
  list-style-position: inside;
}

ul.LSM_0 li {
  margin-left: 0px;
}

ul.LSM_1 li {
  margin-left: 10px;
}

ul.LSM_2 li {
  margin-left: 20px;
}

/***************************************************
   PageTrail Styles
 ***************************************************/

#trail a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

#trail a:hover {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

/***************************************************
   Footer Styles
 ***************************************************/

#footer {
  height: 100px;
  padding: 28px 3px 0 5px;
  margin: 5px 0 5px 0;  
  background: #cbdbe1;
  border: 1px solid #cbdbe1;
}

p#footer:first-letter {
  font-size: 1.0em;
}

#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0px;
}

/***************************************************
   Ad Footer Styles
 ***************************************************/

#adfooter {
  height: 60px;
  margin: 5px 0 5px 0;  
  background: #EEEEEE;
  border: 1px solid #EEEEEE;
}



/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #text section
 ***************************************************/


ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #DDD url(../images/link_top.gif) no-repeat top center;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(../images/link_arrow.gif) no-repeat center left;
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #666
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #EEE url(../images/link_bottom.gif) no-repeat top center;
}




/***************************************************
   Display Classes
 ***************************************************/

.date {
  display: block;
  text-transform: uppercase;
  color: #56B600;
}

p.quote {
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #FEFADE url(../images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #FEE456;
}

p.quote span.bottom {
  float: right;
  width: 20px;
  background: url(../images/quote_bottom.gif) no-repeat bottom right;
}

img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}

/*********************************************************
Dropdown text
**********************************************************/
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	

	
	/* End layout CSS */
	

	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #543642;
	background-color:#ddc0ae;
	width:430px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
	color:#384c84;
}

/*********************************************************
Gallery
**********************************************************/

#dhtmlgoodies_slideshow{
	width:500px;	/* Total width of slideshow */
}

#previewPane{
	border:1px solid #543642;
	margin-bottom:10px;	
	text-align:center;
	vertical-align:middle;
	padding-top:10px;

	position:relative;
	
	/* CSS HACK */
	height: 432px;	/* IE 5.x */
	height/* */:/**/420px;	/* Other browsers */
	height: /**/420px;
			
}
#previewPane img{
	line-height:400px;
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:bold;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
}
#galleryContainer{
	
	height:102px;	/* Height of the images + 2 */
	border:1px solid #543642;
	position:relative;
	overflow:hidden;
	padding:1px;
	
	/* CSS HACK */
	height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/102px;
			
}
#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #eee;
	padding:1px;
}
#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #eee;
	padding:1px;		
}
#theImages{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;
	
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}

#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}

#theImages .imageCaption{
	display:none;
}

/*************************************************
Menu Stuff
*************************************************/

#dhtmlgoodies_menu img{
	border:0px;
}

/* End general styles for this example page */
/* General configuration CSS */

#dhtmlgoodies_menu ul li ul{
	display:none;	/* Needed to display ok in Opera */
}
	
#dhtmlgoodies_menu{
	visibility:hidden;	
}
#dhtmlgoodies_menu ul{
	margin:0px;	/* No indent */
	padding:0px;	/* No indent */
}
#dhtmlgoodies_menu li{
	list-style-type:none;	/* No bullets */
}	
#dhtmlgoodies_menu a{

	margin:0px;
	padding:0px;
}
/* End general configuration CSS */


/* Cosmetic */

/***********************************************************************
	CSS - MENU BLOCKS
	General rules for all menu blocks (group of sub items) 
***********************************************************************/
#dhtmlgoodies_menu ul{
	border:1px solid #000;
	background-color:#FFF;
	padding:1px;
	list-style-image:none;
}

#dhtmlgoodies_menu ul.links{
	display:none;
}
	
#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
	border:0px;
	padding:1px;
	border:1px solid #418901;
	background-color:#DDD;
	overflow:visible;
}
#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
	border:0px;
	padding:1px;
	border:1px solid #555;
}

/***********************************************************************
	CSS - MENU ITEMS
	Here, you could assign rules to the menu items at different depths.
***********************************************************************/
/* General rules for all menu items */
#dhtmlgoodies_menu a{
	color: #000;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;

}

/*
Main menu items 
*/

#dhtmlgoodies_menu .currentDepth1{
	padding-left:5px;
	padding-right:5px;
	border:1px solid #DDD;
	margin-bottom:10px;	
}
#dhtmlgoodies_menu .currentDepth1over{
	padding-left:5px;
	padding-right:5px;
	background-color:#325413;
	border:1px solid #000;
	
	
}
#dhtmlgoodies_menu .currentDepth1 a{
	font-weight:bold;
}
#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
	color:#FFF;
	font-weight:bold;
}

/* Sub menu depth 1 */
#dhtmlgoodies_menu .currentDepth2{
	padding-right:2px;
	border:1px solid #FFF;
}
#dhtmlgoodies_menu .currentDepth2over{
	padding-right:2px;
	background-color:#DDD;
	border:1px solid #000;
}	
#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
	color:#000;
}	
/* Sub menu depth 2 */
#dhtmlgoodies_menu .currentDepth3{
	padding-right:2px;
	border:1px solid #FFF;
}
#dhtmlgoodies_menu .currentDepth3over{
	padding-right:2px;
	background-color:#EDE3EB;
	border:1px solid #000;
}
/* Sub menu depth 3 */
#dhtmlgoodies_menu .currentDepth4{
	padding-right:2px;
	border:1px solid #FFF;
}
#dhtmlgoodies_menu .currentDepth4over{
	padding-right:2px;
	background-color:#EBEDE3;
	border:1px solid #000;
}	

/***********************************************************************
	Etomite CSS
***********************************************************************/

.w22 {
  width: 22%;
}

.mainTable { 
  border-top: 1px solid #003399;
  border-left: 1px solid #003399;
  border-right: 1px solid #003399;
  width: 740px;
  background: #fff url(../../manager/media/images/bg/section.jpg) no-repeat top right ;
  margin: 0px auto;
  text-align: left;
}

.mainTable tr td { 
  padding: 4px;
}

.navigation { 
  padding: 0px;
  margin:	0px;
  height: 100%; 
  border:	1px solid #003399;
  background: #fff url(../../manager/media/images/bg/section.jpg) no-repeat top right;
}

.navigation a,.navigation a:hover {
  padding: 4px;
  margin: 6px;
  margin-bottom: 2px;
  margin-top: 2px;
  display: block;
  color: #000000;
  border: 1px solid #FFFFFF;
  background: #fff url(../../manager/media/images/bg/section.jpg) no-repeat top right;
}

.navigation a:hover {
  padding: 4px;
  text-decoration: none; 
  color: #821517;
  background: #fff url(../../manager/media/images/misc/buttonbar.gif) repeat-x top ;
  border: 1px solid #003399;
}

.headers {
  font-size: 12px;
  font-weight: bold;
}

.headers a, .headers a:hover { 
  color: #000000;
  text-decoration: none;
}

.highLight { 
  background: #fff url(../../manager/media/images/misc/buttonbar.gif) repeat-x top ;
  font-weight: bold;
  border: solid 1px #000000; 
}

.fancyRow {
  background: #fff url(../../manager/media/images/misc/buttonbar_gs.gif) repeat-x top;
}

.fancyRow2 {
  background: #fff url(../../manager/media/images/misc/buttonbar.gif) repeat-x top;
}

.border-top-bottom {
  border-top: 1px solid #003399;
  border-bottom: 1px solid #003399;
}

.navigationHead {
  text-align:	center;
  font-weight: bold;
  border-top:	1px solid #003399;
  border-left: 1px solid #003399;
  border-right: 1px solid #003399;
}

.silent { 
  color: #000000; 
  text-decoration: none; 
}

.silent:hover { 
  color: #000000 !important; 
  text-decoration: none !important; 
}

.logoBox {
  padding: 4px;
  margin: 4px;
  border:	1px solid #003399;
  background: #fff url(../../manager/media/images/bg/section.jpg) no-repeat top right;
}

fieldset { 
  padding: 5px; 
}

legend {  
  font-weight: bold
}

legend a,legend a:hover { 
  display: block; 
  text-decoration: none;
}

.u { 
  text-decoration: underline;
}

.strike {
  text-decoration:line-through;
}

.content { 
  width: 84%; 
  height: 206px;
}

.mono {
  font-family:"Courier New", Courier, mono, sans-serif;
}

/* FORM ELEMENTS */

.textbox, .textarea {
}

td.basic {background-color: #FFFFFF; vertical-align:top;} 

.fauxbutton {
  font: 11px Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  border: 1px solid #003399;
  background-color: #F7CC76;
  padding: 2px;
  color: #000000;
}

.boldtext {font-weight: bold;}

p.notop {
margin-top: 0px;
}

acronym { cursor: hand; border-bottom: dashed 1px #000000; }

#countdown1 {
font-weight: bold;
font-size: 16px;
}
