/*

Darko Bunic
http://www.redips.net/
Aug, 2009.

*/


/* styles needed for dialog box */

/* dialog box */
#dialog{
	display: none;
	z-index: 999;
	position: absolute;
	background-color: #eee;
	padding: 10px;
	border-width: 4px 15px;
	border-color: #BF6A30;
	border-style: solid;
	text-align: center;
	overflow: hidden;
}

		/* dialog buttons */
		#dialog input{
			color: white;
			background-color: #6A93D4;
			border: 1px #ccc solid;
			width: 65px;
			height: 20px;
			margin: 18px 5px 0px 0px;
			font-size: 10px;
		}

		/* buttons in dialog */
		#dialog p{
			margin: 0;
		}


/* shaded div */
#shade{
	z-index: 998;
	display: none;
	position: absolute;
	background-color: #80878F;
	width: 100%;
	height: 100%;
}



/* other styles */


/* ordered list demo */
#ol_demo li{
	margin-bottom: 10px;
}

body{
	font-family: arial;
}
