﻿/* --------------------------------------------
 *          General global styles
 * -------------------------------------------- */

html {
}

body {
    color: #444;
    font-family: trebuchet ms, tahoma, verdana, lucida, sans-serif;
    font-size: 0.9em;
    height: 100%;
    padding: 0px;
    margin: 0;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

br {
    line-height: 1.7em;
    clear: both;
}

/* --------------------------------------------
 *            Main layout styles
 * -------------------------------------------- */

/* topmost div */
#contents {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    width: 980px;
    padding: 0px;
    background-color: #fff;
}

/*
 * general error block
 * present in layout, but not used now
 */
#errorBlock {
    position: absolute;
    top: 0px;
    height: 120px;
    width: 880px;;
    background-color: #f6fbfe;
    border-bottom: 2px solid #d5d5d5;
    float: left;
    z-index: 2;
    display: none;
}

#errorBlock #errorClose {
    position: relative;
    top: 10px;
    left: 93%;
}

#errorBlock .alert {
    font-size: 2.5em;
    padding-left: 50px;
    vertical-align: bottom;
    color: #ff3f43;

}

/*
 * top-most status line
 */

#statusLine {
    width: 100%;
    text-align: right;
    color: #949494;
    height: 15px; /* S. puvodne 20px */
    font-size: 0.8em;
    margin-top: 2px; /* S. TODO: opravit, hack */
}

#statusLine a { /* S. */
    color: #949494;
}

#statusLine a:hover { /* S. */
    color: #c00004;
}

/*
 * quicksearch
 */

#top-languages {
    float: right;
    padding: 0 0 0 1.0em;
}

#top-quicksearch {
    float: right;
    padding: 0 0 0 1.0em;
}

#top-user {
    float: right;
    padding: 0 0 0 1.0em;
}

.quicksearch input {
    font-size: 0.8em;
    border: 0.5px solid;
}

/*
 * page header with image
 */

#header {
    width: 100%;
    height: 35px;
    background-image: url('../images/header-bg.gif');
    overflow: hidden;
}
#header h1{
    font-size: 2.6em;
    color: #004d92;
    display: inline;
    position: relative;
    top: -10px;
    padding: 0px;
}

#header h2{
    font-size: 1.1em;
    color: #004d92;
    display: inline;
    position: relative;
    top: -10px;
    margin-left: 5px;
}


/*
 * General menu
 */
a.active{
	color: #c00004;
}


/*
 * main page menu
 */

#mainMenu {
    font-size: 1.15em;
    letter-spacing: 0px;
    word-spacing: -2px;
    color: #3399e3;
    padding-top: 4px;
    padding-bottom: 4px;
}

#mainMenu a {
    color: #004d92;
    font-weight: normal;
    word-spacing: 0px;
}

#mainMenu a.active{
	color: #c00004;
}

#mainMenu a:hover {
    color: #c00004;
}

#mainMenu .notAllowed {
    color: #cccccc;
}
#mainMenu a.notAllowed:hover {
    color: #cccccc;
}
/*
 * page footer
 */

#footer {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    color: #949494;
    height: 15px; /* S. puvodne 20px */
    font-size: 0.8em;
}

/* --------------------------------------------
 *      styles for content inside layout
 * -------------------------------------------- */

/*
 * client menu
 */

#clientMenu{
    margin-top: 4px;
    font-size: 1.2em;
    letter-spacing: 0px;
    word-spacing: -2px;
    color: #004d92;
    border-bottom: 1px solid #d5d5d5;
}

#clientMenu a.active{
	color: #c00004;
}

#clientMenu a {
    color: #3399e3;
    font-weight: normal;
    word-spacing: 0px;
}

#clientMenu span {
    color: #606060;
    font-size: 0.9em;
}

#clientMenu a:hover {
    color: #c00004;
}

span.clientMenuIE6hack {
    color: #fff !important;
}

/*
 * crud title
 */

h3.crudTitle {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

h3.crudTitle a{
	color: #3399e3;
}

h3.crudTitle a:hover{
	color: #c00004;
}

.editBlock a {
    color: #3399e3;
    font-weight: normal;
}

/* --------------------------------------------
 *          jQuery UI icon
 * -------------------------------------------- */

img.ui-icon {
	height: 16px;
	width: 16px;
	position: relative;
	display: inline;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
.arum-ui-icon-highlighted {
/*	background:#DFEFFC url(images/ui-bg_glass_85_dfeffc_1x400.png) repeat-x scroll 50% 50%; */
	border:1px solid #C5DBEC;
	color:#2E6E9E;
	font-weight:bold;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

/* --------------------------------------------
 * block decoration elements
 * -------------------------------------------- */

.editBlockDecoration {
    border-bottom: 1px solid #d5d5d5;
    border-top: 2px solid #d5d5d5;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f6fbfe;
}

.tableBlockDecoration {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.mselectBlockDecoration {
}

/*
 * all xxxBlock has this as ancestor
 * allways used after with all xxxBlock
 * like class='baseBlock editBlock'
 */

.baseBlock {
}
