/*
 * Johnny's Web mk.5 - ALL media
 * Layout & deisgn © 2004-07 Johnny
 * e-mail: examiner@seznam.cz
 * www.johnnysweb.net
 *
 * This layout and cascading style is part of presentation
 * located at www.johnnysweb.net
 */


/*
 * General HTML Elements
 */

body {
	font-family: Verdana, Arial, sans-serif;
	color: Black;
	margin: 0px;
	padding: 2px;
	background: #9BCEFF;
	/*background: #9BCEFF url(../images/desktop1.png) top left no-repeat;*/
}

h1 {
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	color: #135FA5;
	margin: 5px 0px 0px 40px;
}

h2 {
	color: #B4B4B4;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 0px 40px;
}

h3 {
	color: #0C4578;
	font-size: 14pt;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
}

hr {
	height: 1px;
	color: Silver;
}

acronym {
	border: none;
	cursor: help;
}

abbr {
	border-bottom: 1px dashed;
	cursor: help;
}

ul {
	color: #0C4578;
	list-style: disc;
}

#main a {
	text-decoration: underline;
	color: #135FA5;
	/*border-bottom:  1px dashed;*/
	font-weight: normal;
}

#main a:hover {
	/*border-bottom:  1px solid;*/
	text-decoration: none;
}

th {
	font-size: 11pt;
	color: Black;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px Gray solid;
}

em {
	color: #6699FF;
}

img {
	/*border: 2px solid #135FA5;
	padding: 2px;*/
	border: none;
	vertical-align: text-bottom;
	margin: 2px;
}

/*
 * Modificator classes
 * General
 */

.alter {
	color: #B4B4B4;
}

.smaller {
	font-size: 90%;
}

.small {
	font-size: 75%;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.num {
	text-align: right;
}

.center {
	text-align: center;
}

.tableft {
	padding-left: 80px;
}

.labels {
	text-align: right;
}

.top {
	vertical-align: top;
}

.blue {
	color: #1E90FF;
	font-weight: bold;
}

.warning {
	font-style: normal;
	text-align: center;
}

.pozn {
	font-size: 12pt;
	color: Black;
}

.hilight {
	color: #D89E00;
}

.error {
	text-align: left;
	font-weight: bold;
	color: Red;
}

.pix {
	border: none;
	float: left;
	vertical-align: middle;
	margin: 3px 3px 3px 3px;
}

.walid {
	text-align: center;
	margin-bottom: 20px;
}

.tform {
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.hlnew {
	background: #95FF96;
}

.statable {
	border: 1px dashed Gray;
}

.row0 {
	background: #DBEDFF;
}

.row1 {
	background: White;
}

.nums {
	text-align: right;
}

/*
 * Page components
 * Headline, Main page, Main page body
 */

#hl {
	width: 100%;
	min-width: 764px;
	text-align: center;
	margin: 0px;
	padding: 15px 0px 15px 0px;
}

#window {
	height: 26px;
	padding-top: 2px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 9pt;
	font-weight: bold;
}

#window img {
	vertical-align: middle;
	border: none;
}

#content {
	background: White url(../images/headline7.png) repeat-x top;
	width: 764px;
	margin: 30px auto 3px auto;
	text-align: left;
	border: 1px solid #1E90FF;
}

#main {
	margin: 10px;
	font-size: 11pt;
}

/*
 * Body contents
 * Menu
 */

#navigation {
	text-align: right;
	width: 100%;
	margin: 0px;
	margin-bottom: 30px;
	padding-top: 0px;
	_padding: 0px 5px 0px 5px;
	border: none;
	vertical-align: middle;
	text-align: right;
	color: Black;
	font-size: 10pt;
}

#navigation a {
	color: Black;
	border: none;
	font-size: 10pt;
	font-weight: normal;
	padding: 1px 5px 1px 5px;
	line-height: 150%;
	text-decoration: none;
}

#navigation a:hover {
	color: Black;
	text-decoration: underline;
}

/*
 * Body contents
 * Page statistics
 */

#stats {
	text-align: right;
	font-size: 9pt;
	font-weight: normal;
	color: Black;
	width: 100%;
	background: #1E90FF;
	background: url(../images/headline1.png) bottom repeat-x;
	padding: 4px 0px 2px 0px;
	_padding: 2px 5px 2px 5px;
	margin: 0px;
	border: none;
}

#stats img {
	border: none;
	vertical-align: middle;
}

#stats a {
	border: none;
	text-decoration: none;
	color: Black;
}

#stats a:hover {
	text-decoration: none;
}

/*
 * Body contents
 * Inner page
 */
 
#main img {
	border: none;
	vertical-align: middle;
	margin: 2px 2px 2px 2px;
}

/*
 * Body contents
 * Poll
 */
 
#poll {
	float: right;
	width: 135px;
	font-size : 11px;
	text-align : left;
	border: 1px dashed;
	border-color: White;
	padding : 5px 8px 5px 8px;
}

#poll .question {
	color: Black;
	background-color: White;
	font-size: 13px;
	padding: 2px 2px 2px 2px;
	margin-bottom: 5px;
	text-align : center;
}

#poll a, a:visited, a:active {
	color: Black;
	text-decoration: none;
}

#poll a:hover {
	text-decoration: underline;
}

#poll .votebar {
	vertical-align: middle;
	margin-right: 3px;
}

#poll .warning {
	text-align: center;
	color: Black;
}

#poll .votefoot {
	color: Black;
	background-color: White;
	padding: 2px 2px 2px 2px;
	margin-top: 5px;
	font-size: 12px;
}

/*
 * Body contents
 * Admin
 */

#adminico {
	position: absolute;
	left: 10px;
	border: none;
}

#logout {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 10pt;
}

#logout a {
	color: Blue;
}

.pagestats {
	border: 1px dashed;
	border-color: White;
}

/*
 * Body contents
 * Gallery
 */

#gallery {
	text-align: center;
}

#gallery h1 {
	margin-left: 0px;
	font-style: normal;
}

#gallery a {
	text-decoration: none;
	border: none;
}

#gallery a:hover {
	text-decoration: none;
	border: none;
}

#gallery img {
	margin: 2px 0px 2px 0px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #A4A4A4;
}

/*
 * Body contents
 * News
 */

#news td {
	border-top: 1px solid Silver;
	padding-bottom: 5px;
}

.title {
	color: #D89E00;
	font-weight: bold;
}

.event {
	color: #0C4578;
	font-weight: bold;
	width: 110px;
	vertical-align: text-top;
}

#winaamp {
	position: fixed;
	top: 24px;
	right: 10px;
}

/*
 * Body contents
 * Party tables
 */

.parties {
	/*border: 1px solid Black;*/
	font-family: Courier New;
}

.parties .event {
	width: 130px;
	text-align: right;
	padding-right: 5px;
}

/*
 * Body contents
 * Guestbook
 */

#messages {
	
}

.nick {
	color: #0C4578;
	font-size: 14pt;
	font-weight: bold;
}

/*
 * Experimantal formatting
 * Not used in official pages
 */

.titlebar {
	/*background: url(../images/headline6.png) top repeat-x;*/
	background: #D3D3D3;
	color: Black;
}

.panel {
  width: 150px;
  display: inline;
}


/*
 * ToolTipBox - JavaScript version, no longer in use
 */
 
#ToolTipBox {
	display: none;
	position: absolute;
	height: auto;
	max-width: 300px;
	border: 1px solid #000000;
	background-color: #DBEDFF;
	padding: 3px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: Black;
	text-align: left;
	overflow: hidden;
}

/*
 * CSS ToolTip Box
 * adapted from http://www.pbus-167.com, Manfred Jaider
 */

span.cssToolTip {
	position: relative;
	z-index: 24;
}

span.cssToolTip:hover {
	z-index: 25;
	/*background-color: #FFF8C2;*/
}

span.cssToolTip span {
	display: none;
	width: 200px;
}

span.cssToolTip:hover span {
	display: block;
	padding: 5px;
	position: absolute;
	top: 4em;
	_top: 80px;
	left: 2em;
	border: 1px solid #000000;
	background-color: #DBEDFF;
	color: #000000;
	text-align: left;
	text-decoration: none;
	font-size: 10px;
	z-index: 26;
}
