.main{

	font-family :  Verdana;

	font-size: 10pt;

	position: relative;

	width: 100%;

	background-position: center top;

	padding: 0px;

}

.listgroup{

  background-color: white;

  position: relative;

	border : 1px dashed silver;

	width: 28%;

	height: 100%;

	padding: 10px;

	text-align: left;

	float: left;

	z-index: 3;

}

.SendSpam{
  
  position: relative;
  
  float: left;
  
  padding-left: 50px;
  
}

.newcustomer{

  background-color: white;

  position: relative;

	border : 1px dashed silver;

	width: 790px;
	
	height: 650px;
	
	padding-left: 15px;
	
	float: left;

	z-index: 3;

}

.newgroup{

  background-color: white;

  position: relative;

	border : 1px dashed silver;

	width: 30%;

	text-align: left;

	padding: 15px;

	float: left;



}

.import{

  position: relative;

	border : 1px dashed silver;

	width: 30%;

	text-align: left;

	padding: 15px;

	float: left;

	left: 0%;

}



.skryvany {display: block;}



body{

	margin:0px; padding:0px;

	font-family: verdana, arial, helvetica;

	font-size: 11px;

	color: #333333; 

	background-color: white;

	text-align: center;

	height: 100%; 



}

form.book{

  background-color: white;

	position: relative;

	border : 1px dashed silver;

	width: 600px;

	margin: 15px;

	padding: 15px;

	text-align: left;

}

form.action{

	position: relative;

	border : 1px dashed silver;

	width: 99%;

	height: 100%;

	text-align: left;

	float: left;

}

box{

	position: relative;

	border : 0px solid silver;

	width: 500px;

	height: 100%;

	font-size: 14pt;

	margin: 10px 0px 0px 0px;

	padding: 5px;

	float: left;

}

.menicko{

	/*background-image: url('../img/layout/top.gif'); */

	color: white;

	background-color : #990000;

	background-repeat: no-repeat;

	background-position: left top;

	position: relative;

	height: 30px;

	width: 100%;

	z-index: 4;

}





element.style {

background-image: url(../nicEditorIcons.gif);

background-position:-324px 0;

cursor:pointer;

height:18px;

overflow-x: hidden;

overflow-y: hidden;

width:18px;

}

li.dir{

  color: black;

  cursor: pointer;

  text-decoration: underline;

  list-style-type: none;

  list-style-image: url('../img/plus_dir.gif');

  z-index: 5;

}

ul.dir{

  color: black;

  cursor: hand;

  list-style-type: none;

  z-index: 5;

}

.menu {

  color: white;

  padding: 0;

  margin: 0; 

  font-size: 10pt;

  list-style-type: none; 

  display:block;

 }

.menu ul {

  margin-top: 0px; 

  position: absolute; 

  visibility: hidden; 

  background-color: #990000; 

  margin: 0; padding: 0;

  list-style-type: none;

}

.menu li {

  float: left; 

  padding: 2px 2px 0 2px; 

  width: 200px; 

  white-space: nowrap;

  }

.menu a {

  padding: 2px; 

  text-align: left; 

  padding-left: 15px; 

  color: white;

  display: block; 

  text-decoration: none;

  }

.menu ul a:link {

  color: white; 

  border-bottom: none; 

  padding-left: 15px; 

  _padding-left: 19px;

  }

.menu ul a:visited {

  color: white; 

  border-bottom: none; 

  padding-left: 15px; 

  _padding-left: 19px;

  }

.menu ul a:hover {

  color: black; 

  background-color: rgb(233,233,233);

  }

.menu li:hover ul, ul.menu li.hover ul { 

  visibility: visible;

}

.menu li li 
{

  float: none; 

  border: none; 

  padding: 0; 

  margin: 0;

}
table
{
  text-align: left;
  margin-left: 15px;
}

table.tabulka
{
  text-align: left;
  margin-left: 15px;
  margin-top: 10px;
  border: 1px silver dashed;
}

td 
{
  font-size: 12px;
	font-family: Verdana, Sans-Serif;
}
th 
{
  background-color: #990000;
  color: white;
  border-bottom: 1px dashed maroon;
  font-size: 12px;
	font-family: Verdana, Sans-Serif;
}
body, input, select, textarea
{
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
}

h1
{
	font-weight: bold;
	font-size: 180%;
	margin-bottom: 10px;
}

form
{
	margin: 0;
	padding: 0;
}

#outputSample
{
	table-layout: fixed;
	width: 100%;
}

pre
{
	margin: 0;
	padding: 0;

	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla*/
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

#outputSample thead th
{
	color: #dddddd;
	background-color: #999999;
	padding: 4px;
	white-space: nowrap;
}

#outputSample tbody th
{
	vertical-align: top;
	text-align: left;
}

