* { padding:0; margin:0; }
body {
    background: #fbfbfb url(../images/bg.jpg) 0 0 repeat;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}
:focus { -moz-outline-style: none; }

p { padding-bottom: 15px; }
img, a img { border: 0; }
ul li { list-style: none; }
.clear { clear: both; }
.ten{height:10px;clear:both; overflow:hidden}
.twenty{height:20px;clear:both; overflow:hidden}
.five{height:5px;clear:both; overflow:hidden}
.one{height:1px;clear:both; overflow:hidden}
.left{float: left}
.mr20{margin-right: 20px}
.ml20{margin-left: 20px}
.w130{width: 130px !important}
.right {float:right}
.pointer{cursor: pointer}

#selectedSources div{float: left; width: 100%; margin: 2px 0}
#selectedNonTransformSources div{float: left; width: 100%; margin: 2px 0}
#selectedSecondLossSources div{float: left; width: 100%; margin: 2px 0}
.filters select, .filters input{margin: 2px 10px}




a {
    color: #008ee8;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #ec8526;
    text-decoration: none;
}	

#hld {
    background: url(../images/hld.jpg) 0 0 repeat-x;
    min-height: 402px;
}

.wrapper {
    width:97%;
    min-width: 1000px;
    margin:0 auto;
    padding-top: 20px;
}


/* Header */

#header {
    height: 50px;
    line-height: 50px;
    background: url(../images/hdr.gif) 0 0 repeat-x;
    color: #999;
    font-weight: bold;
    margin-bottom: 5px;
}

#header .hdrl {
    width: 20px;
    height: 50px;
    float: left;
    background: url(../images/hdrl.gif) top left no-repeat;
}

#header .hdrr {
    width: 20px;
    height: 50px;
    float: right;
    background: url(../images/hdrr.gif) top right no-repeat;
}

#header a {
    color: #999;
    text-decoration: none;
}

#header a:hover { color: #fff; }

#header h1 {
    float: left;
    margin-right: 20px;
    font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}

#header h1 a { color: #fff; }
#header h1 a:hover { color: #008ee8; }


/* Navigation */
#header #nav, #header #nav * { z-index: 20; }

#header #nav {
    margin: 0;
    border: 0 none;
    padding: 0;
    width: auto; /*For KHTML*/
    list-style: none;
    height: 50px;
    padding: 0;
    float: left;
}

#header #nav li {
    margin: 0;
    border: 0 none;
    padding: 0;
    float: left; /*For Gecko*/
    display: inline;
    list-style: none;
    position: relative;
    height: 50px;
    padding: 0 5px;
    background: url(../images/nsp.gif) center right no-repeat;
    line-height: 50px;
}

#header #nav li.nobg { background: none; }

#header #nav ul {
    margin: 0;
    border: 0 none;
    padding: 0;
    width: 190px;
    list-style: none;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
}

#header #nav ul:after /*From IE 7 lack of compliance*/{
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
}

#header #nav ul li {
    width: 310px;
    float: left; /*For IE 7 lack of compliance*/
    display: block !important;
    display: inline; /*For IE*/
    position: relative;
    top: 0;
    height: 25px;
    line-height: 25px;
    padding: 0;
    /*background: none;*/
    background-color: #000000;
}

/* Root Menu */
#header #nav a {
    float: none !important; /*For Opera*/
    float: left; /*For IE*/
    display: block;
    height: auto !important;
    height: 1%; /*For IE*/
    height: 25px;
    padding: 0 6px;
}

#header #nav li.active a { color: #ddd; }
#header #nav li.active a:hover { color: #fff; }

#header #nav a.hasmore {
    border: 1px solid red;
}

/* Root Menu Hover Persistence */
#header #nav a:hover,
#header #nav li:hover a,
#header #nav li.iehover a {
    color: #fff;
}

/* 2nd Menu */
#header #nav li:hover li a,
#header #nav li.iehover li a {
    text-transform: none;
    padding: 0 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 25px;
    color: #999;
    background: url(../images/mbg.png) 0 0 repeat;
}

/* 2nd Menu Hover Persistence */
#header #nav li:hover li a:hover,
#header #nav li:hover li:hover a,
#header #nav li.iehover li a:hover,
#header #nav li.iehover li.iehover a {
    color: #fff;
    background: #000;
}

/* 3rd Menu */
#header #nav li:hover li:hover li a,
#header #nav li.iehover li.iehover li a {
    float: none;
    color: #999;
    background: url(../images/mbg.png) 0 0 repeat;
}

/* 3rd Menu Hover Persistence */
#header #nav li:hover li:hover li a:hover,
#header #nav li:hover li:hover li:hover a,
#header #nav li.iehover li.iehover li a:hover,
#header #nav li.iehover li.iehover li.iehover a {
    color: #fff;
    background: #000;
}

/* 4th Menu */
#header #nav li:hover li:hover li:hover li a,
#header #nav li.iehover li.iehover li.iehover li a {
    color: #999;
    background: url(../images/mbg.png) 0 0 repeat;
}

/* 4th Menu Hover */
#header #nav li:hover li:hover li:hover li a:hover,
#header #nav li.iehover li.iehover li.iehover li a:hover {
    color: #fff;
    background: #000;
}

#header #nav ul ul,
#header #nav ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 310px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
#header #nav li:hover ul ul,
#header #nav li:hover ul ul ul,
#header #nav li.iehover ul ul,
#header #nav li.iehover ul ul ul {
    display: none;
}

#header #nav li:hover ul,
#header #nav ul li:hover ul,
#header #nav ul ul li:hover ul,
#header #nav li.iehover ul,
#header #nav ul li.iehover ul,
#header #nav ul ul li.iehover ul {
    display: block;
}

#header .user {
    float: right;
    font-size: 11px;
}

#header .user a { text-decoration: underline; }
#header .user a:hover { text-decoration: none; }


/* Blocks */

.block {
    padding-bottom: 5px;
    margin-bottom: 25px;
    clear: both;
    background: #fff url(../images/bnd.gif) bottom center repeat-x;
}

.block .bendl {
    width: 5px;
    height: 5px;
    background: url(../images/bendl.gif) bottom left no-repeat;
    float: left;
}

.block .bendr {
    width: 5px;
    height: 5px;
    background: url(../images/bendr.gif) bottom left no-repeat;
    float: right;
}


/* Block head */

.block .block_head {
    height: 54px;
    line-height: 54px;
    background: url(../images/bhead.gif) 0 0 repeat-x;
    /*    overflow: hidden;*/
}

.block .block_head .bheadl {
    width: 20px;
    height: 54px;
    float: left;
    background: url(../images/bheadl.gif) top left no-repeat;
}

.block .block_head .bheadr {
    width: 20px;
    height: 50px;
    float: right;
    background: url(../images/bheadr.gif) top right no-repeat;
}

.block .block_head h2 {
    font-family: "Titillium999", "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #555;
    text-shadow: 1px 1px 0 #fff;
    float: left;
}

.block .block_head ul {
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
    margin-right: 20px;
}

.block .block_head ul li {
    display: inline;
    padding: 3px 0;
    padding-left: 20px;
    background: url(../images/phs.gif) 7px center no-repeat;
}

.block .block_head ul li.nobg { background: none; }

.block .block_head ul li a {
    text-decoration: none;
    color: #666;
    outline: none;
}

.block .block_head ul li.active a { color: #888; }
.block .block_head ul li a:hover { color: #008ee8; }


/*formularze */
.crudField .crudHelp {
    font-size: 70%;
    color: #888;
    display: block;
    margin-left: 20.5%;
    margin-top: 5px;
}
.block .block_head form {
    float: right;
    padding: 15px 0 0;
    height: 34px;
    line-height: 24px;
}

.block .block_head form input[type="text"] {
    width: 129px;
    height: 15px;
    padding: 5px 10px 5px 25px;
    border: 0;
    font-size: 11px;
    color: #999;
    margin: 0;
    background: url(../images/srch.gif) left center no-repeat;
}

.block .block_head form .text:focus {
    color: #666;
    background: url(../images/srch_.gif) left center no-repeat;
}

.block .block_head select {
    text-transform: none;
}

/* Block content */

.block .block_content {
    /*overflow: hidden;*/
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 10px 0;
}

.block .block_content h1,
.block .block_content h2 {
    font-family: "Titillium999", "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #454545;
    margin-bottom: 10px;
}

.block .block_content h3 {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}

.block .block_content h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}

.block table {
    text-align: left;
    margin-bottom: 15px;
    width:100%;
}

.block table tr.even td {
    background: #fbfbfb;
}

.block table tr td,
.block table tr th {
    border-bottom: 1px solid #ddd;
    padding: 9px;
    line-height: normal;
    text-align: left;

}
.block table tr td.crudNew{text-align: right}

.block table tr th.headerSortUp {
    color: #333;
    background: url(../images/sortd.gif) 95% center no-repeat;
}

.block table tr th.headerSortDown {
    color: #333;
    background: url(../images/sorta.gif) 95% center no-repeat;
}

.block table tr td.delete {
    text-align: right;
    font-size: 11px;
}

.block table tr td.delete a { color: #666; }
.block table tr td.delete a:hover { color: #dd0000; }

.block .tableactions {
    overflow: hidden;
    padding: 10px;
    float: left;
}

.block .tableactions select {
    width: 100px;
    margin-right: 5px;
    vertical-align: middle;
    outline: none;
}

#crudListPagination .off{display: none}
#crudListPagination {
    padding: 0px 25px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    font-size: 90%;
    position: relative;
}

#crudListPagination .crudCount {
    margin: 0;
}

#crudListPagination .crudPages {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 4px;
}
#crudListPagination .crudPages span a{
    border: 1px solid #CCCCCC;
    font-weight: bold;
    border-radius: 3px 3px 3px 3px;
    margin: 0 1px;
    padding: 3px 6px;
}
#crudListPagination .crudPages span strong{
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    margin: 0 1px;
    padding: 3px 6px;
    background: none repeat scroll 0 0 #39A3E6;
    border: 1px solid #0082D5;
    color: #FFFFFF;
}
#crudListPagination .crudPages span a:HOVER{
    color: #fff;
    background: #ec8526;
    border: 1px solid #d77011;
}
.crudField {
    padding: 10px;
    border-bottom: 1px solid #eee;
    /*position: relative;*/
}
a.add{background: url("../images/icons/add.png") no-repeat left top; padding: 1px 0 1px 19px; cursor: pointer; }
a.back{background: url("../images/icons/back.png") no-repeat left top; padding: 1px 0 1px 19px; cursor: pointer; }
a.deleteMember , a.deleteTool, a.delete{background: url("../images/icons/delete.png") no-repeat left top; padding: 1px 0 1px 19px; margin: 0px; cursor: pointer}
a.accept{background: url("../images/icons/accept.png") no-repeat left top; padding: 1px 0 1px 19px; cursor: pointer;   margin: 0 8px;}
a.edit{background: url("../images/icons/edit.png") no-repeat left top; padding: 1px 0 1px 19px; cursor: pointer}
a.trash{background: url("../images/icons/trash.png") no-repeat left top; padding: 1px 0 1px 19px; cursor: pointer}
a.detail{background: url("../images/icons/detail.png") no-repeat left top; padding: 1px 0 1px 19px; cursor: pointer}
a.attachement{background: url("../images/icons/attach.png") no-repeat left top; padding: 1px 0 1px 19px; cursor: pointer}
a.xls{background: url("../images/icons/excel.png") no-repeat left top; padding: 1px 0 1px 19px; cursor: pointer}
a.history{background: url("../images/icons/history.png") no-repeat left top; padding: 1px 0 1px 19px; cursor: pointer}
a.changeDate{background: url("../images/icons/clock_go.png") no-repeat left top; padding: 1px 0 1px 19px; cursor: pointer; white-space:nowrap;}
a.cancel{background: url("../images/icons/cancel.png") no-repeat left top; padding: 1px 0 1px 19px; margin: 0px; cursor: pointer}
a.projectChecklist{background: url("../images/icons/check_list1.png") no-repeat left top; padding: 1px 0 1px 19px; margin: 0px; cursor: pointer}
a.note{background: url("../images/icons/notepad.png") no-repeat left top; padding: 1px 0 1px 19px; margin: 0px; cursor: pointer}
.crudField fieldset{padding: 10px;border: 1px solid #ccc}
.fieldset .crudField{border: none; padding: 4px}

.crudField .leftField{float: left; width: 30%}
.crudField .leftField label{width: auto;}
.crudSortedAsc:after {
    content: '▼';
}

.crudSortedDesc:after {
    content: '▲';
}

.block .block_content ul {
    padding-left: 15px;
    padding-bottom: 15px;
}

.block .block_content ol {
    padding-left: 15px;
    padding-bottom: 15px;
    list-style-position: inside;
}

.block .block_content ul li {
    margin-bottom: 5px;
    padding-left: 15px;
    background: url(../images/li.gif) 0 7px no-repeat;
}

.block .block_content ol li {
    margin-bottom: 5px;
}

.block hr {
    height: 1px;
    border: 0;
    background: no-repeat;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.block .block_content .breadcrumb {
    color: #666;
    background: #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
    padding: 9px 12px;
    line-height: normal;
    margin-bottom: 10px;
    font-size: 11px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;	
}

/** Breadcrumb **/

#breadcrumb {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

#breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#breadcrumb li {
    display: inline;
}

#breadcrumb li:last-child a {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}




/* Messages */

.message {
    padding: 10px 15px 10px 40px;
    margin: 10px 0;
    font-weight: bold;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.message p {
    padding: 0;
    width: 93%;
    float: left;
}

.message.errormsg {
    border: 1px solid #e9c59b;
    background: #ffecce url(../images/error.gif) 12px 12px no-repeat;
    color: #e3302c;
}

.message.success {
    border: 1px solid #bfde84;
    background: #edfbd8 url(../images/success.gif) 12px 12px no-repeat;
    color: #508600;
}

.message.info {
    border: 1px solid #bbdbe0;
    background: #ecf9ff url(../images/info.gif) 12px 12px no-repeat;
    color: #0888c3;
}

.message.warning {
    border: 1px solid #e5e181;
    background: #fefde2 url(../images/warning.gif) 12px 12px no-repeat;
    color: #666;
}

.message .close {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/close.png) 0 0 no-repeat;
    margin-top: 2px;
    cursor: pointer;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.message .close.hover {
    -moz-opacity: 1;
    opacity: 1;
}


/* Forms */

.block form p {
    overflow: hidden;
    clear: both;
}

.block form label, .block label {
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #555;
    float: left;
    margin-right: 10px;
    vertical-align: middle;
    /*    width: 10%;*/
    width: 240px;

}
 .block label.long {
     width: 480px;
 }


.block form input.text, .block form input[type="text"] {
    width: 210px;
    background: #fefefe;
    border: 1px solid #bbb;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 13px;
    color: #333;
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    vertical-align: middle;
}
.block form input.amount{width: 80px;}
.block form input.percentage{width: 40px;}
.block form input[readonly] {background: buttonface;}
.block form input[disabled] {
    border: 1px solid #999;
    background-color: #ddd;
}

.block form input.text.medium { width: 600px; }
.block form input.text.big { width: 98%; }

.block form input.date_picker, .block form input.datepicker {
    width: 100px;
    padding-right: 36px;
    cursor: pointer;
    background: url(../images/cal.jpg) center right no-repeat;
}

.block form textarea {
    width: 98%;
    /*    height: 140px;*/
    padding: 5px;
    background: #fefefe;
    border: 1px solid #bbb;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.block form textarea.wysiwyg { width: 98%; padding: 0; }

.block form input.radio,
.block form input.checkbox {
    vertical-align: middle;
}


/* Custom form select element */

.block form select.styled {
    width: 245px;
    height: 18px;
    margin-right: 20px;
    cursor: pointer;
}

.block form .cmf-skinned-select {
    padding: 7px;
    display: block;
    margin-right: 20px;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url('../images/sdd.jpg') center right no-repeat;
}

.block form .cmf-skinned-select:hover {
    background: url('../images/sdd_.jpg') center right no-repeat;
}

.block form div.cmf-skinned-text {
    padding: 5px 7px;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 14px;
    color: #333;
}


/* Custom file input */

.block form .fileupload {
    position: relative;
}

.block form .fileupload #uploadmsg {
    display: block;
    position: absolute;
    top: 20px;
    left: 350px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    font-size: 11px;
}

.block form .fileupload #uploadmsg.loading {
    background: url(../images/ajax-loader.gif) center left no-repeat;
    width: 30px;
    padding-left: 20px;
}

.block form input.file {
    width: 250px;
    height: 20px;
    background: #fefefe;
    border: 1px solid #bbb;
    border-right: 0;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 4px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    outline: none;
}

.block form .note {
    padding-left: 10px;
    font-size: 11px;
    font-weight: bold;
    color: #757575;
    vertical-align: middle;
}

.block form .error { color: #e3302c;     padding-left: 10px;
                     font-size: 11px;
                     font-weight: bold;

                     vertical-align: middle; }

.block form input.submit, .block .block_head form input[type="submit"]  {
    width: 85px;
    height: 30px;
    line-height: 30px;
    background: url(../images/btns.gif) top center no-repeat;
    border: 0;
    font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 0 #0a5482;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
}

.block form input.submit:hover {
    background: url(../images/btns_.gif) top center no-repeat;
    text-shadow: 1px 1px 0 #b55f10;
}


.crudNew a{
    width: 105px;
    height: 20px;
    line-height: 20px;
    padding-bottom: 2px;
    vertical-align: middle;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
    background: url(../images/tiny.gif) top center no-repeat;
    display: block;
    color: #FFFFFF !important;
    text-align: center;
}


.block form input.submit.tiny {
    width: 105px;
    height: 20px;
    line-height: 20px;
    padding-bottom: 2px;
    vertical-align: middle;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
    background: url(../images/tiny.gif) top center no-repeat;
}

.block form input.submit.tiny-mid {
    width: 150px;
    height: 20px;
    line-height: 20px;
    padding-bottom: 2px;
    vertical-align: middle;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
    background: url(../images/tiny-mid.gif) top center no-repeat;
}

.block form input.submit.tiny-long {
    width: 200px;
    height: 20px;
    line-height: 20px;
    padding-bottom: 2px;
    vertical-align: middle;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
    background: url(../images/tiny-long.gif) top center no-repeat;
}

.block form input.submit.tiny:hover, .crudNew a:hover { background: url(../images/tiny_.gif) top center no-repeat; }
.block form input.submit.tiny-mid:hover { background: url(../images/tiny-mid_.gif) top center no-repeat; }
.block form input.submit.tiny-long:hover { background: url(../images/tiny-long_.gif) top center no-repeat; }

.block form input.submit.mid { width: 115px; background: url(../images/btnm.gif) top center no-repeat; }
.block form input.submit.mid:hover { background: url(../images/btnm_.gif) top center no-repeat; }

.block form input.submit.long { width: 165px; background: url(../images/btnb.gif) top center no-repeat; }
.block form input.submit.long:hover { background: url(../images/btnb_.gif) top center no-repeat; }


/* Small blocks */

.block.small {
    width: 49%;
    background: #fff url(../images/bnd.gif) bottom center repeat-x;
    padding-bottom: 0;
}

.block.small.left { float: left; clear: none; }
.block.small.right { float: right; clear: none; }

.block.small .block_head { background: url(../images/bhead.gif) 0 0 repeat-x; }
.block.small .block_content { background: #fff; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }

.block.small .block_content input.text,
.block.small .block_content textarea { width: 96%; padding: 7px; }

.block.small.center {
    float: none;
    margin: 0 auto;
}


/* Login block */

.block.small.center.login {
    width: 470px;
    background: #fff url(../images/bnd.gif) bottom center repeat-x;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 5px;
}


/* Block sidebar */

.block.withsidebar .bendl {
    width: 191px;
    background: url(../images/bendsb.gif) bottom left no-repeat;
}

.block.withsidebar .block_content {
    overflow: hidden;
    padding: 0;
    background: url(../images/sidebar.gif) 0 0 repeat-y;
}

.block.withsidebar .block_content .sidebar {
    width: 190px;
    float: left;
    font-size: 11px;
}

.block.withsidebar .block_content .sidebar p {
    padding: 0 13px 15px;
    line-height: 18px;
}

.block.withsidebar .block_content .sidebar ul.sidemenu {
    padding: 0;
    margin-bottom: 10px;
}

.block.withsidebar .block_content .sidebar ul.sidemenu li {
    padding: 0;
    margin: 0;
    background: 0;
    border-bottom: 1px solid #ccc;
}

.block.withsidebar .block_content .sidebar ul.sidemenu li a {
    display: block;
    padding: 10px 13px;
    font-weight: bold;
}

.block.withsidebar .block_content .sidebar ul.sidemenu li a:hover {
    background: #fdfdfd;
    border-right: 1px solid #ccc;
}

.block.withsidebar .block_content .sidebar ul.sidemenu li.active a,
.block.withsidebar .block_content .sidebar ul.sidemenu li.active a:hover {
    background: #fff;
    border: 0;
}

.block.withsidebar .block_content .sidebar_content {
    padding: 15px 20px 15px 210px;
}

/* Image list */

.block .block_content .imglist {
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.block .block_content .imglist ul {
    padding: 0;
}

.block .block_content .imglist li {
    padding: 0;
    margin: 0;
    background: 0;
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    position: relative;
    margin: 13px 17px 10px 10px;
    border: 1px solid #ccc;
    padding: 1px;
    box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
}

.block .block_content .imglist li img {
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100px;
}

.block .block_content .imglist li ul {
    position: absolute;
    z-index: 10;
    background: url(../images/imgo.gif) center no-repeat;
    width: 62px;
    height: 58px;
    left: 20px;
    top: 22px;
    display: none;
}

.block .block_content .imglist li:hover ul { display: block; }

.block .block_content .imglist li ul li {
    display: block;
    width: 62px;
    height: 29px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.block .block_content .imglist li ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    text-shadow: 0 0 2px #000;
    outline: none;
}

.block .block_content .imglist li ul li.view a:hover { background: url(../images/imgt.gif) bottom center no-repeat; }
.block .block_content .imglist li ul li.delete a:hover { background: url(../images/imgb.gif) top center no-repeat; }


/* Footer */

#footer {
    background: url(../images/ft.gif) 0 0 repeat-x;
    padding: 10px 0 50px;
    font-size: 10px;
    color: #757575;
    clear: both;
    overflow: hidden;
}

#footer a {
    color: #757575;
    text-decoration: underline;
}

#footer a:hover {
    color: #666;
    text-decoration: none;
}

#footer .left {
    float: left;
}

#footer .right {
    float: right;
    text-align: right;
}

/*  Dialog form   */
.dialog-form label, .dialog-form input { display:block; }
.dialog-form input.text { margin-bottom:12px; width:95%; padding: .4em; }

#dialog-tools div, #dialog-liders div, #dialog-emp div{margin: 5px; padding: 3px; cursor: pointer; font-weight: normal}


/* tinyDropdown   */

.tinyDropdown ul.menu {list-style:none; margin:0; padding:0; width: 240px; z-index: 1000}
.tinyDropdown ul.menu * {margin:0; padding:0}
.tinyDropdown ul.menu a {display:block; color:#000; text-decoration:none; cursor: default; z-index: 10000}
.tinyDropdown ul.menu li {position:relative; float:left; margin-right:2px;background: none; padding: 0; z-index: 10000}
.tinyDropdown ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none; z-index: 10000}
.tinyDropdown ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:250px; margin:0; z-index: 10000}
.tinyDropdown ul.menu ul li a {display:block; padding:3px 7px 2px; background-color:#d1d1d1;z-index: 10000}
.tinyDropdown ul.menu ul li a:hover {background-color:#c5c5c5}
.tinyDropdown ul.menu ul ul {left:250px; top:-1px;z-index: 10000}
.tinyDropdown .last{cursor: pointer !important;z-index: 10000}
.tinyDropdown ul.menu .sub {background: url(../images/arrow.gif) #d1d1d1 240px 8px no-repeat}
.tinyDropdown ul.menu .topline {border-top:1px solid #aaa}
#secondMenu li:first-child {z-index: 9999 !important}


/* tinyDropdown  */

/* help   */

.tHelp {display: inline-block;width: 16px;height: 16px;	background: transparent url(../images/icons/help.png) no-repeat center center;
        position: relative;top: 2px;margin: 0 0 0 5px;cursor: help; }
.tHelp span {display: none;position: absolute;top: -2px;left: 19px;width: 120px;background: #0096E4;padding: 5px 10px;
             color: #fff;-moz-border-radius: 3px;-webkit-border-radius: 3px;	border-radius: 3px;}
.tHelp span .helper {display: block;width: 6px;	height: 6px;overflow: hidden;position: absolute;top: 6px;left: -6px;
                     background: transparent url(../images/icons/help-arrow.png) no-repeat;}
.filarDepartamentBox{float: left; width: 400px; margin: 4px}
.filarDepartamentBox ul li{list-style: none}
.menulink{cursor: pointer;}


/* tooltip */

#tooltip {
    position: absolute;
    margin-left: 150px;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
.otherPillars span{margin-left: 10px;float: left}
.otherPillars div{width: 60px;float: left;margin-left: 9px;}
.otherPillars div input{float: right; margin-top: 3px}
.bold{font-weight: bold}
/* tooltip */

.red{
    color: #d80229;
}

.green{
    color: #09b500;
}

/**   reports */

.piramids{background: url(../images/reports/piramids.png) top right  no-repeat ; height: 338px;  width: 1050px !important }
.piramids-summary{width: 1050px !important;}
.KaizenDepartmentSummaryReport .projectTypeColumn{margin: 0  5px;}
.KaizenDepartmentSummaryReport .kaizenQuarterSummary{ width: 550px !important; float: left;margin-right: 10px}
.KaizenDepartmentSummaryReport .kaizenQuarterSummary th{background-color: yellow; text-align: center !important}

/**   reports */

.table-tight th {font-weight: normal; text-align: center !important}
.table-tight td {text-align: center !important}

.pending-act{
    font-weight: bold;
    color:#d21500;
}
.all_reports .crudField  a{display: block; margin: 10px 15px; 
             /*float: left*/
}
.add_tool{display: block; height: 15px; float: right; margin-left: 4px}
#proposedToolsDiv div { display: block; float: left; clear: both;}
.date_div { width: 50%; float: left}
fieldset {
    font-family: sans-serif;
    border: 5px solid #1F497D;
    background: #fafafa;
    padding: 15px;
     z-index:0;
}

fieldset legend {
    background: #1A2B68;
    color: #fff;
    padding: 3px 15px ;
    font-size: 16px;
    width: 25%;

    box-shadow: 0 0 0 2px #ddd;
    margin-left: 20px;
    z-index:0;
}
select{padding: 2px 4px}
.w120{width: 120px !important}
.validate_reason { width: 100%;  }
#toolsList div {float: left; margin: 1px 6px}
.employerToolRateRow{clear: both}
.employerToolRateRow input{width: 30px}
#hiddenEmpToolRate{display: none}
.employerToolRateRow .div1{width: 30%}
.employerToolRateRow .div2{width: 15%}
.employerToolRateRow .div3{width: 15%}
.employerToolRateRow .div4{width: 30%}
.costTypeRow,.newCostTypeRow{float: left; margin-top: 4px}
.costSelect{width: 150px}
.projectApplicable{display:none}
