/* CSS Document */
/*colour and layout*/
body {
background: #FFFFCC  url(file:///Paulo_HD/Applications/xampp/xamppfiles/htdocs/images/site/bg_gradient_2.png) repeat-x;
}

#content {
	  width:70%;
	  height:auto;
	  margin-left:15%;
	  margin-top:3%;
	  }
	  
#top {
	background: none;
	width:70%;
	height:auto;
	margin-top:5%;
	margin-left:15%;
	
	}
		.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
}
ul, li {
    list-style-type: none;
}
.story p{
	padding: 0px 0px 10px 0px;
}
		/*tables*/
	.tbl{ display:block;
	width:100%;
	}
	.row {display:table-row;
	border:#000000 1px solid;
	width:100%
	}
	.cell {
  display:table-cell;
  text-align:center;
  width:50%;
  height:auto;
  border:1px solid black;
  padding:1em;
}
.flc {
  display:table-cell;
  text-align:center;
  width:100%;
  height:auto;
  border:1px solid black;
  padding:1em;
}
	/*text size*/
	
	.h1 {font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	}
	.h2 {font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	}
	.h3 {font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	}
	.h4 {font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	}
	.text {font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	.links {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00F;
	text-decoration:none;
}

	.llinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#00F;
	text-decoration:none;
}
	
	/* Nav*/
#sidebar {
	display: inline;
	float: left;
	width: 138px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom:2px; 
	background:#FFFFCC;



}

	#nav li {
	font-size: 100%;
	list-style-type: none;
	
}
#nav a {
	text-align: center;
	display: block;
	width: 115px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear:both;
	font-size: 100%;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
background-color:#FFFF00;
	color: #000000;
	text-decoration: none;
		font-weight: bold;

}
#nav a:hover, #nav a:active {
background-color:#66FF00;
 	color: #000000;
	text-decoration: none;
	font-weight: bold;
	height: auto;
}
/* end nav*/	

/*form*/
#columnarForm fieldset
{
	float: left;
	display: block;
	width: 17em;
	margin: 0 1em 1em 0;
	padding: 0 1em 1em 1em;
}

#columnarForm fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
}

#columnarForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#columnarForm fieldset.radio label
{
	font-weight: normal;
}

#columnarForm input
{
	display: block;
	width: 15em;
}

#columnarForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#columnarForm label.first
{
	padding-top: 1em;
}

#columnarForm select
{
	display: block;
}

#horizontalForm fieldset
{
	display: block;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
}

#horizontalForm fieldset.radio
{
	margin: 1em 0 2em 0;
}

#horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#horizontalForm fieldset.radio label
{
	font-weight: normal;
}

#horizontalForm input
{
	display: block;
	width: 15em;
}

#horizontalForm input.submit
{
	clear: both;
}

#horizontalForm label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

#horizontalForm select
{
	display: block;
}

#marginForm fieldset
{
	display: block;
	margin: 0 0 1em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 1em 1em;
}

#marginForm fieldset.radio
{
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

#marginForm fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

#marginForm fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

#marginForm fieldset.radio legend
{
	float: left;
	font-weight: bold;
}

#marginForm input
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}

#marginForm input.submit
{
	clear: both;
	top: 0;
}

#marginForm label
{
	clear: both;
	float: left;
	display: block;
	width: 8em;
	margin-top: -1em;
	font-weight: bold;
}

#marginForm label.first
{
	margin-top: 1em;
}

#marginForm select
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}

#verticalForm fieldset
{
	display: block;
	width: 17em;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
}

#verticalForm fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
}

#verticalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#verticalForm fieldset.radio label
{
	font-weight: normal;
}

#verticalForm input
{
	display: block;
	width: 15em;
}

#verticalForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#verticalForm label.first
{
	padding-top: 1em;
}

#verticalForm select
{
	display: block;
}

.wshp
	{background-color: #3F6;
	text-decoration:none;
	}
	.ses
	{background-color: #39F;
	text-decoration:none;
	}
	.con
	{background-color: #93F;
	text-decoration:none;
	}
	.tal
	{background-color: #FC6;
	text-decoration:none;
	}
	.cei
	{background-color: #FF0;
	text-decoration:none;
	}
	.noline
	{text-decoration:none; }
	
	/**Lightbox**/
	#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lb/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lb/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
