/*
 * Copyright (c) 2009, 2010
 *
 * Hary Purnomo. All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without modification,
 * are permitted provided that the following conditions are met:
 *
 * 1. Redistributions of source code must retain the above copyright notice,
 * this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright notice,
 * this list of conditions and the following disclaimer in the documentation
 * and/or other materials provided with the distribution.
 * 3. The names of its contributors may never be used to endorse or promote
 * products derived from this software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *
 * @author hary <heavy_galleon@travianhint.com>
 * @package travtool
 * @subpackage ttmod
 */
@charset "utf-8";

/* Common */
body.v35
{
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	/*
	background-image: url(img/mainbg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	*/
}
body.v35 table
{
	font-size:10pt;
}
body.v35 img
{
	border: 0px;
}
body.v35 span.title
{
	font-size: 13pt;
	font-weight: bold;
	color: #00C;
	letter-spacing: 1px;
}
body.v35 span.intro
{
	font-size: 8pt;
	color: #555;
	line-height: 14px;
}
body.v35 span.about
{
	font-size: 7pt;
	color: #FFFFFF;
	font-style: italic;
	line-height: 22px;
	width: 99%;
	position: absolute;
	text-align: right;
	top: 0px;
}

/* Layers */
body.v35 .oben
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:76px;
	background-image:url(img/leiste.gif);
}
body.v35 .mitte
{
	position:absolute;
	left:0px;
	top:75px;
	width:100%;
}
	
body.v35 .mitte2 
{
	position:absolute;
	left: 135px;
	top:75px;
	padding:0px 0px 0px 0px;
}

/* @ by Hary @ 18 April 2010 */
body.v35 .top_workspace {
	top: 175px;
}
body.v35 .top_workspace_menukiri {
	top: 235px;
}
body.v35 .menu { /* menu = kolom 1 */
	position:absolute;
	left:0px;
	width:160px;
	text-align: center;
}
body.v35 .kolom1 {
	position:absolute;
	left:0px;
	width:160px;
	
}
body.v35 .kolom2 {
	position:absolute;
	left: 145px;
	padding:0px 0px 0px 0px;
	
}
body.v35 .kolom3 {
	position:absolute;
	left: 390px;
	padding:0px 0px 0px 0px;
	
}
body.v35 .kolom4 {
	position:absolute;
	left: 725px;
	padding:0px 0px 0px 0px;
	
}
body.v35 .workspace {
	position:absolute;
	left: 150px;
	padding:0px 0px 0px 0px;
	width: 830px;
	/*height: 100%;*/
	/*border: 1px solid #c0c0c0;*/
}
body.v35 .profil_aliansi {
	position:absolute;
	left: 0px;
	padding:0px 0px 0px 0px;
	width: 550px;
	height: 1290px;
	border: 1px solid #c0c0c0;
}
body.v35 .harydotcom{
	position:absolute;
	left: 570px;
	padding:0px 0px 0px 0px;
	
}
body.v35 .separator_menu_profilaliansi {
	position:absolute;
	left: 133px;
	padding:0px 0px 0px 0px;
	width: 10px;
	height: 100%;
	border-left: 1px dashed #c0c0c0;
	
}
body.v35 .kolom_hidden {
	position:absolute;
	left: 725px;
	padding:0px 0px 0px 0px;
	display: none;
}
body.v35 .logserangan {
	padding: 10px;
	width: 530px;
	border: 1px solid #c0c0c0;
	margin-bottom: 10px;
}
body.v35 .judul_log {
	font-size: 13pt;
	font-weight: bold;
}

/* Links */
body.v35 a:link, a:visited, a:active
{
	color: #0000cd; /*6495ed;*/
	text-decoration: none;
}
body.v35 a:hover
{
	color: #6495ed;
	text-decoration:none;
}


/* Tables */
body.v35 td
{
	background-color: #FFFFFF;
	font-size: 8pt;
	padding: 2px 5px 2px 5px;
}
body.v35 .itable
{
	background-color: #C0C0C0;
	text-align: center;
}
body.v35 .header1
{
	background-color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/tablebg.gif);
	text-align: center;
	text-transform: uppercase;
	font-size: 8pt;
	letter-spacing: 5px;
	line-height: 20px;
}
body.v35 .header1a
{
	background-color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/tablebg.gif);
	text-align: center;
	text-transform: uppercase;
	font-size: 8pt;
	letter-spacing: 2px;
	line-height: 20px;
}
body.v35 .header1b
{
	background-color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/tablebg.gif);
	text-align: center;
	text-transform: uppercase;
	font-size: 7pt;
	letter-spacing: 1px;
	line-height: 12px;
}
body.v35 .header2
{
	background-color: #F5F5F5;
	font-size: 8pt;
}
body.v35 .zeile1
{
	background-color: #ffffff;
}
body.v35 .zeile2
{
	background-color: #eeffff;
}
body.v35 .zeile3
{
	background-color: #eeffff;
    text-align: right;
}
body.v35 .zeile4
{
	background-color: #ffffff;
    text-align: right;
}
body.v35 .footer
{
	background-color: #F5F5F5;
}
.t100
{
	width: 100px;
}
.null
{
	color: #D6D6D6;
}
.grey
{
	color: #CCC;
}
.green
{
	color: #71D048;
}
.orange
{
	color: #FFAE00;
}
.infbox
{
	cursor: help;
}
.hyperlinkTrav
{
	color: #00BC00;
	font-style:oblique;
	text-decoration: underline;
	font-weight: bold; 
}
.cetakTebal
{
	font-weight: bold; 
}
.cetakUnderline
{
	text-decoration: underline;
}
.ratakiri
{
        text-align: left;
}
.ratakanan
{
        text-align: right;
}
.small
{
	font-size: 7pt;
}


/* Forms */
body.v35 form {
	margin: 0px;
}

body.v35 .ibox
{
	margin: 0px;
	border: 1px #808080 dashed;
	font-size: 8pt;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 19px;
}
body.v35 .submit
{
	margin: 2px 2px 2px 2px;
	border: 2px #777 outset;
	background-color: #333;
	color: #f8f8ff;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 1px;
}
.f250
{
	width: 250px;
}
.f200
{
	width: 200px;
}
.f80
{
	width: 80px;
}
.f50
{
	width: 50px;
}
.f100
{
	width: 100px;
}
.f150
{
	width: 150px;
}
.f30
{
	width: 30px;
}
.formular
{
	position:absolute;
	left:60px;
	top:40px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-style:outset;
	border-color:#777;
}
.formular2
{
	position:absolute;
	left:400px;
	top:60px;
}
body.v35 .fieldLabel
{
	font-weight: bold;
}
body.v35 .fieldValue
{
	color: #333;
	font-size: 8pt;
}
input.radio
{
	width: 17px;
	height:17px;
}
input.checkbox
{
	width: 15px;
	height:15px;
}


/* Menu links */
body.v35 .menu a:link,.menu a:active,.menu a:visited
{
	font-weight:normal;
	display:block;
	color:#000;
	font-size:10px;
	padding-left:12px;
	padding-bottom:3px;
	padding-top:3px;
}
body.v35 .menu a:hover
{
	color:	#808080;
	cursor:pointer;
	background-image:url(img/n.gif);
	background-repeat:no-repeat;
	font-style:normal;
	text-decoration:none;
}


/* Datepicker */
.dpDiv {
}

.dpTable {
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background-color: #F8F8F8;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:2px;
	border-bottom-width:2px;
	border-style:outset;
	border-color:#777;
	margin:1px;
	border-collapse:collapse;
}

.dpTR {
}

.dpTitleTR {
	background-color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/tablebg.gif);
	text-align: center;
	text-transform: uppercase;
	font-size: 7pt;
	letter-spacing: 1px;
	line-height: 12px;
}

.dpDayTR {
	color:#0000cd;
}

.dpTodayButtonTR {
}

.dpTD {
	padding:1px 5px 3px 1px;
}

.dpDayHighlightTD {
	padding:1px 5px 3px 1px;
	background-color:#FFFFA0;
}

.dpTDHover {
	padding:1px 5px 3px 1px;
	background-color:#F0F0F0;
	color:#6495ed;
	cursor:pointer;
}

.dpTitleTD {
}

.dpButtonTD {
}

.dpTodayButtonTD {
	background-color:#F0F0F0;
}

.dpDayTD {
	background-color:#F0F0F0;
}

.dpTitleText {
	white-space:nowrap;
}

.dpDayHighlight {
}

.dpButton {
	margin: 1px 1px 1px 1px;
	border: 1px #777 outset;
	background-color: #333;
	color: #f8f8ff;
	text-transform: uppercase;
	font-size: 7pt;
	font-weight: bold;
	line-height: 12px;
	letter-spacing: 1px;
	width:17px;
}

.dpTodayButton {
	margin: 1px 1px 1px 1px;
	border: 1px #777 outset;
	background-color: #333;
	color: #f8f8ff;
	text-transform: uppercase;
	font-size: 7pt;
	font-weight: bold;
	line-height: 12px;
	letter-spacing: 1px;
}

body.v35 div#dynamic_header {
	/*background-image: url(img/dyn_bg1.jpg);*/
	background-position: -80px -50px
}
body.v35 div#dynamic_header {
	background-color:#747273;
	height:110px;
	min-width:980px;
	overflow:hidden;
	width:100%;
}

body.v35 div#header {
	background-image: url(img/mw.gif);
	background-position:0 -28px;
	background-repeat:repeat-x;
}

body.v35 div#logo{
	background-image: url(img/logo_KL2.png);
	height: 125px;
	width: 105px;
	float: left;
	left: 14px;
	top: 3px;
	position: absolute;
}
body.v35 div#logo_kltt {
	background-image: url(img/logo_kltt.png);
	height: 62px;
	width: 178px;
	float: left;
	left: 12px;
	top: 90px;
	position: absolute;
	
}
body.v35 div#logo_tti {
	background-image: url(img/logo_tti.png);
	height: 165px;
	width: 100px;
	float: left;
	left: 10px;
	top: 5px;
	position: absolute;
	
}

clear {
	clear: both;
}


/* ------------------- Navi ------------------- */
/* -------------------------------------------- */
body.v35 div#mtop {
	width: 800px; 
	height: 67px; 
	position: relative; 
	left: 200px; 
	top: -7px;
}

body.v35 div#mtop a#nvHome, 
body.v35 div#mtop a#nv1, 
body.v35 div#mtop a#nv2, 
body.v35 div#mtop a#nv3, 
body.v35 div#mtop a#nv4, 
body.v35 div#mtop a#nv5, 
body.v35 div#mtop a#nv6, 
body.v35 div#mtop a#nv7, 
body.v35 div#mtop a#nv8, 
body.v35 div#mtop a#nv9, 
body.v35 div#mtop a#nv10 
{float:left; padding:0px; margin:0px;}

body.v35 div#mtop a#nvLogin, 
body.v35 div#mtop a#nvLogout
{float:right; padding:0px; margin:0px;}

/* ------------------- Images ------------------- */
/* ---------------------------------------------- */
/* navigation */
body.v35 a#nvHome img, 
body.v35 a#nv1 img, 
body.v35 a#nv2 img, 
body.v35 a#nv3 img, 
body.v35 a#nv4 img, 
body.v35 a#nv7 img, 
body.v35 a#nv8 img, 
body.v35 a#nv9 img, 
body.v35 a#nv10 img 
{background-position:0px -21px; background-repeat:no-repeat; height:67px; width:70px;}

body.v35 a#nv5 img, 
body.v35 a#nv6 img 
{background-position:0px -21px; background-repeat:no-repeat; height:67px; width:35px;}

body.v35 a#nvLogin img, 
body.v35 a#nvLogout img
{background-position:0px -21px; background-repeat:no-repeat; height:67px; width:70px;}

/* 3.5 */ 
body.v35 a#nvHome img {background-image:url(img/menu/nHome.gif);}
body.v35 a#nv1 img {background-image:url(img/menu/nDesa.gif);}
body.v35 a#nv2 img {background-image:url(img/menu/nPasukan.gif);}
body.v35 a#nv3 img {background-image:url(img/menu/nProfil.gif);}
body.v35 a#nv4 img {background-image:url(img/menu/nKesatria.gif);}
body.v35 a#nv5 img {background-image:url(img/menu/n5.gif);}
body.v35 a#nv6 img {background-image:url(img/menu/n6.gif);}
body.v35 a#nv7 img {background-image:url(img/menu/nSetting.gif);}
body.v35 a#nv8 img {background-image:url(img/menu/nDaftar.gif);}
body.v35 a#nv9 img {background-image:url(img/menu/n9.gif);}
body.v35 a#nv10 img {background-image:url(img/menu/n10.gif);}
/* lebah */
body.v35 a#nvHome img {background-image:url(img/menu/nHome.gif);}
body.v35 a#nv1 img {background-image:url(img/menu/nlDesa.gif);}
body.v35 a#nv2 img {background-image:url(img/menu/nlPasukan.gif);}
body.v35 a#nv3 img {background-image:url(img/menu/nlProfil.gif);}
body.v35 a#nv4 img {background-image:url(img/menu/nlKesatria.gif);}
body.v35 a#nv5 img {background-image:url(img/menu/n5.gif);}
body.v35 a#nv6 img {background-image:url(img/menu/n6.gif);}
body.v35 a#nv7 img {background-image:url(img/menu/nSetting.gif);}
body.v35 a#nv8 img {background-image:url(img/menu/nDaftar.gif);}
body.v35 a#nv9 img {background-image:url(img/menu/n9.gif);}
body.v35 a#nv10 img {background-image:url(img/menu/n10.gif);}


body.v35 a#nvLogin img {background-image:url(img/menu/nLogin.gif);}
body.v35 a#nvLogout img {background-image:url(img/menu/nLogout.gif);}

body.v35 a#nvHome:hover img, 
body.v35 a#nv1:hover img, 
body.v35 a#nv2:hover img, 
body.v35 a#nv3:hover img, 
body.v35 a#nv4:hover img, 
body.v35 a#nv5:hover img, 
body.v35 a#nv6:hover img, 
body.v35 a#nv7:hover img, 
body.v35 a#nv8:hover img, 
body.v35 a#nv9:hover img, 
body.v35 a#nv10:hover img,
body.v35 a#nvLogin:hover img, 
body.v35 a#nvLogout:hover img
{background-position:0px -121px;}

/* ------------------- Ads ---------------------- */
/* ---------------------------------------------- */
div.ads_vertical_120x400 {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	height: 400px;
	width: 120px;
	left: 5px;
	position: absolute;
	/*display: none; /* hidden untuk sementara */
}
div.ads_block_200x200 {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	height: 200px;
	width: 220px;
	position: relative;
	/*display: none; /* hidden untuk sementara */
}
div.ads_block_leaderboard {
	background-color: #FFFFFF;
	/*border: 1px solid #C0C0C0;*/
	height: 90px;
	width: 728px;
	left: 160px;
	top: 10px;
	position: absolute;
	/*display: none; /* hidden untuk sementara */
}
div.sponsor120x60{
	width: 120px;
	height: 60px;
	border: 1px solid green;
	margin-bottom: 3px;
	margin-left: 6px;
}
div.sponsorKiri{
	width: 132px;
	/*height: 60px;*/
	/*border: 1px solid green;*/
	margin-bottom: 3px;
	margin-left: 0px;
	text-align: center;
}

body.v35 div.pesan {
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	width: 278px;
	padding: 5px 10px;
}
body.v35 div.pesan2 {
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	width: 255x;
	padding: 5px 10px;
	text-align: center;
}
body.v35 div.chatbox {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	width: 500px;
}
body.v35 div.chatbox_whoisonline {
	width: 200px;
	float: left;
	position: absolute;
	left: 510px;
	top: 0px;
}

/* >>>>> css untuk halaman travilog */
body.v35 div#travilog {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	width: 820px;
	height: 450px;
	padding: 10px;
}
body.v35 div#travilog .textLong {
	height: 155px;
	width: 600px;
}
body.v35 div#travilog #headercont {
	border-bottom:2px solid #FF9900;
	height: 50px;
	padding-top: 10px;
	width: 100%;
}
body.v35 div#travilog #maincont {
	line-height: 160%;
	padding: 15px 0 0;
	width: 100%;
}
body.v35 div#travilog #maincont p {
	margin:0 15px 15px;
	line-height: 1.3
}
body.v35 div#travilog #maincont h2, h3 {
	border-bottom: 1px solid #E5E5E5;
	color: #FF9900;
	font-size: 120%;
	font-weight: normal;
	margin: -10px 0 15px;
	padding: 5px 15px;
}
body.v35 div#travilog #mainleft {
	float: left;
	padding: 0 15px 0 0;
	width: 610px;
}
body.v35 div#travilog #bottom {
	clear:both;
	width:850px;
}
body.v35 div#travilog .divForm {
	margin-left: 15px;
}
body.v35 div#travilog span.tebal {
	font-weight: bold;
}
/* <<<<< css untuk halaman travilog */


body.v35 #TB_overlay {
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:1000000000 !important;
}

body.v35 .TB_overlayBG {
	background-color:#000000;
	opacity:0.75;
	z-index:1000000000 !important;
}

body.v35 #divLogin {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #555555;
	color:#000000;
	display:none;
	left:50%;
	position:fixed;
	text-align:left;
	top:50%;
	z-index:1020000000 !important;
}

body.v35 #divLogin .loginContent {
	clear:both;
	overflow:hidden;
	padding:20px 0 5px 15px;
	text-align:left;
}

body.v35 #divLogin .loginClose {
	display: block;
	font-size: 0.8em;
	position: absolute;
	right: 5px;
	text-align: left;
	top: 0px;
	width: 70px;
}
body.v35 #divLogin .loginClose a {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(img/button_close.jpg) no-repeat scroll right 0;
	border:medium none;
	display: block;
	font-size: 0.9em;
	height: 20px;
	padding-right: 10px;
}
body.v35 #divLogin .loginClose a:hover {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background:transparent url(img/button_close.jpg) no-repeat scroll right -20px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

body.v35 .glossymenu {
	list-style-type: none;
	margin: 0 0 5 0;
	padding: 0;
	width: 130px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;	
}

body.v35 .glossymenu li a {
	background: white url(img/menu/glossyback.gif) repeat-x bottom left;
	font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

body.v35 .glossymenu li a:visited, .glossymenu li a:active {
	color: white;
}

body.v35 .glossymenu li a:hover {
	background-image: url(img/menu/glossyback2.gif);
}
body.lebah .greetings-back {
	background-color: gold;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	float: left;
	left: 540px;
	opacity: 1;
	padding: 10px;
	position: absolute;
	top: 14px;
	width: 150px;
	height: 12px;
	z-index: 2;
}
body.lebah .greetings-back-shadow {
	background-color: gray;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	float: left;
	left: 544px;
	opacity: 0.5;
	padding: 10px;
	position: absolute;
	top: 18px;
	width: 150px;
	height: 12px;
	z-index: 1;
}
body.lebah .greetings-text {
	float: left;
	left: 540px;
	padding: 10px;
	position: absolute;
	top: 14px;
	width: 150px;
	font-weight: bold;
	color: black;
	text-align: center;
	z-index: 3;
}
