﻿/****************************************************************************/
/*																			*/
/*																			*/
/* PAY4CALL - Stylesheet (Controls)											*/
/*																			*/
/*																			*/
/****************************************************************************/
.dropdownlists
{
	font-size: 100%;
	border:1px solid gray;
	color: #000000;
}

.checkboxes
{
	color: #000000;
	background-color: transparent;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: gray;
	border-bottom-width: 1px;
	border-bottom-color: gray;
	border-top-color: gray;
	border-right-width: 1px;
	border-right-color: gray; 
}

.buttons
{
	color: #484848;
	background-color: #f2f2f2;
	background-image: url(images/SilverButton.jpg);
	padding-left: 6px;
	padding-right: 6px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.textfields
{
	font-size: 100%;
	color: #000000;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.hyperlinks 
{
	color: #5377A9;
	text-decoration: none;
	font-weight: bold;
}
	
.linkbuttons 
{
	color: #5377A9;
	text-decoration: none;
	font-weight: bold;
}

.linkbuttonssmall
{
	color: #5377A9;
	text-decoration: none;
	font-weight: normal;
	font-size:xx-small;
}

.textareas
{
	font-size: 100%;
	color: #000000;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;	
}