/* Win color scheme */
/* zakladni tagy */
BODY, TD
{
	font-family: Tahoma, Helvetica, Arial, "Arial CE", sans-serif;
	color: #000000;
	font-size: 11px;
}

INPUT, TEXTAREA, SELECT
{
	font-family: Tahoma, "MS Sans Serif", Helvetica, Arial, "Arial CE", sans-serif;
	color: #000000;
	font-size: 11px;
}

BODY
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	cursor: default;
}

A
{
	color: #000050;
}

A:hover
{
	color: #C80000;
}

LI
{
	padding-top: 2px;
}

/* stranky */
BODY.help
{
	background-color: #FFFFE0;
}

BODY.preview-file, BODY.content, BODY.main, BODY.help
{
	padding: 10px;
}

BODY.preview-file
{
	padding: 0px;
	border-width: 0px;
	color: #000000;
	background-color: #B8C4E0;
	text-align: center;
}

BODY.dialog
{
	padding: 10px;
	border: 1px solid #5975B7;
	background-color: #F0F2F9;
}

BODY.dialog-frame
{
	padding: 0px;
	border-width: 0px;
}

/* titulky */
H1, H2, H3, H4, H5, H6
{
	font-family: Helvetica, Arial, "Arial CE", sans-serif;
	color: #C80000;
}

H4 SPAN
{
	color: #002448;
}

H5
{
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* barvy */
.dark
{
	color: #5975B7;
}
.face
{
	color: #B8C4E0;
}
.highlight
{
	color: #DCE1EF;
}
.dark-bg
{
	background-color: #5975B7;
}
.face-bg
{
	background-color: #B8C4E0;
}
.highlight-bg
{
	background-color: #DCE1EF;
}
.dark-border
{
	border: 1px solid #5975B7;
}
.face-border
{
	border: 1px solid #B8C4E0;
}

/* zahlavi stranky */
TD.top-logo
{
	font: bold 19pt sans-serif;
	color: #C00000;
	padding: 5px 5px;
	position: relative;
}
TD.top-logo SPAN.claim
{
	font: italic 10px verdana;
	font-weight: normal;
	position: absolute;
	left: 51px;
	top: 32px;
	color: #000;
}
TD.bar-left, TD.bar-right, TD.bar-wizard
{
	background-color: #DCE1EF;
	font-size: 12px;
	padding: 0px 10px;
	height: 25px;
	border-top: 1px solid #5975B7;
	border-bottom: 1px solid #5975B7;
	color: #000000;
	white-space: nowrap;
}

TD.bar-left
{
	border-right: 1px solid #5975B7;
}

TD.bar-wizard
{
	font-size: 11px;
	font-weight: bold;
	padding-right: 30px;
	text-align: right;
	white-space: nowrap;
}

/* informacni lista */
DIV.info
{
	font-size: 12px;
}

/*  oramovane tabulky a seznam */
TABLE.grid, TABLE.list, TABLE.list-small, TABLE.grid-small, TABLE.filter
{
   border-left: 1px solid #5975B7;
   border-top: 1px solid #5975B7;
}

TABLE.grid TD, TABLE.list TD, TABLE.list-small TD, TABLE.grid-small TD, TABLE.filter TD,
TABLE.grid TH, TABLE.list TH, TABLE.list-small TH, TABLE.grid-small TH, TABLE.filter TH
{
   padding: 6px;
	border-right: 1px solid #5975B7;
	border-bottom: 1px solid #5975B7;
}

TABLE.grid-shadow
{
   border-left: 1px solid #B8C4E0;
   border-top: 1px solid #B8C4E0;
}

TABLE.grid-graph
{
   border-left: 1px solid #B8C4E0;
   border-right: 1px solid #B8C4E0;
   border-top: 1px solid #B8C4E0;
}

TABLE.list-small TD, TABLE.list-small TH
{
   padding: 3px;
}

TABLE.list TD.deleted, TABLE.list-small TD.deleted
{
	color: #808080;
	text-decoration: line-through;
}

TABLE.list TD.deleted A, TABLE.list-small TD.deleted A
{
	color: #808080;
	text-decoration: line-through underline;
}

TABLE.grid-small TD, TABLE.grid-small TH
{
	padding: 3px;
}

TABLE.filter TD
{
	padding: 4px;
}

TABLE.filter SELECT.field
{
	margin-bottom: -2px;
}

TABLE.inner
{
   border-width: 0px;
}
TABLE.inner TD
{
	padding: 0px;
}

TABLE.nogrid, TABLE.no-grid
{
   border-width: 0px;
   padding: 6px;
}

TABLE.small
{
   padding: 3px;
}

TABLE.no-padding, TABLE.no-padding TD
{
   padding: 0px;
}

TABLE.grid TD, TABLE.grid TH, TABLE.list TD, TABLE.list TH, TABLE.grid-small TD, TABLE.grid-small TH, TABLE.filter TD, TABLE.list-small TD, TABLE.list-small TH
{
	border-right: 1px solid #5975B7;
	border-bottom: 1px solid #5975B7;
}

TABLE.grid-shadow TD, TABLE.grid-shadow TH
{
	border-right: 1px solid #B8C4E0;
	border-bottom: 1px solid #B8C4E0;
}

TABLE.grid-graph TD, TABLE.grid-graph TH
{
	border-bottom: 1px solid #B8C4E0;
	border-right-color: #B8C4E0;
	border-right-width: 1px;
}

TABLE.nogrid TD, TABLE.no-grid TD, TABLE.inner TD, TABLE.nogrid TH, TABLE.no-grid TH
{
  border-width : 0px;
}

TABLE.filter TD
{
	background-color: #DCE1EF;
}

TABLE TD.filter
{
	background-color: #DCE1EF;
	background-color: #B8C4E0;
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* hlavicka tabulky */
TD.head, TH.head, THEAD TH
{
	font-size: 11px;
	font-weight: bold;
	background-color: #DCE1EF;
	position: relative;
}

/* oznaceni polozek tabulky */
TABLE.form TD.label
{
	background-color: #FFFFFF;
	white-space: nowrap;
}

TABLE.view TD.label
{
	background-color: #DCE1EF;
	white-space: nowrap;
}

/* polozky tabulky */
TABLE.form TD.field
{
	background-color : #DCE1EF;
}

TABLE.form TD.set
{
	position: relative;
	background-color : #B8C4E0;
}

TABLE.view TD.field
{
	background-color: #FFFFFF;
}

TABLE.grid TD.cell
{
	background-color: #FFFFFF;
}

/* dlazdice */
DIV.tile
{
}

SPAN.tile-cell
{
	text-align: center;
	width: 112px;
	height: 126px;
	margin: 5px;
	position: relative;
}

SPAN.tile-cell SPAN.label
{
	width: 112px;
	height: 13px;
	text-overflow: ellipsis;
	overflow : hidden;
	white-space: nowrap;
}

TABLE.tile-img
{
	border: 1px solid #5975B7;
	width: 112px;
	height: 112px;
	padding: 5px;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
}

DIV.folder-previews
{
	position: relative;
	background: url(folder_preview.gif) no-repeat;
	height: 92px;
	width: 92px;
	top: 4px;
}

DIV.folder-previews table
{
	width: 87px;
	height: 80px;
	position: relative;
	top: 8px;
}
DIV.folder-previews table td
{
	height: 50%;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

SPAN.tile-tools
{
	position: absolute;
	left: -3px;
	top: -3px;
	z-index: 1;
}

/* paticka tabulky */
TD.foot
{
	text-align: center;
	background-color: #FFFFFF;
	white-space: nowrap;
}

TD.foot-right
{
	text-align: right;
	background-color: #FFFFFF;
	white-space: nowrap;
}

/* strankovac seznamu */
TABLE.list-pager
{
	margin-top: 15px;
}

TABLE.list-pager TD.label
{
	text-align: right;
	padding-right: 5px;
}

TABLE.list-pager TD
{
	vertical-align: top;
}

P.list-pager
{
	margin-top: 15px;
	margin-bottom: 15px;
}

P.list-pager SPAN
{
}

P.list-pager A
{
}

/* hlavni obsah */
DIV.content
{
	width: 530px;
}

DIV.board
{
	background-color: #DCE1EF;
	border: 1px solid #5975B7;
	padding: 6px;
}

/* zpravy pro uzivatele */
P.messages
{
}

TABLE.messages
{
	width: 100%;
	background-color: #FFFFE1;
	border: 1px solid #5975B7;
	padding: 6px;
}

TD.ico
{
}

TD.message
{
	padding-left: 0px;
}

/* prikazova radka */
P.cmd-line
{
}

TABLE.cmd-line
{
	width: 100%;
}

SPAN.separator
{
	width: 12px;
	cursor: default;
}

/* tlacitka */
BUTTON, INPUT.button
{
	font-family: Helvetica, Arial, "Arial CE", sans-serif;
	border: 1px solid #5975B7;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #C80000;
	cursor: hand;
	font-weight: bold;
	height: 21px;
}

BUTTON.second, INPUT.second
{
	background-color: #4D80B7;
}

BUTTON.green, INPUT.green
{
	background-color: #008000;
}

BUTTON.std, INPUT.std
{
	width: 80px;
}

TABLE.filter INPUT.button
{
	height: 19px;
}

/* polozka */
INPUT.field, SELECT.field, TEXTAREA.field, IFRAME.field
{
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #5975B7;
	padding: 2px;
}

INPUT.field
{
	width: 300px;
	height: 19px;
	padding-top: 2px;
}

INPUT.sm, SELECT.sm
{
	width: 150px;
}

INPUT.ssm, SELECT.ssm
{
	width: 80px;
}

INPUT.full, SELECT.full
{
	width: 100% !important;
}

INPUT.num
{
	text-align: right;
}

INPUT.num-control
{
	text-align: right;
	color: blue;
}

TEXTAREA.field
{
	width: 100%;
	height: 188px;
	word-wrap: break-word;
}

TEXTAREA.sm
{
	height: 99px;
}

TEXTAREA.ssm
{
	height: 45px;
}

TEXTAREA.edit
{
	margin-bottom: 2px;
}

INPUT.password
{
	font-family: verdana, arial, "Arial CE", helvetica, sans-serif;
	font-size: 9pt;
}

LABEL
{
	position: relative;
	top: -2px;
}

INPUT.disabled, TEXTAREA.disabled, SELECT.disabled
{
	background-color: #F0F2F9;
	color: #5975B7;
	cursor: default;
}

INPUT.readonly, TEXTAREA.readonly, SELECT.readonly
{
	background-color: #F0F2F9;
	color: black;
	cursor: default;
}

/* chybovy text */
.ok
{
	color: #008000;
}
.warning
{
	color: #FF6000;
}
.error
{
	color: #C80000;
}

/* pozadovana polozka */
SPAN.req
{
	font-family: Verdana, Tahoma, Helvetica, Arial, "Arial CE", sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #E60000;
	position: relative;
	left: 2px;
	top: 3px;
	cursor: default;
}

/* list-select */
DIV.list-select
{
	overflow-x: hidden;
	overflow-y: auto;
   border: 1px solid #5975B7;
   background-color: #FFFFFF;
}

TABLE.list-select TD, TABLE.list-select TH
{
   padding: 3px;
}

TABLE.list-select TD.cell
{
	border-right: 1px solid #DCE1EF;
	border-bottom: 1px solid #DCE1EF;
	cursor: hand;
}

TABLE.list-select TD.last
{
	border-right-width: 0px;
}

TABLE.list-select TH.head
{
	border-right: 1px solid #5975B7;
	border-bottom: 1px solid #5975B7;
	font-size: 11px;
	font-weight: bold;
	color: #5975B7;
	background-color: #B8C4E0;
}

TABLE.list-select TH.last
{
	border-right-width: 0px;
}

TABLE.list-select TR.selected TD.cell
{
	color: #FFFFFF;
	background-color: #0000A0;
}

/* prava */
DIV.permission-12
{
	padding: 1px 2px;
}

INPUT.allow, SPAN.allow
{
	background-color: #00B800;
	border: 1px solid #5975B7;
}

INPUT.deny, SPAN.deny
{
	background-color: #E80000;
	border: 1px solid #5975B7;
}

INPUT.none, SPAN.none
{
	background-color: #FFFFFF;
	border: 1px solid #5975B7;
}

SPAN.unset
{
	background-color: #FFFFFF;
	border: 1px solid #5975B7;
}

DIV.permission
{
	padding: 1px;
}

DIV.permission-form
{
	padding: 1px 0px;
}

SPAN.permission
{
	width: 16px;
	height: 16px;
	border: 1px solid #5975B7;
	cursor: hand;
}

SPAN.allow, SPAN.deny, SPAN.unset, SPAN.none
{
	width: 16px;
	height: 16px;
	position: relative;
	top: 1px;
}

/* vyrovnavace prvku */
.move-dw-2
{
	position: relative;
	top: -2px;
}

.move-up-1
{
	position: relative;
	top: -1px;
}

/* cesta zanoreni */
P.path
{
	font-size: 11px;
}

/* progress bar */
.progress-bar-off, .progress-bar-on
{
	width: 10px;
	height: 10px;
	font-size: 1px;
	border: 1px solid #C80000;
}

.progress-bar-on
{
	background-color: #C80000;
}

/* ostatni */
.active
{
	color: #C80000;
}

DIV.vertical
{
	filter: flipv fliph;
	background-color: #DCE1EF;
	height: 100%;
}

DIV.vertical SPAN
{
	writing-mode: tb-rl;
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
}

/* login */
DIV.login-footer
{
	padding-top: 2px;
	font: 10px arial,helvetica,sans-serif;
	color: #5975B7;
	text-align: center;
}

DIV.login-footer A
{
	color: #5975B7;
	text-decoration: none;
}

DIV.login-footer A:hover
{
	text-decoration: underline;
}

DIV.login-project
{
	color: #002448;
	font: bold 8pt verdana,sans-serif;
	position: relative;
	left: -5px;
	top: 2px;
}

DIV.login-cms
{
	font: 15pt verdana,sans-serif;
	color: #C80000;
	position: relative;
	left: 5px;
	top: -2px;
}

DIV.login-cms SPAN
{
	font: 15pt "Arial Black",sans-serif;
}

DIV.login-system
{
	font: italic 10px verdana,sans-serif;
	position: relative;
	left: 9px;
	top: -7px;
}

DIV.login-info
{
	margin-top: 10px;
}

IMG.login-cert
{
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

/* posuvnik */
.scroll, TEXTAREA, BODY, DIV.list-select
{
/*	scrollbar-3dlight-color: #B8C4E0;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #B8C4E0;
	scrollbar-darkshadow-color: #5975B7;
	scrollbar-face-color: #B8C4E0;
	scrollbar-highlight-color: #DCE1EF;
	scrollbar-shadow-color: #B8C4E0;
	scrollbar-track-color: #B8C4E0;*/
}

/* mapa stranek */
DIV.map UL
{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	font: 9pt helvetica;
}

DIV.map LI
{
	color: #C80000;
}

DIV.map LI.sup
{
	color: #002448;
}

/* ostatni */
SPAN.space, SPAN.delimiter, SPAN.space-3, SPAN.space-4, SPAN.space-5, SPAN.space-6, SPAN.space-10, SPAN.space-24
{
	cursor: default;
}

SPAN.space-3
{
	width: 3px;
}

SPAN.space-4
{
	width: 4px;
}

SPAN.space-5
{
	width: 5px;
}

SPAN.space-6
{
	width: 6px;
}

SPAN.space-10
{
	width: 10px;
}

SPAN.space-24
{
	width: 24px;
}

DIV.image-sample
{
	width: 100px;
	height: 70px;
	border: 1px solid #5975B7;
	margin: 5px 6px;
	padding-top: 27px;
	background-color: #B8C4E0;
	color: #5975B7;
}

DIV.flash-sample
{
	width: 70px;
	height: 19px;
	border: 1px solid #5975B7;
	margin: 5px 6px;
	padding-top: 1px;
	background-color: #B8C4E0;
	color: #5975B7;
}

/* mapa znaku */
TABLE.char-map
{
	border-top: 1px solid #DCE1EF;
	border-left: 1px solid #DCE1EF;
}

TABLE.char-map TD
{
	padding: 0px;
	width: 22px;
	height: 22px;
	font: normal 14px verdana,helvetica,sans-serif;
	border: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #DCE1EF;
	border-bottom: 1px solid #DCE1EF;
}

/* taby */
TABLE.tab TD.sp-first
{
	width: 10px;
	border-bottom: 1px solid #5975B7;
}
TABLE.tab TD.item
{
	border: 1px solid #5975B7;
	border-right-width: 0px;
	font: 11px helvetica,sans-serif;
	padding: 3px 7px;
	cursor: hand;
	white-space: nowrap;
}
TABLE.tab TD.selected
{
	border-bottom: 1px solid #B8C4E0;
	font-weight: bold;
	background-color: #B8C4E0;
	cursor: default;
}
TABLE.tab TD.sp-last
{
	border-left: 1px solid #5975B7;
	border-bottom: 1px solid #5975B7;
	width: 95%;
}
TABLE.tab DIV.content
{
	height: 5px;
	width: 100%;
	background-color: #B8C4E0;
	border-left: 1px solid #5975B7;
	border-right: 1px solid #5975B7;
}

/* taby - spodni */
TABLE.tab-bottom TD.sp-first
{
	width: 10px;
	border-top: 1px solid #5975B7;
}
TABLE.tab-bottom TD.item
{
	border: 1px solid #5975B7;
	border-right-width: 0px;
	font: 11px helvetica,sans-serif;
	padding: 3px 7px;
	cursor: hand;
	white-space: nowrap;
}
TABLE.tab-bottom TD.selected
{
	border-top: 1px solid #B8C4E0;
	font-weight: bold;
	background-color: #B8C4E0;
	cursor: default;
}
TABLE.tab-bottom TD.sp-last
{
	border-left: 1px solid #5975B7;
	border-top: 1px solid #5975B7;
	width: 95%;
}
TABLE.tab-bottom DIV.content
{
	height: 5px;
	width: 100%;
	background-color: #B8C4E0;
	border-left: 1px solid #5975B7;
	border-right: 1px solid #5975B7;
}

/* pruvodce */
TABLE.help-wizard
{
	border: 1px solid #5975B7;
	background-color: #FFFFE0;
	width: 300px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 10;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=Gray, Direction=135, Strength=2);
}

TABLE.help-wizard #HelpWizardBar
{
	font: bold 12px helvetica, sans-serif;
	background-color: #A2A28F;
	color: #FFFFE0;
	padding-left: 3px;
	padding-top: 1px;
	height: 18px;
	width: 98%;
	cursor: default;
}

TABLE.help-wizard #HelpWizardClose
{
	background-color: #A2A28F;
	padding-left: 4px;
	padding-right: 4px;
	cursor: hand;
}

TABLE.help-wizard TD.content
{
	padding: 3px;
}

TABLE.help-wizard DIV.text
{
	font: 12px helvetica, sans-serif;
}

TABLE.help-wizard DIV.link
{
	text-align: right;
	padding-top: 3px;
}

/* main page */
P.text
{
	font-family: verdana, helvetica, sans-serif;
}

DIV.main P.text
{
	margin-top: 5px;
}

DIV.main H5
{
	font-size: 15px;
	margin-bottom: 0px;
}

DIV.main H4
{
	margin-bottom: 0px;
}

DIV.news-item
{
	font-family: verdana, helvetica, sans-serif;
	padding: 6px 6px 6px 6px;
	margin-top: 10px;
	background-color: #ffe58c;
}

SPAN.news-date, SPAN.news-label
{
	font-size: 11px;
	font-weight: bold;
	color: #000050;
}

DIV.news-item UL
{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}

DIV.news-item UL LI
{
	margin-bottom: 5px;
}

DIV.news-item P
{
	margin: 0;
	padding: 0;
}

IMG.upload-preview
{
	border: 0px solid #5975B7;
}

/* on-off */
DIV.switch-display
{
	height: 9px;
	font-size: 3px;
	border: 1px solid #5975B7;
	background-color: #DCE1EF;
}
IMG.switch-display
{
	position: absolute;
	left: -10px;
	top: 0px;
	z-index: 2;
}
IMG.switch-display-row
{
	position: absolute;
	left: -11px;
	top: 10px;
	z-index: 2;
}
.repos
{
	position: relative;
}
.ico-off
{
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1, opacity=0.5);
}

/* menu */
BODY.menu, BODY.menu TD
{
	font-family: Helvetica, Arial, "Arial CE", sans-serif;
	color: #101010;
	font-size: 11px;
}
BODY.menu TD.footer
{
	padding: 0px 10px;
	height: 40px;
}

/* datova narocnost */
TABLE.data-sum
{
	border: 1px solid #5975B7;
	background-color : #DCE1EF;
	margin-top: 5px;
}
TABLE.data-sum TD
{
	padding: 3px;
}
TABLE.data-sum TABLE
{
   border-left: 1px solid #B8C4E0;
   border-bottom: 1px solid #B8C4E0;
}
TABLE.data-sum TABLE TD, TABLE.data-sum TABLE TH
{
	border-right: 1px solid #B8C4E0;
	border-top: 1px solid #B8C4E0;
}
TABLE.data-sum TABLE TH
{
	font-size: 10px;
	padding: 3px;
}
TABLE.data-sum TABLE TD.size
{
	background-color: #FFF;
	text-align: right;
}
TABLE.data-sum TABLE TD.label
{
	font-weight: bold;
	font-size: 10px;
	text-align: right;
}
TABLE.data-sum TABLE TD.quota-over
{
	color: #C00000;
	font-weight: bold;
}
TABLE.data-sum TABLE TD.quota-ok
{
	color: #008000;
	font-weight: bold;
}
TABLE.data-sum TABLE TD.total
{
	border-top: 1px solid #5975B7;
}

/* filtry */
div.filter
{
	padding: 6px;
	border: 1px solid #5975B7;
	background-color: #DCE1EF;
	margin-bottom: 25px;
	float: left;
}
div.cleaner
{
	display: table;
	width: 100%;
}

ul.report
{
	margin: 0px;
	margin-left: 20px;
	list-style-type: square;
}
ul.report span.ok
{
	color: #008000;
	font-weight: bold;
}
ul.report span.error
{
	color: #C00000;
	font-weight: bold;
}
ul.report span.warning
{
	color: #FF6000;
	font-weight: bold;
}

/* poznamka do formulare - pekne odsazeny DIV s poznamkou */
.note {margin: 3px 0px 4px 2px;}

h5.legend {margin: 15px 0px 4px 0px; padding: 0px 0px 0px 0px; font-size: 14px;}
ul.legend {margin: 7px 0px 10px 1px; padding: 0px 0px 0px 0px;}
ul.legend li {margin: 2px 0px 2px 0px; padding: 0px 0px 0px 0px; list-style-type: none;}
ul.legend li span {display: block; width: 10px; height: 10px; float: left; overflow: hidden; background-color: #E0E0E0; border: 1px solid #D0D0D0; position: relative; top: 1px; margin-right: 3px;}
ul.legend li.green span {background-color: #D1F3D9; border: 1px solid #99CC99;}
ul.legend li.blue span {background-color: #dce1ef; border: 1px solid #A0C0FF;}
ul.legend li.red span {background-color: #ffdddd; border: 1px solid #FFB0B0;}
ul.legend li.yellow span {background-color: #FFF0B0; border: 1px solid #FFE000;}
ul.legend li.orange span {background-color: #FFE0B0; border: 1px solid #FFC080;}
ul.legend li.violet span {background-color: #FFD0F0; border: 1px solid #FFB0E0;}
ul.legend li.black span {background-color: #606060; border: 1px solid #303030;}

/* iframe je v ie prilis siroky a zakryva se prava hrana */
iframe.dark-border {width: 99%;}

a.vizus-cms-3
{
	display: block;
	position: absolute;
	right: 11px;
	top: 11px;
	width: auto;
	height: 28px;
	padding: 6px 6px 6px 28px;
	background: #132b40 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAACVBMVEX/lQD/////yoA/3L2mAAAAJUlEQVR4AWMgCjAxQgETVIARDtBUkiYANRRDgHxDEQ7DdDoxAAAnAgBJbkG1aQAAAABJRU5ErkJggg==) 6px 6px no-repeat;
	text-decoration: none;
	color: #dae7f2;
	line-height: 16px;
	font: bold 13px/16px helvetica;
}

a.vizus-cms-3:hover
{
	color: black;
	background-color: #ff9500;
}