/* TimeGnosis sitewide Style definitions */
/* style.css */
/* global body style */
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #F5F5F2;
	margin:     0;
	padding: 0;
	font-size: 11px;
	text-align: justify;
     height:100%;
     border:none;
}
body.start {
	background-color: #060000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.browse {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000099;
	text-align: justify;
}
body.men {
	background-color: #bebebe;
	padding: 0%;
}
/* link definitions */
a {
	font-weight: bold;
	color: DarkSlateBlue;
	text-decoration: none;
}
a:visited {
	color:      DarkSlateBlue;
}
a:hover {
	color: #E8AD03;
}
a.footer:hover {
	font-family: Arial;
	font-size: 9px;
	line-height: normal;
	color: #E8AD03;
	font-weight: normal;
}
a.startLink {
	color: #999999;
}
.startText {
	color: white;
	font-size: 10px;
}
.startSub {
	color: #333333;
	font-size: 8px;
	text-align: center;
}

.contentTbl
{
  height:100%;
  margin: 0 auto;
  margin-bottom: 0;
  padding:0;
}

/* page titles */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #003399;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
}
/* ALL text */
.allText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	text-align: justify;
}
.header {
	height: 133px;
	width:          780px;
	background-image: url(https://www.timegnosis.com/content/images/banner.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.hf {
	background-color: #F5F5F2;
	text-align: center;
}
.content {
	padding: 14px;
	background-color: #f5f5f2;
	text-align: justify;
}
.copy {
	font-size: 8pt;
	color: #7DA2C8;
}
.footer {
	font-family: Arial;
	font-size: 9px;
	line-height: normal;
	color: #C6C6C6;
	font-weight: normal;
	text-decoration: none;
	padding:    2px;
	background-color: #556876;
}
.menu {
	white-space: nowrap;
	text-align: right;
	background-image: url(http://www.timegnosis.com/images/menu_back.jpg);
	text-align: right;
}
.warning {
	font-size:     9.4px;
}
.warnings {
	color:      red;
}
#accountWarnings {
	font-size:     16px;
	font-weight: bold;
	overflow:hidden;
}
.accountText {
	font-weight: bold;
	white-space:       nowrap;
}
.center {
	text-align:      center;
	text-align:      center;
}
#month {
	width:     107px;
}
#day {
	width:      57px;
}
#year {
	width:      72px;
}
#month1 {
	width:     87px;
	padding-left: 6px;
	height:     23px;
}
#day1 {
	width:      37px;
	padding-left: 6px;
	height:     23px;
}
#year1 {
	width:      52px;
	padding-left: 6px;
	height:     23px;
}
.pic {
	padding:    6px;
}
#sampleDiv {
	font-size:10pt;
	padding:    8px;
}
.teaser {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:      black;
	border:     3px solid #461B7E;
	background: #E9BF5C;
	background-image: url(/images/teaser.jpg);
	float: right; 
	width:300px;
	margin-left:20px;
	margin-bottom:10px;
	padding:10px
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	color:    black;
	white-space: nowrap;
	font-size: 19px;
}
.bigger {
	font-size: 20.0pt;
	font-weight: bolder;
}
.submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	color:    black;
	font-size: 11px;
	padding-right: 10px;
}

.optOut
{
	width:100%;
	height:90px;
	display:block;
}

#footerMenu
{
	font-size: 10.8pt;
}

.wrapRight
{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}

.wrapLeft
{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

