/* CSS Document */
#form_search
	{
		font-size:14px;		
		padding-bottom:30px;
		background-color:#09C;
		
	}
	
#form_search table
	{
			padding-top:20px;
			color:#FFF;
	}
	
#data_eksportir, #data_ska
	{
		font-weight: bold;
		font-size:12px;
	}

#data_eksportir .data_eksportir1
	{
		/*border-collapse: collapse;*/
		border:solid #666 1px;
		color:#000;
	}
	
#form_eksportir_edit
	{
		font-size:14px;
		padding-bottom:50px;	
		
	}

/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(../images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(../images/tipBtm.png) no-repeat bottom; height: 32px;}

.tinyTip { width: 325px; padding: 17px 0px 0px 0px; display: block; background: url(../images/tinyTip-top.png) 0px 0px no-repeat; }
.tinyTip .content { padding: 0px 15px 0px 15px; font-size: 14px; font-family: "Lucida Sans Unicode"; color: #010101;  background: url(../images/tinyTip-content.png) 0px 0px repeat-y; }
.tinyTip .bottom { height: 47px; background: url(../images/tinyTip-bottom.png) 0px 0px no-repeat; font: 0px/0px sans-serif; }

/* simple css-based tooltip */
.tooltip {
	background-color:#F90;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#000;
	text-align:left;
	font-size:16px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

.tTipInfo {
	cursor:pointer;
}

.tTipRightInfo {
	cursor:pointer;
}