/* Style sheet for Guild website normal pages */
.noprint {
	display: none;
}

body { 
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p, li, input, textarea, select, option { 
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
                  
li { 
	margin-left: 0 cm;
	text-indent: 0.2 cm;
}

h1 {
	color: #00007F;
	font-size: 24pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #00007F;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #00007F;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #00007F;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

hr {
	color: #000080;
	background-color: #000080;
	height: 1px;
}

/* Default table styles */
table.content {
	border-width: 2px;
	border-style: solid;
	border-color: #0000AA;
	background-color: #EEEEFF;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	empty-cells: show;
	border-collapse: collapse;
}

table.content th {
	text-align: center;
	vertical-align: top;
	font-size : 10pt;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #0000AA;
	border-width: 1px;
	border-style: solid;
	border-color: #0000AA;
	white-space: nowrap;
}

table.content th.err {
	background: #880000;
	border-color: #880000;
}

table.content td {
	text-align: left;
	vertical-align: top;
	font-size : 8pt;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #EEEEFF;
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDFF;
	white-space: normal;
}

table.content th.left, table.content td.left {
	text-align: left;
}

table.content th.center, table.content td.center {
	text-align: center;
}

table.content th.right, table.content td.right {
	text-align: right;
}

table.content td.tdlnk {
	/* Padding is provided in the <a> tag style */
	padding: 0px;	
	vertical-align: middle;
}

table.content th.tdlnk {
	/* Padding is provided in the <a> tag style */
	padding: 0px;	
	vertical-align: middle;
}
/* Variations from the default table styles */
/* Style for the pop-up help in evaluation area */
table.evalhelp {
	border-color:#DDDDFF;
	margin-left: 10px;
	margin-right: 10px;
}

table.evalhelp th {
	text-align: left;
	font-size: 8pt;
	font-weight: normal;
	background-color: #FFFFCC;
	border-color: #DDDDFF;
	white-space: normal;
}

table.evalhelp td {
	background-color: #FFFFEE;
}

table.evalhelp p {
	font-size: 8pt;
}

table.evalhelp td span.b {
	border-width:1;
	border-style:solid;
	border-color:#0000AA;
	padding-left:5;
	padding-right:5;
	padding-top:0;
	padding-bottom: 0;
	background-color:#EEEEFF;
}

/* Style for the buttons at the top of the evaluation pages */

table.evalhdrtable {
	border-width: 0px;
	border-style:none;
	margin-top:0px;
	border-collapse: separate;
	background-color: #FFFFFF;
}

table.evalhdrtable th {
	font-size: 8pt;
}

table.evalhdrtable td {
	text-align: center;
	border-width: 2px;
	border-color: #0000AA;
}

/* Style for the gallery edit pages */
table.adminedits {
}

table.adminedits th {
	font-size:8.0pt;
	font-weight:normal;
	border-width: 0px;
	border-style: none;
}

table.adminedits td {
	border-width: 0px;
	border-style: none;
}

table.adminedits input, textarea, select, option {
	font-size:8.0pt;
}

table.adminedits td table.none
{
	border-style: none;
	border-width: 0px;
	border-collapse: separate;
}

table.adminedits td table.none td
{
	text-align: center;
	border-style: none;
	border-width: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


/* Style for admin list pages */

table.adminlist {
}

table.adminlist th {
	border-style: none;
	border-width: 0px;
}

table.adminlist td {
	border-style: none none solid none;
}

/* Style for the return header on many admin pages */
table.adminhdr {
	border-style: none;
	border-width: 0px;
	margin-bottom: 5px;
}

table.adminhdr th {
	background-color: #FFFFFF;
	color: #0000AA;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	border-style: none;
	border-width: 0px;
}

table.adminhdr td {
	background-color: #FFFFFF;
	font-size: 10pt;
	border-style: none;
	border-width: 0px;
	vertical-align: middle;
}

/* Style for general user purposes */

table.usertable {
}

table.usertable th {
}


table.usertable td {
	font-size: 10pt;
	border-style: none;
	border-width: 0px;
}

/* Style for results, draw, stagetime etc. */
table.resultstable {
}

table.resultstable th {
	text-align: right;
}

table.resultstable td {
	font-size: 10pt;
	text-align: right;
}

/* paneltable is used for contest judging panels */

table.paneltable {
	border-collapse: separate;
}

table.paneltable th {
}

table.paneltable td {
	font-size: 10pt;
	border-width: 0px;
	border-style: none;
}

/* Style for news releases */

table.newstable {
	border-color:#999999;
}

table.newstable th {
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	font-size: 28pt;
	border-style: none;
	border-width: 0px;
	font-family:  Garamond, Goudy, Times New Roman, serif;
}

table.newstable td {
	font-size: 10pt;
	border-style: none;
	border-width: 0px;
	background-color: #FFFFFF;
}

table.newstable td.dateline {
	font-style: italic;
}

table.newstable td p{
	font-size: 10pt;
}

/* Style for knowledge tests */

table.teststable {
}

table.teststable th {
	padding-top: 6px;
	padding-bottom: 6px;
}

table.teststable td {
	font-size: 10pt;
	padding-top: 12px;
	padding-bottom: 6px;
	border-style: none;
	border-width: 0px;
}

table.teststable td.sub {
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* End of table styles */

pre             { font-family: fixed }

A:link          { color: #000066}
A:visited         { color: #006600}
A:active          { color: #770077}




.button	 {	
	font-weight: normal;
	font-size : 8pt;
	text-align: center;
	color: #000000;
	text-decoration: none; 
	background:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	white-space: nowrap; 
}

.button:link,.button:visited,.button:active {
	color:#0000BB;
}

.button:hover {
	border-color:#0000BB;
	color: #FFFFFF;
	background:#0000BB;
}

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