/*
 * & ™ All rights reserved, YOUR SYSTEM, spol. s r.o. 2011
 *
 * This software (code) or parts of it is copyrighted by the YOUR SYSTEM, spol. s r.o. Use of the software (code) is subject to the YOUR SYSTEM, spol. s r.o. and requires permission.
 */

html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    background: #fff;
    color: #333;
    font: 13px arial, helvetica, sans-serif;
}
body#tsk-info {
}

p {
    margin: 0.7em 0;
}

.txt-center {
    text-align: center;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}

ul {
    padding-left: 15px;
}

select {
    padding: 2px 2px 2px 0;
}

textarea {
    width: 250px;
    height: 150px;
    vertical-align: top;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    padding: 5px;
}
tr {
    border: 0;
}
td, th {
    text-align: left;
    vertical-align: middle;
}
.list th, td {
    line-height: 12px;
    padding: 5px 6px;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background: url(../images/skin/sorted_asc.gif) 100% 50% no-repeat;
    padding-right: 10px;
}
th.desc a {
    background: url(../images/skin/sorted_desc.gif) 100% 50% no-repeat;
    padding-right: 10px;
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}
.inuserlist {
    background-color: #ffb442;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
    font-weight: bolder;
}
.prop .value {
    text-align: left;
    width: 85%;
}


h1,h2,h3,h4,h5,h6 {
    margin: 0.5em 0 .6em 0; padding: 0;
    color: #CE0018;
}
h1 {
    margin-top: .6em;
    font-size: 1.5em; text-transform: uppercase;
}
h2 {
    font-size: 1.3em;
}
h3, h4, h5, h6 {
    font-size: 1.1em;
}
hr {
    display: block;
    height: 1px;
    overflow: hidden;
    border: solid #BEC0C1;
    border-width: 1px 0 0 0;
    margin: .6em 0;
    padding: 0;
    clear: both;
}


/* ========= TSK-INFO-CSS =================== */

/* LAYOUT */
#center  {
    width: 100%;
    text-align: center;
}
#page {
    width: 900px;
    margin: 10px auto;
    text-align: left;
}
#header {
    width: 100%;
    height: 50px;
    position: relative;	
}
#header a {
    text-decoration: none;
}
#header  #hp-link {
    display: block;
    width: 430px;
    height: 50px;
    position: absolute;
	z-index: 999;	
	left: 0px;
	top: 0px;
	text-decoration: none;	
}
#header  #logo {
    width: 70px;
    position: absolute;	
    top: -5px;
    left: 0px;
}
#header #hp-name {
	border:medium none;
	height:50px;
	left:80px;
	position:absolute;
	top:0;
	width:350px;
}
#header  h1 { 
    color:#225984;
	font-size:50px;
	font-weight:900;
	left:30px;
	line-height:36px;
	margin:0;
	padding:0;
	position:absolute;
	top:5px;
	width:300px;
}
#tsk-info #left-col {
    width: 565px;
    min-height: 400px;
    float: left;
    margin-bottom: 5px;
    padding-right: 20px;
    background: url(../images/skin/dot-silver1.gif) transparent repeat-y top right;
}
#tsk-info #right-col {
    width: 305px;
    float: right;
    margin-bottom: 5px;
    min-height: 400px;
    padding-left: 5px;
}

#tsk-info #wide-col {
    width: 100%;
    clear: both;
    background-color: #fff;
    min-height: 400px;
}
/* /LAYOUT */
#intro h2 {
    font-size: 17px;
    color: #313131;
}
/* forms */
/* generic forms */
fieldset { border: none; padding: 0; margin-bottom: 10px; }
legend { display: none; }

#tsk-info input {
    font-family: arial;
}
/* /generic forms */
#signin form {
    margin-left: 3px;
}
#signin h2 {
    font-size: 14px;
    color:  #313131;
}
#signin form fieldset {
    border: solid 0px #fff;
    background-color: #fbfbfb;
}
#signin  legend {
    font-size: 12px;
    font-weight: 600;
    display: none;
}
#signin  p {
    clear: both;
}
#signin p label{
    width: 160px;
    display: block;
    float: left;
    font-size: 12px;
}
#signin  p input {
    display: block;
    float: left;
    margin-bottom: 10px;
}
input[type="text"], input[type="password"] {
    margin: 5px 0;
    width: 170px;
    font-size: 17px;
}
#signin  p input[type="image"] {
    margin-top: 10px;
}
#signin  #remember_me {
    margin-right: 5px;
}
.btn2, a.btn2 {
    width: auto;
    color: #333 !important;
    font-size: 12px;
    font-weight:400;
    background: url(../images/skin/sprite_2.png) #ffffff repeat-x 0px -200px;
    border: solid 1px #7f9db9;
    cursor: pointer;
    padding: 7px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
}
.btn2:hover {
    background: none #eee;
}
.bigbutton {
    padding: 20px !important;
    font-size: 18px;
    font-weight: bold;
}

/* /forms */

/* FOOT */
#foot {
    width: 100%;
    margin: 1em 0;
}
#foot p {
    margin: 3px 0;
}
/* /FOOT */
.clear {
    clear: both;
}
/* links */
#tsk-info a:link, #tsk-info a:visited, #tsk-info a:active, #tsk-info a:focus {
    color: navy;
}
#tsk-info a:hover {
    color: blue;
}
/* /links */

/* ERRORS-MESSAGES */
#tsk-info .login_message {
    width: 400px;
    padding: 1em .5em;
    float: left;
    color: red;
}
#tsk-info div.errors , #tsk-info .login_message {
    background-color: #f8f8f8;
}

/* /ERRORS-MESSAGES */

/* LOGIC NAVIGATION */
#tsk-info .logic-navigation {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
#tsk-info .logic-navigation p {
    margin-bottom: .5em;
}
/* IE ?*/
#header  h1 {
    text-decoration: none !important;
}

/* /LOGIC NAVIGATION */

/* ========= /TSK-INFO-CSS =================== */

.yui-skin-sam .yui-ac-input {
    position:absolute;
    width:200px;
}

.yui-cms-accordion {
}

.req {
    color: red;
}


/* SHARED */
.loading { background: #fff url(../images/wait2.gif) no-repeat left 0px; height: 50px; padding: 5px 0 10px 40px; font-size: 140%; width: 290px; margin: 0 auto;  }

/* STREET CLEANING LARGE */
.streetcleaning.large .title-bar { color: #1F537A; padding: 3px; border-bottom: 1px dotted #1D4D71; } 
.streetcleaning.large .title-bar:hover { color: #3F7296; padding: 3px; border-bottom: 1px dotted #3F7296; background-color: #F9FBFF;  }
.streetcleaning.large .datatable { margin-top: 5px; font-size: 90%;}
.streetcleaning.large .title-bar input[type=button] { border: 1px solid #3F7296; background-color: #1D4D71; color: white; cursor: pointer; }
.streetcleaning.large .title-bar input[type=button]:hover { border: 1px solid #3F7296; background-color: #3F7296; color: white;  }

/* results by street */
.streetcleaning.large .datatable .cleaning-element { position: relative; padding-right: 200px; }
.streetcleaning.large .datatable input { position: absolute; top: 9px;}
.streetcleaning.large #selected.datatable { max-height: 179px; overflow: auto;  }
.streetcleaning.large #selected.datatable .cleaning-element .showinmap-btn { right: 70px; }
.streetcleaning.large #selected.datatable .cleaning-element .remove-btn { right: 0; }
.streetcleaning.large #selected.datatable .cleaning-element .sendinfo-btn { display: block;  right: 190px;}
.streetcleaning.large .datatable .prague-disctrict { padding-right: 5px; font-size: 80%; margin-left: 5px; }
.streetcleaning.large .datatable .street-name { font-size: 100%; padding-left: 5px; }
.streetcleaning.large .datatable .sector-name { padding-left: 15px; }
.streetcleaning.large .datatable .cleaning-dates { font-size: 90%; padding: 3px 0px 3px 5px; margin-left: 0px;  }
.streetcleaning.large .datatable span.data { font-size: 120%; }
.streetcleaning.large .datatable .cleaning-element:hover  span.data { color: #0D3B5B; }
#msg-container { text-align: center; margin: 10px; font-weight: normal; font-size: 110%; height: 0px; }

.selected-sectors { padding: 5px 5px;  margin: 10px 0 20px 0;  } 
.selected-sectors h3 { margin: 0 0 0 0; padding: 0; } 
.selected-sectors .no-results {  background: url('../images/info.png') no-repeat center left;  padding: 5px 5px 5px 23px; font-size: 13px; }
#mapHelp { margin: 0; }
.help { background: url('../images/help.png') no-repeat center left;  padding: 2px 5px 2px 23px; font-size: 12px; }
#cdswmapSelectedData .data { font-weight: bold; }
