@import url("../../links.css");
@import url("../../accessibility.css");
@import url("positioning.css");
@import url("corneaCampaign.css");


@import url("case_studies.css");
@import url("../avconsole.css");

@import url("../../forms.css");
/* 
couple of things for the template first 
==========================================*/
body {
	margin:0;
	padding:0;
	color: #444;

}
#content h2 {
	font-size: 1.3em;
}
a {
	color: #06f;
	text-decoration:none;
}
a:visited {
	color: #06c;
	text-decoration:none;

}
a:hover {
	text-decoration:none;
}
h1#pageHead {
	float:left;
	display:block;
	height:128px;
	width: 75%;	
	background: url(../../../i/png/h1_campaigns.png) left top no-repeat;
	margin: 0;
}
h1#pageHead span {
	visibility:hidden;
}
.rotator-home {

	background:url(/ukt/i/j/photos/campaigns/banner/home.gif) center no-repeat;

}
#breadcrumbs p {
	margin: 2px 0;
}

/*
some list rules
=========================*/
ul.plain, .plain li {
	margin: 0;
	padding: 0;
	list-style:none;
}
ul.links, .links li {
	margin: 0;
	padding: 0;
	list-style:none;
}
.links li  { /* changed to apply to a
li 10/11 */
	background: url(/ukt/i/g/decorative/bullet_tri.gif) 0 7px no-repeat;
	padding-left: 10px;
}
.links li {	
	margin-left: 5px;
	line-height: 1.4em;
	padding-bottom: 5px; /* these two rules exist to ensure the space between
						a wrapped li is low but higher between li's*/
}
.links a:link, .links a:visited {
	color: #06c;
	text-decoration:none;
}
.whiteTri li {
	background: url(/ukt/i/g/decorative/tri_white_fwd.gif) 0 5px no-repeat !important;
}
.whiteTri a {
	color: #fff;
}
ul.horizontal li {
	float:left;
	list-style:none;
}

.clear {
	clear:both;
}
/* navigation for leftNav
============================ */

#secondaryNav {
	
}
	
#secondaryNav ul {
	margin: 0;
	padding:0;
}

#secondaryNav li {
	list-style: outside none;
	margin: 0 0 0 0;
	padding: 0;
	display: block;
	font: bold 1em verdana;

}
#outer_list li {	
	margin: 0 0 1.5em 0;
}
#outer_list a:link, #outer_list a:visited {
	color: #06c;
	background: url(../../../i/g/decorative/heartBox_up.gif) top left no-repeat;
	padding-left: 30px;
	padding-bottom: 1em; /* make it relative so if text is resized this will keep space for the 'bullet'*/
	text-decoration:none;

}
#outer_list a:hover {
	background: url(../../../i/g/decorative/heartBox.gif) top left no-repeat; 
	text-decoration:none;
}
#secondaryNav h2, #secondaryNav h3 {
	background: transparent; 
	font: bold 1em verdana; 
	color: #06c; 
	padding: 2px;
	margin: 0;
	border-bottom: 1px solid #fff;
	letter-spacing:normal;
	}


        

#secondaryNav h2 {
	letter-spacing: 1px; 
	margin: 0 5px 5px 0; 
	display:none; /* currently hidden to the user */
}
#secondaryNav h3 {
	font: bold 1em verdana;
	background: url(../../../i/g/decorative/heartBox_selected.gif) top left no-repeat;
	padding-left: 30px;
	height: 30px;
	color: #06c;
}
/* GS 11 May 07 - Added style to correct display problems after making the 
                  sub-heading an anchor - requested by KA */
#secondaryNav h3 a:hover, #secondaryNav h3 a:visited, #secondaryNav h3 a:link {        
    padding-left: 0px;
    background: none;
}


#secondaryNav ul ul {
	position: relative; 
	top: -10px; 
	left: 16px;
	margin: 0; 
}

#inner_list li {
	margin-bottom: 5px;
}
#inner_list a:link, #inner_list a:visited {
	background: none; /* otherwise it inherits a bg image from its parent */
	padding: 0 0 0 15px;
	color: #06c;
	font-weight: normal;
	height: 15px;
	margin: 0 0 0 0; /* so that the text doesn't overflow into the hover-over pointer*/
	text-indent: 0px !important; /*to cancel out the text indent of the top-level items */
	font-size: .8em;
}
#inner_list a:hover {
	text-decoration: none;
	color: #09f;
	background: none; /* otherwise it inherits a bg image from its parent */

}
/* 
form styles
==========================*/
#searchForm input.searchWords {
	width: 90px;
	font-size: 10px;
}
#searchForm label {
	font-size: 10px;
	margin-right: 10px;
	color: white;
	font-weight:bold;
}
/*
global links
=====================*/
#skipNav { display:none;}
#navTabs ul {
	padding:0;
	margin:0;
	
}
#navTabs li
{	
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 5px; 
	margin:0;
	list-style:none;
	float:left;

}
#navTabs li:hover {	
}

#navTabs a {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 2px solid #06c;
	margin-right: 1em;
}
#navTabs a:hover {
	border-bottom: 2px solid #fff;
}

#navTabs #campaigns-t {
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;

}
/*
secondary links column
=====================*/

#register {
	border-top: 2px dotted #06c;
	border-bottom: 2px dotted #06c;
	margin: 20px auto;
	padding: 5px 0;
}
#register h4 {
	font-size: 1.2em;
	color: #06c;
	margin-bottom: 12px;
}
#register .odrNo {
	margin: 5px 0;
	color: #E1081E;
	font: bold 1.2em arial, sans-serif;
	background: url(../../../i/g/icons/phone.gif) 2px no-repeat;
	padding-left: 25px;
	letter-spacing: .1em;
	}
#register .amend{
	font-size: 0.9em;
	background:none;
	padding: 2px 0 2px 10px;
	color: #06f;
	margin: 5px 0;

}
#register .amend a:link, #register .amend a:visited{
	color: #06f;
}
#register .amend a:hover{
	color: #E1081E;
}
#register .signup{
	margin-left: 10px;
}
#register a:link, #register a:visited {
	
/*	background: url(../../../i/g/icons/comp.gif) left no-repeat;
	padding: 2px 0 2px 25px;
	color: #06f;
	margin: 5px 0;*/
}
#register a:hover {
	
/*	background: url(../../../i/g/icons/comp_over.gif) left no-repeat;
	padding: 2px 0 2px 25px;
	color: #E1081E;*/
}

/*
styles for content column
=========================*/
#content img {
	/*float:right;  as almost all content images will need to be aligned right. 
	margin: 0 0 10px 10px;*/
}
#content img.right {
	float:right; /* the exceptions */
}
#content img.left {
	float:left; /* the exceptions */
	margin-right: 1.4em;
}


/*-----------*/
#floatingImage{
 float: right; margin: 0 0 20px 10px; clear: right; 
}


div.grayBoxWrapper {
	width: 180px;
}
	div.grayBoxTop {
		background: url(../../../i/g/decorative/greybox-rc_main.gif)  no-repeat;
		padding: 10px;
	
	}
	.grayBoxTop h3 {
		color: #666;
		font: bold 1.3em arial, sans-serif;
		background: url(../../../i/g/decorative/btmBorder-gray.gif) bottom repeat-x;
		padding-bottom: 5px;

	}
	.grayBoxTop img {
		margin: 10px 0;
	}
	.grayBoxTop p, .grayBoxTop li {
		font-size: 80%;
		margin-bottom: 0 !important;
	
	}
	div.grayBoxBtm {
		background: url(../../../i/g/decorative/greybox-rc_btm.gif) no-repeat;
	}

	/* key campaigns color identity */
	#content .tenth, #content .c-1 {color: #06c;}
	#sectionLinks #thisSection1 h3 {background: #06c}
	#content .student, #content .c-4 {color: #06c;}
	#sectionLinks #thisSection4 h3 {background: #06c}
	#content .asian, #content .c-3 {color: #06c;}
	#sectionLinks #thisSection3 h3 {background: #06c}
	#content .black, #content .c-2{color: #06c;}
	#sectionLinks #thisSection2 h3 {background: #06c}
	#content .cornea, #content .c-5 {color: #06c;}
	#sectionLinks #thisSection5 h3 {background: #06c;}
	#content .mylifemygift, #content .c-5 {color: #06c;}
	
	
	/* get involved */
	
	/* noticeboard */
	
	/* "your stories" */
	
#content a:link, #content a:visited  {
	border-bottom: 0px solid #06f;
	text-decoration:none;
}

#content a:hover {
	color: #06f;
	border-bottom: 1px solid #06f;
}
#content a:active {
	
}
/* PROMO TOOLKIT
starting with teaser page. **See assocated js file promo_toolkit.js before editing**
=====================================================================================*/
#startbrowsing {
	color: #444;
	padding: 0 100px 0 1em;
}
#thumbs {	
	padding-top: 1em;
	background: url(../../../i/g/decorative/roundRect1.gif) no-repeat;
	width: 505px;
	/* this fixed width solution may not work long term in which case the 3 lines above 
	can be deleted with no harmful effects*/
	min-height: 240px;
	height:1%;
	margin-bottom: 2em;
}
#toolkitIcons {
	padding: 2em 200px 0 1em ;
	background:url(../../../i/j/catalogue/general/promosTeaser.jpg) 97% top no-repeat;
	height: 153px;
}
#toolkitIcons li {
	color: #28325c;
}
#toolkitIcons a {
	margin-right: 10px; 			
	text-decoration:none;
}
/*
key campaigns
=============*/
#keyCampIntro {
	border-top:1px solid #e5efff;
	border-bottom:1px solid #e5efff;
	padding: 10px 0 0 0;
	margin-bottom: 10px;
	min-height: 9em;
}
*html #keyCampIntro {
height: 100px; /* IE6 hack */
}
div#keyCampaignsList {
	
	/*
	5 - cornea
	4 - student
	3 - asian
	2 - black
	1 - tenth anniversary
	*/
	}


#keyCampaignsList div {
	display:none;
}
	#keyCampaignsList h3 {
		color: #000 !important;
	}
#keyCampaignsList a {
	color: #06c !important;
	}
#keyCampaignsList a {
	float:left;
	display:block;
	margin-right: 15px;
	width: 90px;
	height: 120px;	
	text-align:left;
	font-size: 1em;
	border: 1px solid #e5efff;
	padding: 5px 0 5px 5px;
	}
	#keyCampaignsList a:hover {
	border: 1px solid #06c;
	text-decoration:underline;
	}
	/*#keyCampaignsList a:hover.c-2 {
	border: 1px solid #900;
	color:#900!important;
	}
	#keyCampaignsList a:hover.c-3 {
	border: 1px solid #930;
	color:#930!important;
	}
	#keyCampaignsList a:hover.c-4 {
	border: 1px solid #e1081e;
	color:#e1081e!important;
	}
	#keyCampaignsList a:hover.c-5 {
	border: 1px solid #0079c2;
	color:#0079c2!important;
	}*/
#keyCampaignsList p {
	font-size: 12px;
	margin-left: 0;	
	margin-bottom: 14px;	
}
#keyCampaignsList img {
	margin-left:0;
	margin-right: 10px;
	margin-bottom: 20px;
}
/* clip info
==============*/
#clipInfoWrapper div {
	margin-bottom: 12px;
	border-bottom: #ccc;
	padding-bottom: 12px
}
#clipInfoWrapper img {
	float:right;
}

#storyTeaserContainer {

}
* html #storyTeaserContainer  {
		
		/*position:absolute;
		top: 390px;
	margin-top: 200px;*/
}
.storyTeaser {
	border: 1px solid #ccc;
	width: 110px;
	/*height:200px;*/
	min-height: 18em;
	float:left;
	display:inline;
	padding: 10px;
	margin: 0 1em 1em 0 !important;
	text-align:center;
	background:url(../../../i/g/icons/pointer.gif) 97% 97% no-repeat;
	
}

.storyTeaser img {
	margin: 10px auto 0 auto;

}
.storyTeaser .credit {
	font-size: 75%;
}
.storyTeaser p {
	text-align:left;
	font-size: 85%;
	margin: 5px 0;
}
/*
tertiary links (rh sidebar)
=============================*/
#sectionLinks h2 {
	font-size: 1.5em;
	margin: 0 10px;
}
#sectionLinks div h3 {
	background: #E1081e;
	color: #fff;
	font-weight: bold;
	padding: 4px 5px;
}
#sectionLinks div.alt h3 {
	background-color:#CC6600;
	color: #fff;
	font-weight: bold;
}
#sectionLinks li {
	margin: 0;
	padding: 0;
}
#sectionLinks p, ul {
	margin: .8em;
	padding: 0;
}
#sectionLinks ul {

}
#sectionLinks li {
 /*	list-style:url(../../../i/g/decorative/bullet_tri.gif) inside none;
 instead of the nice simple rule above we need the following three rules
 thanks to browser inconsistency */
 	list-style-type:none;
	background: url(../../../i/g/decorative/bullet_tri.gif) 0 5px no-repeat;
	/* text-indent: 10px; this is to padding what outside is to inside for bullets*/
	padding-left: 10px;
 }
#sectionLinks a:hover {
	text-decoration:underline;
}
/* noticeboard styles */
#corneaCampaignNB {
	background: url(../../../i/j/photos/campaigns/cornea_pose_noticeboard.gif) -80px 100% no-repeat;
	padding-bottom: 15px;

}
#sectionLinks #corneaCampaignNB h3 {
	/*background: #039;*/
}
#corneaCampaignNB p {
	margin-left: 70px;
}
#studentCampaignNB a {
	background: url(../../../i/g/decorative/ff05.gif) no-repeat;
	padding-bottom: 15px;
	display:block;
	width: 130px;
	height: 100px;
}


#studentCampaignNB a span {	
	display:none;
}


.freshersfairlink {
}


#publicityPackNB {
	background: url(../../../i/g/general/publicity_pack_rotate.gif) 150% 20px no-repeat;
	overflow:hidden;
}
/* 
general links rules
======================================*/
#footer a, #breadcrumbs a {
	text-decoration:none;
	color: #666;
}
#footer a:hover, #breadcrumbs a:hover {
text-decoration:underline;
}
/*
finally, some multi-purpose classes
======================================*/
.right {
	float:right;
	margin: 0 0 5px 5px;
}
.hide {
	display:none;
}
.strikethrough {
	text-decoration:line-through;
}
.footnote, .hint {
	font-size: .8em;
}
.error {
	color: red
}

#melaphotos a:hover  { 
border:none;
text-decoration:none; !important;
}
#clearall{
padding-left:10px; clear:both; margin-bottom:5px;
}