/*

	/global-old/global.css
	===================================

*/

HTML, BODY {
	width: 100%;
	height: 100%;
}
BODY {
	margin: .8em;
	font-family: Franklin Gothic Medium, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
}
P, Form {
	margin: 0;
}

/* Font styles */

DIV.SiteTitle {
	font-size: 200%;
	line-height: 150%;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
}
DIV.Subtitle {
	font-size: 145%;
	margin-bottom: .5em;
	font-weight: bold;
	text-align: left;
}
A.TopNav {
	font-size: 115%;
	font-weight: bold;
	margin: 0;
	margin-bottom: .25em;
}
TD.Identity {
	font-family: Franklin Gothic Medium, Arial, Helvetica, sans-serif;
	font-size: 75%;
	white-space: nowrap;
	text-align: right;
}
DIV.SiteNotice {
	margin: .5em;
	font-size: 95%;
	line-height: 135%;
}
DIV.SiteNoticeSmall {
	font-size: 85%;
	line-height: 130%;
}
DIV.SidebarTitle {
	font-size: 145%;
	font-weight: bold;
	color: Blue;
}
DIV.SidebarLink {
	color: blue;
	font-size: 85%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
DIV.SearchBox, DIV.RssLinks {
	color: Blue;
}
DIV.AdHeading {
	text-align: center;
}
DIV.AdFinePrint {
	font-size: 70%;
	text-align: center;
}
TD.Normal {
	font-family: Franklin Gothic Medium, Arial, sans-serif;
	font-size: 90%;
}

/* Layout styles */

DIV.Page, TABLE.Page, DIV.PageLine {
	width: 700px;
}
DIV.Page {
	text-align: left;
	background-color: white;
}
DIV.Main {
	width: 480px;
	overflow: hidden;
	text-align: left;
}
DIV.ColumnSpace {
	width: 25px;
}
DIV.Sidebar {
	width: 195px;
	overflow: hidden;
	text-align: left;
}
IMG.Banner {
	width: 480px;
	height: 270px;
}
DIV.TopNav {
	vertical-align: middle;
	text-align: left;
	width: 195px;
}
DIV.AdBox {
	text-align: center;
	width: 195px;
}
DIV.PageLine, DIV.AdLine {
	height: 1px;
	margin-top: 3mm;
	margin-bottom: 3mm;
	overflow: hidden;
}
DIV.PageLine {
	background: gray;
}
DIV.AdLine {
	width: 195px;
	background: #EAEAEA;
}
DIV.SiteNoticeCnt {
	width: 478px;
	border: 1px solid #FFD091;
	background: #FFF4CC;
	color: black;
}

/* Comic styles */

SPAN.ComicDate {
	font-family: Comic Sans MS;
	margin-top: 20px;
	text-align: left;
	font-size: 11px;
	padding: 1px;
	padding-right: 4px;
	padding-left: 4px;
	color: White;
	height: 13px;
	background: black;
}
DIV.NoComicsFound {
	font-size: 13px;
	text-align: center;
}
TD.ComicPageLeft, TD.ComicPageRight, A.ComicNav, DIV.ComicNav {
	font-size: 16px;
	text-align: left;
	font-family: Comic Sans MS;
	text-decoration: none;
}
TD.ComicPageRight {
	text-align: right;
}
A.ComicNav {
	color: Blue;
}
A.ComicNav:Hover {
	color: red;
	text-decoration: underline;
}
DIV.ComicNav {
	color: Silver;
}

/* Email form styles */

TEXTAREA.BodyText {
	width: 480px;
	height: 200px;
	font-family: Arial;
	font-size: 15px;
	padding: 5px;
}
INPUT.TextField {
	font: 13px;
}
DIV.Email {
	margin-bottom: 14px;
	font-size: 14px;
}
DIV.Email SPAN.Fail {
	color: red;
}
DIV.Email SPAN {
	font-weight: bold;
	color: green;
}
DIV.EmailDisclaimer {
	font-size: 14px;
	margin-bottom: 14px;
}
INPUT.EmailSend {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 15px;
}
DIV.EmailLabel {
	text-align: right;
	font-size: 14px;
	width: 100px;
	white-space: nowrap;
}
DIV.EmailField {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 370px;
	overflow: hidden;
}
DIV.EmailColumn {
	width: 10px;
}
DIV.EmailBody {
	margin-top: 1em;
	font-size: 14px;
	width: 480px;
	overflow: hidden;
}
DIV.EmailTutorial {
	color: Blue;
	font-size: 13px;
}
DIV.Notice {
	margin-bottom: 1em;
}
DIV.LicenseTitle {
	font-weight: bold;
	font-size: 1.2em;
}
DIV.License {
	color: #B8860B;
	background: #FFFFE1;
	border: 1px solid #F0E68C;
	padding: .5em;
}
DIV.LicenseText {
	margin-bottom: 14px;
}
