﻿.PageOverview
{
    margin-bottom: 10px;
}
.ReportSelectLabel
{
	font-family: Arial;
	color: #BE0404;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.2em;
}

/* Default HTML Page Elements */
p {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #171717;
	padding-bottom: 1.2em;
	padding-right: 40px;
}
h1 {
}
h2 {
	font-family: Arial;
	color: #BE0404;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.2em;
}
h3 {
	font-family: Arial;
	color: #BE0404;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 1.0em;
	line-height: 1.2em;
}
h4 {
	font-family: Arial;
	color: #131313;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 0.2em;
}
h5 {
	font-family: Arial;
	color: #333333;
	font-size: 1.3em;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom: 0.4em;
}
h6 {
	font-family: Arial;
	color: #000000;
	font-size: 1.3em;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom: 0.4em;
}
strong {
	color: #171717;
	font-weight: bold;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
input {
	margin-top: 5px;
	margin-bottom: 5px;
}
hr {
	border: 0;
	background-image: url(images/hr.gif);
	background-repeat: repeat-x;
	height: 2px;
}
li {
	list-style-type: none;
}
/* END Default HTML Page Elements */


/*Default Container For PAge Copy retrieved from the Database*/
.PageCopy
{
}

.check 
{
	background-image: url(images/check-trans.png);
	background-repeat: no-repeat; 
	margin-left: 5px;
}

/* Home Page Styles */
.HomePageImg 
{
	width: 620px;
	height: 249px;
	background-color: #BE0404;
	background-image: url(images/wtvortexwbutton.png);
	background-repeat: no-repeat;
}
.HomePageCopyContainer
{
	background-color: #BE0404;
	padding-top:10px;
}
.HomePageInfo
{
	color: #F0F0F0;
	padding-left: 35px;
}
.HomePageInfo a
{
	color: #FCF100;
	text-decoration: underline;
}
.HomePageInfo a:hover
{
	color: #FFFFF0;
}

.HomePageInfo strong
{
	color: #FCF100;
}
/* End Home Page Styles */

/*Schedule Page Styles*/
.StatusPanelContainer
{
	text-align: right;
	padding-bottom: 20px;
}
.ScheduleContainer
{
	background-color: #EFEFEF;
	border: 1px solid #cccccc;
}
/*End Schedule Page Style*/