a {
	text-decoration: none;
	color: #191970;
}
.click-nav {
	height:55px; 
	position:absolute; 
	right:10px; 
	top:0; 
	z-index:1; 
	margin:0; 
	overflow:visible; 
	-webkit-font-smoothing: antialiased;
}
.click-nav li	{ 
	height:25px;
	padding-top:30px;
	float:left; 
	position:relative; 
	background:url(img/top-menu-divider.png) no-repeat right top; 
}
.click-nav ul {
	margin:0; 
	float:left; 
	padding:0; 
	display:block; 
	overflow:visible; 
	list-style:none; 
	background:url(img/top-menu-divider.png) no-repeat left top; 
}
.click-nav ul li {
	position:relative;
	list-style:none;
	cursor:pointer;
	padding-top: 30px;
	width: 120px;
	text-align: center;
}
.click-nav ul li ul {
    position: absolute;
    border: 2px solid #777;
    padding: 0px;
    background: #ffcf43;
    display: none;
    margin-top: 8px;
}
.click-nav ul li ul li {
    list-style: none;
    margin-left: 0px;
    border-top: 1px solid #ffcf43;
    border-bottom: 1px solid #ffcf43;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 8px;
    text-align: left;
    background: none;
}
.click-nav ul li ul li:hover {
    border-top-color: #FFF;
    border-bottom-color: #FFF;
    background: #003366;
}
.click-nav ul li ul li a {
    display: block;
    padding: 2px 7px;
    padding-right: 15px;
    color: #003366;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
}
.click-nav ul li ul li:hover a {
    color: #ffcf43;
    text-decoration: none;
    padding: 2px 7px;
    padding-right: 15px;
}

.click-nav ul .clicker:hover,
.click-nav ul .nonclicker:hover,
.click-nav ul .active {
	background: url(img/top-menu-hover.png) repeat-x left top;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-left: -1px;
	margin-right: -1px;
}

.click-nav ul li a {
	transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	display:block;
	width:auto; 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration:none;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.click-nav ul li a:hover {
	width:auto; 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration:none; 
	font-weight:lighter;
}

#click-nav li ul {
  background: #eeeeee;
  display: none;
  height: auto;
  padding: 0px;
  margin-top: 0px;
  border: 0px;
  position: absolute;
  /*width: 155px;*/
  z-index: 200;
}

/* Fallbacks */
.click-nav .no-js ul {
	display:none;
}
.click-nav .no-js:hover ul {
	display:block;
}

.positionwrapper { 
	margin:0 auto; 
	width:1000px; 
	position:relative; 
	padding:0; 
	height:auto;  
}

header { 
	width:100%; 
	background:url(img/top-gradient.png) #f1f1f1 repeat-x left top; 
	height:60px; 
	position:relative; 
	z-index:1000; 
}

#bottomalign {
	position:absolute; 
	margin-top:1.0em;
	line-height:3em;
}
#main {
	border-collapse: collapse;
	border: 0px;
	border-spacing:20px;
}


/**********************************/
#cssmenu > ul > li > a {
  color: #cccccc; 
}
a {
	text-decoration:none;
	color: #191970; /*midnightblue*/
}

a.external {
	border-bottom:1px dashed #CCCCCC;
	font-weight: bold;
	cursor:pointer;
}

a.external:hover {
	color: #668CC4;
	text-decoration:none;
}

a.year {
	border-bottom:1px #FFFFFF;
	color: #FFFFFF;
	cursor:pointer;
}

a.year:hover {
	color: #ffcf43;
	text-decoration:none;
}

body {
	margin: 0; 
	padding: 0; 
	background-color: #003894; 
	color: Black; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;

}

TABLE,TH,TD,DIV,BLOCKQUOTE,OL,IL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

INPUT,SELECT,OPTION {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

TEXTAREA {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

p {
	margin: 0 0 1.786em; 
	font-size: 1.12em; 
	line-height: 1.25em; }
	
p.blog {
	margin: 0 0 0; 
	font-size: 1em; 
	font-weight: bold;
	line-height: 1.25em; }
	
p.blog-content {
	margin: 0 0 0; 
	font-size: 1.2em; 
	line-height: 1.25em; }
	
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-left: 1px solid #C1DAD7;
	border-right: 0px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase; 
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #E8E8E8;
	border-color:#000000
}

th.event {
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #003366;
	color: white;
}
th.selected {
	background: #a3d979;
}

th.event2 {
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	background: #003366;
	color: #ffcf43; /* lightgoldenrod */
	padding: 2px 0px 2px 0px;
	font-family: 'Open Sans', sans-serif;
}

th.event2-alternate {
	border-left: 0px;
	border-top: 0px;
	background: #ffcf43;
	color: #003366ffcf43; /* lightgoldenrod */
	padding: 2px 0px 2px 0px;
	font-family: 'Open Sans', sans-serif;
}

tr.decision {
	background-color:#fafafa;
}

tr.decision:hover {
	background-color:#D1D1D1;
}
tr.highlight {
	background-color: #ffcf43;
	color: #003366;
	font-weight: bold;
}

td.list {
	border-right: 1px solid #4f6b72;
	border-bottom: 1px solid #4f6b72;
	padding: 1px 6px 1px 6px;
	color: #444444;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
}

td.list2 {
	border-right: 1px solid #4f6b72;
	border-bottom: 1px solid #4f6b72;
	padding: 2px 6px 2px 6px;
	color: #444444;
	font-size: 9pt;
}

td.normal {
	border-right: 1px solid #4f6b72;
	border-bottom: 1px solid #4f6b72;
	padding: 1px 6px 1px 1px;
	font-size: 8pt;

}

td.list-center {
	border-right: 1px solid #4f6b72;
	border-bottom: 1px solid #4f6b72;
	background: #D1D1D1;
	padding: 1px 6px 1px 6px;
	color: #2F4F4F; /* darkslategray */
	text-align: center;
	font-size: 8pt;
}

td.list-left {
	border-right: 1px solid #4f6b72;
	border-bottom: 1px solid #4f6b72;
	background: #D1D1D1;
	padding: 1px 6px 1px 6px;
	color: #2F4F4F; /* darkslategray */
	font-size: 8pt;
}

td.selected {
	border-right: 1px solid #4f6b72;
	border-bottom: 1px solid #4f6b72;
	background: #ffcf43;
	text-align: center;
	font-size: 8pt;
	color: #2F4F4F; /* darkslategray */
}

td.selected2 {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #CCCCCC;
	background: #003366;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	color: #ffcf43;
}

td.selectedTop {
	border-right: 1px solid #4f6b72;
	border-bottom: 1px solid #4f6b72;
	background: #ffcf43;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #2F4F4F; /* darkslategray */
}

#container_outer {
	display: block; 
	margin: 0px auto 0; 
	padding-top: 0px; 
	padding-bottom: 4px; 
	padding-left: 0px; 
	padding-right: 0px; 
	width: 965px; 
	background: #ffffff; 
	border-left: 2px solid #ffcf43;
	border-right: 2px solid #ffcf43;
	border-bottom: 2px solid #ffcf43;
}

.blog_header
{
font-family: Century Gothic, sans-serif;
	font-size: 24px;
    padding: 6px 0px 6px;
	text-transform: uppercase;
	color: black;
	line-height: 24px;
	overflow:hidden
}

.blog_subheader
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding: 0px 0px 2px;
	color: black;
}

ul.mmad 
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li.mmad 
{ 
	background: url(img/tribullet2.png) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 8pt;
	text-align: left;
}

li.blog 
{ 
	padding-left: 2px;
	margin-bottom: 2px;
	font-size: 1.1em;
	text-align: left;
}

tr.top-row {
	background: #e8e8e8 url(img/top_gradient.gif) left top repeat-x;
}

tr.bottom-row {
	background: #e8e8e8 url(img/bottom_gradient.gif) left bottom repeat-x;
}

td.top-cell {
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	text-align: center;
	font-size: 8pt;
	padding: 5px 1px 1px 1px;
}

td.top-cell-left {
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	text-align: left;
	font-size: 8pt;
	padding: 5px 1px 1px 1px;
}

td.bottom-cell {
	border-top: 1px solid #111111;
	text-align: center;
	font-size: 8pt;
	padding: 1px 1px 5px 1px;
}

td.bottom-cell-small {
	border-top: 1px solid #111111;
	text-align: center;
	font-size: 6pt;
	font-weight: bold;
	padding: 1px 0px 5px 0px;
}

td.top-cell-small {
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #4f6b72;
	text-align: center;
	font-size: 6pt;
	font-weight: bold;
	padding: 5px 0px 1px 0px;
}

td.judge {
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;	
	text-align: center;
	font-size: 13pt;
	padding: 5px 1px 1px 1px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

td.judge2 {
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;	
	text-align: center;
	font-size: 17pt;
	padding: 5px 1px 1px 1px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #ffcf43;
	background: #003366;
}

td.decision-top {
	border-top: 1px solid #111111;
	font-size: 14pt;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 8px 0px 1px 0px;
}

td.decision-top2 {
	border-top: 1px solid #111111;
	font-size: 9pt;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 5px 0px 1px 0px;
}

td.decision-bottom {
	border-bottom: 1px solid #111111;
	font-size: 14pt;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 1px 0px 8px 0px;
}

td.decision-middle {
	font-size: 12pt;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 1px 0px 1px 0px;
	background: #e8e8e8;
}

td.decision-bottom2 {
	border-bottom: 1px solid #111111;
	font-size: 9pt;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 2px 0px 5px 0px;
}

.bar div { 
	border-top: solid 1px #ffcf43;
	background-color: #ffcf43;
	border-bottom: solid 1px #003366;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #003366;
	text-align: right;
	color: white;
	float: left;
	padding-top: 0;
	height: 1.25em;
}

select.scorecard {
	display:block;
	position:relative;
	left:1px;
	width:45px;
	font-size: 12px;
	margin: 0;
} 

#mm_left {
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: auto;
  display: inline;
  height: 55px;
  vertical-align: bottom;
}
#mm_right {
  border: none;
  border: 0px;
  padding: 0px;
  width: auto;
  display: inline;
  background-color: #ffcf43;
  height: 35px;
  vertical-align: bottom;
  margin-bottom: 5px;
}


#list4 { 
	width:100%; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px; 

}
#list4 ul { 
	list-style: none;
	padding-left: 2px;
	padding-top: 0px;
}
#list4 ul li { 
	background-color: #003366;
    	background-repeat: no-repeat;
	color: #ffcf43;
	font: bold italic 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-left: 6px;
	letter-spacing: 2px;
	text-align: center;
}

#list4 ul li ul li { 
	background-color: #BBBBBB;
	color: #000000;
	padding-left: 3px;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;		
	text-align: left;
}

#list4 ul li ul li ul li a {
	display:block; 
	text-decoration:none; 
	background-color:#EEEEEE; 
	line-height:20px;
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#CCCCCC; 
	padding-left:5px;
	cursor:pointer;
	font-size:11px;
}

#list4 ul li a:hover { 
	background-color:#ffcf43;
	line-height:20px;
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#CCCCCC; 
	padding-left:5px;
	cursor:pointer;
	font-size:11px;
}
#list4 ul li a strong { margin-right:10px; }

.footer {
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
.footer a {
	color: #ffcf43;
	
	cursor:pointer;
}
.footer a:hover {
	border-bottom:1px dashed #ffcf43;
}
.latestDecisions {
	font-size: 14px;
}