﻿body 
{
}
.Div
{
	background-color:white;
	border-style:solid ;
	border-color:gray;
	border:1px ;
}

	
.TextBoxes
{
	border-color:#6d7b8d;
	border-style:solid;
	border-width:1px;
	font-family:Tahoma;
	font-size:11px;
	color:#4169e1;
	
	
}
.TextBoxesForLogin
{
	border-color:#c0c0c0;
	border-style:solid;
	border-width:1px;
	font-family:Tahoma;
	font-size:11px;
	color:#4169e1;
	height:12px;
	
}
.FillingLabels
{
	font-family:Tahoma;
	font-size:11px;
	color:#696969;
}
.FillingLabels2
{
	font-family:Tahoma;
	font-size:12px;
	color:#696969;
}
.MessageLabels
{
	font-family:Tahoma;
	font-size:11px;
	color:Red;
}
.OuterHeaderLabels
{
	font-family:Tahoma;
	color:#696969;
	font-weight:bold;
	font-size:10px;
	
	}
.HeaderLabels
{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#4169e1;
	
}
.PriceField
{
	font-family:Tahoma;
	font-size:11px;
	color:Black;
	
}
.CampaignField
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#ff4500;
}
.Buttons
{
	background-color:ButtonFace;
	font-family:Tahoma;
	color:blue;
	
	
}
.ButtonsGrey
{
	background-color:#E0E0E0;
	font-family:Tahoma;
	color:#4169e1;
}
.TextIndicator_TextBox1

{

background-color: #4169e1;

color: White;

font-family: Tahoma;

font-size: small;

font-style: italic;

padding: 2px 3px 2px 3px;

}

.BarIndicator_TextBox2 {

color:#4169e1;

background-color: #4169e1;

padding-bottom: 1px;

}

.BarBorder_TextBox2 {

border-style: solid;
border-color:Silver ; 

border-width: 1px;

width: 100px;

vertical-align: middle;

}

.TextIndicator_TextBox3 {

background-color: Blue;

color: Yellow;

font-size: small;

font-variant: small-caps;

padding: 2px 3px 2px 3px;

}

.TextIndicator_TextBox3_Handle {

width: 16px;

height: 14px;

background-image: url(images/Question.png);

overflow: hidden;

cursor: help;

}
.admin
{
  background: url(~/Admin/Images/button.gif) no-repeat left top;
}

.admin:hover 
{
 background:  url(~/Admin/Images/button-over.gif) no-repeat left top;
}

