@charset "utf-8";

* {
    	font-family: Verdana, Helvetica;
    	font-size: 10pt;
	}
	
	.dropbox-html {
    	background: #6ba300;
		border: 1px solid #a0c25f;
		padding-bottom: 10px;
	}
	
	.dropbox-html-blur { }
	.dropbox-html-content {
		position: absolute;
    	display: none;
	}
	
	a.dropbox-credits,
	a.dropbox-credits i {
    	padding: 2px;
    	color: silver;
    	text-decoration: none;
		font-size: 10px;
	}
	
	a.dropbox-credits:hover,
	a.dropbox-credits:hover i {
    	color: white;
    	background-color: gray;
	}


	/* popup ablak */
	.dropbox-wrapper { }
	.dropbox-wrapper .dropbox-html-content { width:320px; height:350px; padding:7px; }

	.dropbox-wrapper .dropbox-header div { }
	.dropbox-wrapper .dropbox-header ul { margin:0; padding:0; text-align: right; }
	.dropbox-wrapper .dropbox-header ul li { display: inline; padding-left: 1em; }
	.dropbox-wrapper .dropbox-header ul li.dropbox-previous, .dropbox-wrapper .dropbox-header ul li.dropbox-next { display:none; }
	
	.dropbox-wrapper .dropbox-header a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #e8d5cf;
		background: #ed7b5c;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 3px;
		border: 1px solid #c32900;
		text-decoration: none;
		outline: none;
		}
	.dropbox-wrapper .dropbox-header a:hover {
		color: white;
		background: #de2f00;
		border: 1px solid #7d1a00;
		}
	
	.dropbox-wrapper .dropbox-header .dropbox-move a { cursor: move; }
	.dropbox-wrapper .highslide-footer { height: 11px; }
	.dropbox-wrapper .dropbox-footer .dropbox-resize { float:right; height:15px; width:11px; padding-top: 3px; background: url(../highslide/graphics/resize.gif) no-repeat bottom right; }
	.dropbox-wrapper .dropbox-body { }
	.dropbox-move { cursor: move; }
	.dropbox-resize { cursor: nw-resize; }

	/* These must be the last of the Highslide rules */
	.dropbox-display-block { display: block; }
	.dropbox-display-none { display: none; }


