﻿.NotPermittedThesisDownload
{
    font-size: 90%;
}
.ThesisDownloadDiv
{
    text-align: left;
}
.DownloadLinkToBottom
{
    margin: 0 auto;
    text-align: left;
    font-size: xx-small;
}
.ThesisFilesGridDiv
{
    float: left;
}

.PanelContainer
{
    margin: 25px 25px 0px 25px;
    padding: 0 7px 5px 7px;
    -webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid gray;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
    filter: progid:DXImageTransform.Microsoft.dropShadow
        (color=#888888, offX=2, offY=2, positive=true);
    background-color: White;
}
.ToggleTopicList
{
    display: none;
    line-height: 150%;
}
h4.GrayHeading:hover
{
    cursor: pointer;
    background-color: #B3D9FF;
    color: #0000CC;
}
h4.GrayHeading
{
    margin: 6px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
	background-color: #EAEAEA;
	padding-right: 6px;
	height: 22px;
	vertical-align: middle;
}