body
{
	font-family: Verdana;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
p
{
	margin-top: 10px;
}
h1, h2, h3, h4
{
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Georgia;
	font-style: italic;
}
h2
{
	font-size: 17pt;
	color: #0000CC;
}
h3
{
	font-size: 12pt;
	color: #000099;
}
h4
{
	font-size: 10pt;
	color: #000099;
}
ul, ol
{
	/*margin-left: 20px;*/
}
a
{
	color: #0000DD;
	text-decoration: none;
}
a:hover
{
	color: red;
}
img
{
	border: 0px;
}

#mainContainer
{
	margin: auto;
	width: 750px;
	background: url(../img/bg-mid.png) repeat-y;
}
#subContainer
{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../img/bg-bottom.png) bottom no-repeat;
}

body > div > div > table
{
	margin: auto;
}

#swl
{
	text-align: center;
	color: gray;
	font-size: 8pt;
	margin-top: 10px;
}
#swl a
{
	color: gray;
}
#swl a:hover
{
	text-decoration: underline;
}

/* Menu */
.menuButton
{
	text-align: center;
	font-size: 10pt;
}
.menuButton a
{
	color: black;
	display: block;
	height: 20px;
	border-bottom: 3px solid #D7D7D7;
}
.menuButton.selected a
{
	border-bottom: 3px solid #5a5a5a;
}
.menuButton a:hover
{
	border-bottom: 3px solid blue;
}

/* Produkcje, zlecenia */
.productionCategory, .ordersCategory
{
	margin-bottom: 7px;
	height: 25px;
}
.productionCategory:hover, .ordersCategory:hover
{
	background-color: #CCCCFF;
	cursor: pointer;
}
.productionCategoryContent, .ordersCategoryContent
{
	padding-left: 20px;
	display: none;
}
.ordersSubcategory
{
	margin-bottom: 7px;
	height: 25px;
}
.ordersSubcategory:hover
{
	background-color: #CCCCFF;
	cursor: pointer;
}
.ordersSubcategoryContent
{
	padding-left: 20px;
	display: none;
}
.productionItem, .orderItem
{
	margin-bottom: 7px;
	border: 1px solid #CCCCDD;
}
.productionItem:hover, .orderItem:hover
{
	background-color: #EEEEFF;
	border: 1px solid #AAAAFF;
}
.productionItem table, .orderItem table, .orderNameItem table
{
	color: black;
}
.productionItem table:hover, .orderItem:hover, .orderNameItem:hover
{
	cursor: pointer;
}
.productionItem table h3
{
	margin: 0px;
	font-family: Verdana;
	font-style: normal;
}
.productionItem table h3:hover
{
	color: #FF0000;
}
/* Zlecenia */
.orderItem
{
	padding-bottom: 3px;
}
.orderItem.opened
{
	background-color: #EEEEFF;
}
.orderItem .orderHeader
{
	margin: 3px 3px 0 3px;
}
.orderItem .orderItemName
{
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
	color: #0000DD;
}
.orderItem .orderDescription
{
	margin: 0px 3px 3px 3px;
	display: none;
}
.orderItem .orderImages
{
	display: none;
}
.orderNameItem
{
	padding-bottom: 3px;
}
.orderNameItem:hover, .orderNameItem.opened
{
	background-color: #EEEEFF;
	border: 1px solid #AAAAFF;
	padding-bottom: 2px;
}
.orderNameItem .orderHeader
{
	margin: 3px 3px 0 3px;
}
.orderNameItem:hover .orderHeader, .orderNameItem.opened .orderHeader
{
	margin: 2px 2px 0 2px;
}
.orderNameItem .orderItemName
{
	font-weight: normal;
	font-size: 10pt;
	color: #0000DD;
	float: left;
}
.orderNameItem.opened .orderItemName
{
	float: none;
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
}
.orderNameItem .orderDescription
{
	margin: 0px 3px 3px 3px;
	display: none;
}
.orderNameItem .orderImages
{
	display: none;
}

/* Linki */
.linksContainer
{
	padding-left: 20px;
}

/* Produkcja */
.code
{
	background-color: #ffffff;
	border: 1px solid silver;
	
	/*margin-top: 10px;
	margin-bottom: 10px;*/
}