/*
	Really basic stylesheet for moodows...
	Eventually much more will be editable (i.e. some kind of skinning)...
	TODO: add more support for customization and skinning
*/


/* The main window div, not much to mess with */
.moodows_win {
	/* required */
	position: absolute;
	/*border-width: 1px;*/
	/*border-style: solid;*/
	
	/* To the user's discretion */
	/*border-color: #000;*/
	/*background-color: #fff;*/
}

/* The Window Title table */
.moodows_title {
	/* required */
	height: 30px;
	/*width: 100px;*/
	cursor: move;
	
	/* To the user's discretion */
	/*background-color: #CC6600;*/
	font-weight: bold;
	text-align: center;
	font-family: Lucida Grande, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-left: 16px;
	float: left;
	/*border-bottom:3px solid #6C0404;*/
}

/* The window's body, nothing to mess with here */
.moodows_body {
	/* required*/
	overflow: auto;
	width: 100%;
	
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	text-align: left;
}

.moodows_body p{
margin: 0 10px 5px 10px;
}

.moodows_body h3{
margin: 0 10px 5px 10px;
}


/* Window's status bar */
.moodows_status {
	/* required */
	height: 20px;
	width: 100%;
	display: none;
	
	/* To the user's discretion */
	background-color: #ddd;
	font-family: arial;
	font-size: 9px;
	border-top: solid 1px #000;
	text-align: left;
}

/* Windpw's close button */
.moodows_close {
	/* required */
	position: absolute;
	height: 45px;
	width: 45px;
	top: 11px;
	right: -20px;
	z-index: 2000;
	cursor: pointer;
	
	/* To the user's discretion */
	font-family: arial;
	color: #fff;
	background: url(/img/top_layer/zamknij.gif);
}

.moodows_minimize {
	/* required */
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	z-index: 2000;
	cursor: pointer;
	
	/* To the user's discretion */
	font-family: arial;
	color: #fff;
}

/* nowe tlo */
.moodows_frame, .moodows_ltc, .moodows_tb, .moodows_rtc, .moodows_lb, .moodows_rb, .moodows_rbc, .moodows_bb, .moodows_lbc,
.moodows_title, .moodows_hl, .moodows_hc, .moodows_hr{
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	border-width: 0px;
	border-spacing: 0px;
}
.moodows_frame{
	width: 100%;
	height: 100%;
}
.moodows_ltc, .moodows_rtc, .moodows_rbc, .moodows_lbc{
	width: 16px;
	height: 16px;
}
.moodows_ltc{
	background: url(/img/top_layer/lewa_gora.gif);
}
.moodows_tb{
	background: url(/img/top_layer/border_gora.gif) repeat-x;
	height: 16px;
}
.moodows_rtc{
	background: url(/img/top_layer/prawa_gora.gif);
}
.moodows_lb{
	width: 16px;
	background: url(/img/top_layer/border_lewy.gif) repeat-y;
}
.moodows_c{
	background-color: white;
}
.moodows_rb{
	width: 16px;
	background: url(/img/top_layer/border_prawy.gif) repeat-y;
}
.moodows_rbc{
	background: url(/img/top_layer/lewy_dol.gif);
}
.moodows_bb{
	background: url(/img/top_layer/border_dol.gif) repeat-x;
	height: 16px;
}
.moodows_lbc{
	background: url(/img/top_layer/prawy_dol.gif);
}
/* nowy naglowek */
.moodows_hs{
	width: 16px;
}
.moodows_hl{
	background: url(/img/top_layer/naglowek_lewo.gif);
	height: 30px;
	width: 14px;
}
.moodows_hc{
	background-color: #9e3939;
}
.moodows_hr{
	background: url(/img/top_layer/naglowek_prawo.gif);
	height: 30px;
	width: 14px;
}