/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
*   Matrix 2.0 CSS
*   Thesaurus (AKA - Descriptor) Style Definitions
*   Created By shawn@geminisbs.com
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/*-------------------------------------------------------------- 
| Descriptor Index Letters                                     |
---------------------------------------------------------------*/

#letters {
  font-size:76%;
}

#letters {
  margin:0px;
  padding:0px;
}

#letters ul {
  border-left:1px solid #333333;
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:4px 10px;
  padding:0px;
}

#letters li {
  background:#EAAA24 none repeat scroll 0%;
  border-color:#333333 rgb(51, 51, 51) rgb(51, 51, 51) -moz-use-text-color;
  border-style:solid solid solid none;
  border-width:1px 1px 1px medium;
  float:left;
  margin:0pt;
  padding:4px;
}

/*-------------------------------------------------------------- 
| Inner Navigation                                              |
---------------------------------------------------------------*/

ul#inner_navigation {
  margin: 42px 0 20px 10px;
}

/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd td { background: #F7F9FC; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}

#sub_nav form {
  padding: 8px;
  margin-bottom: 8px;
}
