@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(/assets/templates/gaiaMainGrid2/images/background1.gif);
	background-repeat: repeat;
	background-position: 0px 0px;

}
.gsearch {
      background-image: url(/assets/images/site_wide_images/search_bg.gif);
      background-repeat: no-repeat;
      background-position: 0px 0px;
}
#google {
   position:absolute;
   top:40px;
   left:800px;
   width:400px;
   height: 2.25em;
}
#bodycontent{
   overflow:auto;
}

h1 {font-size: 1.75em; font-weight: bold; margin-bottom: 0.75em; }
h2 { font-size: 1.5em; margin-bottom: 0.75em; }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
td{
  text-align: inherit;
  vertical-align: inherit;
}
.body{
     position:relative;
}
.footer {
	font-size: 0.75em;
        color: #bbbbbb;
	text-align: center;
	line-height: 0.75em;
}
.column {
}
.container {
	background-color: #FFFFFF;
}
.text-right {
	text-align: right;
}

.toc a:hover{
   text-decoration: underline;
}

.toc ol, .toc ul {
	list-style-type: upper-roman;
        margin-left:10px;
        margin-right:5px;
}
ul.tabs li{
        list-style-type:none;
}

.toc li.self a {
   text-decoration: underline;
   font-weight: bold;
}

.toc li.self li a {
   text-decoration: none;
   font-weight: normal;
}

.toc li.self li a:hover {
   text-decoration: underline;
}


.toc li a{
   margin-left: -4px;
   font-size:0.95em;
   text-decoration: none;
   display: block;
}
.toc li a:hover {
	background-color: #003366;
	color: #FFFFFF;
}
.gaia_nav a{
  /* color: #27408B;*/
   color: #142F6F;
}
.gaia_nav a:hover{
   color: #000000;
}
/*
.gaia_nav .active{
        background-color: #EBF0FA;
}

.gaia_nav .self{
        background-color: #ADC2EB;
}
*/
.toc li.active a.hover{
    text-decoration:underline;
}

div.toc ul li{
  list-style-type:none;
}

div.toc ul li li li li {
  list-style-type:upper-roman;
}
div.toc ul li li li li li {
  list-style-type:disc;
}


/**********rounded corner stuff*/

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #909aa4;
  border-right:1px solid #909aa4;
  background:#ced3d7}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #506070;
  border-right:1px solid #506070;
  background:#dadde0}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #dadde0;
  border-right:1px solid #dadde0;}
.spiffy4{
  border-left:1px solid #909aa4;
  border-right:1px solid #909aa4}
.spiffy5{
  border-left:1px solid #ced3d7;
  border-right:1px solid #ced3d7}
.spiffyfg{
  background:#FFFFFF}

/*This area is for custom table css*/

#customtable table {
	width: 830px;
        font-size:.9em;
}

#customtable tr:hover {
	background-color:#DCDCC3;
}

#customtable th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #777346;
	border-bottom-color: #777346;
	padding-right: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777346;
}

#customtable td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #777346;
	border-bottom-color: #777346;
	padding-right: 2px;
	padding-left: 2px;
	}
#customtable td.blue {
	background-color: #CDD4DA;
}
#customtable td.yellow {
	background-color: #FFF9D8;
}
#customtable td.green {
	background-color: #DCDCC3;
}
#customtable  td:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #777346;
}
#customtable tr > th:first-child {

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #777346;
}

.tableborder {
   border-collapse: collapse;

}

.tableborder td {
   border-left: 1px solid #eeeeee;
   border-bottom: 1px solid #aaaaaa;
   border-top: 1px solid #aaaaaa;   
   border-right: 1px solid #eeeeee;
}

.imageborder {
	border: 1px solid #999999;
        margin-left: 5px;
}

.imageborder td {
        padding: 5px;
}
