.subjudul_panel {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #E4E4E4;
	font-size: small;
	font-weight: bold;
	text-transform: capitalize;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	border: 1px inset #1C7BFD;
}
body {
	top: 0px;
}
.content_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.judul_on_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

/* The table.centering tag Adjust space between bar and top of page. Templates use a table to center body consistently across browsers.
This hack is needed since the IE5.5/6.0 PNG-24 hack used on this site alters the positioning of elements, 
including the background image in the wrapper.  
*/

table.centering{ 
    min-width:1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top:-4px;  /* Needed to adjust for table and border IE adds */
}

/* ----------------------- HEADER, MAIN SECTION, FOLDS, COLUMNS ----------------------- */

#header {
     padding-top: 23px;           /* Positions the navbar */
     padding-bottom:11px;
}
#main {
     padding: 0px;
     width:920px;
     text-align:left;
     font-family: verdana;
     font-size: 12px;
     font-weight: 550;
     line-height: 1.4;
}

#left_column {
     width: 545px;
     float: left;
     vertical-align: top;
     height: auto;
     margin-top: 0px;
     margin-bottom: 0px;
     padding: 0px 0px 0px 35px;
}
#right_column {
     position:relative;
     width: 285px;
     float: right;
     vertical-align: top;
     margin-top: 0px;
     margin-bottom: 0px;
     padding: 0px 20px 0px 0px;
}

/* ----------------------- THEME TEMPLATE HEADER FOR MAIN SECTION ----------------------- 
This header is in the DIV ID "Main" on all pages other than the homepage of the respective templates: piclens, previews, company, homepages.
It contains the header image plus other formatting. 
*/

#template_header {
     width:100%;
     margin-top: 25px;
     margin-bottom: 45px;
     padding: 0px 27px;
}
#template_header_img {
     padding: 0px 0px;
}
#template_title {
     padding-top: 5px;
     padding-left: 5px;
     margin-bottom: 0px;
}
#template_title_spacer {       /* Fix IE vertical alignment. Pulls the main body up to compensate for right panel negative margins pushes up. */
     margin-bottom: -20px
}

#net_takeaway_header {        /* adjust left margin of overlay text on homepges */
     margin-left:34px;
}

/* ----------------------- BELOW-FOLD ELEMENTS ----------------------- */

.left_box {                    /* Almost all sections/snippets in left column are encased by this box. */
    width: 545px;
    vertical-align: top;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 0px;
}
.left_image {                  /* Used only when image is a standalone, NOT floating right or left of text  */
    vertical-align: top;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4px 0px 4px 0px;
    z-index: 800;
}
.left_panel {
    width: 100%;
    vertical-align: top;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
.right_box {                    /* Almost all sections/snippets in left column are encased by this box. */
    width: 259px;
    vertical-align: top;
    height: auto;
    margin-top: 8px;
    margin-bottom: 24px;
    padding: 0px;
}
.right_image {                  /* Used only when image is a standalone, NOT floating right or left of text  */
    width: 259px;
    vertical-align: top;
    height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0px;
    z-index: 800;
}



/* -----------------------    PANEL  ----------------------- */ 

.right_panel {               /* Sets relative vertical position of right panel and its contents for homepages*/
    position:relative;
    width: 259px;
    vertical-align: top;
    height: auto;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0px;
    z-index: 500;
}
.right_panel_template {     /* Sets relative vertical position of right panel and its contents for other pages than homepages */
    position:relative;
    width: 259px;
    vertical-align: top;
    height: auto;
    margin-left: 0;
    margin-top: 85px;
    margin-bottom: 20px;
    padding: 0px;
    z-index: 500;
}
#right_panel_top {          /* Positions panel graphics relative to text panel_specs */
    position:relative;
    width: 259px;
    vertical-align: top;
    height: auto;
    margin-left: 0;
    margin-top: -155px;
    margin-bottom: 0px;
    padding: 0px;
    z-index: 500;
}

#panel_specs {              /* Provides styles for text on panel */
    position: relative;
    width:259px;
    font-size: 10px;
    font-weight: 600;
    color: #b9b9b9;
    z-index: 1000;
}

.panel {
    color:#bcd0d9;
}
.panel_image {
    margin-top:0px;
    margin-left: 25px;     /* Positions the image and therefore text of panel specs */
    z-index: 1000;
}
.panel_text_sm {
    margin-top:0px;
    font-size: 10px;
    font-weight: 500;
}
.panel_text_lg {
    margin-top:0px;
    margin-bottom:6px;
    font-size: 12px;
    color: #fff;
    font-weight: 800;
}


/* -------- HACK TO REMOVE VERTICAL SPACE BETWEEN DIV AND IMG ----*/

.space_remover {
    margin-top: -4px;
}



/* ---------------- RIGHTBOX_NEWS STYLES -----------------------*/
The rightbar_news column requires "inline/internal" CSS in order to take proper effect, as a result of the PNG filter (see above),   
To insert "inline" CSS efficiently, this sites uses a php include called rightbox_news_css.php. Yes, it's a php file, not a CSS file.



/* -----------------------    FEATURES TABLE  ----------------------- */ 

p.table_header_minortxt {
    font-size: 11px;
    font-weight: 600;
}

/* ----- piclens ----- */ 

table.p-features_table {
    font-size: 12px;
    color: #c9d4dc;
    border: 1px solid #546A74;
    border-collapse: collapse;
    padding:3px;
}
td.p-column_1 {
    text-align:left;
}
td.p-column_2 {
    text-align:center;
}
td.p-column_3 {
    text-align:center;
}
tr.p-table_header {
    font-weight: 600;
    font-size: 14px;
    background-color:#265273;
    border: thin #334b58;
}
tr.p-odd {
    background-color:#223239;
    border: 1px solid #546A74;
}
tr.p-even {
    background-color:#223b4a;
    border: 1px solid #546A74;
}    



/* ----- cooliris previews (cp) ----- */ 

table.cp-features_table {
    font-size: 12px;
    border: 1px solid #546A74;
    border-collapse: collapse;
    padding:3px;
}
td.cp-column_1 {
    text-align:left;
}
td.cp-column_2 {
    text-align:center;
}
td.cp-column_3 {
    text-align:center;
}
td.cp-column_4 {
    text-align:center;
}
td.cp-column_5 {
    text-align:center;
}
tr.cp-table_header {
    font-weight: 700;
    font: 14px;
    background-color:#7a9dbb;
    border: thin #334b58;
    color:#fff;
}
tr.cp-odd {
    background-color:#fbfcfc;
    border: 1px solid #546A74;
    color: #4f6171;
}
tr.cp-even {
    background-color:#d0dce6;
    border: 1px solid #546A74;
    color: #4f6171;
}    



/* ----------------------- NAVIGATION BAR ----------------------- 
Clear Float, Bullets and Margin. Then List Horizonally with no gap 
*/
#navbar {display:block; height:62px;margin-left: auto; margin-right: auto;}
#navbar ul {margin:0; padding:0; list-style-type:none;}
#navbar li {float:left; margin:0}

#panelbar {display:block;width:259px;margin-top:-5px;margin-bottom:0px;padding:0;margin-left: auto; margin-right: auto;}
#panelbar ul {margin:0; padding:0; list-style-type:none;}
#panelbar li {margin-top:-5px;margin-bottom:0px;padding:0;}




/* -----------------------    BODY   ----------------------- */ 

body {
    margin: 0;                       /* NOTE: font styling for main body is driven by the DIV ID "main", not "body" */ 
    text-align: center;
    
}   

p {
    margin-top:6px;
    margi-bottom:6px;
}

ul {
    margin-top:18px;
    margin-bottom:18px;
}
ol {
    margin-top:18px;
    margin-bottom:18px;
}
li {
    margin-top:9px;
    margin-bottom:9px;
}
h1 {
    font: 28px verdana;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 6px;
}
h2 {
    font: 18px verdana;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 6px;
}
h3 {
    font: 18px verdana;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 6px;
}
h4 {
    font: 13px verdana;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 3px;
}    


/* ----- homepage ----- */ 
#homepage {
     color: #68828e; 
     background-image: url(images/bg-home-tile.gif);
     background-repeat: repeat; 
}

#homepage h1 {
    color: #537790;
}
#homepage h2 {
    color: #537790;
    font-size:18px;
    margin-bottom:6px;
    font-weight:400;
}
#homepage h3 {
    color: #537790;
    font-size:13px;
    font-weight:600;
    margin-top:0px;
}
#hompage h4 {
    color: #537790;
}
.homepage_text {                    
    font-size:13px;
    font-weight:400;
}

/* ----- company (support pages) ----- */ 
#company {
     color: #cddee6; 
     background-image: url(images/bg-charcoal-tile.gif);
     background-repeat: repeat; 
}

#company h1 {
    color: #f3f3f3;
}
#company h2 {
    color: #f3f3f3;
    font-size:18px;
    margin-bottom:6px;
    font-weight:400;
}
#company h3 {
    color: #f3f3f3;
    font-size:18px;
    font-weight:600;
    margin-top:0px;
}
#company h4 {
    color: #f3f3f3;
}
.homepage_text {                    
    font-size:13px;
    font-weight:400;
}



/* ----- piclens ----- */ 
#piclens {
     color: #bcd0d9; 
     background-image: url(images/bg-tile.gif);
	   background-repeat: repeat;     
}
#piclens h1{
    color: #fff;
}
#piclens h2{
    color: #fff;
}
#piclens h3{
    color: #fff;
}
#piclens h4{
    color: #ffffff;
}

/* ----- previews ----- */ 
#previews {
     color: #7291A1; 
     background:#fff;                /* Previews background does not have tile */
     font-weight:500;
}
#previews h1 {
    color: #537790;
}
#previews h2 {
    color: #537790;
}
#previews h3 {
    color: #537790;
}
#previews h4 {
    color: #537790;
}


/*---- previews ---
#previews.a:link {
    color:#000080;
}
#previews.a:visited {
    color:#000080;
}
#previews.a:hover {
    color:#000080;
}
*/


/* -----------------------    LINKS  ----------------------- */ 

a:link {
    color:#000000;
    text-decoration:none;
}
a:visited {
    color:#000000;
    text-decoration:none;
}
a:hover {
    color:#FF0000;
    text-decoration:underline;
}


/* -----------------------    FOOTER   ----------------------- */ 
/*See template-specific color codes below */

#footer_container {
     clear: both;
     padding-top: 40px;
     text-align:center;
     margin-left: auto;
     margin-right: auto; 
}
#footer_image {
     margin-top: 0px;
     margin-bottom: -50px;
     text-align:center;
     margin-left: auto;
     margin-right: auto;
}
#footer {
     font-size; 18px;
     font-weight: 600;
     margin-left: auto;
     margin-right: auto;
     margin-top: 0px;
     margin-bottom: 25px;
     padding: 0;
     text-align: center;
}
#footer_links {
     font-family: verdana;
     font-size:13px;
     margin:0px;
     padding:0;
}
#footer_legal {
     font: 10px verdana;
     margin-top:5px; 
}
#footer a:link {
     text-decoration:none;
}
#footer a:visited {
     text-decoration:none;
}
#footer a:hover {
     text-decoration:underline;
}


/* ----- piclens ----- */ 

#footer.piclens {
     color: #5d727b; 
}
#footer.piclens a:link {
     color: #bcd0d9;
}
#footer.piclens a:visited {
     color: #bcd0d9;
}
#footer.piclens a:hover {
     color: #bcd0d9;
}
#footer_legal.piclens {
     color: #687c84;
}


/* ----- previews ----- */ 

#footer.previews {
     color: #5d727b;
}
#footer.previews a:link {
     color: #bcd0d9;
}
#footer.previews a:visited {
     color: #bcd0d9;
}
#footer.previews a:hover {
     color: #bcd0d9;
}
#footer_legal.previews {
     color: #687c84;
}
.tanggal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}
.judulitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0000FF;
}
