* {
	margin: 0;
	padding: 0;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
		color: #000000;
	vertical-align: top;
}

body {
	background: #F5F5F5;
	text-align: center;
	color: #000000;
}

a {
	color: #FE1D8D;
	text-decoration: none;
}


form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr {
	color: #000000;
	background-color: #a6afbb;
	height: 1px;
}

input, select, textarea {
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	background: #FFFFFF;
	color: #000000;
}

label {
 	cursor: pointer;
}



#container {
	width: 854px;
	margin: 0 auto;
}

#leftnav {
	text-align: left;
	width: 207px;
	float: left;
}

.category {
	font-weight: bold;
	border-bottom: #a6afbb 1px solid;
	padding-bottom:3px;
	margin-bottom: 6px;
}

#categories a {
	text-decoration: none;
	font-weight: bold;
}

ul#categories li {
	margin-left: 15px;
	margin-bottom: 1px;
  	list-style-image:url('images/menu_arrow.gif'); list-style-type:square
}

ul#categories a:hover {
	color: #AA484F;
}

ul {
	margin-left: 20px;
	margin-bottom: 5px;
}

.menuSep {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #000000;
	font-weight: bold;
	border-bottom: #a6afbb 1px solid;
}

.gray {
	color: #0000000;
	font-weight: bold;
}

.orange {
	color: #000000;
	font-weight: bold;
	display: inline;
}

.orange2 {
	color: #000000;
	/*font-weight: bold;*/
	display: inline;
}


#content {
	padding-top: 10px;
	padding-left: 8px;
	text-align: left;
	float: right;
	padding-left: 20px;
	width: 640px;
}

#footer {
	background: url('images/all_21.jpg') no-repeat;
	width: 859px;
	height: 176px;
}


table#mainTable {
	margin:0 auto;
	width: 770px;
	border-collapse: collapse; 
	empty-cells: show;
}

td#header {
	height: 100px;
}

td#leftColumn {
	width: 150px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}


td#contentColumn {
	/*width:560px;*/
	padding: 6px 10px 10px 10px;
	vertical-align: top;
	margin: 0;
}

td#rightColumn {
	width: 180px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

td#footer {
	text-align: center;
	padding: 4px;
}

.input-error1, .input-error2, .input-error3 {
	border: 1px solid red;
	background-color: lightyellow;
}

/*BEGIN: style dla TDataGrid*/

.grid {
	width: 100%;
	padding: 0;
	margin: 0;
}

.grid td {
	padding: 3px;
}

.gridHeader {
	color: #000000;
	text-align: center;
	font-weight: bold;
}

.gridRow1 {
	padding: 4px;
}

.gridRow2 {
	padding: 4px;
}

.gridRowSelected {
}

.gridPager {
	text-align: right;
	color: #000000;
}

.gridPager a {
	color: #000000;
	text-decoration: none;
}

.gridCategory {
	width: 100%;
	padding: 0;
	margin: 0;
}

.gridCategory td {
	padding: 3px;
}

.smallText {
	font-size: 10px;
}

/*END: style dla TDataGrid*/

/*BEGIN: style dla paneli*/

.panel {
	margin: 0;
}

.panelTitle {
	width: 100%;
	width: auto;
	margin: 0;
	padding: 5px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}


.panelContent {
	margin: 0 0 10px 0;
	padding: 10px 0 0 10px;
	font-size: 11px;
}

.panelContent a {
	color: #000000;
	text-decoration: none;
}

.panelContent a:hover {
	color: #000000;
}

.menuLink {
	display: inline;
}

/*END: style dla paneli*/


.projectStatusOpen {
	color: #000000;
	font-weight: bold;
}

.projectStatusFrozen {
	color: #000000;
	font-weight: bold;
}

.projectStatusClosed {
	color: #000000;
	font-weight: bold;
}

.projectAlert {
	color: #000000;
	display: inline;
}

#loading_box {
    width               : 360px;
    height              : 290px;
    margin              : 0px auto;
}

#loading_box_300_250 {
    width               : 300px;
    height              : 250px;
    margin              : 0px auto;
}

#loading_box_progress {
    width               : 300px;
    margin              : 5px auto;
    border              : 1px solid #ff9c00;
    height              : 15px;
    position            : relative;
    overflow            : hidden;
}

#loading_box_progress_bar {
    position            : absolute;
    width               : 0%;
    background          : #b3ffb5;
    height              : 15px;
    top                 : 0px;
    left                : 0px;
}

#loading_box_progress_percent {
    position            : absolute;
    width               : 100%;
    height              : 15px;
    top                 : 0px;
    left                : 0px;
    text-align          : center;
    font-weight         : bold;
    color               : #000000;
}

#skip_loading {
    font-size           : 10px;
    text-decoration     : underline;
    color               : #000000;
}

#skip_loading:hover {
    text-decoration     : none;
}
