/*
 *	interior.css - styles for interior pages
 */

/*
* Tabbed pannel
*/

#tabs{
	display:block;
	width:480px;
}
#tabLinks{
	display:block;
	width:480px;
}
table {
	font-size: 1em;
	border-spacing: 0;
	border-collapse: collapse;
	width: 40%;
	width: 100%;
}  

th, td {
	padding: 4px 6px;
}  

th {
	color: #666;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #dadada;
	border-top: 1px solid #dadada;
	text-align: left;
	font-weight: bold;
	background-color: #EFEFEF;
}

caption {
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

.psswd {
	text-align: right;
}

.alt {
	background: #f6f6f6;
}
x {
	background-color: #E9F5F3;
}

.checked {
	background: #faeaea;
}
/**
Styles for FAQ pages
*/
.content-navigation {
    color: #000000;
    margin-top: 0;
    margin-bottom: 1.5em;
}

div.list {
    margin-bottom: 30px;
}

div.list a.back-to-top {
    display: block;
    width: 103px;
    float: right;
    margin-top: -72px;
    margin-right: -10px;
    padding-top: 70px;
    color: #00ACEE;
}

div.list ol,
div.list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.list ol li,
div.list ul li {
    cursor: hand;
    cursor: pointer;
    padding: 0.4em 0 0.4em 0;
}

div.list ol ul,
div.list ul ul {
    display: none;
    color: #168DC9;
    margin-left: 16px;
    line-height: 150%;
    padding: 0;
    margin-top: 15px;
}

div.list a {
	text-decoration: underline;
}