/******************************************************* styles for all pages *******************************************************/

/* basic styles */
body {
	color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 11px;
	overflow:auto;
	overflow-x:hidden;
	background-image: url(../img/bg_mobile.gif);
	background-repeat : repeat-x;
	}
.text_logo {
	color: #333333;
	font-family: Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	}
table, select, li, td, th, p, textarea, div, span {
	color: #333333;
	font-family: Arial, Verdana;
	font-size: 11px;
	}
.text_white td {
	color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 11px;
	}

.text_white a:active {
	text-decoration: none;
	color: #eff209;
	}
.text_white a:visited {
	text-decoration: none;
	color: #eff12a;
	}
.text_white a:link {
	text-decoration: none;
	color: #eff12a;
	}
.text_white a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}



a:active {
	text-decoration: none;
	color: #073457;
	}
a:visited {
	text-decoration: none;
	color: #073457;
	}
a:link {
	text-decoration: none;
	color: #073457;
	}
a:hover {
	text-decoration: none;
	color: #f70c0c;
	}
.bg_login {
	background-image: url(../img/bg_login.gif);
	background-repeat : repeat-x;
	}
.bg_bar_newposts {
	background-image: url(../img/bg_bar_newposts.gif);
	background-repeat : repeat-x;
	}
.bg_bar_jualbeli {
	background-image: url(../img/bg_bar_jualbeli.gif);
	background-repeat : repeat-x;
	}
.bg_box_l {
	background-image: url(../img/bg_box_l.gif);
	background-repeat : repeat-y;
	}
.bg_box_r {
	background-image: url(../img/bg_box_r.gif);
	background-repeat : repeat-y;
	}
.bg_yellow {
	background-image: url(../img/bg_yellow.gif);
	background-repeat : repeat-x;
	}
.bg_orange {
	background-image: url(../img/bg_orange.gif);
	background-repeat : repeat-x;
	}
.bg_box_b {
	background-image: url(../img/bg_box_b.gif);
	background-repeat : repeat-x;
	}
.bg_footer {
	background-image: url(../img/bg_footer.gif);
	background-repeat : repeat-x;
	}

.bg_footer  a:active {
	text-decoration: none;
	color: #eff209;
	}
.bg_footer  a:visited {
	text-decoration: none;
	color: #eff12a;
	}
.bg_footer  a:link {
	text-decoration: none;
	color: #eff12a;
	}
.bg_footer  a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}