/* Workshop CSS Document */

body {
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #333333; margin: 0;
	text-align: justify;
}

#content {
	background-color: white;
	width: 640px;
	display: block;
	margin: 0 auto;
	padding: 12px;
}

#ticcphoto {
	background: url('there_really_was_a_cake.jpg');
	width: 336px;
    height: 550px;
	margin: 10px auto
}

#logosiks {
	background: url('logo_siks.png');
	width: 124px;
    height: 50px;
	float: left;
	margin: 0px 0px 5px 16px;
}

#logonwo {
	background: url('logo_nwo.png');
	width: 273px;
    height: 50px;
	float: right; 
}

.nopad {
	margin: 0; padding: 0;
}

h1 {
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

p {
	margin: 20px;
}

table, th, td	{	border:none;  border-collapse:collapse; font-family:corbel,'helvetica neue','trebuchet ms',arial,helvetica,sans-serif; font-size:1em; line-height:1.5em}
table		{	background:black; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; -webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.3); -moz-box-shadow:1px 1px 10px rgba(0,0,0,0.3)}
caption		{	text-align:left; text-transform:uppercase; font-size:150%; font-weight:bold; padding:1.5em 0; color:black}

thead, 
tfoot			{	color:white; }

thead th				{	padding:0.5em 1em; text-transform:uppercase; text-align:left; }
thead th:first-child	{	width:10em; text-align:right; }

tbody td,
tbody th				{	font-size:100%; padding:0.5em 1em; background-color:#e5e5e5; vertical-align:top; text-align:left}
tbody th				{	color:#222;	text-align:left; background-image:url('tabel.png'); background-repeat:repeat-y; border-right:1px solid #ccc}
tbody td:last-child		{	border-right:1px solid black}

tbody tr.odd th, 
tbody tr.odd td			{	background-color:#eee; color:#222}

tfoot td,
tfoot th				{	border:none; padding:0.5em 1em 2em; font-size:130%}
tfoot th				{	text-align:right}

table a:link	{	line-height:1em; color:black; display:inline-block; padding:3px 7px; margin:-3px -7px}
table a:visited	{	color:#555}
table a:hover	{	text-decoration:none; background:black; color:white; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px}

::-moz-selection{	background:#202020; color:white}
::selection		{	background:#202020; color:white}

thead ::-moz-selection, 
tfoot ::-moz-selection	{	background:white; color:#202020}
thead ::selection, 
tfoot ::selection		{	background:white; color:#202020}

.style1 {
	font-size: 10pt
}

.style3 {
	font-size: 8pt
}

a {
	color: #444;	
}

a:hover {
	color: black;
	text-decoration: none;
}