/*

Darko Bunic
http://www.redips.net/
Feb, 2010.

*/


/* styles needed for dialog box */

/* dialog box */
#dialog{
	display: none;
	z-index: 999;
	position: absolute;
	background:#ffffff;
	padding: 10px;
	border-color: #fff;
	border:10px #578F1A solid;
	text-align: center;
	overflow: hidden;
}

/* image container will display only horizontal scrollbar */
#dialog .image{
			overflow-y: hidden;
			overflow-x: auto;
}
			/* center images table (if more then one image is shown) */
#dialog .image table{
				margin: auto;
			}

		/* text beneath image */
#dialog .text{
			padding-top: 5px;
			width:380px !important;
			clear:both;
			
		}

		/* dialog buttons */
		
		
.texarea{
			color: #000000;
			background-color:#ffffff;
			border: 1px #cccccc solid;
			width: 366px;
			height: 100px;
			margin: 18px 5px 0px 0px;
			font-size: 12px;
			padding-left: 4px;
			font-family:arial;
		}
		
.mailtex{
border: 1px solid #CCCCCC;
color: #000000;
font-size: 12px;
height: 30px;
margin: 18px 5px 0px 0px;
padding-left: 4px;
width: 370px;
font-family:arial;
		}
		
.formbutton
{
			color: Grey;
			background-color:#ffffff;
			border: 1px #cccccc solid;
			width: 50px;
			height: 18px;
			margin: 18px 5px 0px 0px;
			font-size: 10px;
			float: right;
}
.formbuttonclose
{
			color: Grey;
			background-color:#ffffff;
			border: 1px #cccccc solid;
			width: 50px;
			float: right;
			height: 30px;
			margin: 18px 5px 0px 0px;
			font-size: 10px;
}

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

.closebutton
{
	float:right;
}

.closebuttonimg  {
background:url("../images/close_image.gif") no-repeat scroll 0 0 transparent;
border:none;
cursor:pointer;
float:right;
height:15px;
width:48px;
margin: 19px 5px 0px 0px;
}
/* other styles */


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

body{
	font-family: arial;
}
.col2-set{margin:0px !important; padding:0px !important;}
form{margin:0px; padding:0px;}