/*********************************************************************************/
/* The following base styles define the default behaviour of all Faculty of      */
/* Medicine pages.  If changes are made to these styles, they will affect the    */
/* whole site.  Changes should be made cautiously.  Additionally, changes should */
/* also be applied to the HTMLeditor.css file so that the styles that appear on  */
/* the site are consistent with the ones that appear in the editor window.       */
/*                                                                               */
/* Site URL: http://www.med.ubc.ca/ Faculty of Medicine                          */
/*           http://www.id.med.ubc.ca/ Infectious Diseases                       */
/*           http://www.medgen.ubc.ca/ Medical Genetics                          */
/*           http:///ip.med.ubc.ca/site9.aspx MedIT                              */
/* Filename: ubcmain.css                                                         */
/*                                                                               */
/* Creator: David Cowley                                                         */
/* Last Updated by: Kam Sandhu                                                */
/* Creation Date: 26 Sep 2005                                                    */
/* Last Updated: 22 Apr 2008                                                     */
/*                                                                               */
/* People authorized to make changes: Irene Mark and David Cowley                */
/*                                                                               */
/* Dependencies: this file is not directly dependent on any other file           */
/* Associations: ubcnav.css [which controls the accordion menu styles            */
/*               HTMLeditor.css [which controls the styles in the HTML editor]   */
/*                                                                               */
/* Revision History:                                                             */
/*                                                                               */
/*	0.1	Based on the original (and subsequently modified ubcmain.css     */
/*              however this file replaces all instances of that file and        */
/*              becomes the ONE place where common look and feel are managed.    */
/* 	0.2	Removed the following: "#banner #bannerSearch",                  */
/*              "#banner #bannerSearch input", "#banner #bannerSearch button" as */
/*              they are no longer used in the design.  28 Sep 2005, DC          */
/*              the file for ease of use.  19 Aug 2005, DC                       */
/*      2.1	Updated styles to get rid of the annoying added padding near the */
/*              menu in the main content area. 23 Sep 2005, DC                   */
/*                                                                               */
/*                                                                               */
/*********************************************************************************/


body {
	text-align: left; /*aligns the main content divs of the page*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
}

a {
	text-decoration: underline;
	color: #003399;
}

h1 {
	color: #800000;
	font-size: 11pt;
	padding-left: 10px;
	/*font-size: 1.3em;*/
}

h2 {
	color: #000000;
	font-size: 11pt;
	/*font-size: 1.2em;*/
}

h3 {
	color: #000000;
	font-size: 11pt;
	/*font-size: 1.1em;*/
	font-weight: normal;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

th {
	color: #ffffff;
	background-color: #800000;
	font-weight: bold;
	font-size: 11pt;
	/*font-size: 1em;*/
	text-align: center;
}

.tableSubheading, .reversed, td.reversed {
	color: #000000;
	/*background-color: #444444;*/
	background-color: #cccccc;
}

td.subTotal, tr.subTotal {
	border-bottom-color: #333333;
	border-top-color: #333333;
	border-top-width: 2px;
}

td.total, tr.total {
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-bottom-style: single;
	border-top-style: double;
	border-top-width: 3px;
	border-bottom-width: 2px;
}


#wrapper {
	width: 800px; /*width of the main content area*/
	background-color: #fff;
	text-align: left; /*required alignment to override the center alignment at the body level*/
	margin: 0 auto; /*shorthand for top and bottom margins and left right margins*/
}

#banner {
}

#banner #imageBanner, #banner #subsiteBanner {
	margin: 0;
	padding: 0;
	clear: left; /*this clears the float:left used to make the top nav menu list horizontal*/
	border-top: solid 6px #cc9900;
	border-bottom: solid 6px #cc9900;
}

#banner #noImageBanner {
	margin: 0;
	padding: 0;
	clear: left; /*this clears the float:left used to make the top nav menu list horizontal*/
	border-bottom: solid 6px #cc9900;
}

#banner #imageBanner img, #banner #subsiteBanner img {
	margin: 0 0 0 3px;
	padding: 0;
	vertical-align: top;
}

#banner #imageBanner img.firstImage, #banner #subsiteBanner img.firstImage {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#banner #imageBanner table.subsiteTitle, #banner #subsiteBanner table.subsiteTitle {
	float: right;
	/*border: solid 1px #800000;*/
	width: 373px;
	padding: 0;
	margin: 0;
}

#banner #imageBanner table.subsiteTitle .titleCell, #banner #subsiteBanner table.subsiteTitle .titleCell {
	margin: 0;
	padding: 0;
	height: 68px;
	text-align: center;
	vertical-align: middle;
}

#banner #imageBanner table.subsiteTitle .titleCell h1, #banner #subsiteBanner table.subsiteTitle .titleCell h1 {
	margin: 0;
	padding: 0;
	color: #003399;
	text-transform: uppercase;
}

#banner #imageBanner table.subsiteTitle .blueCell, #banner #subsiteBanner table.subsiteTitle .blueCell {
	background-color: #003399;
	height: 36px;
}

#banner .ubcBar {
	margin: 0 0 2px 0;
}

#banner #frogLogo {
	position: relative;
	float: left;
	margin-bottom: -12px;
	z-index:50;
}

#banner .bannerTitle {
	color: #003399;
	font-size: 15pt;
	text-transform: uppercase;
	margin: 14px 0 13px 112px;/*shorthand for top-right-bottom-left*/
	letter-spacing: 4.5px;
	text-decoration: none;
}

#topNav, #homeTopNav {	
	margin: 0 0 0 0px;
	border-top: solid 1px #003399;
	background-color: #003399;
}

#topNav li, #homeTopNav li {
	float: left; /*this makes the menu list into a horizontal bar*/
	text-align: center;
	list-style: none; /*this removes the usual list bullets*/
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
	width: 165px;
	padding: 0 10px 10 0px;
/*	margin: 0 10px 0 10px;*/
	line-height: 24px;
	background-color: #003399;
	border-left: solid 3px #ffffff;
}


#topNav li.firstTopNavItem, #homeTopNav li.firstTopNavItem {
	width: 122px;
	border-left: none;
	background-color: #003399;
}

#topNav li.lastTopNavItem {
	width: 164px;
	border-right: solid 1px #003399;
}

#topNav li.firstTopNavItemCurrentTop {
	width: 122px;
	border-left: none;
	color: #003399;
	background-color: #ffffff;
}

#topNav li.lastTopNavItemCurrentTop {
	width: 164px;
	border-right: solid 1px #003399;
	color: #003399;
	background-color: #ffffff;
}

#topNav .currentTop {
	color: #003399;
	background-color: #ffffff;
}

#topNav a, a.topNavLink {
	color: #ffffff;
	text-decoration: none;
	background-color: #003399;
}

#topNav a.currentTop {
	color: #003399;
}

#secondaryTopNavContainer {
	border-bottom: solid 1px #cccccc;
	clear: all;
}

#secondaryTopNav {
	text-align: right;
	padding: 3px 3px 3px 0;
	margin: 0;
}

#secondaryTopNav li {
	display: inline;
}

#secondaryTopNav a {
	text-decoration: none;
}

#secondaryTopNav a.currentTop {
	color: #800000;
}

#secondaryTopNav a.textColour {
	color: #444444;
}

#leftCol {
	float: left;
	/*width: 210px;*/
	width: 210px;
	margin: 0;
	/*padding: 5px 0 0 10px;*/
	padding: 5px 5px 0px 0px;
	border-right: solid 1px #cccccc;
}

#leftCol h1 {
	font-size: 11pt;
	/*font-size: 1em;*/
	font-weight: bold;
	color: #003399;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin: 0;
	/*padding: 15px 0 0 0;*/
	padding: 8px 0 0 0;
}

#leftCol p {
	line-height: 14pt;
	/*line-height: 1.3em;*/
}

#leftCol .newsTitle {
	color: #800000;
}

#homeMainContent {
	/*margin: 0 0 0 236px;*/ /*shorthand for top right bottom left values*/
	margin: 0 0 0 231px;
	padding: 15px 20px 0 20px;
	line-height: 24px;
	/*line-height: 2em;*/
	border-left: solid 1px #cccccc;
}

#homeMainContent p {
	font-family: 'Times New Roman', 'Times', 'Serif'; /*Used quotes here because of multiple words in Times New Roman*/
	font-size: 14pt;
	/*font-size: 1.3em;*/
	margin: 0;
	padding: 0;
}
/* added float: left; and width: 552px; while removing the left margin of 236 pixels.  By so    */
/* doing we are able to fix the minor indenting issue beside the menu in IE.  23 Sep 2005, DC   */
/* The -1px left margin was added because the borders weren't overlapping, they were displaying */
/* side by side.  This also allowed for an increase in width to 554px.   23 Sep 2005, DC        */
#mainContent {
	margin: 0 0 0 -1px; /*shorthand for top right bottom left values*/
	/*margin: 0 0 0 236px;*/ /*shorthand for top right bottom left values*/
	/*padding: 10px 0 0 20px;*/
	padding: 10px 0 0 14px;
	border-left: solid 1px #cccccc;
	/*position: relative;*/
	float: left;
	width: 570px;
}

/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent p {
	/*margin: 0 30px 10px 0;*/
	margin: 0 20px 10px 0;
	padding: 0 0 0 0px;
	line-height: 14pt;
	/*line-height: 1.3em;*/
}

/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent h1.firstPageHeading {
	margin: 0 0 15px 0;
	padding: 0;
	color: #800000;
	font-size: 12pt;
	/*font-size: 1.3em;*/
}

/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent h1 {
	color: #800000;
	font-size: 12pt;
	/*font-size: 1.3em;*/
	margin: 0 0 0 0;
	padding: 0;
}

/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent h2 {
	color: #000000;
	font-size: 11pt;
	/*font-size: 1.2em;*/
	font-weight: bold;
	margin: 0 0 0 0;
}

/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent h3 {
	color: #000000;
	font-size: 11pt;
	/*font-size: 1.1em;*/
	font-style: normal;
	margin: 0;
}

#mainContent h4 {
	color: #000000;
	font-size: 11pt;
	/*font-size: 1em;*/
	font-style: italic;
	margin: 0;
}

#mainContent ul {
	list-style-image: url(../images/blueListArrow.png);
}

#mainContent #linksNewsArea {
	/*position: absolute;*/
	/*top: 20px;*/
	/*left: 370px;*/
	float: right;
}

/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent .linksNewsBox {
	border: solid 1px #cccccc;
	width: 183px;
	padding: 0;
	margin: 0 0 10px 0;
	float: right;
}

/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent .linksNewsBox h1 {
	border-bottom: solid 1px #cccccc;
	padding: 3px 0 3px 15px;
	margin: 0;
	letter-spacing: 4px;
	font-size: 11pt;
	/*font-size: 1em;*/
	color: #000000;
	text-transform: uppercase;
}

#mainContent .linksNewsBox h2 {
	padding: 3px 0 2px 10px;
}

/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent .linksNewsBox ul {
	list-style: none;
	margin: 0 0 0 17px;
	padding: 10px 10px 10px 15px;
	list-style-image: url(../images/blueListArrow.png);
}

/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent .linksNewsBox p {
	margin: 0 5px 0 15px;
}

.homeKeyword {
	color: #800000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 5px;
	padding-right: 2px;
}

.homeMap {
	text-align: center;
	border: 1px solid #696969;
}

#footer {
	clear: both; /* so that the footer always appears below the menu, content or news & events/quick links whichever is longer*/
	/*margin: 0 0 0 246px;*/ /*sets the left margin to align with the mainContent div*/
	text-align: center;
	padding: 0 0 0 10px;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	/*font-size: 0.9em;*/
}

#footer p a {
	color: #444444;
}

#footer p.copyright {}

#footer a.copyright {
	text-decoration: none;
	color: #003399;
}

#footer p.lastPublished {
	text-align: right;
}

#footer p.siteAdmin {
	font-size: 8pt;
	/*font-size: 0.9em;*/
	font-style: italic;
	padding-top: 0px;
	margin-top: -6px;
}

p.siteAdmin a {
	text-decoration: none;
}

.crumbs {
	font-size: 8pt;
	padding-left: 5px;
}
