﻿/*********************************************
	ogólne
*********************************************/
*
{
	border: 0;
	margin: 0;
	padding: 0;
}

body
{
	font: 12px/17px Tahoma, Verdana, sans-serif;
	line-height: 17px;
}

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;
}


/*********************************************
	stałe
*********************************************/

.cursor_pointer
{
	cursor: pointer;
}
.cursor_crosshair
{
	cursor: crosshair;
}
.cursor_hand
{
	cursor: hand;
}

.validator_frame
{
	border: solid 1px red;
	color: Red;
}
.button_right
{
	margin-right: 5px;
}
.button_left
{
	margin-left: 5px;
}



/*********************************************
	formularze formularze
*********************************************/
form, fieldset, label, 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="text"], input[type="password"], input[type="file"], textarea, select
{
	padding: .1em;
	margin-bottom: 1px;
	margin-top: 1px;
}

input[type="text"]{min-width: 40px;}

/*
-- wykokmentowane, żeby nie kolidowało z cp_btn_xxx i cp_btn_brd_xxx
*/
input[type="button"], input[type="submit"]
{
    margin: 1px 1px 1px 1px;
    padding: 2px 8px 2px 8px;
	cursor: pointer; /*border: 1px solid #254271;*/ /*background-color: #254271;*/ /*color: #ffffff;*/
	font-size: 11px;
}

textarea:active, textarea:focus, input:active, input:focus
{
	/*background-color: #f5f5f5;*/
}


/*********************************************
	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;
}


.wgtButtonClose
{
	background-image: url( '../images/thmc/widget_close/default.png' ); /*background-image: url('../widget_close/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;
}
/*.widgetBottomButtons
{
	width: 100%;
	float: right;
	padding: 5px;
}*/
.widgetBottomButtons
{
	width: 100%;
	text-align: right;
}
.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;
}
.widgetConfigPanel
{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: white;
	border: 1px solid #cecece;
	z-index: 7000;
	font-size: smaller;
	padding: 5px;
	padding-right: 5px;
	width: auto !important;
	min-width: 250px;
}
.widgetConfigPanel input
{
	font-size: smaller;
}

.widgetConfigPanel select
{
	font-size: smaller;
	width: 15em;
}
.widgetBlueBorder
{
	border: solid 1px blue;
	padding: 5px;
	background-color: #F0F9FC;
}

.widgetOptions
{
}
.widgetSkins
{
	margin: 5px;
}
.widgetFooterButtons
{
	text-align: right;
}

/*********************************************
	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;
}



/*********************************************
	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;
}




.tt_box
{
	border: solid 1px red;
	padding: 2px 2px 2px 2px;
	text-align: left;
	margin: 2px 2px 2px 2px;
}

.tt_box table
{
    margin: 0px auto;
}

.tt_image
{
	margin-left: 5px;
	margin-right: 15px;
}

.tt_lbl
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
}

.tt_desc
{
	font-size: 11px;
}

.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;
}

