/* Default CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1367AD;
}
body {
	background-color:#FFFFFF;
	background-image: url(../images/sky_tile.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

clear {
	clear: both;
}

/* Custom Classes */
div.notes {
	padding: 10px;
	display: block;
	float: center;
}

div.outlined {
	padding: 10px;
	border: 1px solid #CCC;
	background: #EEE;
	display: block;
	float: left;
}

.framedImg {
	border: 1px solid #227FCF;
	margin: 6px;
}

.judgePhoto {
	border: 1px solid #227FCF;
	margin-left: 15px;
	margin-bottom: 10px;
}

.hdBar {
	background-color: #CAD152;	
	height: 105px;
}
.menuBar {
	background-color: #227FCF;	
	height: 27px;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	background-image: url(../images/base/mnbg.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
}
.sepBar {
	background-color: #227FCF;	
	height: 14px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.fTitle {
	text-transform: uppercase;
	font-weight: bold;
}

.fTable {
	border: 1px solid #DDE4E9;
}

.fTable td.hd {
	background-color: #DDE4E9;
	font-weight: bold;
}

.fTable td.odd {
	background-color: #F4F7FA;	
}

.fTable td.even {
	background-color: #F8FAFC;	
}

.intCopy {
	color: #1367AD;
}
.intCopy p, .intCopy ul {
	margin-top: 2px;
}
.intCopy H1 {
	font-size: 11pt; color: #227FCF;	margin: 0px; text-transform: uppercase;
}
.intCopy H2 {
	font-size: 10pt; color: #000000;	margin: 0px; font-weight: bold; text-transform: uppercase;
}
.intCopy H3 {
	font-size: 10pt; color: #D82C36; margin: 0px; font-weight: bold; 
}

.intCopy img.winner {float:left; margin: 0 5px 5px 0} 


.intCopy a {
	color: #1367AD;
	font-weight: bold;
	text-decoration: underline;
}

.footer {
	font-size: 8pt; 
	color: #9DBCF7;
}
.footer A {
	color: #9DBCF7; text-decoration: none;
}
.footer A:Hover {
	text-decoration: underline;
}

.copyright {
	font-size: 8pt; 
	color: #999999;
}

.copyright A { 
	text-decoration: none; color: #999999;
}

.copyright A:Hover {
	text-decoration: underline;
}

/* FINALISTS */

.intCopy H4 {
	font-size: 11pt; margin: 0px; font-weight: bold; 
}

table#Finalists {
	width: 100%;
}

table#Finalists td {
	width: 50%;
	padding-bottom: 16px;
}
	
img.Finalist {
	float: left; width: 70px; height: 105px; margin-right: 10px; 
	border: 1px solid #227FCF;
}

/* MENU */

.altmenu a {
	/* font-size: 12px; */
	padding-top: 3px;
	padding-bottom: 3px;
}

#menu, #menu ul { 
	margin: 0;	
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	line-height: 1.1;
	display: block;	
}
#menu ul { 
	margin-top: 2;	
}
#menu .spacer  {
	border-top: 0px solid #227FCF;
}
#menu a {
	display: block;
	color: #FFFFFF;	
	text-decoration: none;
	position: static;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu li { 
	 /* width: 7em;width needed or else Opera goes nuts 
	 width: 15%; */
	 float:left;	 
	 padding: 2px 10px 2px 10px;
}
#menu li ul { 
	position: absolute;
	background-color: #AAAAAA;	
	border: 1px solid #FFFFFF;
	color: #FFFFFF;	
	width: 10em; 
	left: -999em; 
	display: block;
	padding: 0;
}
#menu li ul li {
	background-color: #AAAAAA;
	width: 10em; 
	border-top: 1px dashed #CCCCCC;
	padding: 3px 0px 3px 0px;
	display: block;
}
#menu li ul li a {
	width: 100%;	
	padding: 2px;
	padding-left: 5px;
	font-weight: normal;
	text-transform: none;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li ul li:hover, #menu li ul li.sfhover { 
	background-color: #73ABD9;
	color: #FFFFFF;	
}
#menu li li {
	padding-right: 1em;
	width: 9em
	display: block;
}
#menu li ul ul {
	margin: -1em 0 0 8em;
	display: block;
}

/* NEW STYLES NOVEMBER 2007 */
td.leftPanel {
	/* background-image: url(../images/logo_ausfam.gif);
	background-repeat: no-repeat;
	background-position: bottom; */
}

#sponsors {
	font-size: 10px;
}

#sponsors img {
	margin-bottom: 6px;
}

ul.error li {
	color: #990000;
}

#ixTooltip {
	background: #C4E1FF;
	border: 1px solid #999;
	width: 200px;
}
#ixTooltipTop {
}
#ixTooltipMid {
	padding: 2px 5px;
	font: 11px sans-serif;
}
#ixTooltipBot {
}

#winners {
	border-top: 1px dotted #CCC;
}

#winners td {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #CCC;
}

.winner-img {
	border: 5px solid #DDDDDD;
	margin-bottom: 6px;
}

.caption {
	text-align: center;
	font-size: 10px;
	color: #333333;
	padding: 4px;
	margin-left: 10px;
	display: block;
	clear: both;
}

div.pad {
	padding: 10px;
}