html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, a, cite, code, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

html {
	margin: 0;
	padding: 0;
	background: -moz-linear-gradient(100% 100% 90deg, rgb(247,247,247), #fff 30%)
}

body {
	font-size: 12px;
	font-family: Arial, Verdana, Sans-serif;
	margin: 0;
	padding: 0;
	color: #111;
	background: transparent url(static/i/html_bg.png) 0 0 repeat-x;
}
.loginForm { 
	background: url(/static/i/loginLogotype_bg.png) 0 -100px repeat; 
}

/* reset styles */
:focus { outline: 0; }
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
.clear { clear: both; }
a img { border: 0; }

/* useful classes and styles */
.striked {
	font-style: normal;
	text-decoration: line-through;	
}
.rFloated { float: right !important; }
.lFloated { float: left !important; }
.center { text-align: center !important; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.inline { 
    display: inline-block !important; 
    vertical-align: middle !important; 
}
.active { 
    text-decoration: none !important;
    cursor: default !important;
}
.asUppercase { text-transform: uppercase !important; }

form p { margin: 0.25em 0 !important; }
input[type=text],
input[type=password],
textarea, .textInput {
    font-family: Verdana, Sans-serif;
    padding: 2px;     
    vertical-align: middle;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus { color: #000; }

input[type=button], 
input[type=submit] { 
    cursor: pointer;
    vertical-align: middle; 
}

input[type=submit] {

}

/* temp */

div { 
	
}

/* end temp */

a:link, a:visited {
	text-decoration: none;
	color: #2574c4;	
}
a:hover { text-decoration: underline; }
a.click { color: #c00 !important; }

#wrapper {
	max-width: 1280px;
	min-width: 1000px;
	width: 80%;
	margin: 0 auto;
}
#header {
	height: 100px;
	padding: 17px 10px 10px 10px;
}
.noMenu #header { height: 133px; }
.loginForm #header { display: none; }

#isLogged {
	float: right;
	font-weight: bold;	
}

#homeLink {
	display: block;
	text-indent: -3000px;
	width: 110px;
	height: 85px;	
	background: transparent url(http://static.fuse.pl/i/logotype_bg.png) 0 0 no-repeat;
	margin: 0 1em;
}

#priNav {
	list-style: none;
	text-align: right;	
}
#priNav li {
	display: inline-block;
	padding: 0;
	border-right: 1px #e3e3e3 solid;
	height: 33px;
}
#priNav li:first-child { border-left: 1px #e3e3e3 solid; }
#priNav li.active { 
	background: #fff url(/static/i/menuActive_bg.png) 0 0 repeat-x; 
	height: 34px;
}
#priNav a {
	display: block;
	height: 23px;
	padding: 10px 0.85em 0 29px;
	color: #666;
	text-shadow: 0 1px 0px #fff;
	font-weight: bold;
	background-position: 3px 50%;
	background-repeat: no-repeat;
}
#priNav li:first-child a:first-child { background-position: 5px 50%; }
#priNav a:hover {
	text-decoration: none;
	color: #111;	
}
#priNav a.click { color: #c00;	}
#priNav li.active a { color: #111; }

#startPage { background-image: url(/static/i/menuStart_icon.png); }
#docs { background-image: url(/static/i/menuDocs_icon.png); }
#reports { background-image: url(/static/i/menuRep_icon.png); }
#messages { background-image: url(/static/i/menuMsgs_icon.png); }
#options { background-image: url(/static/i/menuOpt_icon.png); }
#logout { background-image: url(/static/i/menuLogout_icon.png); }

#pathBar {
	list-style: none;	
	margin: 0 0 2em 0;
	padding: 0 1em;
	border-bottom: 1px #eee solid;
}
#pathBar li { 
	display: inline-block; 
	margin: 1em 0;
}
#pathBar a {
	display: inline-block;
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding: 4px 0;	
}
#pathBar a.active { 
	font-weight: bold;
	color: #555;
}

#pathBar li:first-child a {
	padding-left: 26px;
	font-weight: bold;
	background-image: url(/static/i/menuStart_icon.png); 	
}

#pathBar .sep { 
	font-size: 13px; 
	font-weight: bold;
	color: #888;
	margin: 0 0 0 0.25em;
}


#sidebar {
	width: 25%;
	float: left;
}
.noSidebar #sidebar { display: none; }

#content {
	margin-left: 26%;	
	padding: 2em 0 4em 0;
	min-height: 360px;
}

.noSidebar #content { margin-left: 0; }

.loginForm #content { padding-top: 4em; }
.noSidebar #content { margin-left: 0; }

#notificationsList,
#casesTypes {
	list-style: none;
	margin: 0 0 1.5em 0;
	overflow: auto;
	text-align: center;
}
#notificationsList li,
#casesTypes li {
	display: inline-block;	
	margin: 0.5em;
}

#notificationsList a,
#casesTypes a {
	display: block;
	padding: 0.5em 1em;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	color: #fff;
}
#notificationsList a:hover,
#casesTypes a:hover {
	text-decoration: none;
	border: 1px #111 solid;
}

#casesTypes a {
	width: 135px !important;
	font-size: 14px;
	background-color: #bbb;
	border: 1px #444 solid;
	padding: 0.35em 1em !important;	
	-webkit-box-shadow: 0 1px 2px #999, 0 1px 0px #fff inset;
	-moz-box-shadow: 0 1px 2px #999, 0 0px 2px #fff inset;
	box-shadow: 0 1px 2px #999, 0 1px 0px #fff inset;
}

#notificationsList a span {  }
#notificationsList a span:before { content: "- "; }

#casesTypes a { 
	padding: 1em 4em; 
	width: 78px;
}

#meetings {
	border: 1px #6b8a44 solid;
	background-color: #86b34d;
	-webkit-box-shadow: 0 1px 1px #999, 0 1px 0px #e0f3c8 inset;
	-moz-box-shadow: 0 1px 1px #999, 0 0px 2px #e0f3c8 inset;
	box-shadow: 0 1px 1px #999, 0 1px 0px #e0f3c8 inset;	
}
#msgs {
	border: 1px #a76127 solid;
	background-color: #dd7924;
	-webkit-box-shadow: 0 1px 1px #999, 0 1px 0px #ffddc6 inset;
	-moz-box-shadow: 0 1px 1px #999, 0 0px 2px #ffddc6 inset;
	box-shadow: 0 1px 1px #999, 0 1px 0px #ffddc6 inset;	
}
#tasks {
	border: 1px #20688c solid;
	background-color: #2e9cd1;
	-webkit-box-shadow: 0 1px 1px #999, 0 1px 0px #c4ecff inset;
	-moz-box-shadow: 0 1px 1px #999, 0 0px 2px #c4ecff inset;
	box-shadow: 0 1px 1px #999, 0 1px 0px #c4ecff inset;	
}
#events {
	border: 1px #962f37 solid;
	background-color: #cd333e;
	-webkit-box-shadow: 0 1px 1px #999, 0 1px 0px #ffdee2 inset;
	-moz-box-shadow: 0 1px 1px #999, 0 0px 2px #ffdee2 inset;
	box-shadow: 0 1px 1px #999, 0 1px 0px #ffdee2 inset;	
}




/* boxes */

.box {
	border: 1px #ddd solid;
	padding: 1em 2em 2em 2em;
	color: #777;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-box-shadow: 0 1px 0px #666;
	-moz-box-shadow: 0 1px 0px #666;
	box-shadow: 0 1px 0px #666;	
	margin: 0.5em 0 1.5em 0;
}

.loginFormWrapper {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	background: -moz-linear-gradient(100% 100% 90deg,  #fff 70%, rgb(247,247,247));
}

table {
	width: 100%;
	margin: 0.5em 0 1.5em 0;	
}
th {
	background: transparent url(/static/i/tableTh_bg.png) 0 100% repeat-x;	
	padding: 0.35em 0.75em 0.6em 0.75em;
	color: #3b4245;
	font-size: 11px;
	font-family: Verdana, Sans-serif;
	line-height: 1.2;
	text-align: center;
	border-right: 1px #eee solid;
	border-left: 1px #fff solid;
}
th.long { text-align: left; }
th:last-child {  }


td { 
	border-left: 1px #eee dashed;
	vertical-align: middle;
	text-align: center;
	padding: 0.75em;
	border-bottom: 1px #eee solid;
}
td:first-child {  }
td:last-child { border-right: 1px #eee solid; }
tr.even td {
	background-color: rgb(249,249,249);	
}
td:first-child a { font-weight: bold; }

.long { 
	width: 25%; 
	text-align: left;
}
.mid { 
	width: 15%; 

}
.short { width: 7%; }

.red td,
td.red { background-color: #fff2f2 !important; }
.blue td,
td.blue { background-color: #eff5fb !important; }
.green td,
td.green { background-color: #eefff2 !important; }
.yellow td,
td.yellow { background-color: #fffff2 !important; }
.violet td,
td.violet { background-color:  #fff2f9 !important; }


table a.openMap { font-size: 11px; }
table ul {
	list-style: none;
	font-size: 11px;	
}
table ul h3 {
	margin-bottom: 0.1em;	
	color: #000;
}
table ul span {
	color: #555;	
}
table li { 
	display: inline-block;
	margin: 0 0.65em 0.5em 0.65em; 

}
table li.last { 
	display: block;
	text-align: right;
	margin-bottom: 0;
}

/* forms */
form > div { margin: 0.85em 0; } 
label {
	display: block;
	font-weight: bold;
	color: #111;
	margin-bottom: 0.35em;	
}
form div > span {
	display: inline-block;
	vertical-align: middle;	
}
form input[type=text],
form input[type=password],
form textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 15px;
	color: #999;
	padding: 3px 4px;
	border: 1px #bebebe solid;
	border-top: 1px #8f8f8f solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 1px #ddd inset;
	-moz-box-shadow: 1px 1px 1px #ddd inset;
	box-shadow: 1px 1px 1px #ddd inset;
}
form input[type=text]:focus,
form input[type=password]:focus,
form textarea:focus {
	border: 1px #333 solid;
	border: 1px #777 solid;
	color: #222;	
}
form input[type=submit] {
	border: 1px #203765 solid;
	background-color: #3781b9;
	color: #fff;
	font-weight: bold;
	padding: 0.3em 0.45em 0.35em 0.45em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px #91cce9 inset;
	-moz-box-shadow: 0px 1px 1px #91cce9 inset;
	box-shadow: 0px 1px 1px #91cce9 inset;
}
form input[type=submit]:hover { 
	cursor: pointer;
	background-color: #529bd3;
	-webkit-box-shadow: 0px 1px 0px #d4f1ff inset;
	-moz-box-shadow: 0px 1px 0px #d4f1ff inset;
	box-shadow: 0px 1px 0px #d4f1ff inset;
}

form input[type=submit]:focus {
	-webkit-box-shadow: 0px 1px 0px #0d334f inset;
	-moz-box-shadow: 0px 1px 0px #0d334f inset;
	box-shadow: 0px 1px 0px #0d334f inset;
	background-color: #23689c;
}

#loginForm {
	display: block;
	margin: 0 auto;
	background: transparent url(/static/i/loginForm_bg.png) 50% -20% no-repeat;
	padding-top: 190px;	
}
#loginForm input[type=text] { 
	display: inline-block;
	width: 150px; 
	vertical-align: middle !important;
}

table.searchAndFilters {
	width: 100%;	
	margin: 0 0 1em 0;
	padding: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
table.searchAndFilters td { 
	vertical-align: top; 
	height: 100%;
	background-color: rgb(248,248,248);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0.5em 0.75em 0.75em 0.75em;
	border-bottom: 1px #ced7db solid;
}
table.searchAndFilters td:first-child { border-right: 2px #fff solid; } 
table.searchAndFilters td.searchContainer { 
	width: 340px; 
	border-left: 2px #fff solid; 
} 

.searchAndFilters fieldset {

}

.searchAndFilters fieldset {	
	border: 1px #dce3e7 solid;	
	padding: 0.85em 1em 1.15em 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.searchAndFilters td { 
	vertical-align: top; 
	text-align: left;
	border-style: solid;
	border-top: 0;
}

.searchAndFilters legend {
	padding: 0 0.5em;
	font-weight: bold;		
}

.searchAndFilters div {
	display: inline-block;	
	margin: 0.35em 0;
}

.searchAndFilters td.filterWrapper input[type=submit] {
	padding: 0.3em 1.75em;
}
.searchAndFilters .hasSubmit {
	display: table-cell;
	text-align: center;	
	vertical-align: middle;
}

.searchAndFilters .selectsWrapper {
	display: table-cell;
	border-right: 1px #dce3e7 solid;
	width: 68%;	
	padding-right: 0.5em;
}

.searchAndFilters label {
	display: inline-block;
	text-align: right;
	width: 4em;
	font-weight: normal;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	text-shadow: 0 1px 0px #fff;
	margin: 0 0.75em 0 1.25em;
	color: #444;		
}
.searchAndFilters td.searchContainer label { width: auto; }

.searchAndFilters select { width: 100px; }

.searchAndFilters input[type=submit] {
	
}


#footer {
	border-top: 1px #ccc solid;
	padding: 1em 1em 5em 1em;
	text-shadow: 0 1px 0px #fff;
	font-size: 11px;
	color: #555;	
}
#footer p {
    float:left;
    margin-top: 15px;
}
#footer img {
    float: right;
}
