/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	color: #555;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

td.nobreak {
	white-space: nowrap;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
}

tbody td.category { 
	padding-top: 20px;
	font-size: large; 
	background: #0181A4;
	color: #ffffff;
}

tbody tr.even { background: #FCFDFE; }

tbody tr.odd { background: #F7F0FF; }

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%;
}

body { 
	/* font-family: "Arial", "Helvetica", sans-serif; */
	font-family: "Trebuchet MS", Arial, sans-serif;

	background-color: #fff; 
	color: #333; 
	padding: 20px;
}

H1 {  
        color: #0181a4; 
        font-size: x-large; 
        font-width: 800 } 
 H2 {  
        color: #0181a4; 
        font-size: large; 
        font-width: 800 } 
strong {
        color: #0181a4; 	
}

a.admin_link:link, a.admin_link:visited {
		color:black;
		font-weight: bold;
		font-size: x-small;
		padding: 2px;
		border:  1px solid gray;
		line-height: 2em;
}

#logged_in {
    font-size: x-small;
    padding: 5px;
    background-color: #ddd;
    line-height: 1em;
}

#notice {
	color: green;
	border: 3px solid green;
	padding: 10px;
}

#center {
	border-left:  1px solid gray;
	margin-left:10em;
	padding-left:1em;
}

#banner { 
	padding-top: 10px; 
	padding-bottom: 20px; 
	margin-bottom: 20px;
	border-bottom: 1px solid gray; 
	text-align: center; 
	overflow: hidden;
	width: 100%;
} 

#side { 
float: left; 
padding-top: 1em; 
padding-left: 1em; 
padding-bottom: 1em;
width: 9em; 
} 

#side ul li {
list-style-type: none;
margin: 0;
padding: 0;
}

ul.mainheading {
margin: 0;
padding: 0;
}

ul.subheading {
margin: 0;
padding-left: 20px;
padding-bottom: 0px;
font-size: smaller;
}

a:link {text-decoration: none; color: #0181a4;}
a:visited {text-decoration: none; color: #0181a4;}
a:active {text-decoration: none; color: #0181a4;}
a:hover {text-decoration: underline; color: #6666ff;}

.topnote {
        color: #0181a4; 
        font-size: small; 
	font-style: oblique;	
}

li.page_item {
    clear: left;
}

li.page_item div {
    width: 10em;
    float: left;
}

.quote {
	color: #330099;
	font-size: small;
	font-style: italic;
	text-align: center;
}

.aba-form fieldset { 
background: #efe; 
} 
.aba-form legend { 
	color: #dfd; 
	background: #141; 
	font-style: sans-serif; 
	padding: 0.2em 1em; 
} 
.aba-form label { 
	width: 5em; 
	float: left; 
	text-align: right; 
	margin-right: 0.5em; 
	display: block; 
} 
.aba-form .submit { 
	margin-left: 5.5em; 
} 
/* The error box */ 
.fieldWithErrors { 
	padding: 2px; 
	background-color: red; 
	display: table; 
} 
#errorExplanation { 
	width: 400px; 
	border: 2px solid red; 
	padding: 7px; 
	padding-bottom: 12px; 
	margin-bottom: 20px; 
	background-color: #f0f0f0; 
} 
#errorExplanation h2 { 
	text-align: left; 
	font-weight: bold; 
	padding: 5px 5px 5px 15px; 
	font-size: 12px; 
	margin: -7px; 
	background-color: #c00; 
	color: #fff; 
} 
#errorExplanation p { 
	color: #333; 
	margin-bottom: 0; 
	padding: 5px; 
} 
#errorExplanation ul li { 
	font-size: 12px; 
	list-style: square; 
} 

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/button-end.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 14px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/button-body.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    color: #eee;
}

a.active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
    color: #000;
}

.buttons{
float:left;
position:relative;
left:50%;
text-align:left;
}
.buttons ul{
list-style:none;
position:relative;
left:-50%;
}
.buttons li{float:left;position:relative;}/* ie needs position:relative here*/