/* HSRLCE */
.PageMaster, .LabPageMaster, .MenuItem, .MenutItemHover, .NewsListing .NewsDescription, .MainContentPane td, .RegularContentPane td, .RightPane td
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #999999;
}

td.SkinHeader, td.SkinFooter, table.SkinMaster, td.SkinHeaderLab
{
	width: 1024px;
}

span.HeaderDate
{
	color: #7d0000;
	font-weight: bold;
	font-size: 12px;
	float: right;
	margin-top: 45px;
	margin-right: 75px;
}

table.SkinMaster
{
	background-image: url('Body.gif');
	background-repeat: repeat-y;
}

td.SkinHeader, td.SkinHeaderLab
{
	height: 110px;
	text-align: right;
}

td.SkinHeaderLab
{
	padding-right: 60px;
}

td.SkinHeader, td.SkinHeaderLab
{
	background-image: url('Header.gif');
}

td.SkinBody
{
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}

td.SkinFooter
{
	background-image: url('Footer.gif');
	height: 38px;
}

td.SubFooter
{
	font-weight: bold;
	text-align: center;
}

td.SubFooter a.Links
{
	font-weight: bold;
	text-decoration: underline;
	color: #999999;
}

td.SubFooter a.Links:hover
{
	color: #7d0000;
}

.TopPane
{
	vertical-align: top;
	height: 226px;
	padding-bottom: 20px;
}

.LeftPane
{
	width: 202px;
}

.LowerLeftPane
{
	background-image: url('UofTLogo.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 70px;
	padding-right: 80px;
	width: 202px;
}

.LeftPane .SearchBar
{
	height: 110px;
	padding-top: 20px;
}

.RegularContentPane
{
	width: 700px;
}

.MainContentPane
{
	width: 500px;
}

.LeftPane, .LowerLeftPane, .MainContentPane, .RegularContentPane, .RightPane
{
	vertical-align: top;
}

.MainContentPane, .RegularContentPane, .RightPane
{
	padding-right: 20px;
}

.RightPane
{
	width: 200px;
}

.SearchBar
{
	padding-bottom: 20px;
}

/* Menu Control */
.MenuItem, .MenutItemHover
{
	font-family: Arial;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: default;
	font-weight: bold;
}

.MenutItemHover
{
	color: #ffffff;
	background-color: #7d0000;
}

.SubMenuContainer
{
	border: 1px solid #999999;
	background-color: #ffffff;
}

.SubMenuContainer .MenuItem, .SubMenuContainer .MenutItemHover
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}

/* Common Elements */
a.CssButton
{
	background-color: #eeeeee;
	border: 2px #dddddd outset;
	padding: 1px 4px;
	color: black;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}

a.CssButton:visited
{
	color: black;
}

a.CssButton:hover
{
	border-style: inset;
	background-color: #eeeeee;
	padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
	text-decoration: none;
}

a.CssButton:active
{
	color: black;
}

/* DotNetNuke */
a.CommandButton, a.CommandButton:visited, .SubHead
{
	color: #7d0000;
}

a.CommandButton:hover
{
	color: #000000;
}

td.CommandButton
{
	font-weight: bold;
	color: #999999;
}

.TitleBar
{
	width: auto;
}

.MainContentPane .NewsListing .SubHead
{
	color: #000000;
}

.RightPane .NewsListing .SubHead
{
	color: #999999;
}

.NewsListing
{
	margin-bottom: 5px;
}

.MainContentPane .NewsListing .NewsDescription
{
	padding-bottom: 5px;
	border-bottom: 1px dotted #7d0000;
}

.NewsListing span
{
	float: left;
}

.NewsListing .NewsImage
{
	width: 50px;
	padding-right: 20px;
	vertical-align: top;
}

/* HSRLCE Members */
.MembersListing span
{
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}

.MembersListing span.MemberName
{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-bottom: solid 1px #666666;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.MembersListing .Labels
{
	font-weight: bold;
}

.MembersListing img.MemberImage
{
	margin: 10px;
}

/* User Defined Table */
.UDT_Table_Head
{
	width: 100%;
}

.UDT_Table_Head th
{
	border-bottom: 1px solid #7d0000;
	width: auto;
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-align: left;
}


/* Publications */
.Publications td, .Publication td
{
	font-size: 10px;
	width: 620px;
}

.Publications
{
	border-bottom: 1px solid #7d0000;
}

.Publications td.PublicationTitle, .Publication td.PublicationTitle
{
	font-size: 12px;
	font-style: italic;
}

.PublicationDate
{
	padding-top: 25px;
}

.PublicationLocation
{
	padding-top: 20px;
}
.PublicationDescription
{
	padding-top: 20px;
	text-align: justify;
}

.PublicationAbstract
{
	padding-top: 5px;
}