/*----------------------------------------------------------------------------- */
/* CSS RESET                                                                    */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/                 */
/*----------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	background:transparent;
}

:focus {
	outline:0;
}

body {
	color:black;
	background:white;
}

ol, ul {
	list-style:none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/*----------------------------------------------------------------------------- */
/* HTML ELEMENTS                                                                */
/*----------------------------------------------------------------------------- */

h1 {
	margin:0;
	font-size:1.3em;
}

.footerColumn h2, #mainInfoContent h2 {
	font-weight:bold;
	font-size:1.2em;
	color:#000000;
	padding: 0 0 2px 0;
	margin: 10px 0 10px 0;
}

a:link {
	color:#000000; 
	text-decoration:none;
}

a:visited {
	color:#000000; 
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline; 
}

a:active {
	color:#000000; 
	text-decoration:underline;
}

textarea, input, select {
	font-family:"Trebuchet MS", Verdana, Arial;
}


/*----------------------------------------------------------------------------- */
/* MAIN ELEMENTS                                                                */
/*----------------------------------------------------------------------------- */

#philotki {
	text-align:left;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:normal;
	font-size:0.8em;
}

#container {
    text-align: left;
}

#login {
	display:none;
}

#loginSmall {
	display:none;
}

.infoElement {
	display:none;
}

.infoValue {
	display:none;
}

.infoElementRight {
	display:none;
}

#googleAnalytics {
	display:none;
}

.infoMain h2 {
	display:inline; 
	color:#000000;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:bold;
	font-size:18px;
}

#fotterBottom {
	display:none;
}

#content {
	padding:0;
	width:100%;
}

.thumbnailContainer {
	float:left;
	padding:0;
	margin:0 7px 15px 7px;
	text-align:center;
	height:123px;
	width:123px;
}

.thumbnailTable {
	text-align:center;
	vertical-align:middle;
	width:123px;
	height:123px;
}

.thumbnailTable td, .imageTable td {
	text-align:center;
	vertical-align:middle;
}

img.thumbnailImage {
	border:solid #4A4A4A 1px;
	padding:0;
	margin:0;
}

.imageContainer {

}

.imageContainerMain {
	margin:0;
	padding:0;
}

.imageMain {
	text-align:left;
	vertical-align:middle;
	font-size:0.9em;
}

.imageCopyright {
	text-align:left;
	vertical-align:middle;
	font-size:0.9em;
}
