* {
	margin: 0;
	padding: 0;
	font-family: verdana,arial;
	font-size: 10px;
	vertical-align: top;
}


body {
	#background: #FFFFFF;
  #background: url('images/bg.gif') repeat-x top;
	text-align: center
}

a {
	color: #FF0000; text-decoration:none
	
}

a:hover {
  color: #FF0000; text-decoration: underline;

}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0px none;
}

hr {
	color: #a6afbb;
	background-color: #a6afbb;
	height: 1px;
}

input, select, textarea {
	border:1px solid #F5F5F5; background:#F7F7F7; color: #646464
}

label {
 	cursor: pointer;
}

#header {
  margin: 0 auto;
	background: url('images/header_bg.gif') no-repeat;
	background-position: center;
	width: 750px;
	height: 180px;
	float: center;
}

#headerLogo {
	text-align: left;
	float: left;
	width: 340px;
	padding-top: 30px;
	padding-left: 40px;
}

.logoOrange {
	font-weight: bold;
	color: #c95a00;
	display: inline;
	font-size: 22px;
}

.logoGray {
	font-weight: bold;
	display: inline;
	color: #464A55;
	font-size: 22px;
}

#headerLogin {
	text-align: left;
	float: left;
	width: 340px;
	padding-top: 45px;
	padding-left: 40px;
}

#headerLogin a {
	color: #949CA7;
	/*font-weight: bold;*/
	font-size: 10px;
}

#headerLogin a:hover {
	color: #FF0000;
	/*font-weight: bold;*/
	font-size: 10px;
}

.headerSmall {
	color: #7789a1;
	font-size: 10px;
}

#container {
	width: 761px;
	margin: 0 auto;
	background: #FFFFFF;
}

#leftnav {
	text-align: left;
	width: 194px;
	padding-left: 12px;
	float: left;
}

.category {
	/*font-weight: bold;*/
	/*border-bottom: #a6afbb 1px solid;*/
	padding-bottom:3px;
	margin-bottom: 6px;
}

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: #80858D;
	font-weight: bold;
	font-size: 8pt;
	border-bottom: 1px solid #80858D;; font-family:Verdana
}

.gray {
	color: #7d7484;
	/*font-weight: bold;*/
}

.orange {
	color: #FF0000;
	/*font-weight: bold;*/
	display: inline;
	
}

.orange2 {
	color: #FF0000;
	/*font-weight: bold;*/
	display: inline;
	
}


#content {
	padding-top: 10px;
	padding-left: 8px;
	text-align: left;
	float: right;
	padding-left: 20px;
	width: 523px;
}

#footer {
	background: url('images/top.gif') no-repeat;
	width: 523px;
	height: 59px;
	color: #7D7484; font-family:ve
        text-align : justify;	
}


table#mainTable {
	background:#fff;
	margin:0 auto;
	width: 748px;
	border-collapse: collapse; 
	empty-cells: show;
}

td#header {
	border-bottom: #A8A8A8 1px solid;
	height: 100px;
}

td#leftColumn {
	background: #7d7484;
	width: 150px;
	vertical-align: top;
	border-right: #A8A8A8 1px solid;
	margin: 0;
	padding: 0;
}


td#contentColumn {
	background:#fff;
	/*width:560px;*/
	padding: 6px 10px 10px 10px;
	vertical-align: top;
	margin: 0;
}

td#rightColumn {
	background: #7d7484;
	width: 180px;
	vertical-align: top;
	border-left: #A8A8A8 1px solid;
	margin: 0;
	padding: 0;
}

td#footer {
	text-align: center;
	border-top: #A8A8A8 1px solid;
	border-bottom: #A8A8A8 1px solid;
	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: #566a88;
	background: #F5F5F5;
	text-align: center;
	font-weight: bold;
}

.gridRow1 {
	background: #EEEEEE;
	padding: 4px
}

.gridRow2 {
	background: #EEEEEE;
	padding: 4px;
}

.gridRowSelected {
	background: lightyellow;
}

.gridPager {
	text-align: right;
	color: silver;
}

.gridPager a {
	color: green;
	text-decoration: none;
}

.gridCategory {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #f9f9f9;
}

.gridCategory td {
	padding: 3px;
}

.smallText {
	font-size: 10px;
}

/*END: style dla TDataGrid*/

/*BEGIN: style dla paneli*/

.panel {
	margin: 0;
	background: #dae0e6;
}

.panelTitle {
	width: 100%;
	width: auto;
	margin: 0;
	padding: 5px;
	color: #fff;
	background: #4282e2;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}


.panelContent {
	margin: 0 0 10px 0;
	border-top: 1px solid #eff0f1;
	padding: 10px 0 0 10px;
	font-size: 11px;
	background-color: #dde1e8;
}

.panelContent a {
	color: #36414d;
	text-decoration: none;
}

.panelContent a:hover {
	color: red;
}

.menuLink {
	display: inline;
}

/*END: style dla paneli*/


.projectStatusOpen {
	color: #087619;
	font-weight: bold;
}

.projectStatusFrozen {
	color: #3928A5;
	font-weight: bold;
}

.projectStatusClosed {
	color: #d50004;
	font-weight: bold;
}

.projectAlert {
	color: #d50004;
	display: inline;
}

.tabela1 {
	border : 1px solid #F5F5F5;
background: #FFFFFF;
        width : 100%;
}

.tabela2 {
	border : 1px solid #F5F5F5;
background: #FFFFFF;
        width : 100%;
}

.tabela3 {
	border : 1px solid #F5F5F5;
background: #FFFFFF url('http://images.odeo.com/0/9/0/mysslogo_300x300_white_background.jpg');
background-repeat: no-repeat;
background-position: center;

}

.blink {

text-decoration: blink;

}