
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, font, img, small, strong, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	}
body { 	font-size: 100%;	}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ol, ul {	list-style: none;	}
table {	border-collapse: collapse;	border-spacing: 0;	}
input, textarea { border:1px solid #d5d5d5; margin: 0; font-family: Arial, Helvetiva, sans-serif;font-size:1.2em;} /* 1.2em is good for galleryoverview, don't know about others */



.not-in-gamma-release {
    display:none !important;
}

#uploaderjavaplugin {
    width:500px;
    background-color:white;
    border: 1px solid black;
    position:absolute;
    top:150px;
    padding:2em;
    left:250px;
    text-align:center;
}

/* COMMON */
body {
	background-color: #efeeec;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
a:link, a:visited {
	text-decoration: none;
	white-space: nowrap;
}
a:hover {
	text-decoration: underline;
}
a:focus {
    /* Disables the dotted borders on focus event.
     * From http://perishablepress.com/press/2008/06/10/sharpen-your-site-by-removing-unwanted-link-border-outlines/
     */
    outline:0;
}
label {	
	white-space:nowrap;
}

.fltlft { float: left; }
.fltrgt { float: right; }
.allft { text-align: left; }
.alrgt { text-align: right; }
.arrow {
	padding-right: .7em;
	display: inline-block;
}
#valokuvaajat .arrow {
background: url(/images/arrowBlack.gif) right center no-repeat;
}
#valokuvaajat .arrow.gold {
background: url(/images/arrowGold.gif) right center no-repeat;
}
#kuvatilaukset .arrow {
background: url(/images/arrowWhite.gif) right center no-repeat;
}

/* FOOTER */
#footer {
    / * padding-bottom:1em; */
    /* top: -3em; */
}
#footer ul {
	padding: .5em 0 .5em 20px;
}
#footer ul li {
	padding-right: 1em;
	font-size: 0.675em;
    color:#888;
}
#footer a {
	color: #888;
}
/* CLEARFIX http://www.webtoolkit.info/css-clearfix.html */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.summary {
    display: none;
}

.error-shadow {
   position: absolute;
   left: 1px;
   top: 1px;
   color: black;
}

.errormsg {
   position: absolute;
   left: 0px;
   top: 0px;
   color: #d72222;
}

/* fixes two field submit problem for Firefox */
.hiddensubmit {
   width: 0px;
   height: 0px;
   border: 0px none white;
   background-color: white;
   position: absolute;
   visibility: hidden;
}

.discount_style {
    font-weight: bold;
    color: #ddd
}
/*.ui-tabs { padding: .2em; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... 
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }*/
.ui-tabs .ui-tabs-hide { display: none !important; }

.spinner {
   width: 32px;
   height: 24px;
   position: absolute;
}

input[type=text], textarea, select {
	border: 1px solid #c5c5c5;
    padding:0.1em;
}


/*
 * help texts
 */
span.helpbox {
    display:inline-block;
    margin-left:3px;
}
.help-popup {
    width:200px;
    position:absolute;
    border:1px solid #000;
    color:#000;
    font-size:0.7em;
    padding:10px;
    background-color:#fff5b5;
}

.disabled .helpbox img {
    opacity:0.5;
    filter:alpha(opacity=50);
}


