﻿/****** Label ***********/
.infolabel { 
	color: #0000FF; 
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.errorlabel { 
	color: #FF0000; 
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
}
/****** Label ***********/
.hpLinkBlue
{
	color:Blue;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	text-decoration: none;
}

.hpLinkBlue:Hover
{
	color: #666666;
}
/****** Textbox *********/
.label {
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
}

.textbox { 
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight : normal;
	vertical-align: middle;
}
/****** Textbox *********/

/***** Calendar *****/

.calendarContainer table
{ 
	width:0px;
	height:0px; 
}

.calendarContainer table tr td
{
	padding:0; 
	margin:0;
}

/***** Calendar *****/

/****** Checkbox ********/
.checkbox {
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight : normal;
}
/****** Checkbox ********/

/****** Radiobutton *****/
.radiobutton {
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight : normal;
}
/****** Radiobutton *****/

/****** Listbox *********/
.listbox {
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight : normal;
}
/****** Listbox *********/

/****** DownDropList *********/
.downdroplist {
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight : normal;
}
/****** DownDropList *********/

/****** Button **********/
.Acbutton
{
	border-right: #104a7b 1px solid;
	border-bottom: #104a7b 1px solid;
	border-top: #afc4d5 1px solid;
	border-left: #afc4d5 1px solid;
	cursor: hand;
	color: #000066;
	font-family: Verdana, Arial, Tahoma;
	height: 19px;
	width: 62px;
	text-decoration: none;
	background-image: url(images/buttonBG.gif);
	text-align:center;
}

/****** Button 	**********/

.LinkButton
{
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	padding:4px 0px 4px 2px;
	text-decoration: none;
}

.LinkButton:hover
{
	color:blue;
}

.file
{
	font-family : Verdana, Arial, Tahoma ;
	width:300px;
	background-color:Gainsboro;
}


/****** Collapsible Panel **********/
.collapsePanelHeader
{
	border-bottom: solid 1px #000000;	
	background-image:url(images/cpHeader_bg.jpg);
	background-repeat:repeat-x;
	color: #FFFFFF;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	cursor: pointer;	
}
/****** Collapsible Panel **********/

/****** Touch Button **********/
.mBtn {
	white-space: normal;
	width: 150px;
	height: 100px;
}

.Tcbutton
{
	background-color: Silver;
	color: #000066;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
    font-size: 16px;
    text-align: center;
    white-space: normal;
    padding: 0px;
	cursor: hand;
}

.Tcbutton_Disable
{
	background-color: Gray;
	color: #000066;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
    font-size: 16px;
    text-align: center;
    white-space: normal;
    padding: 0px;
}

.TcLink {
	background-color: #ddd;
	color: #000066;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	white-space: normal;
	text-decoration: none;
}

.TcLink.Reverse
{
	background-color: #000066;
	color: Silver;
}

.TcDetails
{
	color: #000066;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
    font-size: 12px;
    text-align: center;
    white-space: normal;
}

.Reverse .TcDetails
{
	color: Silver;
}

.TcTextbox { 
	color: #666666;
	font-family: Verdana, Arial, Tahoma;
    font-size: 20px;
	font-weight : normal;
	vertical-align: middle;
}

.PILink {
	display: block;
	margin: 5px;
	padding: 2px;
	/*width: 18%;
	float: left;*/
}

.ProductLink 
{
	display: block;
	width: 45%;
	margin: 5px;
	padding: 2px;
	float: left;
}

div.scrollmenu {
	overflow: auto;
	white-space: nowrap;
	height:100px;
	margin-top:5px;
}

	div.scrollmenu input {
		display: inline-block;
		color: white;
		text-align: center;
		padding: 14px;
		text-decoration: none;
	}

		