﻿html { height: 100%; }

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body 
{
	font: 90%/140% Arial,sans;
}

h1
{
	color: #ff7f00;
	font-size: 1.4em;
	line-height: 1em;
	margin: 20px 0 5px 0;
	font-weight: normal;
}

h1 a
{
	color: #ff7f00;
}

h2, h5
{
	font-size: 1em;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

p
{
	margin-bottom: 10px;
}

p.Small
{
	font-size: 90%;
}

a
{
	color: #091454;
}

a:hover
{
	color: #ff7f00;
}

.Selected
{
	font-weight: bold;
}

input.tb
{
	border: 1px solid #091454;
	padding: 2px;
}

select,
textarea
{
	border: 1px solid #091454;
}

.TextContent
{
	padding: 0 15px;
}

.Error
{
	color: Red;
	font-weight: bold;
}

#MainColumn 
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#Top 
{
	background-color: #c9c9c9;
	padding-top: 15px;
	text-align: center;
	line-height: 0;
}

.WhiteDropShadow
{
	background-image: url(WhiteDropShadow.gif);
	background-repeat: repeat-x;
	overflow: auto;
}

.MediumGrey
{
	padding: 14px 0;
	background-color: #cccccc;
	color: #222222;
}

.MediumGrey p
{
	line-height: 1.1em;
}

.MediumGreyDropShadow
{
	background-image: url(MediumGreyDropShadow.gif);
	background-repeat: repeat-x;
}

.LightGrey
{
	padding: 14px 0;
	background-color: #e6e6e6;
	color: #555555;
}

.LightGrey p
{
	line-height: 1.1em;
}

.LightGreyDropShadow
{
	background-image: url(LightGreyDropShadow.gif);
	background-repeat: repeat-x;
}

.Copyright
{
	border-top: 1px solid #e6e6e6;
	margin-top: .5in;
	padding-top: 10px;
	text-align: center;
	font-size: 90%;
}

/* Button Styles */

#Buttons .AspNet-Menu-Horizontal
{
	height: 35px;
	background-color: #808080;
	background-image: url(Button.gif);
	background-repeat: repeat-x;
	line-height: 25px;
	font-size: 14px;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-top: 1px solid #e0e0e0;
}

#Buttons .AspNet-Menu
{
	height: 100%;
}

#Buttons .AspNet-Menu a
{
	color: #707070;
	margin-top: 4px;
	padding: 0 17px;
	font-weight: bold;
	border-right: 1px solid #707070;
	border-left: 1px solid #e0e0e0;
}

#Buttons .AspNet-Menu li:hover a, 
#Buttons .AspNet-Menu li.AspNet-Menu-Hover a
{
	color: #ff7f00;
}

#Buttons .AspNet-Menu li.AspNet-Menu-Selected a
{
	color: #091454;
}

/* ThreeColumn Styles */

#ThreeColumns #Left {
	float: left;
	width: 200px;
}

#ThreeColumns #Right{
	float: right;
	width: 150px;
}

#ThreeColumns #Center{
	float: left;
	width: 390px;
}

/* LeftCenterColumns Styles */

#LeftCenterColumns #Left
{
	float: left;
	width: 200px;
}

#LeftCenterColumns #Center 
{
	float: left;
	width: 540px;
}

/* CenterRightColumns Styles */

#CenterRightColumns #Right
{
	float: right;
	width: 150px;
}

#CenterRightColumns #Center 
{
	float: left;
	width: 590px;
}

/* CenterColumnOnly Styles */

#CenterColumnOnly
{
	width: 740px;
}


/* Bulleted UL List Style */

ul.Bulleted 
{
	margin: 0 0 5px 0;
	padding: 0 0px 0 0;
	list-style: none;
}

ul.Bulleted li
{
	padding-left: 10px;
	padding-bottom: 3px;
	background-image: url(dot.gif);
	background-repeat: no-repeat;
	background-position: .2em .7em;
}

/* Button styles */

.Button-Container {
	line-height: 2em;
}

.Button {
	margin: 0 3px; 
	padding: .2em 1em;
	border: 1px solid #d0d0d0;
  font-weight: bold;
  /* text-transform: uppercase; */
  background-color: #f0f0f0;
  text-decoration: none;
}

.Button:hover 
{
	color: #ff7f00;
}

.TabContainer .ajax__tab_header
{
	display:none;
}