/*******************************************************************************
*                                                                              *
*  RTV Garuda Style Sheet                                                      *
*  Author    :  RiboSystems Corporation, The Netherlands                       *
*  Modified  :  01-11-2005                                                     *
*                                                                              *
*******************************************************************************/

/* General
*******************************************************************************/
body, html {
    margin: 0;
    height: 100%;
}
td, body, input, select, textarea {
    font-family: Tahoma;
    font-size: 11px;
    line-height: 15px;
}
h2 {
    margin: 0;
    line-height: 18px;
}
a img {
	border: none;
}
a { color: #a90c12; text-decoration: none}
a:hover {text-decoration:underline;}
a:visited {color: #a90c12;}


/* Page default
*******************************************************************************/
.pageContainer {
    height: 100%;
    width: 770px;
    border-left: 4px #FFFFFF solid;
    border-right: 4px #FFFFFF solid;
}
.pageDate {
    width: 171px;
    height: 36px;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    background: url('../img/bg_datum.gif');
}
.pageTop {
    padding: 0 0 0 10px;
    height: 36px;
    margin: 0;
    background: url('../img/bg_top.gif') repeat-x;
}
.pageContent {
    width: 598px;
    height: 100%;
    vertical-align: text-top;
    padding: 15px;
    /* background: #FFFFFF url('../img/top_page.gif') no-repeat top; */
    background: #FFFFFF;
}
.pageNavigate {
    width: 171px;
    margin: 0 auto;
    padding: 0 auto;
    height: 100%;
    vertical-align: text-top;
    background: #FFFFFF url('../img/bg_menu.gif') repeat-y;
}
.pageFooter {
    height: 25px;
    text-align: right;
    color: #FFFFFF;
    padding: 20px 10px 10px 10px;
    background: #c01200 url('../img/bg_footer.gif') no-repeat top;
}
.pageFooter a {text-decoration:underline; color:#FFFFFF; }
.pageFooter a:hover {text-decoration:underline; color:#FFFFFF;}
.pageFooter a:visited {text-decoration:underline; color:#FFFFFF;}

.wit {color:#FFFFFF; text-decoration:underline;}
.wit a {text-decoration:underline; color:#FFFFFF;}
.wit a:hover {text-decoration:underline; color:#FFFFFF;}
.wit a:visited {text-decoration:underline; color:#FFFFFF;}
.navBottom {
    background: url('../img/menu_bottom.gif') no-repeat top;
}
.pageTitle {
	width: 300px;
}
.subMenu {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

/* Navigate
*******************************************************************************/
.navButtons {
    margin: 5px 5px 10px 7px;
}
.entry{
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.entry ul{
	width: 99%;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 24px;
}

.entry li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.entry li a,.entry li a:active,.entry li a:visited{
    margin: 0;
    padding: 0 0 0 20px;
    display: block;
    height: 27px;
    color: #000000;
    text-decoration: none;
    list-style: none;
    border-left: 5px #FF0000 solid;
    border-top: 1px #dbacac solid;
    border-bottom: 1px #FFFFFF solid;
    background: #FFFFFF;
}

.entry li a:hover{
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    color: #000000;
    text-decoration: none;
    border-left: 5px #FF0000 solid;
    border-top: 1px #dbacac solid;
    border-bottom: 1px #FFFFFF solid;
    background: #dcadad;
}

/* sIFR Flash
*******************************************************************************/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 15px;
}
/* Sidetables
*******************************************************************************/

.sidetable_top {
	text-align: left;
	background: url('http://www.rtvgaruda.com/components/img/table_01.gif');
	height: 26px;
	padding: 2px 5px 0 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.sidetable_content {
	text-align: left;
	padding: 15px;
	background: #D39494;
}
.sidetable_foot {
	border-top: 1px #FFFFFF solid;
	background: url('http://www.rtvgaruda.com/components/img/table_03.gif') no-repeat;
	height: 19px;	
}


