/*

	Sterile 1.0
	
*/

/* Main Layout
------------------------------ */
body {
	background: #E9E9E8;
	margin: 0;
	padding: 0;
	text-align: center;
}

#main {
	text-align: left;
	margin: 40px auto 5px auto;
	padding: 0;
	width: 500px;
	background: #FFF;
	-moz-border-radius: 10px;
	border: 1px solid #CCC;
}

#images {
	width:604px;
	margin:0 auto;
	text-align: center;
}


#credit {
	margin: 0 auto 40px auto;
	width: 500px;
	font-size: 9px;
	color: #AAA;
	text-align: right;
	clear: both;
}
#credit a {
	text-decoration: none;
	color: #9C3;
}
#credit a:hover {
	color: #7A2;
	text-decoration: none;
}
#gallerytitle {
	padding: 17px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
#padbox {
	padding: 20px;
}


/* Text Styles
------------------------------ */
body {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #888;
}

h1 {
	font-size: 20px;
	color: #56B94C;
}

h2 {
	font: normal 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h2 a:link, h2 a:visited {
	color: #9C3;
	text-decoration: none;
	color: #237898;
}
h2 span {
	color: #AAA;
}
h2 a:hover {
	color: #000000;
	text-decoration: none;
}
h3 {
	font: normal 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	margin: 0;
	padding: 0;
}
h4 {
	font: normal 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	margin: 0;
	padding: 0;
}


/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: none; color: #9C3; font-weight:bold; }
a:hover, a:focus { text-decoration: none; color: #7A2; }


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #444;
	margin: 0 0 12px 0;
	padding: 0;
	color: #444;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* Page Navigation
------------------------------ */
pagelist {
	padding: 10px 20px 5px 20px;
}
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.pagelist li {
	font-size: 18px;
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	color: #777;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #AAA;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 16px 16px 28px 16px;
	margin: 12px;
	line-height: 14px;
	background: url('http://www.akereskedo.com/szupermarketonline/themes/default/img-bg.gif') top left no-repeat;
	z-index: 10;
}
.imagethumb {
	float: left;
}

.imagethumb:hover {

}

.albumdesc2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color:#56B94C;
}


/* Album Thumbnails
------------------------------ */
.album {
	margin: 0 10px 10px 0;
	float: left;
	width: 151px;
}
.album .imagethumb a {
	margin: 0;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 100%;
}
.album p {
	margin: 0 0 4px 0;
	line-height: 17px;
	font-size: 10px;
}
.albumdesc {
text-align: center;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;	
}
.imgdesc {
	padding: 10px 0 10px 0;
	line-height: 17px;
}
#image {
	text-align: center;
	line-height: 0;
}

#image .img {
	border: 1px solid #FFFFFF;
}



.imgnav {
	background: #EEF5F9;
	width: 540px;
	margin:0 auto;
	text-align: center;
	border: 1px solid #D5E6EE;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
	margin-bottom: 7px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	background: #EEF5F9;
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 5px;
	border: 1px solid #DDD;
	background: #FFF;
	margin-bottom: 5px;
	line-height: 18px;
}
.commentmeta {
	margin-bottom: 5px;
	color: #AAA;
	font-size: 9px;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
label {
	cursor: pointer;
}


#note {
text-align: left;
background: #003668;
}

#note table {

}

#note a {
color: #FFFFFF; 
text-decoration:none;
}

#note .ncim {
	font-size: 12px;
	font-weight: bold;
	color: #B9CCF5;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	margin-bottom:-10px;
}

#note li {
list-style-type:none;
list-style-position:outside;
margin-bottom:2px;
margin-left:-34px;
}

#note ul {
font-size: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#note .rovat {
font-size:9px;
font-weight:bold;
}


#imgcommentform {
width; 370px;
}


/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(http://www.akereskedo.com/szupermarketonline/themes/default/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(http://www.akereskedo.com/szupermarketonline/themes/default/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(http://www.akereskedo.com/szupermarketonline/themes/default/bubble.gif) no-repeat bottom;
}