/* research.html Main Research Portal CSS Styles */

.PortalBoxLeft {
	float: left;
	height: auto;
	width: 325px;
	padding-bottom: 30px;
	background-image: url(../images/Background/PortalBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.PortalTitle {
	font-size: large;
	font-weight: lighter;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

.PortalText {
	height: auto;
	width: auto;
	padding: 20px;
	text-align: justify;
}

.PortalBoxRight {
	float: right;
	height: auto;
	width: 325px;
	padding-bottom: 30px;
	background-image: url(../images/Background/PortalBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* thesistemplate.html LaTeX Thesis Template and Download CSS Styles */
.ThesisIconImage {
	height: auto;
	width: auto;
	float: left;
	padding-left: 100px;
	text-align: center;
}

.ThesisIconText {
	height: auto;
	width: 350px;
	float: left;
	padding-left: 50px;
}

/* aboutqc.html About Quantum Control CCS Styles */

.ResearchBox {
	height: auto;
	width: 220px;
	float: left;
}

.MiddleResearchBox {
	height: auto;
	width: 220px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}

.Title {
	font-size: x-large;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: lighter;
	position: relative;
	height: auto;
	width: 100%;
	top: 220px;
	text-align: center;
	z-index: 10;
}

.ResearchContainer {
	background-image: url(../images/Background/Research%20Background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	width: auto;
	padding-bottom: 20px;
	margin-bottom: 30px;
	clear:both;
}

.CVCPImage {
	width: 300px;
	float: right;
	text-align: right;
}

/* latexsymbols.html LaTeX Math Symbols CSS Styles */

.Column {
	width: 50%;
	float: left;
}

#Symbols h2 {
	font-weight: bolder;
	border-bottom: dotted 2px #FBE34B;
}

.ForeignImageSpacer {
	text-align: center;
	vertical-align: 150%;
	float: left;
	height: 127px;
	width: 175px;
}

.ImagesToBottom {
	vertical-align: baseline;
	height: auto;
	width: 700px;
}

.BottomVert td {
	text-align: center;
	vertical-align: bottom;
}

.typewriter {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-weight: bold;
	color: #006666;
}

.BinaryText {
	text-align: left;
	padding-left: 10px;
}

.CentreVert td {
	text-align: left;
	vertical-align: middle;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.CentreBigVert td {
	text-align: left;
	vertical-align: middle;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* LaTeX on a Mac Help Guide Section CS Styles */

.BottomNavButtonBox {
	text-align: center;
	width: 120px;
	padding-right: 5px;
	padding-left: 5px;
}

.TeXHelpIcons {
	float:left;
	width:140px;
	text-align:center;
}

.TeXHelpIcons2 {
	float:left;
	width:175px;
	text-align:center;
}

.TextHelpIconText {
	margin-left:10px;
	margin-right:10px;
	padding-bottom:20px;
	border-top:#CCCCCC solid 3px;
	font-weight:bold;
}
