/* 
    Document   : merged
    Created on : December 1, 2009, 11:50:58 AM
    Author     : guy
    Description:
       A merged doc for all pages
       except fests_search_basic.jsp
*/

/*
This is a merged file of styles_joe.css and css_basic.css
*/

/***** These styles apply to the entire document *****/

* {
	margin: 0px;
	padding: 0px;
}
img {
     border: 0px;
}
body {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 10pt;
}


/***** These styles are for the header and navigation area *****/

.header {
	background-color: #02abb0;
	height: 100px;
	width: 100%;
}
.headercontent {
	height: 80px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.headercontent img {
	position: relative;
	top: 17px;
}
.navbar {
	background-color: #1a618b;
	height: 20px;
	width: 100%;
}
.navbarcontent {              /*** The following three styles control both the header and footer ***/
	height: 18px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 2px;
}
.navbarcontent ul li {
	display: inline;
	list-style-type: none;
	color: #FFF;
	padding-left: 20px;
}
.navbarcontent ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}


/***** These styles are for the greeting *****/

.greeting {
	color: #FFF;
	float: right;
	padding-top: 5px;
}


/***** These styles are for the footer *****/

.footer {
	background-color: #1a618b;
	height: 20px;
	width: 100%;
	position: fixed;
	bottom: 0px;
}


/***** These styles are for spacing purposes only *****/

.space40px {
	height: 40px;
}








/**************GUY'S CODE*****************************/

.mainNav a:link    {
  text-decoration:  none;
  font-weight:      bold;
  background-color: rgb(26, 97, 139);
  color:            white
  }

.mainNav a:visited {
  text-decoration:  none;
  font-weight:      bold;
  background-color: rgb(26, 97, 139);
  color:            white
  }

.mainNav a:active  {
  text-decoration:  none;
  font-weight:      bold;
  background-color: rgb(26, 97, 139);
  color: white;
  }


div#pageTitle{
    top:0px;
    right:0px;
    color:black;
    padding-left:7px;
    padding-right:7px;
    padding-top: 7px;
    font-weight:bold;
    font-size:24px;
    margin-top:6px;
    position:relative;
}

div#pageInstruction span.generalCategoryText {
    font-weight:normal;
    font-size:medium;
}
span.hilite{
    background-color:rgb(250, 250, 0);
}

#emailContent{
    height:250px;
    width:500px;
}
.emailPreviewDisplay{
    background-color:rgb(240,240,240);
    color:black;
}
/*
div#navBar span.currentPage{
    color : rgb(150, 150, 150);
}
*/
table.results_dupes{
    font-size:smaller;

}

div#searchCriteria{
    font-size:small;
    color:gray;
    margin-left:7px;
    padding-left:0px;
    line-height:1em;
}


table#festivalResults{
    /*max-width:90%;
    min-width:80%;*/
    width:80%;
    border-color:black;
    margin-left:50px;
    border-top:1px solid;
    font-size:10pt;
}


span.currentPage{
    color : rgb(150, 150, 150);
    font-weight:      bold;
}
/*
    A cludge for centering legacy 
    tables and setting font size
*/

div#tableAlign{
    margin-left:auto;
    margin-right:auto;
    width:80%;
    font-size:12pt;
}

/*******************************************/










/*  BEGIN GREECE   */

div#headerGreece{
    width:100%;
    height:74px;
    background: rgb(200, 17, 150);
    color:white;
    font-family: "Times New Roman";
    font-size: 60px;
    font-weight:400;
    padding-top: 10px;
    padding-bottom:4px;
    padding-left:7px;
    padding-right:7px;
    margin-left:0px;
    margin-right:0px;
    /*position:relative;*/
}


/*   END GREECE   */