﻿
body
{
	font-family: Verdana;
	background-image: url(../../Images/softbluepaper.jpg);
}

h1.title
{
	text-align: center;
	font-family: papyrus;
	color: blue;
}

h2.subtitle
{
	text-align: center;
	font-family: papyrus;
	color: blue;
}

h1.formal
{
	color: Navy;
}

h2.formal
{
	color: Navy;
}

h1.casual
{
	font-family: Papyrus;
	color: Blue;
}

h2.casual
{
	font-family: Papyrus;
	color: Blue;
}

h3.casual
{
	font-family: Papyrus;
	color: Blue;
}

hr
{
	color: Blue;
}


div.box
{
	color: Blue;
	background-color: #e0e8ef; /* AliceBlue	*/
	border-style: double;
	border-width: thin;
	border-color: red;
	padding: 20px;
	margin: 20px;
}

/* Style sheet for the Tanzer 16 Welcome page*/


/* Banner styles */

#banner
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 900px;
	height: 130px;
	background-image: url(../../Images/Water2.jpg);
	background-color: blue;
	border-style: solid;
	border-width: thin;
	border-color: Blue;
}

#t-1567
{
	position: absolute;
	top: 0px;
	left: 900px;
	height: 240px;
	z-index: 9;
}

#icon
{
	position: absolute;
	top: 8px;
	left: 400px;
	background-color: transparent;
}

#banner_text
{
	position: absolute;
	top: 10px;
	left: 5px;
	padding: 20px;
	padding-top: 10px;
	color: Black;
	font-weight: bold;
	background-color: Transparent;
	text-align: center;
	font-size: 12;
}

span.big
{
	font-family: Arial;
	font-size: 20pt;
}

span.small
{
	font-family: Arial;
	font-size: 12pt;
}

/* End of Banner styles */

/************* MENU ************/

#menu
{
	position: absolute;
	top: 135px;
	left: 10px;
	width: 890px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li
{
	display: inline;
}

#menu a
{
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover
{
	background-color: #333333;
}

ul#menu3
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 36px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(         "../../Images/OFF.gif" ) repeat-x top left;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	border-bottom: 4px solid #004c99;
	border-top: 1px solid #74b0c6;
}
ul#menu3 li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul#menu3 li a
{
	display: block;
	float: left;
	color: #6d7078;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 20px 0 20px;
	height: 24px;
	background: transparent url(         "../../Images/DIVIDER.gif" ) no-repeat top right;
}
ul#menu3 li a:hover
{
	background: transparent url(         "../../Images/HOVER.gif" ) no-repeat top right;
}

/*********END of MENU ************/

#sitepath
{
	position: absolute;
	top: 170px;
	left: 10px;
	background-color: Beige;
}

#sitetree
{
	position: absolute;
	top: 190px;
	left: 10px;
	width: 160px;
	background-color: AliceBlue;
	border-style: solid;
	border-width: thin;
	border-color: Red;
}

#content1
{
	position: absolute;
	top: 190px;
	left: 180px;
	padding: 20px;
}

#footer
{
	position: absolute;
	top: 900px;
	left: 10px;
	width: 160px;
	background-color: lightblue;
}


span.SAYRA
{
	color: Red;
}


h2.Article
{
	color: blue;
	font-family: papyrus;
}

span.topic
{
	font-family: Verdana;
	font-weight: bold;
}

p.credit
{
	font-family: papyrus;
	color: blue;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

p.warning
{
	color: red;
	font-size: medium;
	font-weight: bold;
}


table.eventscores
{
	color: red;
	padding: 20px;
}


td.Date
{
	width: 180;
	color: Blue;
	font-weight: bold;
	padding: 10px;
	vertical-align: top;
}

td.Description
{
	width: 250;
	color: Blue;
	font-weight: bold;
	padding: 10px;
	vertical-align: top;
}

td.Place
{
	width: 370;
	color: Blue;
	font-weight: bold;
	padding: 10px;
	vertical-align: top;
}

/* Scores css */

h1.scores
{
	text-align: center;
	font-family: Papyrus;
	color: DarkBlue;
}

h2.scores
{
	color: DarkSlateBlue;
	font-family: Papyrus;
}

p.scores
{
	font-family: Arial;
	color: DarkBlue;
}

table.scores
{
	font-family: Arial;
	font-size: 12pt;
	border-collapse: collapse;
	color: DarkBlue;
	width: 700;
}

th.scores, th.all, th.left, th.right
{
	text-align: center;
	background-color: LightSteelBlue;
}

th.all
{
	border-width: 3px;
	border-style: solid;
	border-color: DarkBlue;
}

th.left
{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: DarkBlue;
}

th.right
{
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: DarkBlue;
}



th.names
{
	border-style: solid;
	border-width: thin;
	text-align: left;
	background-color: LightSteelBlue;
}

td.scores
{
	padding: 2;
	border-style: solid;
	border-width: thin;
	text-align: right;
}





span.special
{
	text-decoration: underline;
}

ul.square
{
	list-style-type: square;
}

ul.circle
{
	list-style-type: circle;
}

#resolution
{
	position: absolute;
	top: 90px;
	left: 3px;
	width: 330px;
	background-color: AliceBlue;
	border-style: solid;
	border-width: thin;
	border-color: Red;
	color: DarkBlue;
	margin: 20px;
	padding: 20px;
}

#application
{
	position: absolute;
	top: 90px;
	left: 400px;
	width: 360px;
	background-color: AliceBlue;
	border-style: solid;
	border-width: thin;
	border-color: Red;
	color: DarkBlue;
	margin: 20px;
	padding: 20px;
}
/*
div.welcome_topics
{
    background-color: #f0f8ff; 
    border-color: red;
    border-style: double;
    border-width: thin;
    color: #00008b; 
    margin: 20px;
    padding: 20px;
    width: 400px;
}

div.welcome_headlines
{
    background-color: #f0f8ff; 
    border-color: red;
    border-style: double;
    border-width: thin;
    color: #00008b; 
    margin: 20px;
    padding: 20px;
    width: 400px;
}

 Link css */

div.Classes
{
	position: absolute;
	left: 0%;
	top: 150px;
	color: DarkBlue;
	background-color: AliceBlue;
	border-style: double;
	border-width: thin;
	border-color: red;
	padding: 20px;
	width: 28%;
}

div.Clubs
{
	position: absolute;
	left: 33%;
	top: 150px;
	color: DarkBlue;
	background-color: AliceBlue;
	border-style: double;
	border-width: thin;
	border-color: red;
	padding: 20px;
	width: 28%;
}

div.Orgs
{
	position: absolute;
	left: 66%;
	top: 150px;
	color: DarkBlue;
	background-color: AliceBlue;
	border-style: double;
	border-width: thin;
	border-color: red;
	padding: 20px;
	width: 28%;
}

/* Scores Menu */

ul#menu2
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 36px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(         "../../Images/OFF.gif" ) repeat-x top left;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	border-bottom: 4px solid #004c99;
	border-top: 1px solid #74b0c6;
}
ul#menu2 li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul#menu2 li a
{
	display: block;
	float: left;
	color: #6d7078;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 20px 0 20px;
	height: 24px;
	background: transparent url(         "../../Images/DIVIDER.gif" ) no-repeat top right;
}
ul#menu2 li a:hover
{
	background: transparent url(         "../../Images/HOVER.gif" ) no-repeat top right;
}

