/*
--------------------
Simple PHP Blog CSS Styles
--------------------

Name: GLight Theme
Author: Bill Bateman

Description:
This the is the css theme for the Classic theme.
You can use this as a template for your own themes.

Also refer to user_style.php...
*/

/* General */

body
{
  color: #666633; /* txt_color */
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background-color: #FFFFFF; /* bg_color */
  border-width: 1px 1px 1px 1px;
  border-style: solid;

  /* Standard. Readable */
  font-family: Arial, Helvetica, Sans-Serif;
  /* font-family:  'Lucida Grande', Geneva, sans-serif; */
  /* font-family: Tahoma, Geneva, sans-serif; */
  /* font-family: Geneva, Verdana, sans-serif; */

  /* Nice. Classic Looking */
  /* font-family: 'Times New Roman', Times, serif; */
  /* font-family: Georgia, serif; */
  /* font-family: Book Antiqua, Palatino, serif; */

  /* Modern. Kind of Funky */
  /* font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; */

  /* Monospace */
  /* font-family: Lucida Console, Monaco, monospace; */
}

/* Typeography */

p
{
  margin: 8px 0px 8px 0px;
}

h1, h2, h3, h4, h5, h6
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  color: #666633; /* headline_txt_color */
  text-shadow: #bbb 2px 2px 1px;
  margin: 2px 0px 2px 0px;
}

h1
{
  font-size: 20px;
}

h2
{
  font-size: 18px;
}

h3
{
  font-size: 16px;
}

h4
{
  font-size: 14px;
}

h5
{
  font-size: 12px;
}

h6
{
  font-size: 10px;
}

/* NEW */
code, pre {
  font-family: 'Courier New', Courier, Fixed;
}

/* NEW */
pre {
  overflow: auto;
  width: 512px;
  border: 1px dotted #D9D9D9; /* inner_border_color */
  padding: 5px
}

/* NEW */
blockquote {
  color: #777;
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd
}

/* Links */

a:link, a:visited
{
  font-weight: normal;
  text-decoration: none;
  /* color: #993333;  link_reg_color */
}

a:hover
{
  text-decoration: none;
  /* color: #FF3333;  link_hi_color */
}

a:active
{
  /* color: #3333FF; link_down_color */
}

/* Images */

img
{
  border: 0;
}

#img_float_left
{
  /* Used in the [img] tag when float=left */
  float: left;
  margin: 2px 8px 4px 2px;
}

#img_float_right
{
  /* Used in the [img] tag when float=right */
  float: right;
  margin: 2px 2px 4px 8px;
}

/* Elements */

hr
{
  color: #D9D9D9; /* inner_border_color */
  background-color: #D9D9D9; /* inner_border_color */
  height: 1px;
  border: 0px;
  margin: 8px 0px 8px 0px;
}

/* Forms */

/* NEW */
form {
  font-size: 11px;
  margin: 0px;
  padding: 0px
}

input, select, option, textarea
{
  font-size: 11px;
  text-align: left;
}

/* Theme Specific */

#header_image
{
  border-color: #4D4D45; /* border_color */
  border-width: 0px 0px 0px 0px;
  border-style: solid;
}

#header
{
  font-family: Arial, Helvetica, Sans-Serif;
  color: #FFFFFF; /* header_txt_color */
  margin: 0px;
  border-color: #4D4D45; /* border_color */
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  background-color: #999966; /* header_bg_color */
  font-size: 14px;
  font-weight: bold;
  margin-bottom: -20px;
}





div #toggleSidebarAvatar, #toggleSidebarLinks, #toggleSidebarCalendar, #toggleSidebarArchives, #toggleSidebarCategories , #toggleSidebarSearch, #toggleSidebarMenu, #toggleSidebarPreferences, #toggleSidebarRecentComments, #toggleSidebarRecentEntries, #toggleSidebarRecentTrackbacks
{
  display: block;
}

#sidebar
{
  padding: 3px;
}

#rss_menu_title
{
  /* padding: top right bottom left */
  padding: 0px 7px 0px 7px;
}

#sidebar .onemenu_title
{

  font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
  font-weight: bold;
  border-style: inset;
  border-width: thick;
  border-color: red;
  padding: 1px 1px 1px 1px;

}

#sidebar .onemenu_title a
{
  text-decoration: none;
  color: inherit;
  font-weight: bold;

}

#sidebar .onemenu_title hover
{
  border-style: ridge;
}

#sidebar .onemenu_body
{
  padding: 1px;
  border-color: #999; 
  border-width: 2px;
  border-style: solid;
  /* padding: 10px 10px 10px 10px;*/
}

#sidebar .menu_title
{

  font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
  font-weight: bold;
  border-style: none;//ADITUSOFT
  border-width: thin;
  border-color: red;
  padding: 1px 1px 1px 1px;

}

#sidebar .menu_title a
{
  text-decoration: none;
  color: inherit;
  font-weight: bold;

}

#sidebar .menu_title hover
{
  border-style: ridge;
}

#sidebar .menu_body
{
  padding: 1px;
  border-color: #999; 
  border-width: 2px;
  border-style: solid;
  /* padding: 10px 10px 10px 10px;*/
}

#sidebar .divider {
  margin: 8px 0px 8px 0px;
}

#sidebar .calendar
{
  font-size: 10px;
}

#sidebar .calendar a
{
  font-weight: bold;
  text-decoration: none;
}

#sidebar .calendar td
{
  padding: 2px;
}

/* NEW */
#archive_tree_menu ul
{
  list-style: none inside;
  padding: 0px 0px 0px 10px;
  margin: 0px;
}

/* NEW */
#archive_tree_menu li
{
  margin: 0px;
  padding: 0px;
  /* border: 1px #F0F dashed; */
}

#footer
{
  border: 0;
  border-top: 1px solid #4D4D45; /* border_color */
  color: #666666; /* footer_txt_color */
  background: #EEEEEE; /* footer_bg_color */
  padding: 10px;
  text-align: left;
  clear: both;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #181818;
	background-color: #ffffff;/* parameter here */
	text-align: center;
	margin: auto;
	padding: 14px 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
a:link, a:visited {
	color: #0f0083;
	text-decoration: none;
}
a:hover {
	color: #e00;
	text-decoration: underline;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #181818;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
form {
	margin: 0;
	padding: 0;
}
.input {
	font-family: Arial, Helvetica-Normal, sans-serif;
	text-align: left;
	border: 1px solid #99c;
	width: 185px;
	clear: both;
}
.comentteks {
	font-family: Arial, Helvetica-Normal, sans-serif;
	text-align: left;
	background-color: #E8E9FF;
	border: 1px solid #9f79bf;
	width: 320px;
	clear: both;
}
.inputsubmit {
	font: bold 12px Arial;
	text-align: center;
	color: #fff;
	width: 75px;
	text-transform: uppercase;
	background-color: #e00;
	border: 1px solid #e00;
	clear: both;
}

/* HEADER ----------------------------------------------*/
#header {
	width: 910px;
	text-align: left;
	background-color: #ffffff;/* parameter here */
	margin: auto;
	padding: 2px 0 0 0;
	border-bottom: 1px solid #fbf3cb;
	clear: both;
}
html>body #header {
	width: 906px;
}

#header .logo {
	width: 237px;
	background-color: #ffffff;/* parameter here */
	margin: 0;
	padding: 14px 0 14px 12px;
	border: 2px solid #fff;
	border-top: 0;
	float: left;
}
html>body #header .logo {
	width: 221px;
}
#header .bannerA {
	width: 669px;
	text-align: right;
	margin: 0;
	padding: 0 2px 2px 0;
	float: left;
}
html>body #header .bannerA {
	width: 667px;
}

#header #mainmenu {
	margin: 0;
	padding: 0;
	background: #000000 repeat-x left top;
	border-top: 1px solid #339;
	border-bottom: 1px solid #520052;
	clear: both;
	}

#header #mainmenu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* text-transform: uppercase; */
	margin: 0;
	padding: 0;
	border: 0;
	white-space: nowrap;
	height: 26px;
	}

#header #mainmenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#header #mainmenu ul a, #header #mainmenu ul strong, #header #mainmenu ul em {
	display: block;
	padding: 8px 7px 7px 7px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	white-space: nowrap;
	border-right: 1px solid #520052;
	border-left: 1px solid #ac4aac;
	float: left;
	}

html>body #header #mainmenu ul a, #header #mainmenu ul strong, #header #mainmenu ul em {
	padding: 8px 7px 7px 7px;
	}
/* \ Hack to get IE5/Mac to ignore the following rule */
#header #mainmenu ul a {
	height: 1em; line-height: 1em;
	}
/* \ Hack to get IE5/Mac to ignore the following rule */
#header #mainmenu ul strong {
	height: 1em;
	line-height: 1em;
	}
/* \ Hack to get IE5/Mac to ignore the following rule */
#header #mainmenu ul em {
	height: 1em;
	line-height: 1em;
	}
#header #mainmenu ul em {
	float: none;
	border-style: none;
	display: block;
	}
#header #mainmenu ul span {
	font-weight: bold;
	color: #fff;
	}
#header #mainmenu ul span span {
	display: none;
	}
#header #mainmenu ul strong, #header #mainmenu ul strong span {
	background-color: #000;
	color: #fff;
	text-decoration: underline;
	}
#header #mainmenu ul strong a span {
	color: #fff;
	text-decoration: underline;
	}

#header #mainmenu ul a:hover, #header #mainmenu ul a:focus {
	background-color: #dedede;/* color of background hover */
	text-decoration: underline;
	border-right: 1px solid #fe7070;
	border-left: 1px solid #910000;
	}

#header #mainmenu ul a:hover, #header #mainmenu ul a:focus, #header #mainmenu ul a:hover span, #header #mainmenu ul a:focus span {
	color: #090;/* hover text */
	border-bottom-width: 0;
	}
#header #mainmenu ul strong a, #header #mainmenu ul strong a:visited {
	float: none;
	display: inline;
	padding: 0;
	border-style: none;
	background-color: transparent !important;
	}
#header #mainmenu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #DEDEDE;
	background-color: #000000;
	margin: 0 0 1px 0;
	padding: 3px 0 4px 0;
	border-top: 2px solid #AC4AAC;
	border-bottom: 1px solid #520052;
	clear: both;
	}
#header #mainmenu1 a:link {
	color: #fff;
	font-weight: bold;
}
#header #mainmenu1 a:visited {
	color: #f0f;
	font-weight: bold;
}
#header #mainmenu1 a:hover {
	color: #ff0;
	font-weight: bold;
}

#header #mainmenu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #CE92CE;
	background-color: #520092;
	margin: 0 0 1px 0;
	padding: 3px 0 4px 0;
	border-top: 2px solid #AC4AAC;
	border-bottom: 1px solid #520052;
	clear: both;
	}
#header #mainmenu2 a:link {
	color: #fff;
	font-weight: bold;
}
#header #mainmenu2 a:visited {
	color: #fff;
	font-weight: bold;
}
#header #mainmenu2 a:hover {
	color: #ff0;
	font-weight: bold;
}



#header #runningtext1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #816b0c;
	background-color: #706b0c;
	margin: 0;
	padding: 3px 0;
	border-top: 3px solid #E00;
	clear: both;
	}
	
#header #runningtext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #ffe269;
	background-color: #816b0c;
	margin: 0;
	padding: 3px 0;
	border-top: 2px solid #EE0;
	border-bottom: 3px solid #E00;
	clear: both;
	}
	
#header #loginmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #CE92CE;
	background-color: #343;
	margin: 0 0 1px 0;
	padding: 3px 0 4px 0;
	border-top: 2px solid #AC4AAC;
	border-bottom: 1px solid #520052;
	clear: both;
	}
#header #loginmenu a:link {
	color: #fff;
	font-weight: bold;
}
#header #loginmenu a:visited {
	color: #fff;
	font-weight: bold;
}
#header #loginmenu a:hover {
	color: #ff0;
	font-weight: bold;
}



/* TOP HOME ----------------------------------------------*/
#content .adminpage {
/* #adminpage { */
	width: 906px;
	text-align: left;
	background-color: #fbf3cb;
	background-repeat: repeat-y;
	background-position: center top;
	color: #fff;
	/*top left bottom right */
	margin: 0px 0px 0px 0px;
	padding: 25 0 0 0;
	clear: both;

}


#maindisplay {
	width: 906px;
	text-align: left;
	background-color: #fbf3cb;
	background-repeat: repeat-y;
	background-position: center top;
	color: #000;
	/* top */
	margin: 0px 25px 2px 25;
	padding: 0;
	clear: both;

}
#maindisplay #mainright {
	width: 265px;
	height: auto !important;
	line-height: 130%;
	color: #fff;
	text-align: left;
	background-color: #234;
	padding: 5px 5px 5px 5px;
	margin: 0;
	border-top: 2px solid #fbf3cb;
	float: left;
}
html>body #maindisplay #mainright {
	width: 265px;
}
#maindisplay #mainright h1 {
	font-size: 11px;
	color: #fff;
	padding: 3px 0;
	margin: 0 0 1px 0;
	border-top: 2px solid #6764bb;
	border-bottom: 1px solid #6764bb;
	clear: both;
}
#maindisplay #mainright h2 {
	font-size: 11px;
	color: #fff;
	padding: 3px 0;
	margin: 35px 0 2px 0;
	border-top: 2px solid #6764bb;
	border-bottom: 1px solid #6764bb;
	clear: both;
}
#maindisplay #mainright h2 a:link {
	color: #fff;
}
#maindisplay #mainright h2 a:visited {
	color: #fff;
}
#maindisplay #mainright h2 a:hover {
	color: #fff;
	text-decoration: none;
}
#maindisplay #mainright h3 {
	font-size: 11px;
	color: #fff;
	text-align: right;
	padding: 2px 0;
	margin: 2px 0 0 0;
	border-top: 1px solid #6764bb;
	border-bottom: 1px solid #6764bb;
	clear: both;
}
#maindisplay #mainright .date {
	line-height: 110%;
	color: #c4e3fa;
	font-size: 10px;
}
#maindisplay #mainright .subjudul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	line-height: 125%;
	font-weight: bold;
	color: #fff;
}
#maindisplay #mainright .judul {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 3px 0;
	margin: 2px 0 2px 0;
	border-top: 2px solid #6764bb;
	border-bottom: 1px solid #6764bb;
	clear: both;
}
#maindisplay #mainright .image {
	padding: 2px;
	margin: 4px 5px 0 0;
	border: 1px solid #6764bb;
	float: left;
}
#maindisplay #mainright .input {
	border: 1px solid #339;
	width: 170px;
	clear: both;
}
#maindisplay #mainright .inputsubmit {
	width: 50px;
	font-family: Arial, Helvetica-Normal, sans-serif;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #039;
	border: 1px solid #9cf;
	margin: 3px 0;
	padding: 1px 0;
	clear: both;
}
#maindisplay #mainright a:link {
	text-decoration: none;
	color: #ff0;
}
#maindisplay #mainright a:visited {
	text-decoration: none;
	color: #ff0;
}
#maindisplay #mainright a:hover {
	text-decoration: underline;
	color: #fff;
}

/* ------------------- */

#mainhome {
	width: 910px;
	text-align: left;
	background-color: #fbf3cb;
	background-repeat: repeat-y;
	background-position: center top;
	color: #fff;
	margin: auto;
	padding: 0;
	border-right: 2px solid #339;
	border-left: 2px solid #339;
	clear: both;

}

html>body #mainhome {
	width: 906px;
}

#mainhome .logo {
	width: 237px;
	background-color: #ffffff;/* parameter here */
	margin: 0;
	padding: 14px 0 14px 12px;
	border: 2px solid #fff;
	border-top: 0;
	float: left;
}
html>body #mainhome .logo {
	width: 221px;
}
#mainhome .bannerA {
	width: 669px;
	text-align: right;
	margin: 0;
	padding: 0 2px 2px 0;
	float: left;
}
html>body #mainhome .bannerA {
	width: 667px;
}



/* \ Hack to get IE5/Mac to ignore the following rule */

/* HEIGLIGHT ----------------------------------------------*/


#mainhome a:link {
	color: #ff0;
	text-decoration: none;
}
#mainhome a:visited {
	color: #ff0;
	text-decoration: none;
}
#mainhome a:hover {
	color: #fff;
	text-decoration: underline
}
#mainhome ul {
	width: 350px;
	padding: 0;
	margin: 0;
	float: left;
}
#mainhome ul li {
	padding: 1px 0;
	margin: 0 0 0 24px;
	list-style: url(../image/panahforumwp.gif) outside none;
	clear: both;
}
#mainhome .date {
	font-size: 10px;
	color: #c4e3fa;
}
#mainhome .subjudul {
	font: bold 18px/110% Georgia;
	color: #fff;
}
#mainhome .judul {
	font: 16px/110% Georgia;
}

#mainhome #hltophome {
	width: 420px;
	background-color: #000;
	padding: 1px 1px 5px 1px;
	margin: 0;
	float: left;
}

#mainhome #hrtophome {
	width: 420px;
	background-color: #000;
	padding: 1px 1px 5px 1px;
	margin: 0;
	float: right;
}


#mainhome #hltophome h3 {
	text-transform: capitalize;
	font-size: 13px;
	color: #FFF;
	padding: 2px 0;
	margin: 4px 0 0 0;
}

#mainhome #hrtophome h3 {
	text-transform: capitalize;
	font-size: 13px;
	color: #FFF;
	padding: 2px 0;
	margin: 4px 0 0 0;
}

#mainhome #hltophome .image {
	padding: 3px;
	margin: 5px 10px 0 0;
	border: 1px solid #6764bb;
	float: left;
}

#mainhome #hrtophome .image {
	padding: 3px;
	margin: 5px 10px 0 0;
	border: 1px solid #6764bb;
	float: left;
}

#mainhome .bannerB1 {
	width: 290px;
	padding: 0;
	margin: 0;
	float: left;
}

/* CONTENT 0 */
#content {
	width: 910px;
	text-align: left;
	background-color: #fbf3cb;
	background-image: url(../image/bgcontent.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: auto;
	padding: 0;
	clear: both;
}
html>body #content {
	width: 906px;
}
#content a:link {
	color: #0f0083;
	text-decoration: none;
}
#content a:visited {
	color: #0f0083;
	text-decoration: none;
}
#content a:hover {
	color: #e00;
	text-decoration: underline;
}

#content .bannerBCD {
	text-align: center;
	background-color: #816b0c;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #339;
	clear: both;
}

#content .blog_subject
{
  font-family: Arial, Helvetica, Sans-Serif;
  color: #000000; /* headline_txt_color */
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}

#content #leftside {
	width: 300px;
	font-family: Arial, Helvetica-Normal, sans-serif;
	line-height: 130%;
	font-size: 12px;
	text-align: left;
	/* top right bottom left */
	padding: 13px 5px 13px 15px;
	margin: 0;
	float: left;
}
html>body #content #leftside {
	width: 300px;
}
#content #leftside h1 {
	font-size: 11px;
	color: #e00;
	background-color: #f5f5f5;
	padding: 3px 0;
	margin: 0;
	border-top: 3px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content #leftside h2 {
	font-size: 11px;
	color: #0f0083;
	padding: 3px 0;
	margin: 25px 0 5px 0;
	border-top: 3px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content #leftside h2 a:link {
	color: #0f0083;
}
#content #leftside h2 a:visited {
	color: #0f0083;
}
#content #leftside h2 a:hover {
	color: #006600;
	text-decoration: none;
}
#content #leftside h3 {
	font-size: 11px;
	color: #e00;
	text-align: right;
	padding: 3px 0;
	margin: 0;
	border-top: 1px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content #leftside ul {
	padding: 0 0 0 15px;
	margin: 0;
	clear: both;
}
#content #leftside ul li {
	padding: 2px 0;
	margin: 0;
	list-style-type: square;
	list-style-position: outside;
	color: #666;
	clear: both;
}
#content #leftside .image {
	background-color: #fff;
	padding: 2px;
	margin: 3px 5px 3px 0;
	border: 1px solid #ddc688;
	float: left;
}
#content #leftside .date {
	color: #666666;
	font-size: 10px;
}
#content #leftside .subjudul {
	font-family: Arial, Helvetica-Normal, sans-serif;
	font-size: 8px;
	font-weight: bold;
	line-height: 120%;
	color: #00c;
}
#content #leftside .judul {
	font-family: Arial, Helvetica-Normal, sans-serif;
	font-size: 10px;
	line-height: 120%;
	font-weight: bold;
}
#content #leftside #headline {
	line-height: 135%;
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0;
	border-top: 3px solid #ddc688;
	clear: both;
}
#content #leftside #headline a:link {
	color: #e00;
	text-decoration: none;
}
#content #leftside #headline a:visited {
	color: #e00;
	text-decoration: none;
}
#content #leftside #headline a:hover {
	color: #0f0083;
	text-decoration: underline
}
#content #leftside #headline hr {
	height: 2px;
	padding: 0;
	margin: 6px 0;
	clear: both;
}
html>body #content #leftside #headline hr {
	margin: 12px 0;
}
#content #leftside #headline ul {
	padding: 0;
	margin: 0;
	border-top: 3px solid #339;
	clear: both;
}
#content #leftside #headline ul li {
	padding: 10px 0;
	margin: 0 2px 0 0;
	border-bottom: 1px solid #ddc688;
	list-style-type: none;
	list-style-position: outside;
	clear: both;
}
#content #leftside #headline .date {
	font-size: 10px;
}
#content #leftside #headline .subjudul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 110%;
	color: #00c;
}
#content #leftside #headline .judul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 110%;
	font-weight: normal;
}
#content #leftside #headlineAd2 {
	width: 338px;
	height: 30px;
	text-align: center;
	margin: 17px 0px;
	padding: 3px 0px;
	display: block;
	visibility: visible;
	position: relative;
	border-top: 1px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content #leftside #headlineAd2:hover {
	height: 130px;
	visibility: visible;
}
#content #leftside #headlineAd2a {
	width: 338px;
	text-align: center;
	margin: 17px 0;;
	padding: 3px 0px 3px 0px;
	border: 0px;
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: -20px;
	clear: both;
	border-top: 1px solid #ddc688;
	border-bottom: 1px solid #ddc688;

}

#content #leftside #headlineAd3 {
	width: 338px;
	text-align: center;
	margin: 17px 0px;
	padding: 3px 0px;
	border: 0px;
	display: block;
	visibility: visible;
	position: relative;
	border-top: 1px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content #leftside #headlineAd3:hover {
	height: 130px;
	visibility: visible;
}
#content #leftside #headlineAd3a {
	width: 338px;
	text-align: center;
	margin: auto;
	padding: 3px 0px 3px 0px;
	border: 0px;
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	clear: both;
	border-top: 1px solid #ddc688;
	border-bottom: 1px solid #ddc688;
}
#content #leftside #headlineAd4 {
	width: 338px;
	text-align: center;
	margin: 17px 0px;
	padding: 3px 0px;
	border: 0px;
	display: block;
	visibility: visible;
	position: relative;
	border-top: 1px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content #leftside #headlineAd4a {
	width: 338px;
	text-align: center;
	margin: auto;
	padding: 15px 0px 12px 0px;
	border: 0px;
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: -110px;
	clear: both;
}
#content #leftside #headlineAd5 {
	width: 338px;
	text-align: center;
	margin: 17px 0px;
	padding: 3px 0px;
	border: 0px;
	display: block;
	visibility: visible;
	position: relative;
	border-top: 1px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content #leftside #headlineAd5a {
	width: 338px;
	text-align: center;
	margin: auto;
	padding: 15px 0px 12px 0px;
	border: 0px;
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: -110px;
	clear: both;
}
#content #leftside .bannerB2 {
	text-align: center;
	padding: 3px 0;
	margin: 18px 0 15px 0;
	border-top: 1px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content #leftside .bannerB3 {
	text-align: center;
	padding: 3px 0;
	margin: 18px 0 15px 0;
	border-top: 1px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}

/* SCROLLER */
#content #leftside #headline #scroller {
	width: 340px;
	height: 88px;
	overflow: auto;
	clear:both;
	padding: 0;
	white-space: nowrap;
	background:url(../image/bgpartai.gif) bottom left repeat-x #00574c;
}
html>body #content #leftside #headline #scroller {
	width: 340px;
	height: 84px;
}
#content #leftside #headline #scroller a:link, #content #leftside #headline #scroller a:visited, #content #leftside #headline #pemilu a:link, #content #leftside #headline #pemilu a:visited  {
	color:#FFFFCC;
}
#content #leftside #headline #scroller a:hover, #content #leftside #headline #pemilu a:hover {
	color:#FFCC00;
}
#content #leftside #headline #scroller h2 {
	margin:0;
	padding: 0;
	color:#FFFFCC;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#content #leftside #headline #pemilu {
	background: url(../image/bgpemilu2.gif) #00574c repeat-x top left;
	border: 1px solid #008877;
	border-bottom: none;
}
#content #leftside #headline #pemilu #logopemilu {
	float: left;
	width: 128px;
	height: 27px;
	display: inline;
}
#content #leftside #headline #pemilu #menupemilu {
	float: left;
	width: 200px;
	height: 10px;
	padding-top: 10px;
	text-align: right;
}
#content #leftside #headline #pemilu #menupemilu a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #006600;
}
#content #leftside #headline #pemilu ul{
	border: none;
	padding-bottom: 5px;
}
#content #leftside #headline #pemilu ul li {
	list-style: square outside;
	margin-left: 20px;
	color: #FFFFCC;
	padding: 0;
	border: none;
}
#content #leftside #headline #pemilu .judul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}
#content #leftside #headline #pemilu .date {
	color: #fff;
	font-size: 10px;
	line-height: 100%;
}

#content #leftside #headline #scroller #scroller-content {
	height: 70px;
	margin-top: 5px;
	margin-left: 10px;
	width: 320px;
	overflow: auto;
	clear:both;
}
html>body #content #leftside #headline #scroller #scroller-content {
	width: 320px;
}
#content #leftside #headline #scroller a img{
	border: 1px solid #fff;
	padding: 2px;
	white-space: nowrap;
	margin: 0 5px 0 0;
}
#content #leftside #headline #scroller img{
	width: 50px;
}
#content #leftside #headline #scroller a:hover img{
	border-color: #FF0000;
}
.jscroller2_up, .jscroller2_down, .jscroller2_left, .jscroller2_right {
	margin: 0;
	padding: 0;
}

.jscroller2_left, .jscroller_right, .jscroller2_left_endless, .jscroller2_right_endless {
	white-space: nowrap;
}

#content #blockleft {
	width: 255px;
	height: auto !important;
	line-height: 130%;
	color: #fff;
	text-align: left;
	background-color: #234;
	padding: 5px 5px 5px 5px;
	margin: 0;
	border-top: 12px solid #fbf3cb;
	float: left;
}
html>body #content #blockleft {
	width: 255px;
}
#content #blockleft h1 {
	font-size: 11px;
	color: #fff;
	padding: 3px 0;
	margin: 0 0 1px 0;
	border-top: 2px solid #6764bb;
	border-bottom: 1px solid #6764bb;
	clear: both;
}
#content #blockleft h2 {
	font-size: 11px;
	color: #fff;
	padding: 3px 0;
	margin: 35px 0 2px 0;
	border-top: 2px solid #6764bb;
	border-bottom: 1px solid #6764bb;
	clear: both;
}
#content #blockleft h2 a:link {
	color: #fff;
}
#content #blockleft h2 a:visited {
	color: #fff;
}
#content #blockleft h2 a:hover {
	color: #fff;
	text-decoration: none;
}
#content #blockleft h3 {
	font-size: 11px;
	color: #fff;
	text-align: right;
	padding: 2px 0;
	margin: 2px 0 0 0;
	border-top: 1px solid #6764bb;
	border-bottom: 1px solid #6764bb;
	clear: both;
}
#content #blockleft .date {
	line-height: 110%;
	color: #c4e3fa;
	font-size: 10px;
}
#content #blockleft .subjudul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	line-height: 125%;
	font-weight: bold;
	color: #fff;
}
#content #blockleft .judul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 125%;
	font-weight: bold;
}
#content #blockleft .image {
	padding: 2px;
	margin: 4px 5px 0 0;
	border: 1px solid #6764bb;
	float: left;
}
#content #blockleft .input {
	border: 1px solid #339;
	width: 170px;
	clear: both;
}
#content #blockleft .inputsubmit {
	width: 50px;
	font-family: Arial, Helvetica-Normal, sans-serif;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #039;
	border: 1px solid #9cf;
	margin: 3px 0;
	padding: 1px 0;
	clear: both;
}
#content #blockleft a:link {
	text-decoration: none;
	color: #ff0;
}
#content #blockleft a:visited {
	text-decoration: none;
	color: #ff0;
}
#content #blockleft a:hover {
	text-decoration: underline;
	color: #fff;
}

/* right */

#content #blockright {
	width: 250px;
	height: auto !important;
	line-height: 130%;
	color: #fff;
	text-align: left;
	background-color: #134;
	/* top right bottom */
	padding: 10px 2px 10px 10px;
	margin: 0;
	border-top: 12px solid #fbf3cb;
	float: left;
}
html>body #content #blockright {
	width: 250px;
}
#content #blockright h1 {
	font-size: 11px;
	color: #fff;
	padding: 3px 0;
	margin: 0 0 1px 0;
	border-top: 2px solid #6764bb;
	border-bottom: 1px solid #6764bb;
	clear: both;
}
#content #blockright h2 {
	font-size: 11px;
	color: #fff;
	padding: 3px 0;
	margin: 35px 0 2px 0;
	border-top: 2px solid #6764bb;
	border-bottom: 1px solid #6764bb;
	clear: both;
}
#content #blockright h2 a:link {
	color: #fff;
}
#content #blockright h2 a:visited {
	color: #fff;
}
#content #blockright h2 a:hover {
	color: #fff;
	text-decoration: none;
}
#content #blockright h3 {
	font-size: 11px;
	color: #fff;
	text-align: right;
	padding: 2px 0;
	margin: 2px 0 0 0;
	border-top: 1px solid #6764bb;
	border-bottom: 1px solid #6764bb;
	clear: both;
}
#content #blockright .date {
	line-height: 110%;
	color: #c4e3fa;
	font-size: 10px;
}
#content #blockright .subjudul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	line-height: 125%;
	font-weight: bold;
	color: #fff;
}
#content #blockright .judul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 125%;
	font-weight: bold;
}
#content #blockright .image {
	padding: 2px;
	margin: 4px 5px 0 0;
	border: 1px solid #6764bb;
	float: left;
}
#content #blockright .input {
	border: 1px solid #339;
	width: 170px;
	clear: both;
}
#content #blockright .inputsubmit {
	width: 50px;
	font-family: Arial, Helvetica-Normal, sans-serif;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #039;
	border: 1px solid #9cf;
	margin: 3px 0;
	padding: 1px 0;
	clear: both;
}
#content #blockright a:link {
	text-decoration: none;
	color: #ff0;
}
#content #blockright a:visited {
	text-decoration: none;
	color: #ff0;
}
#content #blockright a:hover {
	text-decoration: underline;
	color: #fff;
}


/* right end */



/* selesai tambahan hot radio */
#content #kanan .bannerD1 {
	text-align: center;
	padding: 2px 0;
	margin: 20px 0 5px 0;
	border-top: 1px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
.bannercentral {
	width: 910px;
	text-align: center;
	background-color: #429;
	margin: auto;
	padding: 12px 0;
	clear: both;
}
html>body .bannercentral {
	width: 908px;
}
.bannerBCD {
	text-align: center;
	background-color: #ffffff;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #339;
	clear: both;
}

html>body .bannerBCD {
	width: 908px;
}
/* Content 1 */
#content1 {
	width: 910px;
	text-align: left;
	background-color: #fbf3cb;
	background-image: url(../image/bgcontent.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: auto;
	padding: 0;
	border-right: 2px solid #339;
	border-left: 2px solid #339;
	clear: both;
}
html>body #content1 {
	width: 906px;
}
#content1 a:link {
	color: #009;
	text-decoration: none;
}
#content1 a:visited {
	color: #009;
	text-decoration: none;
}
#content1 a:hover {
	color: #e00;
	text-decoration: underline;
}



#content1 #leftside1 {
	width: 366px;
	font-family: Arial, Helvetica-Normal, sans-serif;
	line-height: 130%;
	font-size: 12px;
	text-align: left;
	padding: 0 13px 15px 13px;
	margin: 0;
	float: left;
}
html>body #content1 #leftside1 {
	width: 340px;
}
#content1 #leftside1 a:link {
	font-weight: bold;
}
#content1 #leftside1 a:visited {
	font-weight: bold;
}
#content1 #leftside1 a:hover {
	font-weight: bold;
}
#content1 #leftside1 h1 {
	font-size: 11px;
	color: #E00;
	padding: 3px 0;
	margin: 18px 0 5px 0;
	border-top: 3px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content1 #leftside1 h2 {
	font-size: 11px;
	color: #e00;
	padding: 3px 0;
	margin: 25px 0 0 0;
	border-top: 3px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content1 #leftside1 h2 a:link {
	color: #e00;
}
#content1 #leftside1 h2 a:visited {
	color: #e00;
}
#content1 #leftside1 h2 a:hover {
	color: #0f0083;
	text-decoration: none;
}
#content1 #leftside1 h3 {
	font-size: 11px;
	color: #e00;
	text-align: right;
	padding: 3px 0;
	margin: 0;
	border-top: 1px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content1 #leftside1 ul {
	padding: 0 0 0 15px;
	margin: 0;
	clear: both;
}
#content1 #leftside1 ul li {
	padding: 2px 0;
	margin: 0;
	list-style-type: square;
	list-style-position: outside;
	color: #666666;
	clear: both;
}
#content1 #leftside1 .image {
	background-color: #fff;
	padding: 2px;
	margin: 3px 5px 3px 0;
	border: 1px solid #ddc688;
	float: left;
}
#content1 #leftside1 .date {
	color: #666666;
	font-size: 10px;
	line-height: 100%;
}
#content1 #leftside1 .subjudul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 110%;
	color: #006600;
}
#content1 #leftside1 .judul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}
#content1 #leftside1 #nonhl {
	line-height: 130%;
	text-align: left;
	padding: 0px;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #leftside1 #nonhl a:link {
	color: #00c;
	text-decoration: none;
}
#content1 #leftside1 #nonhl a:visited {
	color: #00c;
	text-decoration: none;
}
#content1 #leftside1 #nonhl a:hover {
	color: #e00;
	text-decoration: underline
}
#content1 #leftside1 #nonhl .subjudul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 120%;
	color: #006600;
}
#content1 #leftside1 #nonhl .judul {
	/* font-family: Arial, Helvetica-Normal, sans-serif; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}
#content1 #leftside1 #nonhl ul {
	padding: 0 0 10px 16px;
	margin: 0;
	clear: both;
}
#content1 #leftside1 #nonhl ul li {
	padding: 2px 0;
	margin: 0;
	list-style-type: square;
	list-style-position: outside;
	color: #666666;
	clear: both;
}
#content1 #leftside1 #indeksberita {
	height: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 110%;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	background-color: #0f0083;
	padding: 7px 10px;
	margin: 1px 0 0 0;
	clear: both;
}
html>body #content1 #leftside1 #indeksberita {
	height: 17px;
}
#content1 #leftside1 #indeksberita a:link {
	color: #fff;
	text-decoration: underline;
}
#content1 #leftside1 #indeksberita a:visited {
	color: #fff;
	text-decoration: underline;
}
#content1 #leftside1 #indeksberita a:hover {
	color: #ff0;
	text-decoration: none;
}
#content1 #leftside1 #indeksberita .detiksearch {
	text-align: right;
	padding: 0px;
	margin: 2px 0px 0px 15px;
	float: right;
}
#content1 #leftside1 #indeksberita .indeksnya {
	text-align: right;
	padding: 0px;
	margin: 2px 0px 0px 15px;
	float: right;
}
#content1 #leftside1 #indeksberita .rss {
	text-align: right;
	padding: 0px;
	margin: 1px 0px 0px 0px;
	float: right;
}
#content1 #leftside1 #detikpublishing {
	background-color: #fff;
	text-align: left;
	padding: 2px;
	margin: 1px 0 0 0;
	border: 1px solid #DAC17D;
	clear: both;
}
#content1 #leftside1 #detikpublishing ul {
	background-color: #FFCE66;
	padding: 8px 6px 8px 26px;
	margin: 0;
	clear: both;
}
#content1 #leftside1 #detikpublishing ul li {
	padding: 2px 0;
	margin: 0;
	list-style-type: square;
	list-style-position: outside;
	color: #3333CC;
	clear: both;
}
#content1 #leftside1 #detikpublishing .date {
	color: #3333CC;
}
#content1 #leftside1 #detikhot {
	text-align: left;
	padding: 2px 0 0 0;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #leftside1 #detikinet {
	text-align: left;
	padding: 2px 0 0 0;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #leftside1 #detikfinance {
	text-align: left;
	padding: 2px 0 0 0;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #leftside1 #detiksport {
	text-align: left;
	padding: 2px 0 0 0;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #leftside1 #sepakbola {
	text-align: left;
	padding: 2px 0 0 0;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #leftside1 #detikmap {
	background-image: url(../image/bgdetikmap.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 46px 5px 10px 10px;
	margin: 27px 0 0 0;
	clear: both;
}
#content1 #leftside1 #detikmap a:link {
	color: #fff;
}
#content1 #leftside1 #detikmap a:visited {
	color: #fff;
}
#content1 #leftside1 #detikmap a:hover {
	color: #ff0;
}
#content1 #leftside1 #detikmap .select {
	font: 12px Arial;
	color: #000;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 2px;
	margin: 0 0 0 3px;
	width: 105px;
	clear: both;
}
#content1 #leftside1 #detikmap .input {
	font: 12px Arial;
	color: #000;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 3px 2px;
	margin: 0 0 0 3px;
	width: 105px;
	clear: both;
}
#content1 #leftside1 #detikmap .inputsubmit {
	color: #fff;
	font-weight: bold;
	background-color: #e00;
	border: 1px solid #fff;
	padding: 0;
	margin: 0 0 0 3px;
	width: 45px;
	clear: both;
}
html>body #content1 #leftside1 #detikmap .inputsubmit {
	padding: 2px 0;
}
#content1 #leftside1 #detikmap .carilokasi {
	padding: 0;
	margin: 0;
	clear: both;
}
#content1 #leftside1 #detikmap .inputlokasi {
	color: #fff;
	background-image: url(../image/bgmaplokasi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 0 8px 15px;
	margin: 38px 0 0 26px;
	font-weight: bold;
	clear: both;
}
#content1 #leftside1 #contentleftside03 {
	padding: 10px;
	margin: 1px 0;
	background-color: #dcf8ff;
	border: 1px solid #ddc688;
	clear: both;
}
#content1 #leftside1 #contentleftside03 .judul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
}

#content1 #leftside1 .headmicrosite1 {
	text-align: left;
	padding: 0;
	margin: 25px 0 0 0;
	border: 1px solid #dac17d;
	clear: both;
}
#content1 #leftside1 #microsite1 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 8px;
	margin: 1px 0 0 0;
	border: 1px solid #dac17d;
	clear: both;
}
#content1 #leftside1 #microsite1 .judul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}
#content1 #leftside1 .headmicrosite2 {
	text-align: left;
	padding: 0;
	margin: 25px 0 0 0;
	border: 1px solid #dac17d;
	clear: both;
}
#content1 #leftside1 #microsite2 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 8px;
	margin: 1px 0 25px 0;
	border: 1px solid #dac17d;
	clear: both;
}
#content1 #leftside1 #microsite2 .judul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}
#content1 #leftside1 .bannerB3 {
	text-align: center;
	padding: 2px 0;
	margin: 25px 0 5px 0;
	border-top: 1px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}

#content1 #central1 {
	width: 232px;
	line-height: 130%;
	color: #fff;
	text-align: left;
	background-color: #009;
	padding: 18px 15px 25px 15px;
	margin: 0;
	float: left;
}
html>body #content1 #central1 {
	width: 200px;
}
#content1 #central1 h1 {
	font-size: 11px;
	color: #fff;
	padding: 3px 0;
	margin: 0 0 1px 0;
	border-top: 2px solid #6764bb;
	border-bottom: 1px solid #6764bb;
	clear: both;
}
#content1 #central1 h1 a:link {
	color: #fff;
}
#content1 #central1 h1 a:visited {
	color: #fff;
}
#content1 #central1 h2 {
	font-size: 11px;
	color: #fff;
	padding: 3px 0;
	margin: 30px 0 2px 0;
	border-top: 2px solid #6764bb;
	border-bottom: 1px solid #6764bb;
	clear: both;
}
#content1 #central1 h2 a:link {
	color: #fff;
}
#content1 #central1 h2 a:visited {
	color: #fff;
}
#content1 #central1 h2 a:hover {
	color: #fff;
	text-decoration: none;
}
#content1 #central1 h3 {
	font-size: 11px;
	color: #fff;
	text-align: right;
	padding: 2px 0;
	margin: 0;
	border-top: 1px solid #6764bb;
	border-bottom: 1px solid #6764bb;
	clear: both;
}
#content1 #central1 .date {
	line-height: 130%;
	color: #c4e3fa;
	font-size: 10px;
}
#content1 #central1 .subjudul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 125%;
	font-weight: bold;
	color: #fff;
}
#content1 #central1 .judul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 135%;
	font-weight: bold;
}
#content1 #central1 .input {
	border: 1px solid #339;
	width: 170px;
	clear: both;
}
#content1 #central1 .inputsubmit {
	width: 50px;
	font-family: Arial, Helvetica-Normal, sans-serif;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #039;
	border: 1px solid #9cf;
	margin: 3px 0;
	padding: 1px 0;
	clear: both;
}
#content1 #central1 a:link {
	text-decoration: none;
	color: #ff0;
}
#content1 #central1 a:visited {
	text-decoration: none;
	color: #ff0;
}
#content1 #central1 a:hover {
	text-decoration: underline;
	color: #fff;
}
#content1 #central1 .image {
	padding: 2px;
	margin: 4px 5px 0 0;
	border: 1px solid #6764bb;
	float: left;
}
/*#content1 #central1 #detikoto {
	text-align: left;
	padding: 2px 0;
	margin: 1px 0 0 0;
	clear: both;
}
*/#content1 #central1 #detikfood {
	text-align: left;
	padding: 2px 0;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #central1 #komentarpopuler {
	text-align: left;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #central1 #komentarpopuler ul {
	padding: 0 0 10px 14px;
	margin: 0;
	clear: both;
}
#content1 #central1 #komentarpopuler ul li {
	padding: 1px 0;
	margin: 0;
	list-style-type: square;
	list-style-position: outside;
	clear: both;
}
#content1 #central1 #komentarpopuler .jumlah {
	font-size: 11px;
	font-weight: bold;
}
#content1 #central1 #suratbuncit {
	text-align: left;
	background-color: #06f;
	padding: 10px;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #central1 #kolomanda {
	text-align: left;
	padding: 4px 0 0 0;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #central1 #infoanda {
	text-align: left;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #central1 #infoanda ul {
	padding: 0 0 10px 14px;
	margin: 0;
	clear: both;
}
#content1 #central1 #infoanda ul li {
	padding: 1px 0;
	margin: 0;
	list-style-type: square;
	list-style-position: outside;
	clear: both;
}
#content1 #central1 #gdata {
	text-align: center;
	background-color: #E00;
	padding: 7px 10px;
	margin: 1px 0px 10px 0px;
	clear: both;
}

#content1 #central1 .bannerC2 {
	text-align: center;
	padding: 0;
	margin: 35px 0 0 0;
	clear: both;
}
#content1 #central1 .bannerC3 {
	text-align: center;
	padding: 0;
	margin: 35px 0 0 0;
	clear: both;
}

#content1 #central1 #ngecap {
	background: url(../image/ngecapwp.gif) top left no-repeat;
	width: 200px;
	height: 180px;
	margin-top: 15px;
}
#content1 #central1 #ngecap #isikecap {
	padding: 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}
#content1 #central1 #ngecap a:hover {
	cursor: pointer;
}
#content1 #central1 #ngecap #linkkecap {
	width: 190px;
	height: 50px;
	margin-bottom: 5px;
}
#content1 #central1 #ngecap .shoutkecap {
	width: 170px;
	height: 100px;
	padding: 3px 5px 3px 25px;
	display: block;
	overflow: hidden;
}
#content1 #central1 #ngecap .shoutkecap a {
	color: #000;
}
#content1 #central1 #ngecap .shoutkecap a:hover {
	color: #006600;
	text-decoration: none;
}
#content1 #central1 #ngecap .shoutkecap h2 {
	font: bold 12px Arial, Helvetica, sans-serifs;
	margin: 0;
	padding: 0;
	color: #000;
	text-transform: none;
	border: none;
}
#content1 #central1 #ngecap .shoutkecap h1 {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-transform: none;
	border: none;
	display: block;
	width: 165px;
	height: 70px;
	overflow: hidden;
}
#content1 #central1 #ngecap .shoutkecap h5 {
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-transform: none;
}
#content1 #central1 #ngecap .shoutkecap span {
	font-size: 10px;
	margin-left: 5px;
}

#content1 #kanan1 {
	width: 306px;
	padding: 0 12px 15px 14px;
	margin: 0;
	float: left;
}
html>body #content1 #kanan1 {
	width: 280px;
}
#content1 #kanan1 h1 {
	font-size: 11px;
	color: #e00;
	padding: 3px 0;
	margin: 18px 0 0 0;
	border-top: 3px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content1 #kanan1 h1 a:link {
	color: #e00;
}
#content1 #kanan1 h1 a:visited {
	color: #e00;
}
#content1 #kanan1 h2 {
	font-size: 11px;
	color: #e00;
	padding: 3px 0;
	margin: 25px 0 0 0;
	border-top: 3px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content1 #kanan1 h2 a:link {
	color: #e00;
}
#content1 #kanan1 h2 a:visited {
	color: #e00;
}
#content1 #kanan1 h2 a:hover {
	color: #0f0083;
	text-decoration: none;
}
#content1 #kanan1 h3 {
	font-size: 10px;
	text-align: right;
	color: #e00;
	padding: 2px 8px;
	margin: 1px 0 0 0;
	border-top: 1px solid #e4d09b;
	border-bottom: 1px solid #e4d09b;
	clear: both;
}
#content1 #kanan1 h5 {
	font-size: 11px;
	color: #e00;
	padding: 3px 0;
	margin: 0;
	border-top: 3px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content1 #kanan1 h5 a:link {
	color: #e00;
}
#content1 #kanan1 h5 a:visited {
	color: #e00;
}
#content1 #kanan1 h5 a:hover {
	color: #0f0083;
}
#content1 #kanan1 .c1 {
	color: #fff;
	background-color: #0f0083;
	font-weight: bold;
	font-size: 11px;
}
#content1 #kanan1 .c2 {
	color: #000;
	background-color: #e6f4ff;
	font-size: 11px;
}
#content1 #kanan1 .c3 {
	color: #000;
	background-color: #fff;
	font-size: 11px;
}
#content1 #kanan1 .c4 {
	color: #fff;
	background-color: #c93;
	font-weight: bold;
	font-size: 11px;
}
#content1 #kanan1 .date {
	line-height: 100%;
	font-size: 10px;
}
#content1 #kanan1 .subjudul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #00c;
}
#content1 #kanan1 .judul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
#content1 #kanan1 .image {
	background-color: #fff;
	padding: 2px;
	margin: 3px 5px 3px 0px;
	border: 1px solid #e4d09b;
	float: left;
}
#content1 #kanan1 .input {
	font-family: Arial, Helvetica-Normal, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #339;
	margin: 6px 0 0 0;
	padding: 2px 0;
	clear: both;
}
#content1 #kanan1 .inputsubmit {
	width: 65px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #e00;
	border: 1px solid #fff;
	margin: 3px 0;
	padding: 1px 0;
	clear: both;
}
#content1 #kanan1 ul {
	padding: 0 0 0 15px;
	margin: 0;
	clear: both;
}
#content1 #kanan1 ul li {
	padding: 2px 0;
	margin: 0;
	list-style-type: square;
	list-style-position: outside;
	color: #666;
	clear: both;
}
#content1 #kanan1 #iring {
	color: #fff;
	font-weight: bold;
	background-color: #fff;
	padding: 2px;
	margin: 1px 0 0 0;
	clear: none;
	border: 1px solid #ddc688;
	clear:both;
}
#content1 #kanan1 #iring .headiring {
	padding: 5px 10px 0 0;
	text-align: right;
	clear: both;
}
#content1 #kanan1 #iring h2 {
	clear:both;
	margin:0px;
	padding:2px;
	background:#FFF;
	border: none;
	color:#039;
	text-transform:none;
}
#content1 #kanan1 #iring h2 a {
	color:#039;
}
#content1 #kanan1 #iring .isis {
	background-color: #95deee;
	color: #036;
	padding: 4px 2px;
	margin: 1px 0;
	text-align: center;
}
#content1 #kanan1 #iring ul {
	background: url(../image/iring808.gif) #95deee no-repeat right top;
	padding: 4px 2px 8px 9px;
	margin: 0;
	display: block;
}
#content1 #kanan1 #iring ul li {
	padding: 2px 0 1px 0;
	margin: 0 0 0 15px;
	list-style-type: square;
	list-style-position: outside;
	color: #069;
}
#content1 #kanan1 #iring a:link {
	color: #036;
	text-decoration: none;
}
#content1 #kanan1 #iring a:visited {
	color: #036;
	text-decoration: none;
}
#content1 #kanan1 #iring a:hover {
	color: #D00;
	text-decoration: underline;
}
#content1 #kanan1 .prohead {
	color: #fff;
	background-color: #090;
	padding: 1px 10px;
	border-right: 5px solid #fbf3cb;
}
#content1 #kanan1 .dan {
	color: #fff;
}
#content1 #kanan1 .kontrahead {
	color: #fff;
	background-color: #e00;
	padding: 1px 10px;
	border-right: 5px solid #fbf3cb;
}
#content1 #kanan1 #prokontra {
	text-align: left;
	color: #fff;
	background-color: #fff;
	padding: 2px;
	margin: 2px 0 0 0;
	/* border: 1px solid #339; */
	border: 1px solid #ddc688;
	clear: both;
}
#content1 #kanan1 #prokontra .tema {
	background-color: #ff3300;
	padding: 4px 8px 3px 8px;
	margin: 0;
	clear: both;
}
#content1 #kanan1 #prokontra .date {
	color: #fff;
}
#content1 #kanan1 #prokontra .judul {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content1 #kanan1 #prokontra .pendapat {
	min-height: 95px;
	height: auto !important;
	height: 105px;
	background-color: #ff6600;
	padding: 3px 8px 5px 8px;
	margin: 0;
	clear: both;
}
#content1 #kanan1 #prokontra .tokoh {
	font-size: 13px;
	font-weight: bold;
	color: #ff0;
}
#content1 #kanan1 #prokontra .linkkoment {
	text-align: right;
	background-color: #f93;
	padding: 3px 8px;
	margin: 0;
	clear: both;
}
#content1 #kanan1 #prokontra .prolink {
	width: 60px;
	font: bold 11px Arial;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background-color: #090;
	border: 1px solid #fff;
	margin: 1px;
	padding: 1px 0;
	clear: both;
}
#content1 #kanan1 #prokontra .kontralink {
	width: 60px;
	font: bold 11px Arial;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background-color: #e00;
	border: 1px solid #fff;
	margin: 1px;
	padding: 1px 0;
	clear: both;
}
#content1 #kanan1 #prokontra .lihatlink {
	width: 60px;
	font: bold 11px Arial;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background-color: #00c;
	border: 1px solid #fff;
	margin: 1px;
	padding: 1px 0;
	clear: both;
}
#content1 #kanan1 #prokontra a:link {
	color: #ff0;
}
#content1 #kanan1 #prokontra a:visited {
	color: #ff0;
}
#content1 #kanan1 #prokontra a:hover {
	color: #fff;
}

#content1 #kanan1 .headtanyasaja {
	padding: 2px 0;
	margin: 25px 0 0 0;
	border-top: 3px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content1 #kanan1 #tanyasaja {
	background-color: #fff;
	padding: 2px;
	margin: 2px 0 0 0;
	border: 1px solid #ddc688;
	clear: both;
}
#content1 #kanan1 #tanyasaja a:link {
	color: #ff0;
}
#content1 #kanan1 #tanyasaja a:visited {
	color: #ff0;
}
#content1 #kanan1 #tanyasaja a:hover {
	color: #fff;
}
#content1 #kanan1 #tanyasaja .frame {
	color: #fff;
	line-height: 135%;
	background-color: #e00;
	background-image: url(../image/tanya.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px;
	margin: 0;
	clear: both;
}
#content1 #kanan1 #tanyasaja .judul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 115%;
}
#content1 #kanan1 #tanyasaja .jawaban {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: right;
}

#content1 #kanan1 #pasarglobal {
	background-color: #ddc688;
	padding: 1px 0;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #kanan1 #pasarglobal td {
	padding: 1px 4px;
	margin: 0;
}
#content1 #kanan1 #pasarglobal a:link {
	color: #e00;
	text-decoration: none;
}
#content1 #kanan1 #pasarglobal a:visited {
	color: #e00;
	text-decoration: none;
}
#content1 #kanan1 #pasarglobal a:hover {
	color: #000;
	text-decoration: none;
}
#content1 #kanan1 #valas {
	background-color: #ddc688;
	padding: 1px 0;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #kanan1 #valas td {
	padding: 1px 4px;
	margin: 0;
}
#content1 #kanan1 #valas a:link {
	color: #e00;
	text-decoration: none;
}
#content1 #kanan1 #valas a:visited {
	color: #e00;
	text-decoration: none;
}
#content1 #kanan1 #valas a:hover {
	color: #000;
	text-decoration: none;
}
#content1 #kanan1 #blog {
	margin: 28px 0 0 0;
	padding: 0;
	clear: both;
}
#content1 #kanan1 #blog ul {
	margin: 0;
	padding: 0;
}	
#content1 #kanan1 #blog ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	min-height: 90px;
	height: auto !important;
	height: 90px;
}
#content1 #kanan1 #blog .judul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
}

#content1 #kanan1 #detikmobile {
	text-align: left;
	padding: 0;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #kanan1 #cekhariini {
	text-align: left;
	padding: 4px 0 0 0;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #kanan1 #smsiklan {
	text-align: left;
	padding: 2px;
	margin: 1px 0 0 0;
	background-color: #fff;
	border: 1px solid #edd9a0;
	clear: both;
}
#content1 #kanan1 #smsiklan p {
	background-color: #ffb443;
	padding: 10px;
	margin: 0;
	clear: both;
}
#content1 #kanan1 #smsiklan .smslink {
	margin: 1px 0 0 0;
	padding: 2px;
	text-align:center;
	background-color: #c60;
}
#content1 #kanan1 #partner {
	text-align: left;
	padding: 4px 0 0 0;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #kanan1 #polling {
	color: #fff;
	border: 1px solid #ddc688;
	background-color: #fff;
	margin: 1px 0 0 0;
	padding: 2px;
}
#content1 #kanan1 #polling .pertanyaan {
	padding: 6px 8px;
	background-color: #9900cc;
}
#content1 #kanan1 #polling .pilihan {
	padding: 3px 4px;
	background-color: #cc33ff;
}
#content1 #kanan1 #polling .linkpolling {
	padding: 3px;
	background-color: #9900cc;
	text-align:center;
}
#content1 #kanan1 #gdata {
	text-align: center;
	background-color: #90f;
	padding: 7px 10px;
	margin: 1px 0px 10px 0px;
	clear: both;
}
#content1 #kanan1 #vacancy {
	text-align: left;
	padding: 2px 0 0 0;
	margin: 1px 0 0 0;
	clear: both;
}
#content1 #kanan1 .bannerD1 {
	text-align: center;
	padding: 2px 0;
	margin: 28px 0 5px 0;
	border-top: 1px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content1 #kanan1 .bannerD2 {
	text-align: center;
	padding: 2px 0;
	margin: 28px 0 5px 0;
	border-top: 1px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}
#content1 #kanan1 .bannerD3 {
	text-align: center;
	padding: 2px 0;
	margin: 28px 0 0 0;
	border-top: 1px solid #ddc688;
	border-bottom: 1px solid #ddc688;
	clear: both;
}

/*------------FOOTER -------------*/
#footer {
	width: 910px;
	height: 115px;
	background-color: #fff;
	margin: 0 auto 45px;
	padding: 0 0 10px 0;
	border: 2px solid #339;
	clear: both;
}
#footerbanner {
	width: 100%;
	bottom: 0px;
	margin-bottom: 6px;
	height: 60px;
	position: fixed;
	z-index: 99;
	right: 0;
	 _position:absolute;
	  _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}
html>body #footerbanner { margin-bottom: 6px; bottom: 0 }
#bannerhover {
	top: 250px;
	bottom: none;
	position: fixed;
	_position:absolute;
	_top:expression(eval(document.body.scrollTop+250));
}
html>body #footer {
	width: 906px;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #ff0;
	text-decoration: underline;
}
#footer #menu0 {
	font-family: Verdana, Arial, Helvetica-Normal, sans-serif;
	font-size: 11px;
	color: #f9f;
	text-align: center;
	/* text-transform: uppercase; */
	background-color: #909;
	margin: 0;
	padding: 6px 0;
	border-bottom: 0;
	clear: both;
}
#footer #menu0 a:link, #footer #menu0 a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer #menu0 a:hover {
	color: #ff0;
	font-weight: bold;
	text-decoration: underline;
}
#footer .menu1 {
	font-family: Tahoma, Arial, Helvetica-Normal, sans-serif;
	font-size: 11px;
	color: #ccf;
	text-align: center;
	background-color: #009;
	padding: 4px 10px;
	margin: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #009;
	clear: both;
}
#footer .menu2 {
	font-family: Tahoma, Arial, Helvetica-Normal, sans-serif;
	font-size: 11px;
	color: #ccf;
	text-align: center;
	background-color: #33c;
	padding: 4px 10px;
	margin: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #33c;
	clear: both;
}
#footer .menu3 {
	font-family: Tahoma, Arial, Helvetica-Normal, sans-serif;
	font-size: 11px;
	color: #ccf;
	text-align: center;
	background-color: #66f;
	padding: 4px 10px;
	margin: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #66f;
	clear: both;
}
#footer .menu4 {
	width: 906px;
	font-family: Tahoma, Arial, Helvetica-Normal, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: left;
	margin: 0;
	padding: 15px 0 0 10px;
	clear: both;
	/* float: left; */
}
html>body #footer .menu4 {
	width: 896px;
}
#footer .menu4 a:link {
	color: #666666;
	text-decoration: none;
}
#footer .menu4 a:visited {
	color: #666666;
	text-decoration: none;
}
#footer .menu4 a:hover {
	color: #e00;
	text-decoration: underline;
}
#footer .logo {
	width: 164px;
	text-align: right;
	margin: 0;
	padding: 8px 10px 4px 0;
	float: left;
	display: none;
}
html>body #footer .logo {
	width: 154px;
}
#content #kanan #headticket {
	padding: 0;
	margin: 4px 0 0 0;
	clear: both;
}
#content #kanan #headticket .tabmenus {
	padding: 2px 0;
	margin: 0;
	font: bold 12px Arial;
	text-transform: capitalize;
	border-bottom: 1px solid #FFF;
	list-style-type: none;
}
#content #kanan #headticket .tabmenus li {
	display: inline;
	padding: 0;
	margin: 0;
}
#content #kanan #headticket .tabmenus li a {
	text-decoration: none;
	padding: 3px 8px;
	/* border: 1px solid #009; */
	color: #FFF;
	background-color: #870169;
	background-image:url(../image/bgtapoff6a.gif);
	background-repeat: repeat-x;
	border-bottom: none;
}
#content #kanan #headticket .tabmenus li a:visited {
	color: #FFF;
}
#content #kanan #headticket .tabmenus li a:hover {
	background-image:none;
	background-color: #fc6e0f;
	color: #FFF;
}
#content #kanan #headticket .tabmenus li a:active {
	color: #FFF;
}
#content #kanan #headticket .tabmenus li a.selected { 
 	position: relative;
 	top: 1px;
}
#content #kanan #headticket .tabmenus li a.selected { 
	color: #FFF;
	background-color: #002bc8;
	background-image: url(../image/bgtapon11.gif);
	background-repeat: repeat-x;
	border-bottom-color: white;
}
#content #kanan #headticket .tabmenus li a.selected:hover { 
	text-decoration: none;
	color: #FF0;
}
#content #kanan #ticketisi {
	color: #FFF;
	font-weight: bold;
	background-color: #8300d0;
	background-image: url(../image/bgticket13a.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 1px 0 0 0;
	padding: 7px 0 4px 0;
	clear: both;
}
#content #kanan #ticketisi h3 {
	border-top: 1px solid #9e58c7;
	border-bottom: 1px solid #9e58c7;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #FF0;
	margin: 0;
	padding: 2px 10px;
	text-align:left;
}
#content #kanan #ticketisi ul {
	padding: 0;
	margin: 0 0 3px 0;
	clear: both;
}
#content #kanan #ticketisi ul li {
	padding: 2px 0;
	margin: 0 0 0 25px;
	list-style: url(../image/panahforumwp.gif) outside none;
}
#content #kanan #ticketisi a:link {
	color: #fff;
}
#content #kanan #ticketisi a:visited {
	color: #fff;
}
#content #kanan #ticketisi a:hover {
	color: #ff0;
}
#content #kanan #ticketisi .judul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: auto;
	padding: 2px 0;
}
/*=================================================*/
#content #kanan #headkonsul {
	padding: 0;
	margin: 4px 0 0 0;
	clear: both;
}
#content #kanan #headkonsul .tabmenus {
	padding: 2px 0;
	margin: 0;
	font: bold 12px Arial;
	text-transform: capitalize;
	border-bottom: 1px solid #FFF;
	list-style-type: none;
}
#content #kanan #headkonsul .tabmenus li {
	display: inline;
	padding: 0;
	margin: 0;
}
#content #kanan #headkonsul .tabmenus li a {
	text-decoration: none;
	padding: 3px 6px;
	/* border: 1px solid #009; */
	color: #FFF;
	background-color: #870169;
	background-image:url(../image/bgtapoff6a.gif);
	background-repeat: repeat-x;
	border-bottom: none;
}
#content #kanan #headkonsul .tabmenus li a:visited {
	color: #FFF;
}
#content #kanan #headkonsul .tabmenus li a:hover {
	background-image:none;
	background-color: #fc6e0f;
	color: #FFF;
}
#content #kanan #headkonsul .tabmenus li a:active {
	color: #FFF;
}
#content #kanan #headkonsul .tabmenus li a.selected { 
 	position: relative;
 	top: 1px;
}
#content #kanan #headkonsul .tabmenus li a.selected { 
	color: #FFF;
	background-color: #002bc8;
	background-image: url(../image/bgtapon11.gif);
	background-repeat: repeat-x;
	border-bottom-color: white;
}
#content #kanan #headkonsul .tabmenus li a.selected:hover { 
	text-decoration: none;
	color: #FF0;
}
#content #kanan #konsulisi {
	color: #FFF;
	font-weight: bold;
	background-color: #8d00e1;
	background-image: url(../image/bgkonsul11.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 1px 0 0 0;
	padding: 8px;
	border-top: 0;
	clear: both;
}
#content #kanan #konsulisi ul {
	padding: 0;
	margin: 0;
	clear: both;
}
#content #kanan #konsulisi ul li {
	padding: 2px 0;
	margin: 0 0 0 15px;
	list-style: url(../image/panahforumwp.gif) outside none;
}
#content #kanan #konsulisi a:link {
	color: #fff;
}
#content #kanan #konsulisi a:visited {
	color: #fff;
}
#content #kanan #konsulisi a:hover {
	color: #ff0;
}
#content #kanan #konsulisi .judul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: auto;
	padding: 2px 0;
}
/*===========================================*/
#content #central #headfotoanda {
	padding: 0;
	margin: 4px 0 0 0;
	clear: both;
}
#content #central #headfotoanda .tabmenus {
	padding: 2px 0;
	margin: 0;
	font: bold 12px Arial;
	text-transform: capitalize;
	border-bottom: 1px solid #ff6600;
	list-style-type: none;
}
#content #central #headfotoanda .tabmenus li {
	font: bold 12px Arial;
	display: inline;
	padding: 0;
	margin: 0;
}
#content #central #headfotoanda .tabmenus li a {
	text-decoration: none;
	padding: 3px 3px;
	/* border: 1px solid #009; */
	color: #FFF;
	background-image:url(../image/bgtapofffoto.gif);
	background-repeat: repeat-x;
	border-bottom: none;
}
#content #central #headfotoanda .tabmenus li a:visited {
	color: #FFF;
}
#content #central #headfotoanda .tabmenus li a:hover {
	background-image:none;
	background-color: #fc6e0f;
	color: #FFF;
}
#content #central #headfotoanda .tabmenus li a:active {
	color: #FFF;
}
#content #central #headfotoanda .tabmenus li a.selected { 
 	position: relative;
 	top: 1px;
}
#content #central #headfotoanda .tabmenus li a.selected { 
	color: #FFF;
	background-color: #002bc8;
	background-image: url(../image/bgtaponfoto.gif);
	background-repeat: repeat-x;
	border-bottom-color: white;
}
#content #central #headfotoanda .tabmenus li a.selected:hover { 
	text-decoration: none;
	color: #FF0;
}

/*=======================================================*/

#content1 #leftside1 #headregional {
	padding: 0;
	margin: 4px 0 0 0;
	clear: both;
}
#content1 #leftside1 #headregional .tabmenus {
	padding: 2px 0;
	margin: 0;
	font: bold 12px Arial;
	text-transform: capitalize;
	border-bottom: 1px solid #FFF;
	list-style-type: none;
}
#content1 #leftside1 #headregional .tabmenus li {
	display: inline;
	padding: 0;
	margin: 0;
}
#content1 #leftside1 #headregional .tabmenus li a {
	text-decoration: none;
	padding: 3px 6px;
	/* border: 1px solid #009; */
	color: #FFF;
	background-color: #870169;
	background-image:url(../image/bgtapoff6a.gif);
	background-repeat: repeat-x;
	border-bottom: none;
}
#content1 #leftside1 #headregional .tabmenus li a:visited {
	color: #FFF;
}
#content1 #leftside1 #headregional .tabmenus li a:hover {
	background-image:none;
	background-color: #fc6e0f;
	color: #FFF;
}
#content1 #leftside1 #headregional .tabmenus li a:active {
	color: #FFF;
}
#content1 #leftside1 #headregional .tabmenus li a.selected { 
 	position: relative;
 	top: 1px;
}
#content1 #leftside1 #headregional .tabmenus li a.selected { 
	color: #FFF;
	background-color: #002bc8;
	background-image: url(../image/bgtapon6a.gif);
	background-repeat: repeat-x;
	border-bottom-color: white;
}
#content1 #leftside1 #headregional .tabmenus li a.selected:hover { 
	text-decoration: none;
	color: #FF0;
}
#content1 #leftside1 #regionalisi {
	color: #FFF;
	font-weight: bold;
	background-color: #ee3200;
	background-image: url(../image/bgregional6a.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 1px 0 0 0;
	padding: 8px;
	border-top: 0;
	clear: both;
}
#content1 #leftside1 #regionalisi .date {
	color: #FFF;
}
#content1 #leftside1 #regionalisi ul {
	padding: 0;
	margin: 0;
	clear: both;
}
#content1 #leftside1 #regionalisi ul li {
	padding: 0;
	margin: 0 0 0 15px;
	list-style: url(../image/panahforumwp.gif) outside none;
}
#content1 #leftside1 #regionalisi a:link {
	color: #fff;
}
#content1 #leftside1 #regionalisi a:visited {
	color: #fff;
}
#content1 #leftside1 #regionalisi a:hover {
	color: #ff0;
}
#content1 #leftside1 #regionalisi .judul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: auto;
	padding: 2px 0;
}

/*=============================================================================*/

#content1 #central1 #headblog {
	padding: 0;
	margin: 4px 0 0 0;
	clear: both;
}
#content1 #central1 #headblog .tabmenus {
	padding: 2px 0;
	margin: 0;
	font: bold 12px Arial;
	text-transform: capitalize;
	border-bottom: 1px solid #FFF;
	list-style-type: none;
}
#content1 #central1 #headblog .tabmenus li {
	display: inline;
	padding: 0;
	margin: 0;
}
#content1 #central1 #headblog .tabmenus li a {
	text-decoration: none;
	padding: 3px 6px;
	/* border: 1px solid #009; */
	color: #FFF;
	/*background-color: #870169;
	background-image:url(../image/bgtapon6a.gif);*/
	background-repeat: repeat-x;
	border-bottom: none;
}
#content1 #central1 #headblog .tabmenus li a:visited {
	color: #FFF;
}
#content1 #central1 #headblog .tabmenus li a:hover {
	background-image:none;
	background-color: #fc6e0f;
	color: #FFF;
}
#content1 #central1 #headblog .tabmenus li a:active {
	color: #FFF;
}
#content1 #central1 #headblog .tabmenus li a.selected { 
 	position: relative;
 	top: 1px;
}
#content1 #central1 #headblog .tabmenus li a.selected { 
	color: #FFF;
	background-color: #FF6600;
	/*background-image: url(../image/bgtapoff6a.gif);
	background-repeat: repeat-x;
	border-bottom-color: white;*/
}
#content1 #central1 #headblog .tabmenus li a.selected:hover { 
	text-decoration: none;
	color: #FF0;
}
#content1 #central1 #blogisi {
	color: #FFF;
	font-weight: bold;
	background-color: #FF6600;
	/*background-image: url(../image/bgrforum11.gif);*/
	background-repeat: repeat-x;
	background-position: left top;
	margin: 1px 0 0 0;
	padding: 8px 8px 13px;
	border-top: 0;
	clear: both;
}
#content1 #central1 #blogisi .date {
	padding: 0px;
	margin: 0px;
	color: #c4e3fa;
	font: 10px/100% Arial, Helvetica, sans-serif;
}
#content1 #central1 #blogisi .image{
	padding: 2px;
	margin: 10px 5px 3px 0px;
	border: 1px solid #c1cef1;
	float: left;
}
#content1 #central1 #blogisi ul {
	padding: 0;
	margin: 0;
	clear: both;
}
#content1 #central1 #blogisi ul li {
	padding: 2px 0;
	margin: 0 0 0 15px;
	list-style: url(../image/panahforumwp.gif) outside none;
}
#content1 #central1 #blogisi a:link {
	color: #fff;
}
#content1 #central1 #blogisi a:visited {
	color: #fff;
}
#content1 #central1 #blogisi a:hover {
	color: #ff0;
}
#content1 #central1 #blogisi .judul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: auto;
	padding: 2px 0;
}

/*======================================================*/
#content1 #kanan1 #headforum {
	padding: 0;
	margin: 4px 0 0 0;
	clear: both;
}
#content1 #kanan1 #headforum .tabmenus {
	padding: 2px 0;
	margin: 0;
	font: bold 12px Arial;
	text-transform: capitalize;
	border-bottom: 1px solid #FFF;
	list-style-type: none;
}
#content1 #kanan1 #headforum .tabmenus li {
	display: inline;
	padding: 0;
	margin: 0;
}
#content1 #kanan1 #headforum .tabmenus li a {
	text-decoration: none;
	padding: 3px 6px;
	/* border: 1px solid #009; */
	color: #FFF;
	background-color: #870169;
	background-image:url(../image/bgtapon6a.gif);
	background-repeat: repeat-x;
	border-bottom: none;
}
#content1 #kanan1 #headforum .tabmenus li a:visited {
	color: #FFF;
}
#content1 #kanan1 #headforum .tabmenus li a:hover {
	background-image: none;
	background-color: #fc6e0f;
	color: #FFF;
}
#content1 #kanan1 #headforum .tabmenus li a:active {
	color: #FFF;
}
#content1 #kanan1 #headforum .tabmenus li a.selected { 
 	position: relative;
 	top: 1px;
}
#content1 #kanan1 #headforum .tabmenus li a.selected { 
	color: #FFF;
	background-color: #002bc8;
	background-image: url(../image/bgtapoff6a.gif);
	background-repeat: repeat-x;
	border-bottom-color: white;
}
#content1 #kanan1 #headforum .tabmenus li a.selected:hover { 
	text-decoration: none;
	color: #FF0;
}
#content1 #kanan1 #forumisi {
	color: #FFF;
	font-weight: bold;
	background-color: #2d2dd1;
	background-image: url(../image/bgrforum11.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 1px 0 0 0;
	padding: 8px;
	border-top: 0;
	clear: both;
}
#content1 #kanan1 #forumisi ul {
	padding: 0;
	margin: 0;
	clear: both;
}
#content1 #kanan1 #forumisi ul li {
	padding: 2px 0;
	margin: 0 0 0 15px;
	list-style: url(../image/panahforumwp.gif) outside none;
}
#content1 #kanan1 #forumisi a:link {
	color: #fff;
}
#content1 #kanan1 #forumisi a:visited {
	color: #fff;
}
#content1 #kanan1 #forumisi a:hover {
	color: #ff0;
}
#content1 #kanan1 #forumisi .judul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: auto;
	padding: 2px 0;
}
#content #central #detikfoto .sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 4px solid #000086;
	border-bottom-width: 6px; /*width of featured content slider*/
	height: 236px;
	background-color: #000086;
	color: #FFF;
}
html>body #content #central #detikfoto .sliderwrapper {
	height: 229px;
}
#content #central #detikfoto .sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: #000086;
	width: 192px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
}
#content #central #detikfoto .sliderwrapper .contentdiv .sum {
	margin:0;
	padding: 4px;
	text-align:left;
	font-size: 11px;
	color: #FFF;
	clear: both;
}
#content #central #detikfoto .pagination {
	text-align: center;
	background-color: #6764bb;
	padding: 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#content #central #detikfoto .pagination a {
	padding: 5px 8px;
	text-decoration: none;
	color: #ccf;
	background: #009;
	border: 1px solid #fff;

}
#content #central #detikfoto .pagination a:link {
	color: #FFFF00;
}
#content #central #detikfoto .pagination a:hover {
	color: #e00;
	background-color: #fff;
	border: 1px solid #ff0;
	
}
#content #central #detikfoto .pagination a.selected {
	color: #e00;
	background-color: #fff;
	border: 1px solid #fff;
}
/*================================================================*/
#content #central #fotoanda .sliderwrapper {
	position: relative;
	overflow: hidden;
	border: 4px solid #ff3600;
	border-bottom-width: 6px;
	height: 237px;
	background-color: #dedede;
	color: #FFF;
}
html>body #content #central #fotoanda .sliderwrapper {
	height: 227px;
}
#content #central #fotoanda img {
	margin: 0;
	padding: 0 0 3px 0;
	clear: both;
}
#content #central #fotoanda .sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background-color: #ff3600;
	width: 192px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
}
#content #central #fotoanda .sliderwrapper .contentdiv .sum {
	margin:0;
	padding: 4px;
	text-align:left;
	font-size: 11px;
	color: #FFF;
	clear:both;
}
#content #central #fotoanda .pagination {
	text-align: center;
	background-color: #ff9000;
	padding: 12px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#content #central #fotoanda .pagination a {
	padding: 5px 8px;
	text-decoration: none;
	color: #fff;
	background: #ff3600;
	border: 1px solid #fff;

}
#content #central #fotoanda .pagination a:link {
	color: #FFFF00;
}
#content #central #fotoanda .pagination a:hover {
	color: #ee0000;
	background-color: #f2f2f2;
	
}
#content #central #fotoanda .pagination a.selected {
	color: #990000;
	background-color: #fff;
	border: 1px solid #fff;
}
/*polling sms */
#content #kanan #pollingsms {
	text-align: center;
	background-color: #fff;
	padding: 2px;
	margin: 1px 0 0 0;
	border: 1px solid #DDC688;
	clear: both;
}
#content #kanan #pollingsms .isipoll {
	min-height: 130px !important;
	height: auto !important;
	height: 140px;
	color: #fff;
	text-align: center;
	background-color: #e00;
	background-image: url(../image/bgpollsmsred.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 9px 8px 12px;
	margin: 0;
}
#content #kanan #pollingsms .isipoll .unek2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ff0;
	text-align: center;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0;
	clear: both;
}
#content #kanan #pollingsms .isipoll ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #FA4D55;
	clear: both;
}
#content #kanan #pollingsms .isipoll ul li {
	color: #fff;
	text-align: left;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	border-bottom: 1px solid #FA4D55;
	clear: both;
}
#content #kanan #pollingsms .isipoll .tekscode {
	width: 150px;
	padding: 0;
	margin: 0;
	float: left;
}
#content #kanan #pollingsms .isipoll .barpersen {
	width: 100px;
	padding: 3px 0 2px 0;
	margin: 0;
	float: left;
}
#content #kanan #pollingsms .isipoll .pollingbar {
	width: 65px;
	text-align: left;
	padding: 1px;
	margin: 2px 5px 0 0;
	background-color: #000;
	float: left;
}
#content #kanan #pollingsms .isipoll .teks {
	font-size: 13px;
	color: #CCFF00;
}
#kanan #pollingsms .tatacara {
    color: #fff;
	padding: 3px;
	margin: 1px 0 0 0;
	background-color: #009;
	clear: both;
}
#content #kanan #pollingsms a.info {
    position:relative; /*this is the key*/
    z-index:24;
	color: #FFFFFD;
    text-decoration:none}
#content #kanan #pollingsms a.info:hover{z-index:25; color: #ff3; text-decoration:none; background-color:#009}
#content #kanan #pollingsms a.info span{color: #FFFFFC; display: none}
#content #kanan #pollingsms a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.5em; left:-4.5em; width:22em;
    border:1px solid #e00;
    background-color:#e00;
	padding: 3px 5px;
	line-height: 115%;
    text-align: left;
    color: #fff;
}
/* end for polling sms */



.divider { margin: 20px 0px 15px 0px; }
