/*  - CISM RIS Specific - Section: #primaryContent 
Faculty of Computing, Information Systems and Mathematics, Kingston University
cism dircweb specific: file paths e.g images; seminars;
Author(s): R Brujic, P Eustace
Version: 1.4DW [26 Feb 2007]
-----------------------------------------------*/

/*#person_detail on home_page. Allows clear space to avoid munging of Tabbed Nav bar in the Pub section.*/
#person_detail {float: left; width: 460px; margin-bottom: 10px; }



/* Tabbed Nav bar for Publishings i.e. Publishing, Funding, Supervision and Esteem. */
/* subNav: Used here on the RIS as a class on the UL for the Tabbed Nav Bar, not the ID as used on CISM*/
.subNav{font-size: .9em;}
.subNav{float:left;width:100%;margin:10px 0 20px 0;padding:0 0 0 0;background:url(../images/gfx/bgSubNav.gif) repeat-x bottom left;}
.subNav li{float:left;margin:0;padding:0;}
.subNav a{float:left;display:block;margin:0 1px 0 0;padding:8px 8px;text-decoration:none;text-transform:uppercase;font-weight:bold;
border:1px solid #293838;border-width:1px 1px 0 1px;background-color:#D9D9CE;color:#000;}
.subNav a:hover{padding-bottom:8px;color:#fff;border-color:#293838;background-color:#150DB4;}

/* Li for SubNav Tabs*/
#publications {background-color: #FFCD00; padding: 8px;}
#funding {background-color: #FFCD00; padding: 8px;}
#supervision {background-color: #FFCD00; padding: 8px;}
#activities {background-color: #FFCD00; padding: 8px;}

/* Top of page anchor link */
h3.top {color: #264C72; text-align: right;}


/*  - Seminars Specific - Section: #primaryContent 
Faculty of Computing, Information Systems and Mathematics, Kingston University
cism dircweb specific: file paths e.g images; seminars;
Author(s): R Brujic, P Eustace
Version: 1.3DW [17 November 2006]
======================================================= */

/* Seminar dl styling */
#seminar dt, #seminar dt a {
margin: 0 0 .8em 0;
padding: 0;
font-weight: normal;
line-height: 1.5;
letter-spacing: -1px;
font-family: "Lucida Grande", "Lucida Sans", "Lucida Unicode", Verdana, sans-serif;
}

#seminar dt {
font-size: 1.2em;
}

#seminar dd {
font: normal 1.1em/1.5 "Trebuchet MS",Arial,Helvetica,sans-serif;
}

#seminar dl {
float: left;
width: 440px;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
border-bottom: 1px solid #E8E8E8;
}

#seminar dd {
margin: 0 0 0 175px;
padding: 0;
}

#seminar dd.date, #seminar dd.abstract, #seminar dd.presentation, #seminar dd.location, #seminar dd.person {
padding: 5px 22px;
}

#seminar dd.person {
background: url(../images/gfx/person_white.gif) no-repeat 0 7px;
}
/* Style from eng css*/
#seminar dd.date, #seminar dd.abstract, #press dd.presentation {
color: #264C72;
/*padding: 2px 20px;*/
font-weight: bold;
}

#seminar dd.date {
background: url(../images/gfx/date.gif) no-repeat 0 7px;
}

#seminar dd.abstract {
margin: 0;
padding: .5em 20px .5em 0;
font-size: 1em;
font-weight: bold;
font-style: italic;
text-align: right;
/*background: url(../images/gfx/bullet_go_white.gif) no-repeat 100% 50%;*/
}

#seminar dd.presentation {
background: url(../images/gfx/report_user.gif) no-repeat 0 6px;
}

#seminar dd.location {
background: url(../images/gfx/location.gif) no-repeat 0 6px;
}

#seminar dl dd.semImg {
margin: 0;
}

#seminar dd.semImg img {
float: left;
margin: 0 10px 10px 0;
padding: 5px;
border: 1px solid #DFDFDF;
background-color: #f5f5f5;
}

#nextsem {color: #E00008; }
#futsem {color: #00008B; }

/*seminar list table ******************************************************************************************************************/
	/* Colours: Corn flower (complement FAD18B) #6495ED ; red F7635A; yellow F4F75A; light blue 92B5F3 - C0D5F8; light yellow F7FA8B; light red FA928B -FBA9A3- FCC0BB- FDD7D3
 	Greys ccc - FA928B 
 	*/
#sem th {
padding: 0.8em 1em;
font-weight: bold;
text-align: left;
background-color: #fff;
color: #fff;
}
#sem { border-collapse: collapse; width: 620px; border: 1px solid #293838; background-color: #edf5ff; }
#sem tr.nextsemhead td{ background-color: #FAD18B; }
#sem tr.nextsem { background-color: #FCFDD3; }
#sem tr.futuresemhead td { background-color: #92B5F3; }
#sem tr.even { background-color: #D7E4FB; }
#sem tr.odd { background-color: #EEF4FD; }
#sem tr.prevsemhead td { background-color: #FBA9A3; }
#sem tr.evenprev { background-color: #FDD7D3; }
#sem tr.oddprev { background-color: #FEEDEB; }
#sem tr.prevsem { background-color: #efffef; }
#sem tr:hover { background-color: #fff; color: #000; }
#sem td { padding: 0.8em 1em; text-align: left; vertical-align: top; }
#sem td.date { width: 170px; }

/* End of - Seminars Specific
======================================================= */
