/* tags/universal items */
body {
    font-family: "Trebuchet MS";
    font-weight: normal;
    font-size: 90%;
    text-decoration: none;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu_header {
	background-color:#f5f5f5;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	font-family: "Trebuchet MS";
}

h1,h2,h3,h4,h5 {
    font-family: "Trebuchet MS";
    font-weight: normal;
}

h1 {
    font-size: 28px;
}

h2 {
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: bold;
    color: #900;
    height: 25px;
}

a, a:link, a:active, a:visited {
    color: #900;
    text-decoration: none;
}

a:hover {
    color: #900;
    text-decoration: underline;
}

/* our awesome tables */
table {
    margin-bottom: 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

caption {
    padding: 5px 10px;
    background-color: #900;
    font-family: "Trebuchet MS";
    font-size: 90%;
    font-weight: normal;
    text-align: left;
    color: #fff;
}

thead th {
    background-color: #999;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    padding: 10px 7px;
    margin: 10px 0px 0px;
    text-align: left;
}

tbody tr {
}

tbody tr.odd {
    background-color: #e5e5e5;
}

tbody tr th {
    width: 200px;
}

tbody th,td {
    font-size: 9pt;
    font-family: "Trebuchet MS";
    color: #777777;
    padding: 2px 4px;
    border-top: 1px solid #ccc;
}

tbody td {
    padding-left: 7px;
    padding-right: 7px;
}

table a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

table a:hover {
    color: #900;
}

tfoot th {
    color: #000;
    height: 30px;
}

tfoot td {
    color: #900;
    height: 30px;
}

/* header content */
#hd {
    margin-bottom: 5px;
    padding: 5px;
    background-color: #000;
    display: block;
    clear: both;
    font-family: "Trebuchet MS";
    font-weight: normal;
    font-size: 80%;
    text-decoration: none;
}

#hd img {
    display: block;
    float: left;
}

#hd ul.main-nav {
    display: inline;
    float: right;
    margin-top: 10px;
}

#hd ul.main-nav li {
    display: inline;
    list-style: none;
}

#hd ul.main-nav li a {
    margin-right: 10px;
    padding: 10px 15px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-weight: normal;
    font-size: 144%;
    text-decoration: none;
}

#hd ul.main-nav li a:hover {
    background-color: #333;
    color: #fff;
}

#hd ul.main-nav li a.active, #hd ul.main-nav li a.active:hover {
    background-color: #ccc;
    color: #900;
}

/* body content */
#bd {
    padding: 5px;
    background-color: #ccc;
    font-family: "Trebuchet MS";
    font-weight: normal;
    font-size: 107%;
    text-decoration: none;
}

#bd ul.content-nav {
    display: block;
    margin-top: 10px;
}

#bd ul.content-nav li {
    display: inline;
    list-style: none;
}

#bd ul.content-nav li a {
    padding: 5px;
    margin-right: 10px;
    color: #000;
    font-family: "Trebuchet MS";
    font-weight: normal;
    font-size: 92%;
    text-decoration: none;
}

#bd ul.content-nav li a:hover {
    background-color: #333;
    color: #fff;
}

#bd ul.content-nav li a.active, #bd ul.content-nav li a.active:hover {
    background-color: #fff;
    color: #900;
}

#bd ul.action-buttons {
    float: right;
    margin-top: 10px;
}

#bd ul.action-buttons a {
    color: #900;
}

#bd .content {
    margin-top: 5px;
    *margin: 0px; /* ie fix */
    padding: 10px;
    background-color: #fff;
}

#bd .content .status-message {
    margin-bottom: 10px;
    padding: 10px;
    display: block;
    text-align: left;
    clear: both;
    border: 2px solid #900;
    color: #900;
}

/* footer content */
#ft {
    margin-top: 5px;
    padding: 5px;
    background-color: #000;
    font-family: "Trebuchet MS";
    font-weight: normal;
    font-size: 85%;
    text-decoration: none;
}

#ft p {
    color: #fff;
}

span.positive {
    color:#529214;
}

span.negative {
    color:#d12f19;
}

/* misc classes */
.txtRight {
    text-align: right;
}
.formActionText {
    font-size: 144%;
    color: #000;
    margin: 20px;
}

/* logo */
.logo {
    width: 201px;
    height: 45px;
    margin-top: 10px;
    display: block;
}
/* nav elements */
#nav {
    margin-top: 20px;
    display: block;
    width: 200px;
}

#nav h3 {
    margin: 0 0 5px 0;
    padding: 5px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    cursor: pointer;
}

#nav ul {
    margin: 10px;
    padding: 0;
    display: block;
    list-style-type: none;
}

#nav ul li {
    list-style-type: none;
    padding-left: 10px;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
}

#nav li a {
    color: #900;
    text-decoration: none;
    font-weight: bold;
}

#nav li a:hover {
    text-decoration: underline;
}

/*CSS Flickr style pagination*/
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}

div.pagination a {
	border: 1px solid #dedfde;
	margin-right:3px;
	padding:2px 6px;

	background-position:bottom;
	text-decoration: none;

	color: #0061de;		
}
div.pagination a:hover, div.meneame a:active {
	border: 1px solid #000;
	background-image:none;
	background-color:#0061de;
	color: #fff;
}
div.pagination span.current {
	margin-right:3px;
	padding:2px 6px;
	
	font-weight: bold;
	color: #ff0084;
}
div.pagination span.disabled {
	margin-right:3px;
	padding:2px 6px;

	color: #adaaad;
}

/* Hack to properly clear floated elements */

.floatFix:after { clear: both; content: '.'; display: block; height: 0; visibility: hidden; }
.floatFix { display: inline-table; }
* html .floatFix { height: 1%; }
.floatFix { display: block; }
