/* Carmel web style */
body, .cleanYellowPart, .ifr {
	background-repeat: repeat;
	background-position: center 0;
	background-image: url('images/tapestry-yellow.jpg');
	background-attachment: fixed;
	margin:0px;
}

.btn {
	text-decoration: none; outline: none;
}

.textplace {
	color: #663366;
	background-color: #E8CFDF;
	padding-top:20px;
}

.pageTable {
    width: 100%;
	height: 100%;
    margin: 0px;
    padding: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url('images/tapestry-yellow.jpg');
	min-width: 1000px;
}

.leftPart {
    border:0px;
	background-repeat: repeat-x;
	background-position: right top;
	background-image: url('images/tapestry.jpg');
}

.middlePart {
    border:0px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url('images/tapestry-yellow.jpg');
}

.mainText {
	position: relative;
	left: 0px;
	top: 16px;
}

.miniPhoto {
	margin: 5 0 0 30;
	float: left;
}

.akcie {
	float: left;
	margin: 5 0 0 16;
}

.menuItem1 {
	margin-top: 0;
}

table {
    font-size: 10pt;
    color:#000;
    font-family:Trebuchet MS;
    vertical-align:top;
    border:0px;
}

p {
    font-size: 10pt;
    font-family:Trebuchet MS;
    vertical-align:top;
}

.dotaznik td {
	font-size: 8pt;
	font-family: Arial;
}

.dotaznik td input {
	font-family:Arial;
	font-size:8pt;
	color:#333333; 
	border: 1px #333333 solid; 
}

.dotaznikBtn {
	font-family:Arial;
	font-size:8pt;
	color:#000;
	background-color: #ffffbb;
	border: 2px solid #333333 !important;
	width: 100px;
	height: 30px;
	
	
}
 
A:link { color: #996699; font-size: 12pt; text-decoration: none; outline: none; font-family:"Trebuchet MS";}
A:active { color: #996699; font-size: 12pt; text-decoration: none; outline: none; font-family:"Trebuchet MS";}
A:visited { color: #996699; font-size: 12pt; text-decoration: none; outline: none; font-family:"Trebuchet MS";}
A:hover { color: #666699; font-size: 12pt; text-decoration: none; text-decoration: underline; outline: none; font-family:"Trebuchet MS";}

/** EDIT ACTIONS **/

.editTable { background-color: #BE7EBE; font-weight:bold; font-size:11pt;}

/** IE SHIT **/

.akcieIE {
	width: 180px;
	height: 74px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/aa.png',sizingMethod='scale');
	cursor: pointer;
	float: left;
	margin: 5 0 0 20;
	display: none;
	visibility: hidden;
}

.logoCarmelIE {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logoCarmel.png',sizingMethod='scale');
	width: 440px;
	height: 270px;
	display: none;
	visibility: hidden;
	cursor: pointer;
}