/* STYLESHEET FROM www.stat.ubc.ca */
/* $Id: base.css 851 2011-05-22 05:13:51Z accult $ */

.message {
	border: solid 1px red;
	font-family: courier, monospace;
	font-weight: bold;
	color: red;
}

.footerLink {
	display: block;
	margin: 0.6em 0;
	padding: 0 0 0 10px;
}

.seminarDate,.newsDate {
	font-style: italic;
}

#LeftBar {
	float: left;
	font-size: 90%;
	font-weight: bold;
	padding: 60px 0 0 19px;
	width: 166px;
}

#LeftBar DIV {
	margin: 0 0 30px;
}

#LeftBar UL {
	background: none repeat scroll 0 0 #FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0 3px 2px 0;
	list-style-type: none;
}

#LeftBar LI {
	border-bottom: 1px solid #E3E3E3;
	line-height: 0.9em !important;
	position: relative;
}

#LeftBar .UbcHeaderCallOut {
	font-weight: bold;
	font-size: 9.45px;
	font-style: normal;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-align: center;
	background-color: #002859;
	background-image: url("/_ubc_clf/img/content/calloutHeader.gif");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-attachment: scroll;
	margin-top: 9.45px;
	padding-top: 9px;
	padding-bottom: 14px;
}

#LeftBar .UbcArrow {
	background: url("/_ubc_clf/img/content/calloutArrowOff.gif") no-repeat
		scroll right center transparent;
	color: #00457C;
	display: block;
	font-size: 90%;
	font-weight: bold;
	padding: 1em 25px 1em 5px;
	text-decoration: none;
}

#LeftBar .UbcArrow:hover {
	background-image: url("/_ubc_clf/img/content/calloutArrowOn.gif");
}

.UbcQuickLinks {
	padding: 0px !important;
}

#UbcMainContent {
	line-height: 1.5em;	
}


.askQuestion {
	display: none;
}

div.seminar {
  border: 2px solid lightblue;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.semtitle {
  font-family: "Times New Roman", serif;
  font-style: normal; 
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 1em;
  padding-top: 1em;
}

.seminarRight {
	float: right;
	text-align: right;
}

.seminarDate
, .newsDate {
	text-align: right;
	font-style: italic;
}

.seminarSpeaker {
  font-weight: bold;
}

.semspeaker {
	font-family: "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	padding-left: 0em;
	padding-top: 1em;
}

.semspeakaddr {
   padding-top: 0em;
   white-space: pre;
}


.seminarDesc {
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px solid #003399;
}

.seminarDetails
, .newsText {
	margin-left: 5ex;
	margin-right: 5ex;
}

.seminarDetails,.faqCategory {
	display: none;
}

.menu {
	clear: both;
	padding: 0px;
	margin: 0px !important;
	text-align: center;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	background: url("/_ubc_clf/img/header/mainNav2LiBg.gif") repeat-x scroll 0 0 #FFFFFF !important;
}

.menuItem
,.menuItemChosen {
	border-right: 1px solid #E3E3E3;
	padding-left: 0.5ex;
	padding-right: 0.5ex;
	margin-top: 10px;
	font-size: 90%;
	display: inline;
}



.menuItem a {
	color: #123B5C !important;
  padding-left:0.3em;
  padding-right:0.3em;
    text-decoration: none !important;
    text-transform: uppercase;
}

.menuItem A:hover {
	text-decoration:	underline !important;
}

TABLE {
	border: 1px solid;
	empty-cells: show;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
    border-collapse: collapse;
}

.tableWrapper {
	text-align: center;
}

TH, TD {
	font-size: 100%;
	border: 2px #DDDDFF solid;
        padding-left: 0.5em;
	padding-right: 0.5em;
}

CAPTION
, TH
, DT {
	text-align: left;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	padding: 4px;
	background-color: #EEEEEE;
}

DT {
	margin-top: 1em;
	margin-bottom: 1ex;
}

CAPTION {
	color: black;
        background-color: #ffffcc;
	border: 2px #ffcc66 solid;
}
