﻿body
{
}
/*********************************************
	ogólne
*********************************************/
*
{
    border: 0;
    margin: 0;
    padding: 0;
}

body
{
    font: 12px Tahoma, Verdana, sans-serif, 'Lucida Grande' , 'Lucida Sans Unicode';
    line-height: 1.4em;
}

a
{
    /*color: #264977;*/
    text-decoration: none;
}

a:hover
{
    /*color: #264977;*/
    text-decoration: underline;
}

hr
{
    height: 1px;
    background-color: #ccc;
}

ol
{
    list-style-position: inside;
    list-style-type: decimal;
}

p
{
    margin-bottom: 7px;
    text-align: justify;
    text-indent: 10px;
}

/*********************************************
	formularze formularze
*********************************************/
form, fieldset, label, input, .checkbox, textarea, select, option, form div
{
    margin: 0;
    padding: 0;
}

fieldset
{
    margin: .5em 0;
    padding: .5em;
    border: 1px solid #c0c0c0;
}

textarea
{
    border: 1px solid #c0c0c0;
}

legend
{
    font-weight: bold;
    margin: 0 2% .5em 0;
    padding: .2em .5em;
}

input
{
    border: 1px solid #7f9db9;
}

input[type="text"], input[type="password"], input[type="button"], input[type="file"] textarea, select
{
    border: 1px solid #7f9db9;
}

input[type="file"]
{
    border: 1px solid #254271;
}

option
{
    float: none;
    clear: both;
    margin-right: 2em;
}

input[type="radio"], input[type="checkbox"]
{
    margin-right: .3em;
    margin-bottom: 1px;
    margin-top: 1px;
    border: none;
    vertical-align: middle;
}

input[type="radio"]
{
    vertical-align: middle;
}

input[type="text"], input[type="password"], input[type="file"], input[type="submit"], textarea, select
{
    padding: .1em;
    margin-bottom: 1px;
    margin-top: 1px;
}

input[type="button"], input[type="submit"]
{
    margin-bottom: 1px;
    margin-top: 1px;
    margin-right: .1em;
    padding: .1em .2em;
    cursor: pointer;
    border: 1px solid #254271;
    background-color: #254271;
    color: #ffffff;
    font-size: 11px;    
}

/*
input[type="submit"]:hover
{
    border: 1px solid #b0b0b0;
}
*/

textarea:active, textarea:focus, input:active, input:focus
{
    /*background-color: #f5f5f5;*/
    vertical-align:bottom;
}


/*********************************************
	szkielet strony
*********************************************/
body #headerContainer, body #contentContainer, body #footerContainer
{
    margin: 0 auto;
    min-width: 1000px;
}

body #contentContainer
{
    /*background: url("../other/login_bg.jpg") center top fixed no-repeat;	*/
}


#header
{
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
}

#content
{
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0 auto;
}

#footer
{
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0 auto;
}

.widget_holder
{
    padding: 0px 2px 0px 2px;
    min-height: 10px;
}

#box_0 .widget_holder, #box_8 .widget_holder
{
    padding: 0px 2px 0px 2px;
}

/*********************************************
	widgety 
*********************************************/
.widget
{
    margin-bottom: 3px;
}


.widgetTitle
{
    padding: 4px;
    padding-left: 6px;
    font-size: 115%;
    font-weight: bold;
    float: left;
}

.widgetButtons
{
    padding: 4px;
    padding-right: 0px;
    float: right;
    width: 60px;
}

.widgetTooltip
{
    position: absolute;
    top: -1px;
    right: 0px; /*bottom: 5px; 	right: -15px;*/
    background-color: white;
    border: 1px solid black;
    z-index: 10000;
    font-size: 0.9em;
    padding: 2px;
    height: auto;
}

.widgetTooltip a:hover
{
    background: #000000;
    color: #ffffff;
}

.wgtButton
{
    float: right;
    padding-left: 2px;
    padding-top: 3px;
    padding-right: 3px;
    min-width: 10px;
    min-height: 10px;
    width: auto !important;
    height: auto !important;
    width: 10px;
    height: 10px;
}

.wgtButton a
{
    display: block !important;
    display: inline-block; /*overflow: hidden;*/
    min-width: 10px;
    min-height: 10px;
    width: auto !important;
    height: auto !important;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.wgtButtonMax
{
    background-image: url('../widget_min/default.png');
    background-repeat: no-repeat;
}

.wgtButtonMin
{
    background-image: url('../widget_max/default.png');
    background-repeat: no-repeat;
}

.wgtButtonSave
{
    background-image: url('../widget_save/default.png');
    background-repeat: no-repeat;
}

.wgtButtonEdit
{
    background-image: url('../widget_edit/default.png');
    background-repeat: no-repeat;
}

.wgtButtonClose
{
    background-image: url('../widget_close/default.png');
    background-repeat: no-repeat;
}

.wgtButtonConfig
{
    background-image: url('../widget_config/default.png');
    background-repeat: no-repeat;
}

.widgetHeader, .widgetHeader_noMove
{
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: Transparent;
    cursor: move;
    min-height: 2em;
    height: auto !important;
    height: 2em;
    margin-right: 6px;
    overflow:hidden;
}

.widgetHeader_noMove
{
    cursor: default;
}

.widgetHeaderContainer
{
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: right top;
}

.widgetContent
{
    padding: 3px;
    background-repeat: repeat-x; /*width: auto !important;*/ /*width: 100%;*/ /*overflow: hidden;*/
}

.widgetContentContainer
{
}

.widgetFooter
{
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: Transparent;
    margin-right: 6px;
    height: 13px;
}

.widgetFooterContainer
{
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.borderLower
{
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.borderMiddle
{
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
}

.borderUpper
{
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
}


/*********************************************
	config panel widgeta
*********************************************/
.configPanel
{
    border: 1px dashed #ccc;
    margin: 2px 0px;
}

.configHeader
{
    text-align: center;
    cursor: pointer;
    padding: 5px 5px;
    background: #f0f9fc;
    font-size: 0.9em;
}

.configContent
{
    height: 0px;
    overflow: hidden;
    background: #fff;
}

.innerConfigContent
{
    padding: 5px 5px;
}

/*********************************************
	modal popup
*********************************************/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}

.customPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 400px;
}

/*********************************************
	resizer kolumn
*********************************************/

.resize_handle:hover
{
    border: 1px solid #9c0;
    background: #e3ffa0;
    z-index: 2000;
}

.resize_handle
{
    border: 1px dashed #9c0;
    background: #ebffde;
    cursor: e-resize;
    width: 4px;
    height: 70px;
    z-index: 2000;
}


/*********************************************
	splash
*********************************************/
.splash
{
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -100px;
    margin-top: -50px;
    position: fixed !important;
    position: absolute;
    visibility: visible;
    width: 100px;
    height: 100px;
    z-index: 199999;
}

/* LOGIN PAGE */

#adminLoginBoxOut
{
    background: #ffffff url('../other/login_top.png') no-repeat top center;
    position: absolute;
    margin-left: -170px;
    margin-top: -20px;
    left: 50%;
    top: 270px;
    border: 0px solid #ffffff;
}

#adminLoginBoxIn
{
    background: transparent url('../other/login_bot.png') no-repeat bottom center;
    width: 330px;
    height: 140px;
    padding: 5px;
}

#adminLoginBoxOut #titleLabel
{
    text-align: center;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
}

#adminLoginMid
{
    background-image: url('../other/login_bg.png');
    background-position: center;
    height: 50px;
}

#adminLoginTop
{
    background-color: #5484bb;
    height: 270px;
}

#adminLoginBody
{
    background-color: #0b509e;
}

.tt_box
{
    padding: 10px 5px 5px 5px;
    text-align: center;
    margin: 2px 2px 2px 2px;
}

.tt_image
{
    margin-right: 5px;
}

.tt_lbl
{
    vertical-align: top;
}

.tt_warning
{
    background: #fff0b5;
    border: 1px solid #ffe267;
}

.tt_error
{
    background: #ffd5d5;
    border: 1px solid #ff8080;
}

.tt_info
{
    background: #d7eef4;
    border: 1px solid #afdde9;
}
.popupSendMail
{
	position: fixed;
	height: 600px;
	width: 800px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -200px;

}

.treeViewFix img {float:left;}
.treeViewFix td div{height: 20px !important;}

.eshop_pageHeader { float: right;}
.eshop_pageHeader a {float: left; list-style: none; display: block !important; display: inline-block; padding-left: 5px; padding-right: 5px; text-align: center; margin-left: 1px; }
.eshop_pageHeader a:hover {  border-left-style: solid; border-left-width: 1px; padding-left: -1px; margin-left: 0px; }
