/* sticky
--------------------------------- */

* { margin:0; padding:0; }

html, body { height: 100%; }

#jgnt_wrapper { min-height: 100%; }

#jgnt_main { overflow:auto; padding-bottom: 100px; }

#jgnt_bottom {
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
} 

/* Opera Fix */
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/* general
--------------------------------- */

body {
	line-height: 1.00;
	font-size: 15px;
	font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #444444;
}

a {
	text-decoration: none;
	color: #444;
}

a:hover, a:active {
	text-decoration: underline;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

input {
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
}

#jgnt_main {
	width: 800px;
	margin: auto;
}

div.clearboth, .clearboth { clear: both; width: 100%; height: 1px; line-height: 1px; font-size:1px; float: none; }

div.space, .space { clear: both; width: 100%; height: 5px; line-height: 5px; font-size: 5px; }


/* common
--------------------------------- */

a.special {
	background: url(/images/bg_link.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 2px;
}

a.special:hover, a.special:active {
	text-decoration: none;
}

div.jgnt_linkbox {
	cursor: pointer;
}

.jgnt_hidden {
	display: none;
}

div.jgnt_line {
	margin: 10px 0 10px 0;
	clear: both;
	height: 2px;
	background-color: #454541;
	line-height: 1px; 
	font-size:1px;
}


/* header
--------------------------------- */

#jgnt_header  {
	width: 800px;
}



/* content
--------------------------------- */

#jgnt_content {
	width: 800px;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}



/* bottom
--------------------------------- */

#jgnt_bottom{
}

#jgnt_bottom_content {
	width: 800px;
	height: 80px;
	margin: auto;
	padding: 12px;
	background-color: #454a57;
	color: #d0d7df;
	text-shadow: 0px 0px 4px #000;
}

/*
#jgnt_bottom_content h2 {
	-webkit-text-stroke: 1px #6e6e6e;
	text-shadow: 0px 0px 5px #000;
}
*/

/* moon
--------------------------------- */

div.jgnt_moon div {
	margin-bottom: 10px;
	line-height: 120%;
}

div.jgnt_moon div.info {
	padding-top: 20px;

}

div.jgnt_moon div span {
	font-weight: bold;
}

div.jgnt_moon div.weekdays {
	border-left: 2px solid black;
	height: 20px;
}

div.jgnt_moon div.weekdays div.row {
	width: 112px;
	border-right: 2px solid black;
	float: left;
	background-color: #eee;
	height: 20px;
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
}

div.jgnt_moon div.weekdays div.current {
	background-color: #cc3333;
	color: #fff;
}

