﻿html
{
	height: 100%;
}

body
{
	margin: 0px;
	font-family: Arial;
	background: url(Images/Background.png);
	text-align: center;
	height: 100%;
}

form
{
	height: 100%;
}

a
{
	color: #B5541C;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.Container
{
	width: 850px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.Container .Middle
{
	height: 100%;
}

.Overlay
{
	left: 0px;
	height: 0px;
	width: 100%;
	position: absolute;
	visibility: hidden;
}

.OverlayContainer
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.RightHighlightArrow
{
	position: relative;
	width: 123px;
	height: 82px;
	background-image: url(Images/Arrow.png);
	visibility: visible;
}


h1
{
	width: 283px;
	height: 59px;
	background-image: url(Images/Logo.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	font-size: 0px;
	color: #E3E7DF;
	float: left;
	margin-bottom: 0px;
}

.Navigation
{
	height: 59px;
	float: right;
	background-image: url(Images/TopBackground.png);
	width: auto;
}

.Navigation td
{
}

.Navigation .Selected
{
	background: url(Images/TabRight.png) no-repeat right top;
}

.Navigation a
{
	height: 29px;
	display: block;
	font-size: 21px;
	color: Black;
	text-decoration: none;
	padding: 30px 10px 0px 10px;
	white-space: nowrap;
}

.Navigation a hover
{
	text-decoration: none;
}

.Navigation .Selected a
{
	padding: 30px 30px 0px 30px;
	background: url(Images/TabLeft.png) no-repeat left top;
}

.Navigation .Filler
{
	width: 100%;
	background: url(Images/TopRight.png) no-repeat right top;
}

.Content
{
	float: none;
	height: 100%;
	width: 100%;
}

.Content .Left
{
	vertical-align: top;
	background: url(Images/Left.png) repeat-y left top;
}

.Content .Left .Stub
{
	background-image: url(Images/ContentTopLeft.png);
	width: 31px;
	height: 22px;
}

.Content .Right
{
	vertical-align: top;
	background: url(Images/Right.png) repeat-y right top;
}

.Content .Right .Stub
{
	background-image: url(Images/ContentTopRight.png);
	width: 31px;
	height: 22px;
}

.Content .Body
{
	vertical-align: top;
	background: white url(Images/LogoBackground.png) no-repeat right bottom;
	width: 100%;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height: 100%;
}

.Content .Body img
{
	border: solid 1px #E3E7DF;
}

h2
{
	margin-top: 0px;
	text-align: left;
	font-size: 30px;
	font-weight: normal;
	color: #75685C;
}

p, ol, ul, li
{
	margin-top: 0px;
	text-align: left;
	font-size: 17px;
	color: #525252;
	line-height: 26px;
}

ul, ol
{
	margin-top: 15px;
}

.Content .Body .Fine
{
	font-size: 14px;
	line-height: 21px;
}

h3
{
	text-align: left;
	color: #68755C;
	font-size: 24px;
	margin-bottom: 5px;
}

.SubH3Heading
{
	text-align: left;
	color: #68755C;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: -5px;
}

h4
{
	text-align: left;
	font-size: 17px;
	color: #525252;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 0px;
}

.Highlight
{
	float: right;
	width: 200px;
	padding: 10px;
	margin-left: 25px;
	margin-bottom: 20px;
	background-image: url(Images/WindowBackground.png);
	border: dashed 2px #ACACC7;
}

.Highlight h3
{
	margin-top: 0px;
	font-size: 16px;
	color: #5C5C75;
}

.Highlight a
{
}

.Highlight p, ul, ol
{
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

.Highlight ul, ol
{
	padding-left: 15px;
	margin-left: 0px;
}

.Highlight table
{
	margin-left: auto;
	margin-right: auto;
	color: #525252;
}

.Highlight th
{
	font-size: 12pt;
	font-weight: bold;
	border: solid 1px #C3C3D0;
	text-align: right;
	padding-left: 15px;
	padding-right: 15px;
}

.Highlight td
{
	text-align: left;
	font-size: 12pt;
	font-weight: normal;
	text-align: right;
	padding-left: 15px;
	padding-right: 15px;
}

.Announcement
{
	float: right;
	width: 200px;
	padding: 10px;
	margin-left: 25px;
	margin-bottom: 20px;
	border: dashed 2px #D1949E;
	background-color: #FAF2F3;
}

.Announcement h3
{
	margin-top: 0px;
	font-size: 16px;
	color: #7C585E;
	margin-bottom: 5px;
}

.Announcement a
{
	font-weight: bold;
}

.Announcement p
{
	font-size: 12px;
	line-height: 18px;
}

.Announcement .Fine
{
	text-align: left;
	margin-top: 0px;
}

.Form
{
	width: 50%;
	background-color: #E7E3DF;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #D0C9C3;
	text-align: left;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.Form .Field
{
	padding-bottom: 15px;
}

input, select
{
	font-size: 14pt;
}

blockquote
{
	background-image: url(Images/QuoteLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	font-family: Times New Roman;
	font-size: 22pt;
	text-align: center;
	margin-left: 20px;
	padding-left: 0px;
	width: 450px;
	color: #453745;
	font-style: italic;
	margin-top: 40px;
	margin-bottom: 40px;
}

blockquote div
{
	background-image: url(Images/QuoteRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

blockquote .author
{
	text-align: right;
	font-size: 17px;
	color: #525252;
	padding-right: 20px;
}

.Entry
{
	text-align: left;
}

.Entry .Problem
{
	margin-top: 15px;
}

.Entry .Solution
{
	color: blue;
}

.TabStrip
{
	text-align: left;
	clear: both;
	margin-bottom: 15px;		
}

.TabStrip ul
{
	margin-left: 0;
	padding-left: 0;
	display: block;
	margin-bottom: 0px;
	position: relative;	
	z-index: 1;
}

.TabStrip li
{
	list-style: none;
	display: inline;
	border-right: #DEDEAA 1px solid;
	border-top: #DEDEAA 1px solid;
	border-left: #DEDEAA 1px solid;
	border-bottom: #DEDEAA 1px solid;
	background-color: #E5E5BC;
	font-size: 16px;
	font-weight: normal;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	color:Black;	
}

.TabStrip li.Selected
{		
	border-bottom: #fafaf2 1px solid;
	background-color: #fafaf2;
}

.TabStrip .TabBody
{	
	height: 350px;
	background-color: #fafaf2;
	border-top: #DEDEAA 1px solid;
	border-right: #DEDEAA 1px solid;
	border-left: #DEDEAA 1px solid;
	border-bottom: #DEDEAA 1px solid;	
	position: relative;
	top: -1px;
	margin-top: 4px;
	padding: 16px;
	display: none;
}

.TabStrip img
{	
	display:block;
	float: left;
	margin-right: 15px;
}

.TabStrip a
{	
	color: Black;
}

.TabStrip p
{	
	font-size: 14px;
}

.LogoDisplay
{
	text-align: center;
	margin-top: 30px;
}

.LogoDisplay img
{
	margin-left: 10px;
	margin-right: 10px;
}

.LeftColumn
{
	width:50%;
	float:left;
	margin-top: 30px;
}

.RightColumn
{
	width:50%;
	float: right;
	margin-top: 30px;
}

.LeftColumn p
{
	margin-right: 15px;
}

.RightColumn p
{
	margin-left: 15px;
}

.RightColumn h3
{
	margin-left: 15px;
}

.RightColumn h4
{
	margin-left: 15px;
}

.DemoHeaderQuery
{
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.DemoQueryRow
{
	font-size: 8pt;
	text-align: left;	
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 2px;
	margin-top: 2px;	
}


#MicrosoftImage
{
	width: 77px;
	height: 35px;
	background-image: url(Images/Microsoft.gif);
	background-repeat: no-repeat;
}

#TeksouthImage
{
	width: 113px;
	height: 25px;
	background-image: url(Images/TeksouthLogo.gif);
	background-repeat: no-repeat;
}

#CognosImage
{
	width: 157px;
	height: 35px;
	background-image: url(Images/Cognos.gif);
	background-repeat: no-repeat;
}