﻿@charset "utf-8";
/* CSS Document */
/* Developed by Nicole Lambon @ WebNow */

/* CSS Reset */

h1, h2, h3, h4, h5, h6, form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

body {
    line-height: 1;
}

ul, ol {
    list-style: none;
}

/* General Styles */

body {
    margin: 0;
    padding: 0;
    background-color: #fcebf1;
}

td {
    font-family: Arial;
    font-size: 11px;
    line-height: 1.3;
}

img {
    border: 0;
}
	
a:link, a:active, a:visited {
    color: #ad1452;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

/* Unorderd List */

ul {
    list-style-type: none;
    list-style-image: url('images/bullet.png');
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
    padding: 0px 10px 0px 15px;
}

li {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

/* Other Styles */

.tblBorder {
    border: 1px solid #f8cde0;
}

.tblBG {
    background-color: #f8cde0;
}

.border {
    border-left: 2px solid #ef86ae;
    border-right: 2px solid #ef86ae;
}

.lifecycle {
    background-image: url('images/lifecycleBG.jpg');
    background-repeat: repeat-x;
}

.lifeWeek {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: right;
}

.lifecycleEvents {
    background-image: url('images/eventsBG.jpg');
    background-repeat: repeat-x;
    width: 380px;
}

.leftShade {
    background-image: url('images/leftShade.png');
    background-repeat: repeat-y;
    padding: 5px;
}

.rightShade {
    background-image: url('images/rightShade.png');
    background-repeat: repeat-y;
    padding: 5px;
}

.imgPadding {
    padding-left: 4px;
    padding-right: 4px;
}

.whiteTable {
    background-color: #FFFFFF;
}

.giroBG {
    background-image: url('images/giroBG.png');
    background-repeat: no-repeat;
    background-position: top left;
    height: 422px;
}

.pinkShade {
    background-image: url('images/pinkShade.jpg');
    background-repeat: repeat-x;
    height: 30px;
}

.padding {
    padding: 10px;
}

.paddingTop {
    padding-top: 25px;
}

/* Pink Block */

.sideHead {
    background-image: url('images/headerBG.jpg');
    background-repeat: repeat-x;
    line-height: 38px;
}

.pinkHead {
    color: #AD1452;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.pinkLeftRight {
    border-left: 2px solid #F086B0;
    border-right: 2px solid #F086B0;
}

.pinkBottom {
    border-bottom: 2px solid #F086B0;
}

.pinkBG {
    background-color: #FDEBF2;
}

/* Footer */

.footerBG {
    background-image: url('images/footerBG.jpg');
    background-repeat: repeat-x;
    height: 100px;
}

/* Side Menu */

.AspNet-Menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	float: left; /* Contain floated list items */
	white-space: nowrap;
	width: 206px;
}

.AspNet-Menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 206px;
	height: 30px;
	float: left; /* Contain floated list items */
	list-style-image: none;
}

.AspNet-Menu li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 206px; /* IE whitespace bug */
	list-style-image: none;
}

.AspNet-Menu a:link, .AspNet-Menu a:active, .AspNet-Menu a:visited {
	display: inline; /* to increase clickable area as a's default to inline */
	font-weight: bold;
	color: #ad1452;
	text-decoration: none;
	background-image: url('images/bullet.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 25px;
	line-height: 30px;
	width: 206px;
}

.AspNet-Menu a:hover {
	font-weight: bold;
	color: #003768;
	width: 206px;
	background-image: url('images/bullet_on.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}

.AspNet-Menu-Selected a:link, .AspNet-Menu-Selected a:active, .AspNet-Menu-Selected a:visited {
	color: #003768;
	font-weight: bold;
	background-image: url('images/bullet_on.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}

.AspNet-Menu-Selected a:hover {
	color: #003768;
	font-weight: bold;
	background-image: url('images/bullet_on.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}

ul.AspNet-Menu li a, ul.AspNet-Menu li span {
    height: 30px !important;
}

.sideNavBG {
	background-image: url('images/menuBG.jpg');
}

.image img {
	border: 1px solid #FCEBF1;
}

/* Lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* 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/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
    color: #FF9834;
    font-weight:bold;
    text-decoration: none;
}
#nextLinkText{
    padding-left: 20px;
}
#prevLinkText{
    padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{
	padding:0 10px;
}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{     color: #AD1452;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	