<?php 
/* set MIME type */ 
header("Content-Type: text/css"); 
/* set caching to a reasonable value */ 
header("Cache-Control: must-revalidate"); 
$offset = 72000 ; 
$ExpStr = "Expires: " . 
gmdate("D, d M Y H:i:s", 
time() + $offset) . " GMT"; 
header($ExpStr); 
?> 


/* lightbox Styles */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	
	}

#lightbox a img{
	border: none;
	margin-right: 20px;
	padding-right: 20px;
	
	}
#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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


body{
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:81%;
	background-color:white;
	color:#333;
	line-height: 1.166;
	}
#wrapper{
	width:760px !important;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	height:auto;
/*	background-color:#ccffff	*/
		}
#logo 	{
	clear: both;
	font:28px Arial, Helvetica, sans-serif;
	color: #0011ee;
	letter-spacing:.2em;
	line-height:30px;
	margin: 10px 0px 0px 160px;
	margin-top:0px;
	padding-top:10px;
	}

#tagline 	{	
	clear: both;
	font:13px Arial, Helvetica, sans-serif;
	color: #000044;
	letter-spacing:.4em;
	line-height:18px;
	margin: 10px 0px 0px 160px
	}


		
/* TEXT ONLY BOX --------------------------------------------*/
#textonly{
	width:95%;
	padding:10px 0px 0px 0px;
	margin:0px 0px 3px 0px;
	text-align:right;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:0.75em;
	font-weight:normal;
	text-transform:uppercase;
}
#textonly a em{
	text-decoration:underline;
	font-style:normal;
}
#textonly a, a:link, a:visited{
	background:white;
	color:#2c3182;
	text-decoration:none;
	}
#textonly a:visited:hover, a:hover{
	text-decoration:underline;
	}
	


/*- Navigation Menu --------------------------- */

#menu_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu_nav img {
    border: none;
} 
	
#menu_nav {
	margin: 0;
	float: left;
	font-size: 80%;
	width: 130px;
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;
	color: #993365
	}
	
#menu_nav li a {
	height: 18px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 18px;
	text-decoration: none;
	}	
	
#menu_nav li a:link, #menu_nav li a:visited {
	color: #993365;
	display: block;
	padding: 2px 0 0 7px;
	}
	
#menu_nav li a:hover {
	color: #FF9999;
	padding: 2px 0 0 7px;
	text-decoration: underline;
	}

/* LOGIN BOX - WITH BORDER----#909---------------------------------------*/	
	
#loginbox {
	margin: 0;
	float: left;
/*	font-size: 80%; */
	width: 135px;
	padding-left: 2px;
	padding-right: 2px;

	}
#loginboxRT {
	margin: 0;
	float: right;
/*	font-size: 80%; */
	width: 135px;
	padding-left: 2px;
	padding-right: 2px;
	color: #993365;
	}
#loginboxRT a:hover{
	color: #FF9999;
	font-weight: bold;
	text-decoration: underline;

	}
	
/* MIDDLE CONTAINER BOX - WITH BORDER----#909---------------------------------------*/	
#middlebox{
	width:100%;
/*	overflow:auto; */
	border-left:1px solid #993365;
	border-right:1px solid #993365;
	padding:0;
	background-color:white;         
	/*margin-bottom:-40px;*/
}
/* TOP MENU WITH BACKGROUND IMG*/

#topboarder{
	width:100%;
	background-color:#fff;
	color:white;
/*	border-top:1px solid #993365; */
	margin:0px 0px 0px 0px;
	padding:10px 0px 20px 0px;
	height:116px;
	font-weight:bold;
	font-size:0.85em;
	background:url(http://www.pinkdate.co.uk/images/header_SH_new.jpg) no-repeat;
	background-color:#FFF;
	}
#topboarder a{
	color:#993365;
	font-size:0.85em;
}


/* UL MENU - ----------------------------------------*/	
		
ul#menu{
	width:auto;
	font-size:0.8em;
	height:auto;
	margin:0px 0px 50px 15px;
	padding:0px 0px 50px 0px;
	float:left;
		}	
ul#menu li{
	display: block;
	list-style: none;
	margin:10px 0px 5px 300px;
	padding-left:30px;
	text-transform:uppercase;
	}
ul#menu li.title{
	background-image:url(images/blob.gif);
	background-repeat:no-repeat;
	background-position:0% 0%;
	height:40px;
	width:662px;
	margin:10px 0px 5px 30px;

}
ul#menu li.inspiring{
	display:none;
}
ul#menu li.picture{
	padding:0px;
	text-transform:uppercase;
	background-image:url(images/blob.jpg);
	background-position:0% 0%;
	background-repeat:no-repeat;
	width:170px !important;
	height:171px !important;
	margin:20px 0px 5px 35px;
	}

ul#menu li.courses{
	display: block;
	list-style: none;
	margin:-170px 0px 5px 300px;
	padding-left:30px;
	text-transform:uppercase;
	}

	
ul#menu li.hied{
	padding-bottom:20px;
	padding-left:30px;
}


ul#menu li a,
ul#menu li a:link,
ul#menu li a:visited{
	background-color:white;
	color:#2c3182;
	text-decoration:none;
	}


ul#menu li a:visited:hover,
ul#menu li a:hover{
	background-color:white;
	color:#2c3182;
	text-decoration:underline;
	}


/* Content box #A3D0F1 -------------------------------*/
#middleright{
	border-left:1px solid #993365;	
	width:81%;
	height:auto;
	margin:-1px 0px -33px 0px;
	padding:5px 0px 20px 6px;
	float:left;
	background-color:white;        
	}
#middleright a{
	text-decoration:underline;
	color: #990066
}
#middleright a:hover{
	text-decoration:underline;
	color: #ffacac
}
#middlerightpad{	
	width:95%;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:5px 5px 20px 15px;
	float:left;
	background-color:white;        
	}
#middleright a{
	text-decoration:underline;
	color: #990066
}
#middleright a:hover{
	text-decoration:underline;
	color: #ffacac
}
	
#middlerightcolb{
/*	border:0;	*/	
	width:49%;
	height:auto;
	margin:0px 0px 0px 2px;
	padding:0;
	float:right;
	background-color:white;
	}
#middlerightcolb a{
	text-decoration:underline;
	color: #990066
}
#middlerightcolb a:hover{
	text-decoration:underline;
	color: #ffacac
}
	
#middlerightcola{
/*	border:0;	*/	
	width:45%;
	height:auto;
	margin:0px 0px 0px 2px;
	padding:0px 5px 0px 8px;
	float:left;
	background-color:white;
	}
#middlerightcola a{
	text-decoration:underline;
	color: #990066
}
#middlerightcola a:hover{
	text-decoration:underline;
	color: #ffacac
}	

/* Logo box ------------993365-------------------*/
#middlelogo{
	border:0px;
	width:170px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	background-color:white;
	}
#middlelogo img {
	border:0px;
	width:150px;
	height:85px;
	padding:10px 0px 0px 10px;
}

#middlelogotext {
	border:0px;
	width:320px;
	height:60px;
	margin:0px;
	padding:15px 10px 0px 10px;
	float:right;
	text-decoration:underline;
	background-color:white;
}
	
.logoW 	{
	clear: both;
	font:26px Arial, Helvetica, sans-serif;
	color: #0011ee;
	letter-spacing:.2em;
	line-height:26px;
	margin: 10px 0px 0px 10px;
	margin-top:0px;
	padding-top:10px;
	}

.logo {
	clear: both;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	color: #990066;
	letter-spacing:.1em;
	line-height:16px;
	margin: 0px 0px 2px 6px;
	padding-top:0px;
	}

.logo1 	{	
	clear: both;
	font:15px Arial, Helvetica, sans-serif;
	color: #000044;
/*	letter-spacing:.4em; */
	line-height:18px;
	margin: 20px 0px 0px 10px
	}

.boxrt
{
float: right;
width: 255px;
border: none;
padding: 0 0 0 5px;

}

.contentrt
{
float: right;
width: 90%;
border: none;
padding: 0
}

/* BOTTOM MENU - THICK BACKGROUND FOOTER ----------------------------------*/
ul#bottommenu{
	clear:all;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	width:100%;
/*	background-color:#993365;		*/
	font-size:0.8em;
	color:#000044;
	border-bottom:1px solid #993365;
	border-left:1px solid #993365;
	border-right:1px solid #993365;
	text-transform:uppercase;
		}	
ul#bottommenu li{
	display: inline;
	padding:0px 5px 0px 10px;
	margin:0px;	
	background-image:url(../images/blob.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
ul#bottommenu li.noimg{
	background-image:none;
	}
ul#bottommenu li a,
ul#bottommenu li a:link,
ul#bottommenu li a:visited{
	background-color:#fcf;
	color:#000044;
	text-decoration:none;
	}
	
ul#bottommenu li a:visited:hover,
ul#bottommenu li a:hover{
	background-color:#fcf;
	color:#000044;
	text-decoration:underline;
	}

img{border:none;	}
h1{	
	font-size:1em;
	font-weight:bold;
	}
h2{
	font-size:0.9em;
	font-weight:bold;
}
.midcoltitle {
	font-size:1.2em;
	color:#993365;
	font-weight:bold;
	text-align: center;
	background-color:#DEEEFA;
	margin:0px 0px 5px 0px;
	padding:10px 0px 5px 0px;
	border:0px;
	width:100%;
	height:20px;
	margin:0px;
	float:right;
	text-transform:uppercase;

}
.midcolpink {
	font-size:1.1em;
	color:white;
	font-weight:bold;
	text-align: center;
	background-color:#993365;
	margin:0px 0px 5px 0px;
	padding:10px 0px 5px 0px;
	border:0px;
	width:100%;
	height:20px;
	margin:0px;
	float:right;

}

/* --------- orig css ----------------------------------*/

#fadeinbox{
position:absolute;
width: 300px;
left: 10;
top: -400px;
padding: 8px;
z-index: 100;
visibility:hidden;
background-color: #ffffff;
font-size: 11px;
border: 1px solid purple;
font-family: "Trebuchet MS", Verdana, Tahoma;
align: left;
font-weight: normal;
line-height: 19px;

}

.thinborder {
	border: 1px solid #990066;
} 
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.center{
	text-align: center;
	align: center;
	padding-left:6px;
}

.smalltext {
	font-size: 10px;
}
.smallTxt {
	font-size: .7em;
}
.small{
	font-size: .75em;
	color: #993365; 
}

a:link {
	color: #990066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF9999;
}
a:visited {
	text-decoration: none;

}
a:active {
	color: #FF9999;
}

.aligntop {
	vertical-align: top;
}
.navbar {
	background-position: bottom;
	vertical-align: bottom;

}


.pink {
	color: #FF9999;
	font-weight: normal;
	text-decoration: underline;
}
.underlined {
	text-decoration: underline;
	font-style: italic;
}
.pink2 {
	color: #FF6699;
	font-size: 10px;
}
.underlinedonly {
	text-decoration: underline;
}
.alignbottom {
	vertical-align: bottom;
}
.pinkSHsm {
	color:#993365;
	font-size:10px;
	font-weight: 300
}
.pinkSH {
	color:#993365;
	font-weight: bold;
	font-size:14px
}

/*
li {
	list-style-position: outside;
	list-style-image: url(images/target1.gif);
	list-style-type: circle;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	border: thick solid #FFFFFF;
}
*/

hr {
color: #993365;
}


label.small{
	float: left;
	text-align: left;	
	margin-right: 0px;
	font-size: .8em;
	color: #993365; 
}
label.smallrt{
	float: right;
	text-align: left;	
	margin-right: 0px;
	font-size: .8em;
	color: #993365; 
}

label.instruct{
	float: left;
	text-align: left;	
	margin-right: 0px;
	font-size: .8em;
	text-transform:uppercase;
	color: #993365; 
}


.nonfix {
	display: inline;
	margin-bottom: 5px
	}

option.txtbx {
	width: 180px;
	margin-bottom: 5px;
}


input.txtbx {
	width: 180px;
	margin-bottom: 5px;
}

input.login {
	width: 116px;
	margin-bottom: 1px;
	margin-left: 0px;
	color: #993365;
}

input.btn_sm {
	width: 60px;
	margin-left:230px;
	margin-bottom: 5px;
	display: block;
	color: #993365;
}

em {
	color: #993365
}


input.btn_sm_left {
	width: 50px;
	font-size: 9px;
	color: #993365;
}

.btn_med{
	width: 120px;
	margin-left:230px;
	margin-bottom: 5px;
	display: block;

}
.btn_bg{
	width: 200px;
	margin-left:230px;
	margin-bottom: 5px;
	display: block;

}

.right
{
	float: right;
}


textarea{
	width: 180px;
	margin-bottom: 5px;
}

form#admin{
}
#admin .label {
	width:220px;
	display: block;
	float: left;
	text-align: right;	
	margin-right: 10px;
	font-weight: bold;
	color: #993365;
}

#admin .input
{
background-color: pink
}
#admin .option
{
background-color: pink
}
#admin .select {
	width: 186px;
	margin-bottom: 5px;
	display: block;
}


CHECKBOX {

}

RADIO {

}



.lineheight {
	line-height: 18px;
}
.alignright {
	text-align: right;
}

.largelink {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF00FF;
}
.alignleft {
	text-align: left;
	background-position: left;

}
.purpleheader {
	background-color: #993365;
	margin: 1px;
	border-spacing: 1px;
	display: inline;
	width: 225px;
	height: 23px;
	text-indent: 0px;
	padding: 2px;
	border: 1px solid #000000;


}
.blackheader {
	background-color: #000000;
	margin: 1px;
	border-spacing: 1px;
	display: inline;
	width: 269px;
	height: 23px;
	padding: 2px;
	text-indent: 0px;
	border: 1px solid #cccccc;
    }

.blackheader2 {
	background-color: #000000;
	margin: 1px;
	border-spacing: 1px;
	display: inline;
	width: 369px;
	height: 33px;
	padding: 2px;
	text-indent: 0px;
	border: 1px solid #cccccc;
	font-size:1.5em
    }


	#contentcenter {
		width:240px;
		padding:0px;
		float:left;
		background:#ffffff;
		font-family: "Trebuchet MS", Verdana, Tahoma;
		font-size: 11px;
		}
	
	#contentright {
		width:286px;
		padding:0px;
		float:left;
		background:#fff;
		font-family: "Trebuchet MS", Verdana, Tahoma;
		font-size: 11px;
		}
	
     h1 {
	font-size:11px;
	padding-top:12px;
	display: inline;
	color: #FFFFFF;
	font-weight: normal;

		}
	
	#contentheader h1 {
		font-size:13px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:11px}
	
	h2 {
	font-size:11px;
		}
.bullets {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 11px;
	padding: 0px;
	margin-left: 0px;
	list-style-position: inside;
	text-decoration:none;

}
.womansbackground {
	background: #FEE2FC;

}
.mensbackground {
	background: #E7D1E7;
}

.bibg {
	background: #D4BFFE;
}

#box2
{
	color:#993365;
}

#new
{
	background:#993365;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
}

th
{
font-size:10px;
text-align:left;
background-color:pink;
}

.header
{
color: #993365;
font-weight:bold;
font-size:14px;
margin-bottom:12px;
}
