/* Copyright (C) 2011 Infinite Communication Ltd. All rights reserved. - http://www.infinite.hu */

/* page style beginning */

html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #504F53;
	background-color: #64BED8;
	background-image: url(/media/image/bg_all.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#alphazoo
{
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(/media/image/bg_all_shadow.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#alphazoo_footer
{
	position: relative;
	height: 5px;
	background-color: #64BED8;
	background-image: url(/media/image/bg_all_shadow.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#page_container
{
	width: 900px;
	margin: 0px auto;
	background-color: #FFDD00;
	background-image: url(/media/image/bg_content.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#page_header
{
	width: 900px;
	height: 240px;
	background-color: #014495;
/*	background-image: url(/media/image/header_alphazoo.png);
	background-repeat: no-repeat;
	background-position: top center;*/
}

#page_footer
{
	width: 900px;
	height: 5px;
	margin: auto;
	color: #FFFFFF;
	background-color: #EB6909;
}

#page_menu
{
	position: relative;
	float: left;
	display: block;
	width: 900px;
	height: 50px;
	background-color: #EB6909;
	background-image: url(/media/image/bg_menu.png);
	background-repeat: repeat-x;
	background-position: top left;
	z-index: 1;
}

#page_content
{
	position: relative;
	display: table-cell;
	width: 900px;
	height: 100%;
/*	padding: 5px 10px 50px 10px;*/
}

#content_side
{
	position: relative;
	float: left;
	display: table-cell;
	width: 180px;
	color: #FFFFFF;
	background-color: #014495;
	padding: 15px 10px 15px 10px;
}

#content_side ul,ol
{
	display: inline-table;
	list-style: none;
	height: 30px;
	margin: auto;
	padding: 0px;
}

#content_side li
{
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	text-align: left;
	background-image: url(/media/image/sign_normal_white.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#content_half
{
	position: relative;
	float: left;
	display: table-cell;
	width: 50%;
}

#content_center
{
	position: relative;
	float: left;
	display: table-cell;
	width: 660px;
	background-color: #FFDD00;
	padding: 15px 20px 15px 20px;
}

#content_center ul,ol
{
	display: inline-table;
	list-style: none;
	height: 14px;
	margin: auto;
	padding: 0px;
}

#content_center li
{
	height: 14px;
	line-height: 14px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	background-image: url(/media/image/sign_normal.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#center
{
	width: 100%;
	text-align: center;
}

#picture_container_left
{
	float: left;
	display: block;
	padding: 0px 10px 0px 0px;
}

#picture_container_right
{
	float: right;
	display: block;
	padding: 0px 0px 0px 10px;
}

.clear
{
	clear: both;
	margin: 0px;
	padding: 0px;
}

.br
{
	height: 10px;
}

.gototop
{
	background: url(/media/image/icon_gototop.gif) no-repeat 0 0;
	width: 25px;
	height: 25px;
	display: block;
	_display: none;
	position: fixed;
	z-index: 9999;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	right: 0px;
	bottom: 20px;
}

/* page style end */



/* text style beginning */

.text_title
{
	font-size: 13pt;
	color: #014495;
	font-weight: bold;
	text-decoration: none;
}

.text_white_small
{
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#text_bg
{
	position: relative;
	display: inline-table;
	text-align: center;
	width: 21px;
	height: 21px;
	line-height: 21px;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #014495;
}

#text_bg_clean
{
	position: relative;
	display: inline-table;
	text-align: center;
	width: 21px;
	height: 21px;
	line-height: 21px;
}

/* text style end */



/* link style beginning */

a.link_normal
{
	font-size: 10pt;
	color: #014495;
	font-weight: normal;
	text-decoration: none;
}

a.link_normal:hover
{
	font-size: 10pt;
	color: #EB6909;
	font-weight: normal;
	text-decoration: none;
}

a.link_normal_white
{
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

a.link_normal_white:hover
{
	font-size: 10pt;
	color: #FFDD00;
	font-weight: normal;
	text-decoration: none;
}

a.link_normal_yellow
{
	font-size: 10pt;
	color: #FFDD00;
	font-weight: normal;
	text-decoration: none;
}

a.link_normal_yellow:hover
{
	font-size: 10pt;
	color: #FFDD00;
	font-weight: normal;
	text-decoration: underline;
}

a.link_normal_white_small
{
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

a.link_normal_white_small:hover
{
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

/* link style end */



/* picture style beginning */

.picture
{
	border-width: 2px;
	border-style: solid;
	border-color: #EB6909;
}

.picture_over
{
	border-width: 2px;
	border-style: solid;
	border-color: #014495;
}

.picture_small
{
	border-width: 1px;
	border-style: solid;
	border-color: #014495;
}

.picture_small_over
{
	border-width: 1px;
	border-style: solid;
	border-color: #EB6909;
}

/* picture style end */



/* forms & inputs style beginning */

.input
{
	width: 200px;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	color: #014495;
	font-weight: normal;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #EB6909;
	background-color: #FFFFFF;
}

.input_login
{
	width: 160px;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	color: #014495;
	font-weight: normal;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #EB6909;
	background-color: #FFFFFF;
}

.button
{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: normal;
	border-style: none;
	border-width: 0px;
	border-color: #EB6909;
	background-color: #EB6909;
	padding: 1px;
	cursor: pointer;
}

.button:hover
{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: normal;
	border-style: none;
	border-width: 0px;
	border-color: #014495;
	background-color: #014495;
	padding: 1px;
	cursor: pointer;
}

.radiobutton
{
	height: 20px;
	vertical-align: middle;
	margin: 0px;
}

.checkbox
{
	height: 20px;
	vertical-align: middle;
	margin: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

label
{
	cursor: pointer;
}

label:hover
{
	color: #014495;
}

hr
{
	width: 100%;
	height: 1px;
	color: #014495;
	background-color: #014495;
	border: 0px;
}

.hr_small
{
	width: 100%;
	height: 1px;
	color: #FF0000;
	background-color: #FF0000;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

object,embed
{
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
}

/* forms & inputs style end */



/* Credits: Dynamic Drive CSS Library, URL: http://www.dynamicdrive.com/style/ */

/* menu main beginning */

.suckertreemenu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #EB6909;
	/*z-index: 1;*/
}

/* Top level list items */
.suckertreemenu ul li
{
	margin: 0px 0px 0px 40px;
	position: relative;
	display: inline;
	float: left;
	/*background-color: #F3F3F3;*/ /* overall menu background color */
}

/* Top level menu link items style */
.suckertreemenu ul li a
{
	display: block;
	/*width: 100px;*/ /* width of top level menu link items */
	margin: 0px;
	padding: 0px 10px 0px 10px;
	border: 0px;
	height: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.suckertreemenu ul li a:hover
{
	color: #FFDD00;
}

.suckertreemenu :hover > a, .suckertreemenu ul ul :hover > a
{
	color: #FFDD00;
}


/* 1st sub level menu */
.suckertreemenu ul li ul
{
	left: 0px;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/* Sub level menu list items (undo style from Top level List Items) */
.suckertreemenu ul li ul li
{
	margin: 0px;
	display: list-item;
	float: none;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a
{
	display: block;
	width: 120px; /* width of sub menu levels */
	padding-left: 10px;
	border: 0px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	margin: 0px;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.suckertreemenu ul li ul li a:hover
{
	color: #FFDD00;
	background-color: #EB6909;
}


/* All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul
{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0px;
}

/* Background image for top level menu list links */
/*.suckertreemenu .mainfoldericon
{
	background: #F3F3F3 url(/media/image/arrow-down.gif) no-repeat center right;
}*/

/* Background image for subsequent level menu list links */
/*.suckertreemenu .subfoldericon
{
	background: #F3F3F3 url(/media/image/arrow-right.gif) no-repeat center right;
}*/

* html p#iepara
{ /* For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/* menu main end */



/* lightbox beginning */

#lightbox { position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox img { width: auto; height: auto; }
#lightbox a img { border: none; }

#outerImageContainer { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer { padding: 10px; }

#loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav { left: 0; }
#hoverNav a { outline: none; }

#prevLink, #nextLink { width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(/media/image/label_prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/media/image/label_next.gif) right 15% no-repeat; }

#imageDataContainer { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData { padding:0 10px; color: #666; }
#imageData #imageDetails { width: 70%; float: left; text-align: left; }
#imageData #caption { font-weight: bold; }
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em; }
#imageData #bottomNavClose { width: 66px; float: right;  padding-bottom: 0.7em; outline: none; }

#overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* lightbox end */



.alphazoo_icehockey
{
/*	width: 400px;
	height: 600px;*/
	position: relative;
	float: left;
	display: block;
	z-index: 1;
	position: fixed;
	left: 0px;
	bottom: -3px;
}
