﻿StyleSheet for ticanw.org - Wild Pine Studios */
/* -----------------------------------------------------*/
/* Redefine regular tags - body, heads, links etc */
/* -----------------------------------------------------*/
body {
	border-bottom: 2px #99CCFF;
	font-size: 12pt; /* was 10pt */
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
}
p {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt; /* was 10pt */
	padding-left: 5px;
	padding-right: 5px;
}
h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: xx-large; /* was XL */;
	color: #18417E;
	margin-right: 3;
	margin-top: 3;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: x-large; /* was L */
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 3;
	margin-right: 3;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #18417E;
	text-align:center
}
h3 {
	font-size: 14pt; /* was 13pt */
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 3;
	margin-right: 3;
	color: #18417E;
	text-align:center
}
h4 {
	font-size: 12pt; /* was 10pt */
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 3;
	margin-right: 3;}
	color: #18417E;

.footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	color: #6675A2;
}
dl {
	font-size: 10pt;
}
li, li li, li li li {
	font-size: 12pt;/* was 10pt */
	padding-bottom: 5px;
	padding-right: 5px;
}
ol, ol ol, ol ol ol {
	font-size: 12pt; /* was 10pt */
}
ul, ul ul, ul ul ul {
	font-size: 12pt; /* was 10pt */
	padding-bottom: 5px;
	padding-top: 5px;
	font-style: normal;
}
a:link {
	border-bottom: thin #000000;
	border-top: thin #000000;
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: bold;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}
hr {
	height: 1px;
	align: center;
	width: 75%;
}

/* Define main menu - link menu, not drop-down*/
.mainmenu {
	background: #8FBFD6;
	color: #0066CC; /* applies only to separators since all other mainmenu text is links (color set below) */;
	font-size: 11pt;
	font-family: Verdana;
	height: 28px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-align: center;
}

.mainmenu a:link {
	color: #000;
	text-decoration: none;
}
.mainmenu a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.mainmenu a:visited {
	color: #000;
	text-decoration: none;
}
.mainmenu a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px #000 dashed;
}

/* Define Main Containers for All Content */
#maincontainer {
	overflow: auto;
	text-align: left;
	margin: 0px auto;
	vertical-align: middle;
}
#mainmenu {
	overflow: auto;
	text-align: center;
	margin: 0px auto;
	vertical-align: middle;
}

#leftcontainer {
	overflow: auto;
	text-align: center;
	margin: 0px auto;
	vertical-align: middle;
}


/* Define Drop-Down Menu */
#menu {
	width: 950px;
	text-align: center;
	vertical-align: middle;
	background: #4D8BBF;
/*	border-bottom: 2px #000000 solid;
	border-top: 2px #000000 solid;*/
	margin: 0px auto;
/*	height: 20px;*/
}

#menu  ul {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
	list-style: none;
	z-index: 90;
}

#menu  ul li {
	float: left;
	margin: 0px 4px;
	padding: 0;
	font: normal normal 11px Verdana, Arial, sans-serif;
	list-style-type: none;
}

#menu ul li a {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	font-size: 11pt;
	font-family: Verdana;
	text-decoration: none;
	color: #FFF;
	margin: 0;
	padding: 0.3em 0.2em 0.1em 0.3em;
}

#menu  ul li a:hover {
	color: #000;
	background: #CCE1EC;
	text-decoration: none;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
}

#menu  ul li.sep {
	color: #C1E3FF;
	font-size: 11pt;
	padding: 0.3em 0.2em 0.1em 0.3em;
}

	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#menu  ul li a {
		float: none;
	}

	/* End IE5-Mac hack */
#menu  ul.level2, #menu ul.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 2px solid #000;
	background: #4D8BBF; 
}

#menu  ul.level2 li, #menu ul.level3 li {
	border-bottom: 2px solid #000;
	float: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 200px;
}

#menu  ul.level2 li a, #menu ul.level3 li a {
	/* padding: 5px 9px 5px 5px;*/
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	font-weight: normal;
	background-image: none;
}

/*define attributes for major page parts */

.menurow {
	width: 850px;
	text-align: center;
	vertical-align: middle;
	background: #4D8BBF;
	border-bottom: 2px #000000 solid;
	border-top: 2px #000000 solid;
	margin: 0px auto;
	height: 22px;
	color: #000000;
}

.titlebar {
	padding: 0 3px 0 3px;
	height: 22px;
	border-width: 1px;
	background: #99CCFF;
	color: #000000;
	font-size: 18pt; /* was 14pt */
	font-weight: normal;
	text-transform: uppercase;
	border: 1px #000000;
}
.pagebody {
	border: 2px #000000 solid;
	background: #F9FFFF;
}
.leftcolumn {
	text-align: center;
	vertical-align:top;
	width:200px;
	}
	
.blackbar {
	background: #000000;
	height: 9px; 
}

.blankbar {
	height: 10px; 
}

.shortrow {
	height: 5px;
}

.greenrow {
	border-bottom: 3px #8FBFD6solid;
	height: 5px;
}
.bluerow {
	border-top: 4px #000 solid;
	text-align: center;
	background-color: #99CCFF;
}

.rednote {
	background-color: #F4DA71;
	text-align: center;
	font-weight: bold;
	color: #990000;
	font-size: small;
}

	/* this is for the main "body row" table */
}

/* Define left column of main section - used also for other blank spaces on page */
.left {
	color: #000;
	font-size: 12pt; /* was 10pt */
	font-family: Verdana, Arial, Helvetica;
}
.leftline {
	color: #000;
	font-size: 12pt; /* was 10pt */
	font-family: Verdana, Arial, Helvetica;
	border-right: 1px #E8E8E8 solid;
}
.left a:link {
	color: #6C0036;
	text-decoration: underline;
}
.left a:active {
	color: #6C0036;
	text-decoration: none;
	font-weight: bold;
}
.left a:visited {
	color: #6C0036;
	text-decoration: none;
}
.left a:hover {
	color: #6C0036;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #FFFFFF;
}


/* Define right column of main section */
.right {
	color: #6C0036;
	font-size: 12pt; /* was 10pt */
	font-family: Verdana, Arial, Helvetica;
	line-height: 16px;
}
.rightline {
	color: #6C0036;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica;
	line-height: 16px;
	border-left: 1px solid #E8E8E8;
}

/* Define menu area at bottom of page */
.bottom {
	background: #FFFFE1;
	color: #6C0036;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica;
	height: 26px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-align: center;
}
.bottom a:link {
	color: #6C0036;
	text-decoration: none;
}
.bottom a:active {
	color: #6C0036;
	text-decoration: none;
	font-weight: bold;
}
.bottom a:visited {
	color: #6C0036;
	text-decoration: none;
}
.bottom a:hover {
	color: #6C0036;
	text-decoration: none;
	border-bottom: 1px dashed #6C0036;
}

.copyright {
	font-size: xx-small;
	font-style: italic;
	color: #4B6F90;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

}

.bluemenubar {
	border-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CCFF;
	font-variant: small-caps;
	font-size: large;
}

/* -----------------------------------------------------*/
/* Define attributes that could be used anywhere on page */
/* -----------------------------------------------------*/
.body {
	color: #000;
	font-size: 12pt; /* was 10pt */
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	background-color: #FFF;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: left;
}

.solidwhite {
	background: #FFFFFF;
	font-size: 12pt; /* was 10pt */
}
.textbox {
	text-align: center;
	color: #000000;
	font-size: 12pt; /* was 9pt */
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	border: 2px #000 solid;
	background-color: #CCE1EC;
	line-height: normal;
	font-weight: normal;
	width: 100%;
}
.textbox a:link {
	color: #000000;
	text-decoration: underline;
}

.textboxtop {
	text-align: center;
	color: #000000;
	font-size: 12pt; /* was 10pt */
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	border: 2px solid #000;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #8FBFD6;
	width: 100%;
}
.textboxlight {
	color: #000000;
	font-size: 12pt; /* was 9pt */
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	border: 2px #000 solid;
	background-color: #DEECF3;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: normal;
	width: 100%;
}
.textboxtop-blue {
	color: #0066CC;
	font-size: 12pt; /* was 9pt */
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	border: 2px solid #000;
	margin-left: 0px;
	width: 100%;
	margin-right: 0px;
	background-color: #8FBFD6;
}
.frontsponsor-head {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.frontsponsor {
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-weight: normal;
	text-align: center;
}
.frontsponsor-small {
	font-size: 12pt; /* was 10pt */
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-weight: normal;
	text-align: center;
}
.frontsponsor a:link {
	color: #000000;
	text-decoration: underline;
}
.frontsponsor a:active {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
.frontsponsor a:visited {
	color: #000000;
	text-decoration: underline;
}
.frontsponsor a:hover {
	color: #000;
	border-bottom: 1px dashed;
}
.sponsorbox{
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.sponsornobox {
	border-width: 0px;
	text-decoration: none; 
	border: 0px}

.table_headingrow {
	font-weight: bold;
	background-color: #A4C9DD;
	height: 39px;
	color: #18417E;
	font-size: 14pt;
}
.table_row {
	font-size: 12pt; /* was 10pt */
	font-weight:normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	height: 20px;
	}
	
.highlight {
	color: #990000;
	font-size: 12pt; /* was 10pt */
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	margin-left: 0px;
	width: 100%;
	background-color: #F4DA71;
}

.terms {
	font-size: x-small;
	}


.sponsorbox {
	color: #000;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	}

.version_num {
	color: #DBE3EA;
	font-size: xx-small;
	text-align: right;
}
	
.text-xl {
	font-size: x-large;
}
.text-large {
	font-size: large;
}
.text-medium {
	font-size: medium;
	text-align: left;
}
.text-medium-center {
	font-size: medium;
	text-align: center;
}
.text-small {
	font-size: small;
	text-align: left;
}
/* Form field formatting */

.control_error {
	color: #CC0000;
/*	background-color: #F4DA71; /* yellow highlight */
	font-weight: bold;
}

.control_asterisk {
	font-weight: bold;
	font-size: xx-large;
	color: #CC3300;
}

.control_txt {
	background-color: #E1EEF4;
}

.control_total {
	font-weight: bold;
	text-align: center;	
}

.invisibletextbox {
	background-color: #FFF;
	color: #FFF;
	border-width: 0px;
}

.button {
	background-color: #A4C9DD;
	color: #18417E;
	font-weight: bold;
	font-size: large;
	border-width: thin;
	border-style: outset;
}
.greybutton {
	background-color: #C0C0C0;
	color: #000000;
	font-weight: bold;
	font-size: large;
	border-width: thin;
	border-style: outset;
}

.GridPager a, .GridPager span
    {
        display: block;
        height: 20px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
    }
.GridPager a
{
	background-color: #99CCFF;
	color: black;
	border: 1px solid black;
}
.GridPager span
{
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}


