﻿/***************************************************
	These are the style specifications for 
	~/Controls/EditControl.ascx
	Please do not change.
***************************************************/

.editButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:10px;
	color: #FFFFFF;
	background-image: url(../images/Button.gif);
	border: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-style: none;
	height:20px;
	cursor:pointer;
	padding:0px;
}

.resetButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:10px;
	color: #FFFFFF;
	background-image: url(../images/Button_Reset.gif);
	border: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-style: none;
	height:20px;
	cursor:pointer;
	padding:0px;
}

.editSelect 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0064A8;
	border: 2px solid #0064A8;
}

.modules 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}

.editText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0064A8;
	font-weight: bold;
}

.editInput 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0064A8;
	border: 2px solid #0064A8;
	width: 300px;
}

.editHeader 
{
	font-size: 16px;
	color: #15A2FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.editLink 
{
	color: #0064A8;
	text-decoration:none;
}

