#content {
    border: none;
    clear: none;
}

/* list */
#list {
    font-size: 0.99em;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    text-align: left;
}
#list table {
    border-left: 1px solid #d4d0c8;
    border-top: 1px solid #d4d0c8;
}

/* header */
#list td, #list th {
    border-bottom: 1px solid #d4d0c8;
    border-right: 1px solid #d4d0c8;
}

#list th {
    border-bottom: 2px solid #d4d0c8;
    background-color: #efefda;
    font-weight: normal;
    font-style: italic;

}

#list a {
    text-decoration: none;
    color: #000000;
    display: block;
    padding: 1px 3px 1px 3px;
}
#list a:hover {
    text-decoration: none;
    color: #538c4d;
    display: block;
    padding: 1px 3px 1px 3px;
}

#list th {
    border-bottom: 1px solid #d4d0c8;
    padding: 1px 1px 1px 5px;
}

#list tr.odd, #list td.odd {
    background-color: #efefef;
}

#list tr.even, #list td.even {
    background-color: #ffffff;
}

#list tr.odd td.icon {
    background-color: #efefda;
}

/* data */
#list td {
    padding: 1px 3px 1px 6px;
}

#list tr {
    height: 20px;
}

#list tr td.icon {
    background-color: #efefda;
    padding: 0px;
}

#list tr td.icon a {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e2decd;
    padding: 1px 3px 1px 3px;
    text-align: center;
    font-weight: bold;
}

#pager table {
    border-right: 1px solid #d4d0c8;
    background-color: #efefda;
}

#pager td {
    border-right: 0px none transparent;
}

#pager .records {
    font-style: normal;
    text-align: right;
    white-space : nowrap;
    width: 100px;
}

#pager .print {
    text-align: right;
    white-space : nowrap;
    width: 20px;
}

#pager .pager {
    text-align: center;
    white-space : nowrap;
}

#pager .separator {
    padding-left: 2px;
    padding-right: 2px;
}

#pager .pager a, #pager .pager a:hover {
    line-height: 14px;
    float: left;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

#pager .pager img {
    float: left;
}

#pager .pager span {
    padding: 0 2px 0 2px;
    text-decoration: underline;
}

#pager .pager span.text {
    float: left;
    padding-top: 2px;
    text-decoration: none;
}

tr.over td {
    background: #ddd;
    cursor: pointer;
}

/* list end */

/* help page */

#help p {
    text-align: justify;
}

#help img {
    padding: 10px;
}

#help div {
    float: left;
}

#help h3 {
    background-color: #ccc;
    padding: 5px;
    color: #444;
}

#help a.title {
    color: #444;
    text-decoration: none;
    border-bottom: 1px dashed #444;
}

p {
    line-height: 1.5em;
}

.textboxL {
    width: 200px;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

ul.enum1 {
    padding-left: 15px;
}

ul.enum1 li {
    list-style-type: square;
    color: gray;
    line-height: 2em;
}

ul.enum1 li a {
    text-decoration: none;
}

li.anchor {
    padding-bottom: 3px;
}

ul.enum2 {
    padding-left: 15px;
}

ul.enum2 li {
    list-style-type: square;
    line-height: 1.5em;
    font-size: 1em;
}

/* help page end */

#right {
    height: 100%;
    padding-top: 5px;
    padding-left: 5px;
    width: 160px;
	float: right;
}

#right .layar {
    background: url('/images/layar_logo.png') no-repeat 80px 15px;
    padding-bottom: 4px;
}

#right .lupa {
    text-align: center;
    padding-bottom: 15px;
}

#right .lupakat {
    color: #D5372B;
    font-weight: bold;
}

#right .box {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    margin-top: 5px;
}

#right .boxtitle {
    font-size: 1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: verdana,arial,sans-serif;
    padding-bottom: 0px;
}

#right .boxcontent {
    font: 0.9em arial;
    padding: 3px 0 10px 0;
    line-height: 1.5em;
}

#right .boxcontentcenter {
    font: 0.9em arial;
    padding: 3px 0 10px 0;
    line-height: 1.5em;
    text-align: center;
}

#right li.authors {
    font-style: italic;
    text-align: right;
}

#right li.authors a {
    text-decoration: none;
    border-bottom: 1px dashed #666;
}

#right li.authors a:hover {
    text-decoration: none;
}

#listfooter {
    height: 15px;
    float: left;
    overflow: hidden;
    width: 100%;
    font-size: 0.8em;
    color: #999;
}

#listfootercontent {
    padding-left: 3px;
    padding-top: 1px;
	width: 100%;
}

#listfooter a, #listfooter a:hover {
	display: inline;
	color: #999;
}

.linkedin {
    text-align: center;
    padding-bottom: 10px;
    border: 0;
}

.columnsicon {
    float: right;
    cursor: pointer;
}

#slideMenu.closed{
	left:-300px;
}

#slideMenu{
	position:fixed;
	left:0;
	top:20px;
	width:300px;
	height:300px;
	border:5px solid #416888;
	border-left:0px;
	background-color:#FF0000;
	z-index:20;
}

#slideMenu a.toggleBtn{
	position:absolute;
	right:0;
	top:0;
	outline:none;
	display:block;
	height:87px;
	width:27px;
	border-width:1px 1px 1px 0px;
	margin:0;
	padding:0 5px 0;
	color:#000;
	text-decoration:none;
	font:12px/25px Verdana, Arial, Helvetica, sans-serif;
	background:url(script/images/arrow.gif) no-repeat;
	z-index:20;
}

#slideMenu a.toggleBtnHighlight{
	position:absolute;
	right:0;
	top:0;
	outline:none;
	display:block;
	height:87px;
	width:27px;
	border-width:1px 1px 1px 0px;
	margin:0;
	padding:0 5px 0;
	color:#000;
	text-decoration:none;
	font:12px/25px Verdana, Arial, Helvetica, sans-serif;
	background:url(images/arrow.gif) no-repeat 0px -88px;
	z-index:20;
}

.content{
	padding:5px;
	z-index:20;
}

#rss p {
    text-align: justify;
    font-size: 0.95em;
    padding-left: 5px;
}

#rss .item {
    display: block;
    background-color: #ffffe1;
    border: 1px solid #888;
    margin-top: 5px;
    padding: 2px;
}

#rss img {
    padding-right: 5px;
}

#rss h2 {
    background-color: #ccc;
    display: block;
    padding: 5px;
    color: #444;
    font-weight: bold;
    font-size: 1.17em;
}

#rss h3 {
    display: block;
    color: #444;
    padding: 0 0 0 5px;
    margin: 5px 0 0 0;
    border-bottom: 1px dashed #aaa;
}
