html,
body
{
    height: 100%;
}

body
{
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    font-family: 'Trebuchet MS', Verdana;
    font-size: 12px;
}

#page
{
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}

html>body #page
{
	height: auto;
}

#pageHeader
{
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
	border-bottom: 1px #e6e6e6 solid;
    background-color: #fafafa;
}

#header
{
    width: 1006px;
	height: 80px;
	margin: 0 auto;
}

#header ul
{
	list-style: none;
}

#header li
{
	float: left;
	margin: 0 3px;
}

#logoCyberstudio
{
    float: left;
    width: 133px;
    height: 80px;
    margin-left: 20px;
    background: #fafafa url('../img/admin/cyberstudio.gif') 0 0 no-repeat;
    text-decoration: none;
}

#logoPanel
{
    float: left;
    height: 80px;
    margin-left: 20px;
}

#pageContent
{
	width: 1006px;
	margin: 0 auto;
	padding-top: 50px;
}

#content
{
    float: right;
    width: 808px;
    margin-left: 10px;
    padding-bottom: 50px;
}

#pageFooter
{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

img
{
    border: none;
}

input:focus,
textarea:focus
{
    border: 1px #aaa solid !important;
}

.clear
{
    clear: both;
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}

.navTop
{
	border-bottom: 2px #ccc solid;
    padding-bottom: 2px;
}

.navBottom
{
    clear:both;
    border-top: 2px #ccc solid;
    padding-top: 2px;
}

.navButtons
{
    width: 100%;
    overflow: hidden;
}

.navFilter
{
    width: 100%;
    margin-bottom: 4px;
    border-bottom: 1px #ccc solid;
}

.navFilter form
{
    padding: 0;
    margin: 0;
}

.navFilter span
{
    float: left;
    display: block;
	letter-spacing: 1px;
	font-size: 12px;
	color: #383838;
	padding: 3px 3px 0 3px;
	height: 20px;
}
.navFilter input
{
    float: left;
    height: 15px;
	width: 150px;
	padding: 3px;
	border: 1px #ccc solid;
	font-size: 12px;
	color: #333;
	margin-right: 100px;
}

.navFilter select
{
    float: left;
    height: 21px;
    padding: 2px 0;
	border: 1px #ccc solid;
	font-size: 12px;
	color: #333;
}

.navFilter option
{
    padding: 3px;
}

.navFilter a.path:link,
.navFilter a.path:visited
{
    color: #5c5c5c;
    text-decoration: none;
}

.navFilter a.path:hover,
.navFilter a.path:active
{
    text-decoration: underline;
}

.navFilter strong.path
{
    color: #383838;
    font-weight: normal;
}


/* Nazwa strony */
#menuName
{
    width: 88px;
    height: 17px;
    margin: 0 0 0 17px;
    padding: 6px 0 0 26px;
    background: #e6e6e6 url('../img/admin/menu.gif') 4px 5px no-repeat;
    color: #5c5c5c;
    line-height: 14px;
    font-size: 14px;
/*     font-weight: normal; */
    font-weight: bold;
    border: 1px #ccc solid;
    border-bottom-width: 0;
}

#pageNameList,
#pageNameAdd,
#pageNameEdit,
#pageNameDeleteConfirmation,
#pageNameView
{
    margin: 7px 0 0 17px;
	padding: 0 0 3px 0;
    font-size: 14px;
    font-weight: normal;
}

#pageNameList span,
#pageNameAdd span,
#pageNameEdit span,
#pageNameDeleteConfirmation span,
#pageNameView span
{
    padding: 4px 20px 1px 26px;
	background-color: #e6e6e6;
    background-position: 4px 3px;
    background-repeat: no-repeat;
    color: #5c5c5c;
    font-weight: bold;
    line-height: 14px;
    border: 1px #ccc solid;
    border-bottom-width: 0;
}

#pageNameList span
{
    background-image: url('../img/admin/page_list.gif');
}

#pageNameAdd span
{
    background-image: url('../img/admin/page_add.gif');
}

#pageNameEdit span
{
    background-image: url('../img/admin/page_edit.gif');
}

#pageNameDeleteConfirmation span
{
    background-image: url('../img/admin/page_delete.gif');
}

#pageNameView span
{
    background-image: url('../img/admin/page_view.gif');
}
/*  */


#showMoreOptions
{
    display: block;
    padding: 2px 0 2px 10px;
    background: #ffff99;
    border-bottom: 2px solid #e6e68a;
    text-decoration: none;
    color: #383838;
    margin-top: 10px;
}

#showColors
{
    display: block;
    padding: 2px 0 2px 10px;
    background: #abd49c;
    border-bottom: 2px solid #96ba89;
    text-decoration: none;
    color: #383838;
    width: 600px;
    margin-top: 10px;
}

#colors
{
    margin: 0 0 0 20px;
}

#colors div
{
    margin-top: 10px;
    margin-bottom: -10px;
}

#showPackagings
{
    display: block;
    padding: 2px 0 2px 10px;
    background: #c5e8c0;
    border-bottom: 2px solid #b8ddaf;
    text-decoration: none;
    color: #383838;
    width: 600px;
    margin-top: 10px;
}

#packagings
{
    margin-left: 20px;
}

.showPackagingCatapcities
{
    display: block;
    padding: 2px 0 2px 10px;
    background: #d1edcd;
    border-bottom: 2px solid #c6e4bf;
    text-decoration: none;
    color: #383838;
    width: 560px;
    margin-top: 10px;
}

.packagingCatapcities
{
    margin-left: 20px;
}

.packagingCatapcities div
{
    margin-top: 10px;
    margin-bottom: -10px;
}

p.info
{
	line-height: 16px;
	margin-bottom: 5px;
}

p.info span
{
    background: #d5e9fc;
	font-size: 12px;
	padding: 0 5px;
	color: #383838;
}
/* Widok logowania */
#loginForm
{
    width: 230px;
    padding: 20px;
    background: #f5f5f5;
    border: 1px #dbdbdb solid;
    margin: 0;
}

#loginForm div
{
	margin-bottom: 10px;
}

#loginForm label
{
	display: block;
	width: 80px;
	margin-left: 10px;
	padding-left: 5px;
	background: #efefef;
	color: #383838;
	font-size: 12px;
	letter-spacing: 1px;
	border: 1px #ccc solid;
	border-bottom-width: 0;
}

#loginForm input.text
{
	height: 15px;
	width: 220px;
	padding: 3px;
	color: #333;
	font-size: 12px;
	border: 1px #ccc solid;
}

#loginForm .submit
{
    width: 114px;
    margin: 20px auto 0 auto;
}

#loginForm input.login
{
    display: block;
    width: 116px;
    text-align: left;
    height: 22px;
    padding-left: 7px;
    margin-left: 3px;
    line-height: 13px;
    font-family: 'Trebuchet MS', Verdana;
    font-size: 13px;
    color: #5c5c5c;
    border: 1px #e0e0e0 solid;
    background-color: #f2f2f2;
    background-position: 90px 2px;
    background-repeat: no-repeat;
    background-image: url('../img/admin/button_login.gif');
}

#pageNameLogin
{
/*     width: 100px; */
/*     height: 17px; */
/*     margin: 0 0 0 17px; */
/*     padding: 6px 0 0 26px; */
/*     background-color: #e6e6e6; */
/*     background-position: 4px 5px; */
/*     background-repeat: no-repeat; */
/*     color: #5c5c5c; */
/*     line-height: 14px; */
/*     font-size: 14px; */
/*     font-weight: normal; */
/*     border: 1px #ccc solid; */
/*     border-bottom-width: 0; */
    
    margin: 7px 0 0 17px;
	padding: 0 0 3px 0;
    font-size: 14px;
    font-weight: normal;
}

#pageNameLogin span
{
    padding: 4px 20px 1px 26px;
	background-color: #e6e6e6;
    background-position: 4px 3px;
    background-repeat: no-repeat;
    color: #5c5c5c;
    line-height: 14px;
    border: 1px #ccc solid;
    border-bottom-width: 0;
    background-image: url('../img/admin/page_login.gif');
}

#loginContent
{
    width: 270px;
	margin: 0 auto;
	padding-top: 50px;
}

.loginSubmit
{
    display: none;
}
/*  */
/* Komunikaty */

.message
{
    position: relative;
    width: 400px;
    margin: 0 auto;
    margin-bottom: -40px;
    margin-top: 8px;
    padding: 10px;
    background: #fff;
    text-align: center;
    line-height: 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px #347E31 solid;
    color: #296327;
    background: #69a067;
}

.emessage
{
    position: relative;
    width: 400px;
    margin: 0 auto;
    margin-bottom: -40px;
    margin-top: 8px;
    padding: 10px;
    background: #fff;
    text-align: center;
    line-height: 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px #b82d0e solid;
    background: #dc6245;
/*     color: #df2a00; */
    color: #91240B;
/*     color #85210A; */
/*     color: #91240B; */
}

.error-message
{
    color: #df2a00;
    font-weight: bold;
}
/*  */
