﻿body
{
	margin: 0px 0px 0px 0px;
	background-color: #002c50;
	background-image: url(../../Images/Background.jpg);	
	background-repeat: repeat-x
}

td
{
	vertical-align: top;
	text-align: left;
}

.WhiteBack
{
	background-color: #FFFFFF;
}

.Fixed
{
	table-layout: fixed
}

.MenuItem
{
	width: 100px;
	height: 20px;
	background-color: White;
}

.PageWidth
{
	width: 780px;
	height: 100%;	
	background-color: #FFFFFF;
}

.MaxWidth
{
	width: 100%
}

.MaxHeight
{
	height: 100%
}

.VCenter
{
	vertical-align: middle	
}

.VBottom
{
	vertical-align: bottom	
}

.Right
{
	text-align: right
}

.Center
{
	text-align: center;
}

.ButtonSpacer
{
	width: 5px
}

.Italic
{
	font-style: italic
}

.Highlight
{
	font-weight: bolder;
}

.VerticalLine
{
	width: 5px;
	background-color: #FFFFFF;
}

.BigText{
	color: #666666;
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;	
	line-height: 16px
}

li
{
	color: #666666;
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;	
	line-height: 16px
}

.Error
{
	padding-top: 15px;
	color: Red;
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
	line-height: 16px
}

.NormalText{
	color: #666666;
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;	
	line-height: 16px
}

.SmallText
{
	color: #666666;
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;	
	line-height: 16px
}

.PHeader
{
	color: #666666;
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 8px
}

p
{
	margin-top: 10px;
	color: #666666;
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;	
	line-height: 16px	
}

a
{
	color: #ff9900;
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none
}
a:visited
{
	color: #ff9900;
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none
}

a:hover
{
	color: #002c50;
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline
}


.TextBox 
{
	font-family :  Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
    border: solid 1px #999999;
    height: 21px;
    color: #000000;
    padding-top: 3px
}

.TextArea 
{
	font-family :  Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
    border: solid 1px #999999;
    color: #000000;
}

.DropDownList 
{
	font-family :  Verdana, Geneva, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
    color: #000000;
    height: 18px;
}

.LabelText1
{
	font-family :  Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bolder;
	color : #0061c6;
	line-height: 16px
}

.LabelText2
{
	font-family :  Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bolder;
	color : #0061c6;
    padding-top: 6px
}

.LabelText3
{
	font-family :  Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bolder;
	color : #999999;
	line-height: 16px
}

.RowSpacer1
{
	height: 10px
}
.RowSpacer2
{
	height: 20px
}
.RowSpacer3
{
	height: 30px
}

.MenuStrip
{
	height: 29px;
	background-color: #5b90c6;
}

.SideBarLinkBack
{
	background-color: #caddf0;
}

.EquipItem
{
	height: 130px;
}

.Bold
{
	font-weight: bold;
}