
/*
body, select, textarea
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

a { text-decoration:none; color:Black;}
a:hover { text-decoration:underline; color:Black;}

.divMenu { border:solid 2px green; width:120px; padding:10px; height:400px;}
.divMenu div { padding:5px;}


.ddlMainHolder select { width:300px;}

*/



.ddlMainHolder select { width:300px;}

body { 	margin:0; padding:0; height:100%; font-family: Verdana;font-size: 11px; }

html { overflow:hidden;}

.mainDiv { height:100%; width:100%; position:absolute;}

.logoDiv {position:absolute; top:10px; left:0; height:100px; width:200px; background-repeat:no-repeat; background-image:url(images/IPTlogo.gif);}

.blackLine { padding-top:7px; padding-left:210px; color:White; font-weight:bold; position:absolute; left:0; top:80px; background-color:#333333; width:100%; height:30px;}
.blackLine a { color:White;}

a { text-decoration:none;}
a:hover { text-decoration: underline;}

.redLine { position:absolute; left:0; top:110px; background:red; width:100%; height:30px;}

.middleDiv { height:100%; margin-left:190px; margin-right:20px;}

.headerDiv { height:80px; background:gray; font-size:30px; color:White;}

.contentDiv {background-color:#F2F2F2; margin-top:40px; min-height:500px;height:100%; position:relative; z-index:100; border:solid 1px black; overflow:auto;}
.contentDiv, .contentDiv td { white-space:nowrap;}

.footerDiv { position:absolute; width:100%; bottom:0px; background-color:#333333; color:White; height:30px;}

.loginDiv { background-color:#F2F2F2; width:200px;  top:40%; left :20%; position:absolute; padding:10px; border:solid 1px black; text-align:right; }

.titleAnketeDiv, .titleIzvlacenjeDiv { font-size:26px; font-weight:bold; padding-bottom:5px;}

.titleIzvlacenjeDiv a{color:Black;}

.anketeListDiv { margin-top:0px; margin-bottom:20px;}

.izvlacenjeDiv { margin-top:20px; margin-bottom:20px;}

.dobitniciTrHeader { font-weight:bold; background:gray; color:White;}

.dobitniciTrContent {  background:white;  }

.divMenuItem { cursor:pointer; border:solid 1px black; background:black; color:White; text-align:center; font-weight:bold; margin-top:10px; padding:10px;}

.left
{
	width:150px;
	height:20px;
	padding:4px;
	float:left;
	text-align:left;
	vertical-align:bottom;
}
.right
{
	text-align:left;
	vertical-align:bottom;
	width:150px;
	height:20px;
	padding:4px;
	float:left;
}
.breaker
{
	text-align:left;
	vertical-align:middle;
	width:30px;
	height:20px;
	padding:4px;
	float:left;
}
.dContainer
{
	border: none;
	width: 1000;
	height: 300px;
	padding: 4px;
	float: left;
	text-align: center;
	vertical-align: bottom;
}
.dContainer #header
{
	text-align: left;
	font-family: Tahoma;
	font-size: 14px;
	background-color: #3e3e3e;
	font-weight: bold;
	color: #FFFFFF;
}
.dItem
{
	border: none; 
	width: 500px; 
	height:200px;
	text-align: left; 
	float: left;
	
}
.liHead
{
	text-align: left;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#divDetails ul
{
	 list-style: none;
}
#ctl00_ContentPlaceHolder1_divMessages td
{
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}