﻿/* style for module titles */
.Webkeon_Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 17px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.Webkeon_SubHead
{
	font-family: "Arial", Tahoma,Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #585a59;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.Webkeon_SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Webkeon_Normal, .Webkeon_NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for error messages */
.Webkeon_NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.Webkeon_NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}



/* styles used by Data Grids */
.Webkeon_DataGrid_AlternatingItem
{
	background-color: White;
	color: Red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.Webkeon_DataGrid_Container
{
	background-color: Transparent;
}
.Webkeon_DataGrid_Footer
{
	background-color: White;
}
.Webkeon_DataGrid_Header
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.Webkeon_DataGrid_Item
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.Webkeon_DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}


/* text style for buttons and link buttons used in the portal admin pages */
.Webkeon_CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.Webkeon_CommandButton:link
{
	text-decoration: underline;
	color: #003366;
}

A.Webkeon_CommandButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.Webkeon_CommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.Webkeon_CommandButton:active
{
	text-decoration: underline;
	color: #003366;
}
.txtbox{
	width:174px;
	height:19px;
	background-color:#f6f6f3;
	border: 1px solid #b8b8b8;
	font-size:11px;
	color: #636467;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
}
.txtdrp{
	background-color:#f6f6f3;
	border: 1px solid #b8b8b8;
	font-size:11px;
	color: #636467;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
}
.postal{
	width:117px;
	height:19px;
	background-color:#f6f6f3;
	border: 1px solid #b8b8b8;
	font-size:11px;
	color: #636467;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
}
.Webkeonbtn{
	background-color:#af2d3d;
	width:85px;
	height:18px;
	border: 0px solid #af2d3d;
	font-size:10px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
}