body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align: justify;
}

#clocks, #QCClock, #FRClock
{
	width: 150px;
}

#clocks
{
	position: fixed;
	right: 2%;
	top: 10px;
	text-align: center;
}

.news, .comment, fieldset, .button
{
	margin-top: 10px;
}

#tab, #tab_selected
{
	background-color: #777777;
	border: solid 1px #000000;
	width: 150px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

#tab:hover
{
	background-color: #CCCCCC;
}

#tab_selected
{
	background-color: #AAAAAA;
}

a, a img
{
	text-decoration: none;
	border: none;
	color: #000000;
}

.menu, form, #pictures #container
{
	display: table;
}

form div
{
	display: table-row;
}

.menu #tab, .menu #tab_selected, form span, #pictures #container #item
{
	display: table-cell;
	vertical-align: top;
}

form span, #pictures #container #item
{
	padding: 5px 0px 0px 5px;
}

#pictures, #pictures #container
{
	max-width: 70%;
}

#pictures #container #item a, #pictures #container #item img, #pictures #container #item div, #pictureOptions div
{
	clear: both;
}

#pictures #container #item img
{
	height: 150px;
}

#pictures
{
	overflow: auto;
	min-height: 250px;
}

.navigation#left, #pictures
{
	clear: none;
	float: left;
}

#pictureOptions
{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

#pictureOptions form
{
	display: block;
	text-align: center;
}

#header, .menu
{
	width: 90%;
	text-align: center;
}

.news
{
	width: 80%;
	border: solid 1px #000000;
}

.news .title
{
	border-bottom: solid 1px #000000;
	text-align: center;
	font-weight: bold;
}

.news .content
{
	height: auto;
	text-align: justify;
}

.writer
{
	font-size: 8pt;
	font-style: italic;
}

input, textarea
{
	border: solid 1px #000000;
	background-color: #FFFFFF;
}

.comments
{
	width: 75%;
	margin-left: 50px;
}

.comment
{
	border: solid 1px #000000;
}

fieldset
{
	width: 300px;
	height: auto;
}

#footer
{
	clear: both;
	float: none;
}

h1, .enlargeLink
{
	font-variant: small-caps;
}

.enlargeLink
{
	text-align: right;
	font-size: 8pt;
}