/* Scrolovatko */
.ScrollBox
{
	X-FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#F5F1E6,endColorStr=white);
	overflow: auto;
	border: solid 1px #888;
	background-color: White;
	
}

/* Tabulka */
.SingleList TD, .MultiList TD
{
	border-bottom: #900 1px solid;
	padding-left: 5px;
}

.SingleList .ListHeader TD, .MultiList .ListHeader TD
{
	background-image: url('../Images/ListHeader.jpg');
	border-bottom: #BBB 1px solid;
	font-weight: bold;
	padding-left: 5px;
	height: 20px;
}

.SingleList .Link, .MultiList .Link
{
	font-weight : bold;
	color: #e19e2b;
	cursor: pointer;
}

.SingleList TD
{
	height: 18px;
}

.SingleList .Hilite
{
	background-image: url('../Images/SingleListHilite.jpg');
	height: 18px;
}

.MultiList TD
{
	height: 40px;
}

.MultiList .Hilite
{
	background-image: url('../Images/MultiListHilite.jpg');
	height: 40px;
}

.CellContent
{
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow: ellipsis;
}

.CellNote
{
	display: block;
	color: #999;
	font-weight: normal;
}

.Selected
{
	font-weight: bold;
	color: Red;
}

/* Zalozky */

.BaseTab
{
	border: 1px solid white;
	X-padding:10px;
	margin: 2px;

	height: 27px;
	width: 97%;

	display: block;
	X-float: left;
	cursor: pointer;
	vertical-align: middle;
	text-indent: 10px;
	line-height:27px;
}

.ActiveTab
{
	border: 1px solid #c79c23;
	background-image: url('../Images/ActiveTab.jpg');
}

.InactiveTab
{
}

.DisabledTab
{
	color: #999;
}

.Hilite
{
	background-image: url('../Images/InactiveTabHilite.jpg');
	border: 1px solid #c79c23;
}

.TabSpacer
{
	display: none;
	float: left;
}

.TabStrip
{
	margin-bottom: 5px;
	width: 100%;
	height: 100%;
	border: solid 1px #AAA;
	padding: 1px;
	background-color: White;
}

.Tab
{
	padding: 10px;
}


/* Button */
.Button
{
	X-border: 1px solid #777;
	
	margin-left:4px;
	margin-right:0px;
	margin-top: 5px;

	xmin-width: 70px;
	padding-left:5px;
	padding-right:5px;

	padding-top:2px;
	height: 24px;
	float:right;
	
	position: relative;
	cursor: pointer;
	display: inline;
	text-align: center;
	
	color: Black;
	font-weight: bold;
	font-size: 12px;
}

.ActiveButton
{
	border: 1px solid #c79c23;
	background-image: url('../Images/ActiveButton.jpg');
}

.InactiveButton
{
	background-image: url('../Images/InactiveButton.jpg');
}

.ButtonSpacer
{
	-margin-left: 2px;
	width:2px;
	-display: inline;
	float: right;
}

/**/
.ButtonBanner
{
	text-align: right;
}

/*Separator*/
.separator
{
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
	height: 25px;
	width: 100%;
	line-height: 25px;
	padding-left: 5px;
	margin: 15px 0px 5px 0px;
	font-weight: bold;
}

/*Iframe do formularu*/
.iframe
{
	width: 100%;
	height: 97%;
}


/* ImageButton control */
.imagebutton
{	
}

.imagebutton div
{	
	display: inline;
}

.imagebutton_link
{
	margin: 2px;
	text-decoration: none;
	color: black;
	margin: 2px;
	height: 22;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.imagebutton_link .begin
{
	height: 22px;
	width: 3px;
	background-image: none;
}

.imagebutton_link .end
{
	height: 22px;
	width: 3px;
	background-image: none;
}

.imagebutton_link .content
{
	height: 22px;	
	padding-top: 3px;
	background-image: none;
}

.imagebutton_link  .content .text
{
	height: 17px;
	padding-top: 1px;
	padding-left: 3px;
}

.imagebutton_link:hover .begin
{
	background-image: url(../Images/ImageButtonBegin.gif);
}

.imagebutton_link:hover .end
{
	background-image: url(../Images/ImageButtonEnd.gif);
}

.imagebutton_link:hover .content
{
	background-image: url(../Images/ImageButtonTextBackground.gif);
}

.imagebutton_disabled div
{	
	display: inline;
}

.imagebutton_disabled img
{
	FILTER: progid:DXImageTransform.Microsoft.BasicImage( Rotation=0,Mirror=0,Invert=0,XRay=0,Grayscale=1,Opacity=0.50);
}

.imagebutton_disabled .content .text
{
	color: #C7C7C7;
	height: 17px;
	padding-top: 1px;
	padding-left: 3px;
}


/*Calendar*/

.calendary_Box .textBoxContainer
{
	display: inline;
	width: 78px;
}

.calendary_Input {
	margin-bottom: 0px;
	X-cursor: hand;
	text-align: left;
}

.calendary_ContainerBox
{
	position: absolute;
	background-color: White;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#BBBBBB', Direction=135, Strength=4);	
	border: solid 1px #AAA;
	z-index: 99;
}

.calendary_ContainerBox .calendary_Container
{
	position: relative;
	top: 0px;

	xborder: solid 1px green;
}

/*FORMULARE*/
#form { margin: 0px;}
#form .inpCtl
{
	position: relative;
	width: 100%;
	display: block;
	white-space: nowrap;
}

#form .inpCtl .caption
{
	Xborder: 1px solid green;

	display: block;
	float: left;
	width: 150px;
	padding: 3px 5px 3px 0px;
	height: 20px;
	font-weight:bold;
}

#form .inpCtl .textBox, #content .inpCtl .dropDown, #content .inpCtl .checkBox
{
	x-border: 1px solid green;
	display: block; 
	height: 28px;
	padding-right: 10px;
	x-margin-left: 150px;
	x-width: 100%;
}
#IEroot #form .inpCtl .textBox,
#IEroot #content .inpCtl .dropDown,
#IEroot #content .inpCtl .checkBox
{
	margin-left: 0px;
}

#content .inpCtl .dropDown 
{
	padding-right: 0px;
}

#form .textBox .fileBox
{
	display: block; 
	height: 24px;
	padding-right: 0px;
}

#form .textBox input
{
	padding: 4px;
	width: 77%;
	height: 14px;
	border: 3px solid #700;
	xborder-bottom: 3px solid #700;
	X-font-size: 12px;
	background-color: #ffd9af;
	xbackground-color: #fee5ca;

	font-size: 13px;
	font-style: normal;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
}
#IEroot #form .textBox input
{
	width: 100%;
}
#IE6root #form .textBox input
{
	width: 99%;
}
	
.inpCtl .dropDown select
{
	border: 0px;
	margin-top:2px;
	font-size: 8pt;
	padding: 4px;
	width: 100%;
}

#content .inpCtl .editorBox
{
	X-border: solid 1px yellow;

	position: relative;
	display: block; 
	margin-left: 150px;
}
#IEroot #content .inpCtl .editorBox
{
	margin-left: 0px;
}

#content .inpCtl .editor
{
	X-border: solid 1px red;

	display: block; 
	height: 100%;
}

#form .inpCtl .textArea
{
	position:relative;
	display: block; 
	height: 98px;
	padding-right: 10px;	
}

textarea
{
	padding: 4px;
	width: 77%;
	height: 85px;
	border: 3px solid #700;
	background-color: #ffd9af;
	xbackground-color: #fee5ca;
	font-size: 13px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
}
#IEroot textarea
{
	width: 100%;
}

.infoBox .infoCaption
{
	width: 150px;
}

.watermark
{
	color: #800;
}

.Code
{
	border: solid 3px #700;
}