body {
	behavior: url(/++resource++portalskin_css/csshover3.htc);
}

* {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

* html #footer {
	margin: -49px 0 0;
}

* html #allDiv {
	height: 100%;
	margin-top: -4px;
}

a {
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	
}

img {
	border-width: 0px;
}

body {
	height: 99%;
	font-family: Verdana, Tahoma, sans-serif;
	color: #3f3f3f;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-color: #ffffff;
	line-height: 20px;
}

html {
	height: 100%;
	padding: 0px 5px 0px 5px;
}

div#allDiv {
	border-bottom: 1px solid #cccccc;
	min-height: 100%;
	text-align: left;
	width: 100%;
	min-width: 990px;
	text-align: left;
	padding: 0px;
}

div#sepDiv {
	clear: both;
}

div#topDiv {
	width: 100%;
	min-width: 990px;
	height: 80px;
	background-color: #065560;
}

div#topDiv a#logo {
	display: block;
	float: left;
	width: 129px;
	height: 14px;
	position: relative;
	top: 4px;
	left: 15px;
}

div#topDiv form {
	float: left;
	position: relative;
	top: 8px;
	left: 50px;
}

form input {
	background-color: #ffffff;
	border: 0px;
	color: #000000;
	font-size: 9px;
	padding: 1px 5px 2px 5px;
}

table.dict tbody tr td input {
	width: 95%;
}

form input.button {
	background-color: transparent;
	border: 0px;
	position: relative;
	top: 6px;
}

div#topDiv form a {
    background-color: transparent;
    border: 0px;
    position: relative;
    top: 6px;
}

div#topDiv ul#menu {
	display: block;
	float: right;
	list-style: none;
	padding-top: 13px;
}

div#topDiv ul#menu li {
	display: inline;
}

div#topDiv ul#menu a {
	float: left;
	height: 36px;
	color: #ffffff;
	font-weight: bold;
	background-color: #065560;
	background-image: url("/++resource++portalskin_image/bg-menu.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-right: 5px;
}

div#topDiv ul#menu a span {
	height: 36px;
	background-image: url("/++resource++portalskin_image/bg-menu-l.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 10px;
}

div#topDiv ul#menu a span span {
	height: 28px;
	background-image: url("/++resource++portalskin_image/bg-menu-r.png");
	background-position: right 0px;
	padding: 8px 15px 0px 15px;
	position: relative;
	top: 8px;
}

div#topDiv ul#menu a:hover,div#topDiv ul#menu li.current a {
	background-color: #ff9000;
	background-image: none;
	height: 36px;
	padding-top: 0;
	margin-top: 0;
}

div#topDiv ul#menu a:hover span,div#topDiv ul#menu li.current a span {
	position: relative;
	top: 4px;
	padding-top: 7px;
	padding-bottom: 10px;
	background: url(/++resource++portalskin_image/bg-menu-on.png)
		no-repeat top left;
}

div#topDiv ul#menu a:hover span span,div#topDiv ul#menu li.current a span span
	{
	background-image: none;
}

div#topDiv ul#subMenu,ul#contentMenu,ul#contentActions {
	background-color: #ff9000;
	height: 29px;
	padding-top: 2px;
	float: none;
	clear: both;
}

div#topDiv ul#subMenu li,ul#contentMenu li,ul#contentActions li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

div#topDiv ul#subMenu {
	background-image:
		url("/++resource++portalskin_image/bg-submenu-ul.png");
	background-position: bottom left;
	background-repeat: repeat-x;
}

div#topDiv ul#subMenu a,ul#contentMenu  a,ul#contentActions a {
	float: left;
	height: 21px;
	color: #ffffff;
	background-repeat: repeat-x;
	background-position: top left;
	margin-left: 5px;
	margin-top: 1px;
	padding-top: 3px;
}

div#topDiv ul#subMenu a span {
	height: 30px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#topDiv ul#subMenu a span span {
	height: 27px;
	background-position: top right;
	padding: 5px 15px 0px 15px;
}

div#topDiv ul#subMenu a:hover,div#topDiv ul#subMenu li.current a {
	color: #023138;
	font-weight: bold;
	background: url("/++resource++portalskin_image/bg-submenu.png")
		repeat-x 2px 2px;
	height: 25px;
}

div#topDiv ul#subMenu a:hover {
	font-weight: normal;
}

div#topDiv ul#subMenu a:hover span,div#topDiv ul#subMenu li.current a span
	{
	background-image:
		url("/++resource++portalskin_image/bg-submenu-l.png");
	background-repeat: no-repeat;
	position: relative;
	padding-top: 4px;
	padding-bottom: 11px;
	background-position: 0 0px;
}

div#topDiv ul#subMenu a:hover span span,div#topDiv ul#subMenu li.current a span span
	{
	background-image:
		url("/++resource++portalskin_image/bg-submenu-r.png");
	background-position: right 1px; /* works for opera and firefox */
	height: 29px;
	padding: 5px 15px 9px 15px;
	position: relative;
}

ul#contentActions {
	float: right;
	background-color: #064b54;
	clear: none;
	border-left: 1px solid #ffffff;
	padding: 0px 10px 0px 14px;
}

ul#contentActions li {
	margin: 0px;
}

ul#contentActions a {
	height: 22px;
	padding: 4px 0px 0px 0px;
	margin: 0px 4px 0px 0px;
}

ul#contentMenu {
	background-color: #064b54;
	clear: left;
	padding-top: 0px;
}

ul#contentMenu a {
	height: 22px;
	padding: 5px 10px 0px 10px;
}

ul#contentMenu  a:hover,ul#contentMenu  li.current a {
	background-color: #c8d7d9;
	color: #064b54;
}

ul#contentMenu li a {
	border-top: 2px solid #064b54;
}

ul#contentMenu li.current a {
	font-weight: bold;
}

ul#contentMenu li#arrowLi {
	padding: 0px;
	margin: 0px;
}

ul#contentMenu li a#switchArrow {
	padding: 0px;
	margin: 0px;
	width: 30px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: center center;
	border-right: 1px solid #ffffff;
	border-top: none;
}

ul#contentMenu li a.up {
	background-image: url('/++resource++portalskin_image/arrow-u.png');
}

ul#contentMenu li a.down {
	background-image: url('/++resource++portalskin_image/arrow-d.png');
	background-color: #c8d7d9;
}

div#navDiv {
	clear: both;
	width: 100%;
	min-width: 950px;
	font-size: 9px;
}

div#navDiv div {
	padding: 5px 20px 5px 20px;
}

div#navDiv a {
	color: #3f3f3f;
}

div#navDiv span {
	color: #ff9000;
}

div.contentDiv {
	width: 100%;
	min-width: 990px;
	background-color: #c8d7d9;
	clear: left;
}

div#contentShort {
	display: none;
}

table tbody tr:hover td,table tbody tr:hover th {
	background-color: gray !important;
}

table.stable {
	clear: none;
	float: left;
	width: 32.5%;
	border-collapse: collapse;
	margin-left: 5px;
}

table.Long {
	width: 98.5%;
}

table.stable td {
	text-align: left;
	color: #064b54;
	padding: 3px 3px 0px 10px;
}

select {
	background-color: #ffffff;
	border: none;
}

table.stable select {
	width: 100%;
	padding: 0px;
}

div#contentShort table.Long td {
	text-align: center;
	font-size: 10px;
	padding-left: 0px;
}

div#contentShort table.Long td strong {
	text-align: center;
	font-weight: bold;
	color: #3f3f3f;
}

table.stable th {
	text-align: right;
	font-weight: bold;
	width: 140px;
}

table.stable tr.even td,table.stable tr.even th {
	background-color: #dce5e7;
}

div#pages {
	background-color: #3f3f3f;
	height: 29px;
	clear: both;
	color: #ffffff;
	text-align: right;
	padding: 0px 10px 0px 10px;
}

div#pages span {
	color: #ff9000;
	float: left;
	display: block;
	padding: 4px 10px 0px 0px;
	border-right: 1px solid #ffffff;
	height: 25px;
}

div#pages a {
	color: #ffffff;
	padding: 0px 3px 0px 3px;
}

div#pages a.current {
	font-weight: bold;
}

div#pages a span {
	padding: 0px;
	color: #ff9000;
	float: none;
	display: inline;
	border-right: none;
}

div#pages form {
	float: right;
	padding-top: 4px;
}

div#pages label {
	font-size: 9px;
}

div#pages select {
	position: relative;
	top: 1px;
}

input.submit {
	background-image: url("/++resource++portalskin_image/bg-button.png");
	background-repeat: no-repeat;
	width: 84px;
	height: 17px;
	border: none;
	background-color: transparent;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
}

div#pages input.submit {
	position: relative;
	top: 0px;
}

div.contentSepDiv {
	clear: both;
	height: 10px;
}

table#tabl1,table#tabl2 {
	clear: both;
	width: 100%;
	min-width: 990px;
	background-color: #f0f5f6;
	margin-top: 10px;
}

div.scrollSection {
	overflow: auto;
}

table#tabl1 th,table#tabl2 th {
	background-repeat: repeat-x;
	height: 32px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	background: red;
}

table#tabl1 td,table#tabl2 td {
	padding-left: 5px;
}

table#tabl1 th {
	background-color: #6a939a;
	background-image: url('/++resource++portalskin_image/bg-th1.png');
}

/* tutaj zmiana wysokości wiersza */
table#tabl2 th {
	background-color: #166877;
	background-image: url('/++resource++portalskin_image/bg-th2b.png');
	height: auto;
}

table#tabl2 th a {
	color: #ffffff;
	float: left;
	font-weight: bold;
	background-image: url('/++resource++portalskin_image/sort.png');
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 5px;
}

table#tabl2 th a.down,table#tabl2 th a.up:hover,table#tabl2 th a:hover {
	background-image: url('/++resource++portalskin_image/sort-down.png');
}

table#tabl2 th a.up,table#tabl2 th a.down:hover {
	background-image: url('/++resource++portalskin_image/sort-up.png');
}

/* przycisk zaznacz/odznacz wszystkie */
table#tabl2 th a.select_deselect {
	background-image: none;
	float: none;
}

table#tabl1 tr td,table#tabl2 tr td {
	background-color: #ffffff;
}

table#tabl2 tr.even td {
	background-color: #85b0b8;
}

table#tabl1 tr.even td {
	background-color: #f0f5f6;
}

table#tabl2 tr.even {
	background-color: #85b0b8;
}

table#tabl2 tr.formRow th {
	background-color: #cad9da;
	background-image: none;
}

table#tabl2 tr.formRow th input.button {
	position: static;
	margin-top: 3px;
	margin-left: -4px;
}

th.xs {
	width: 30px;
}

th.s {
	width: 80px;
}

th.m {
	width: 110px;
}

th.l {
	width: 140px;
}

input.m {
	width: 90px;
}

input.l {
	width: 120px;
}

input.xl {
	width: 94%;
}

div#sepDiv {
	clear: both;
	height: 30px;
}

div#footerDiv {
	margin: -29px auto 0;
	position: relative;
	width: 100%;
	min-width: 990px;
	height: 29px;
	padding: 0px;
	color: #ffffff;
	background-color: #054751;
	background-image: url("/++resource++portalskin_image/bg-footer.png");
	background-repeat: repeat-x;
}

div#footerDiv div {
	padding: 02px 20px 0px 20px;
	text-align: right;
}

div#footerDiv div a {
	color: #ffffff;
}

div#footerDiv div a.login {
	font-weight: bold;
}

div#footerDiv span {
	float: left;
}

input.hid {
	background: none;
}

/* start of: zmiana wysokosci przez wlk czcionki */
table#tabl2 th,table#tabl2 th a {
	font-size: 9px;
}

/* 
        prawdopodobnie chcemy tez zeby przy zmianie wielkosci czcionki, szerokosc
        rowniez sie zmieniala, jezeli nie chcemy, wywalamy to: 
    */
th.l,th.m,th.s,th.xs {
	width: auto;
	padding-right: 5px;
}
/* end of: tutaj zmiana wysokości wiersza */

/* Procedura obsługi projektu - viewlet */
div#navDiv div.pathbar_viewlet {
    padding-right: 280px;
}

div#navDiv div.procedure_viewlet {
    position: relative;
    float: right;
    padding-bottom: 0px;
    margin-top: -30px;
}

div#navDiv div.procedure_viewlet span.changed {
	color: red;
	font-weight: bold;
	font-size: 11px;
}

div#navDiv div.procedure_viewlet span.nochange {
	color: #3F3F3F;
	font-size: 11px;
}
/* Procedura obsługi projektu - viewlet */

div#pages span#batchOptions {
    float: right;
    padding-top: 4px;
}

/* Startof: column fixes */
input.xs {
    width: 10px;
}

input.s {
    width: 60px;
}

input.ss {
    width: 45px;
}

input.m {
    width: 100px;
}

input.l {
    width: 120px;
}

input.ll {
    width: 160px;
}

input.sxl {
    width: 80px;
    width: 92% !important;
    min-width: 80px;
}

input.xl {
    width: 100px;
    width: 92% !important;
    min-width: 100px;
}

input.xxl {
    width: 180px;
    width: 92% !important;
    min-width: 180px;
}

th.xs a {
    width: 30px;
}

th.s a {
    width: 80px;
}

th.ss a {
    width: 65px;
}

th.m a {
    width: 120px;
}

th.l a {
    width: 140px;
}

th.ll a {
    width: 180px;
}

th.sxl a {
    width: 140px;
    width: 100% !important;
    min-width: 140px;
}

th.xl a {
    width: 160px;
    width: 100% !important;
    min-width: 160px;
}

th.xxl a {
    width: 200px;
    width: 100% !important;
    min-width: 200px;
}

th.xs {
    width: 30px;
}

th.s {
    width: 80px;
}

th.ss {
    width: 65px;
}

th.m {
    width: 120px;
}

th.l {
    width: 140px;
}

th.ll {
    width: 160px;
}

th.sxl {
    width: 140px;
    width: 100% !important;
    min-width: 140px;
}

th.xl {
    width: 160px;
    width: 100% !important;
    min-width: 160px;
}

th.xxl {
    width: 200px;
    width: 100% !important;
    min-width: 200px;
}

th a {
    font-size: 9px;
}

/* End of: column fixes */
div#contentShort table.Long td {
    text-align: left;
}

div#pages label {
    font-size: 11px;
}

div.BoldComment {
    color: #064B54;
    font-weight: bold;
}

div.SmallContentSepDiv {
    clear: both;
    height: 0px;
}

table#tabl2 a {
    color: #064B54;
}

table#tabl2 tr.even td {
    background-color: #CAD9DA
}

table.stable tr td,table.stable tr th {
    padding-top: 3px;
    padding-bottom: 3px;
    height: 28px;
}

table.stable tr.even td,table.stable tr.even th {
    background-color: #dce5e7;
}

table.stable td {
    text-align: left;
    color: #064b54;
    padding: 3px 3px 0px 10px;
    height: 23px;
}

table.stable a {
    color: #064B54; 
}

table.stable th {
    text-align: right;
    font-weight: bold;
    width: 140px;
    padding-top: 3px;
}

table tbody tr:hover td,table tbody tr:hover th {
    background-color: #c1c1c1 !important;
}

table.stable#user_details th {
    width: 300px;
}

/* Based on Wojtek code below
 * We need to manualy define width in statistics.
 * Igor K.
 */
form#report_notifications_criteria table.stable select,form#report_category_criteria table.stable select,form#report_records_sum_criteria table.stable select,form#report_sla_criteria table.stable select
    {
    width: 210px;
    border-width: 0px;
}

table.rcriteria tr,table.rcriteria tr {
    height: 80px;
}

/* better look of forms (Wojtek) */
form#add_form select,form#edit_form select {
    width: 410px;
    padding: 0px;
    font-size: 11px;
    font-family: sans-serif;
}

form#add_form input,form#edit_form input {
    width: 400px;
    font-size: 11px;
    font-family: sans-serif;
}

form#add_form input.checkbox,form#edit_form input.checkbox {
    width: 14px;
}

form#add_form textarea,form#edit_form textarea {
    width: 95%;
    font-size: 11px;
    font-family: sans-serif;
}

textarea#email_content {
    width: 95%;
    height: 300px;
}

form#edit_form textarea.def_text {
    width: 406px;
    height: 100px;
}

form#add_form textarea#long_description,form#edit_form textarea#long_description
    {
    height: 300px;
    font-size: 100%;
}

form#edit_form table#tabl1 input {
    width: 140px;
}

form#edit_form table#tabl1 input.checkbox {
    width: 14px;
}

span#max_notification {
    margin-left: 22px;
}

h1.user_views_title {
    margin-top: 20px;
}

h1.user_asign_title {
    margin-top: 20px;
    margin-bottom: 10px;
}

form#add_form span,form#edit_form span {
    color: #064B54;
}

/* end of 'better look of forms' */ /* For new tooltip */
td span.toolt {
    position: absolute;
    z-index: 10;
    padding-left: 5px;
    color: #ffffff;
}

td div#tooltip {
    position: relative;
    width: 500px;
    height: auto;
    border: 5px solid #cc5b01;
    line-height: 14px;
    border-top-width: 20px;
    margin-left: -5px;
    margin-top: 0px;
    z-index: 1;
    padding: 15px 10px;
    color: #3d3d3d;
}

td div#tooltip dd {
    background: url("/++resource++portalskin_image/cld.gif") no-repeat;
    position: absolute;
    top: 50px;
    left: -9px;
    width: 0px; /* Igor: 10 -> 0 in order to hide triangle */
    height: 0px; /* Igor: 10 -> 0 in order to hide triangle */
}

td div#tooltip p {
    margin-bottom: 5px;
}

/* End of tooltip */
form input.icon {
    background-color: transparent;
    border: 0px;
    position: relative;
    float: left;
    padding: 4px 0px 0px 0px;
    margin: 0px 4px 0px 0px;
}

/* Fixes for IE7 */
ul#contentMenu a {
    cursor: pointer;
}

div#topDiv ul#menu a:hover span span,div#topDiv ul#menu li.current a span span
    {
    cursor: pointer;
}

div#topDiv ul#subMenu a:hover span span,div#topDiv ul#subMenu li.current a span span
    {
    cursor: pointer;
}

/* End of fixes for IE */
p.right {
    text-align: right;
}

ul.about_portal {
    padding: 0px 50px 0px;
}

#content.topspace {
    padding-top: 30px;
}

/* Pathbar Item */
a.pathbar_item {
    font-size: 11px;
    font-weight: bold;
}

span.pathbar_item {
    font-size: 11px;
    font-weight: bold;
}

a.pathbar_item:hover {
    text-decoration: underline;
}

/* End of pathbar item */ /* Right alignment for some colums */
td.right_alignment {
    padding-right: 5px;
    text-align: right;
}

/* End of right alignment for some colums */
    /* Making font size smaller - ND 36 */
table#tabl1,table#tabl2 {
    font-size: 10px;
}

/* End of smaller fonts */ /* Start of: Style for dictionaries */
table.dict tbody tr th {
    width: 30%;
    text-align: left;
    font-weight: normal;
}

table.dict tbody tr td textarea {
    width: 100%;
    height: 120px;
}

table.dict tbody tr td select {
    width: 100%;
    height: 120px;
}

/* End of: Style for dictionaries */
    /* Start of: style for report others */
div.report_others div.header {
    background-color: #166877;
    background-image: url('/++resource++portalskin_image/bg-th2b.png');
    height: auto;
    font-size: 9px;
    font-weight: bold;
    color: white;
    padding-left: 10px;
}

div.report_others div.content {
    font-size: 10px;
    line-height: normal;
}

div.report_others div.content div.even {
    background-color: #CAD9DA;
}

div.report_others div.content div a:LINK {
    color: #3F3F3F;
}

div.report_others div.content div:HOVER {
    background-color: #C1C1C1;
}

/* End of: style for report others */
    /* Igor is hacking :-) we need to style input file same way as buttons */
div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

div.fakefile button {
    height: 23px;
    font-size: 10px;
    margin-left: 323px;
    width: 75px;
    text-align: center;
    vertical-align: middle;
}

div#uploaded_list div button {
    font-size: 10px;
}

div#uploaded_list div {
    padding-top: 5px;
}

form#edit_form input#attachment {
    font-size: 13px;
}

input.file {
    vertical-align: middle;
    width: 400px;
    position: relative;
    text-align: right;
    moz-opacity: 0;
    filter: alpha(opacity :                             0);
    opacity: 0;
    z-index: 2;
    cursor: default;
}

div.fakefile span.fakeinput {
    background-color: #C1C1C1;
    padding-left: 3px;
    padding-top: 1px;
    padding-right: -3px;
}

/* End fo styling file inputs */
    /* #1757: links in table headers not used for sorting */
table#tabl2 th.nosort a {
    float: none;
    background: none;
}

/* end of:#1757 */ /* Start of: ND 58 - line height */
table#tabl2 td,table#tabl1 td {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 12px;
}

table#tabl2 th,table#tabl1 th {
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 11px;
}

/* End of: ND 58 */ /* Strat of: ND 66, refresh on left side actions */
ul#contentMenu a.left_refresh {
    padding-top: 0px;
    padding-left: 0px;
    width: 0px;
}

/* End of: ND 66 */ /* Start of: text to right */
table#tabl1 tr td.texttoright,table#tabl2 tr td.texttoright {
    text-align: right;
    padding-right: 3px;
}

/* End of: text to right */ /* Start of: report tweaks */
input#start_date_index_notify_date,input#end_date_index_notify_date {
    font-size: 11px;
    height: 14px;
}

/* End of: report tweaks */
table.stable select#dummy_project,table.stable td#sla select {
    width: 300px;
}

table#tabl1 tr#sla_copy td,table#tabl2 tr#sla_copy td {
    background-color: #DCE5E7;
}

/* Start of: kss-spinner */
div#kss-spinner {
    display: none;
    position: absolute;
    top: 0px;
    bottom: 17px;
    left: 0px;
    right: 0px;
    z-index: 150;
    margin: 0px;
    width: auto;
    height: auto;
    text-align: center;
}

div#kss-spinner img {
    margin-top: 25%;
}
/* End-of: kss-spinner */

.ajaxmessage {
    color: red;
}

div.schedule_item {
    width: 170px;
   }

div.schedule_checkbox {
    width: 25px;
   }

textarea.project_edit {
    padding: 3px;
    height: 90px;
    width: 350px;
}

/* BEGIN mail_add address_book */
iframe#addressbook_iframe {
    width: 400px;
    height: auto;
    min-height: 300px;
    left: 160px;
    float:left;
    margin-bottom:-1000px;
    margin-top:60px;
    position:relative;
}

/* END mail_add address_book */

/* tinyMCE overrides */
td>a#long_description_image,
td>a#long_description_cleanup,
td>a#long_description_help,
td>a#long_description_code,
td>a#long_description_anchor {
    display: none;
}

/* end of tinyMCE overrides */

/* WYSIWYG fixes start */
.contentDiv table td div {
    line-height: 120%;
}

.wysiwyg-hidder tr td span {
    color: #3F3F3F !important;
    font-size: 11px;
    font-family: Verdana, Tahoma, sans-serif;   
}
/* WYSIWYG fixes end */












