/*** SITE CSS FOR CENTRE FOI SITE ***/

/** Vertical Scrolling Box on Research Pages**/
#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:420px;
		height:120px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}		

/* Rounded Box Widget */

.boxroundclass {
	padding:10px;
	border:none;
	color:#000;
	background-color:#CDE8FF;
	width:200px;
}

.boxroundclasscontent {
	padding:10px;
	border:hidden;
	color:#000;
	background-color:#CDE8FF;
	width:450px;
	height:130px;
}

.boxroundclasscontent_noscroll {
	padding:10px;
	border:hidden;
	color:#000;
	background-color:#CDE8FF;
	width:480px;
	height:auto;
}

.boxroundclassatoz {
	padding:10px;
	padding-left:50px;
	border:hidden;
	color:#000;
	background-color:#CDE8FF;
	width:380px;
}

.boxroundclassright {
	padding:10px;
	border:none;
	color:#000;
	background-color:#CDE8FF;
	width:200px;
}

.bgwhite {
	background-color:#fff;
	padding-top:30px;
	padding-bottom:30px;
}

.bgwhitecpd {
	background-color:#fff;
	padding-top:10px;
	padding-bottom:10px;
}

.bgwhiteright {
	background-color:#fff;
	padding-top:45px;
	padding-bottom:45px;
	float:right;
}

.deansnewspic {
	background-color:#fff;
	padding-top:10px;
	padding-bottom:150px;
}


/*
	- Replace all the color and background parameters for each class below for your chosen colour scheme
	- Replace the #uod_splash class to the correct location of the _noflash.jpg image
*/
	#homepage_columns_top, #homepage_columns_middle, #homepage_columns_bottom {
		width: 700px;
		}

	#homepage_columns_middle {
		clear:left;
		}

	#homepage_columns_bottom {
		clear:left;
		}


	#homepage_column_1, #homepage_column_2, #homepage_column_4, #homepage_column_5 {
		width: 333px;
		padding: 5px;
		}

	#homepage_column_1, #homepage_column_4 {
		float: left;
		}

	#homepage_column_2, #homepage_column_5 {
		float: left;
		}

	#homepage_column_3 {
		width: 676px;
		padding: 5px;
		margin: 15px 0;
		}

	#homepage_column_1 p, #homepage_column_2 p, #homepage_column_3 p, #homepage_column_4 p, #homepage_column_5 p {
		padding-bottom: 0;
		}

	.item_heading {
		font-size: 1.05em;
		background-color: #8D1B3D;
		padding: 6px 5px;
		height: 22px;
		border-bottom: 2px solid #8D1B3D;
		color: #fff;
        margin-bottom: 5px;
        font-weight:bold;
		}

	.item_heading a {
		color: #fff;
		}

	.item_heading a:hover {
		background: none;
		}

	img {
		padding-top: 0px;
		}


/* HEADER COLORS */
	h1, h3, h5 {
		color:#003300;
		}

	h2, h4, h6 {
		color:#003300;
		}

/* Staff Photos Table */
	table.center {
	caption-side:bottom;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-size: 0.8em;
	}


/* ANCHOR COLORS */
	a {
		color:#8D1B3D;
		}

	a:hover, a:active, a:focus,
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
	h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a, h6 a:active,
	h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
		background:#8D1B3D;
		color:#ffffff;
		}



/* DOCUMENT AND EXTERNAL LINK ANCHOR COLORS */

	#uod_content a[href^="http:"]:hover, #uod_content a[href^="http:"]:active, #uod_content a[href^="http:"]:focus {
		background:#8D1B3D url(/_lib/img/icons/external_link_on.png) top right no-repeat;
	}

	#uod_content a[href*="dundee.ac.uk"]:hover, #uod_content a[href*="dundee.ac.uk"]:focus, #uod_content a[href*="dundee.ac.uk"]:active {
		background:#8D1B3D;
	}

	#uod_content a[href^="mailto:"]:hover, #uod_content a[href^="mailto:"]:active, #uod_content a[href^="mailto:"]:focus {
		background:#8D1B3D url(/_lib/img/icons/email_go.png) center left no-repeat;
	}

	#uod_content a[href$='.pdf']:hover, #uod_content a[href$='.pdf']:active, #uod_content a[href$='.pdf']:focus {
		background:#8D1B3D url(/_lib/img/icons/page_white_acrobat.png) top left no-repeat;
	}

	#uod_content a[href$='.xls']:hover, #uod_content a[href$='.csv']:hover, #uod_content a[href$='.xlt']:hover, #uod_content a[href$='.xlw']:hover, #uod_content a[href$='.xls']:active, #uod_content a[href$='.csv']:active, #uod_content a[href$='.xlt']:active, #uod_content a[href$='.xlw']:active, #uod_content a[href$='.xls']:focus, #uod_content a[href$='.csv']:focus, #uod_content a[href$='.xlt']:focus, #uod_content a[href$='.xlw']:focus {
		background:#8D1B3D url(/_lib/img/icons/page_white_excel.png) top left no-repeat;
	}

	#uod_content a[href$='.ppt']:hover, #uod_content a[href$='.pps']:hover, #uod_content a[href$='.ppt']:active, #uod_content a[href$='.pps']:active, #uod_content a[href$='.ppt']:focus, #uod_content a[href$='.pps']:focus {
		background:#8D1B3D url(/_lib/img/icons/page_white_powerpoint.png) top left no-repeat;
	}

	#uod_content a[href$='.doc']:hover, #uod_content a[href$='.wps']:hover, #uod_content a[href$='.doc']:active, #uod_content a[href$='.wps']:active, #uod_content a[href$='.doc']:focus, #uod_content a[href$='.wps']:focus {
		background:#8D1B3D url(/_lib/img/icons/page_white_word.png) top left no-repeat;
	}

	#uod_content a[href$='.rtf']:hover, #uod_content a[href$='.txt']:hover, #uod_content a[href$='.rtf']:active, #uod_content a[href$='.txt']:active, #uod_content a[href$='.rtf']:focus, #uod_content a[href$='.txt']:focus {
		background:#8D1B3D url(/_lib/img/icons/page_white_text.png) top left no-repeat;
	}

	#uod_content a[href$='.zip']:hover, #uod_content a[href$='.gzip']:hover, #uod_content a[href$='.rar']:hover, #uod_content a[href$='.zip']:active, #uod_content a[href$='.gzip']:active, #uod_content a[href$='.rar']:active, #uod_content a[href$='.zip']:focus, #uod_content a[href$='.gzip']:focus, #uod_content a[href$='.rar']:focus {
		background:#8D1B3D url(/_lib/img/icons/page_white_zip.png) top left no-repeat;
	}



/* SPLASH */
	#uod_splash {
		background:#5c5c5c url(/centrefoi_org_uk/_lib/swf/splash/photos/_noflash.jpg) center;
		}



/* MENUS */
	.uod_menu a {
		color:#ffffff;
		}

	.uod_menu a:hover, .uod_menu a:active, .uod_menu a:focus {
		color:#8D1B3D;
		background:#ffffff;
		}



/* DEPARTMENT */
	#uod_department {
		background:#8D1B3D;
		}



/* MENU 1 */
	#uod_menu_1 {
		background:#009900;
		}



/* MENU 2 */
	#uod_menu_2 {
		background:#00cc00;
		}



/* SPLASH TOGGLE */
	#uod_toggle_div {
		background:#8D1B3D url(/centrefoi_org_uk/_lib/img/toggle_splash_background.png) no-repeat bottom left;
		}

	#uod_toggle_div a {
		color:#ffffff;
		}

	#uod_toggle_div a:hover {
		color:#8D1B3D;
		background:#ffffff;
		}



/* LEFT MENU */
	#uod_column_leftmenu h5 {
		background:#8D1B3D;
		color:#ffffff;
		}

	#uod_column_leftmenu h5 a {
		background:#8D1B3D;
		color:#ffffff;
		}

	#uod_column_leftmenu h5 a:hover, #uod_column_leftmenu h5 a:active, #uod_column_leftmenu h5 a:focus {
		background:#ffffff;
		color:#8D1B3D;
		}

	#uod_column_leftmenu ul {
		background:#eee;
		}

	#uod_column_leftmenu h6 {
		color:#8D1B3D;
		}



/* RIGHT-HAND PANEL */
	#uod_rightpanel {
		background:#eeeeee;
		}

	#uod_rightpanel a {
		color:#006600;
		}

	#uod_rightpanel a:hover, #uod_rightpanel a:focus, #uod_rightpanel a:active {
		color:#ffffff;
		background:#006600;
		}

	.uod_rightpanel_header {
		background:#8D1B3D;
		color:#ffffff;
		}



/* IMAGE BOXES */
	.uod_imagebox_caption {
		background:#8D1B3D;
		color:#ffffff;
		}

	.uod_imagebox_caption a {
		color:#ffffff;
		}

	.uod_imagebox_caption a:hover {
		background:#ffffff;
		color:#8D1B3D;
		}
	
	.bgnone {
		background:none;
		}

	.imagebox_additional {
		margin: 0;
		}



/* TABLE COLORS */
	th {
		background:#006600;
		}
