﻿/* STYLES ADDED BY DEV 
================================= */


input 
{
    padding: 2px 3px;
}

.clickable {
	cursor:pointer;
}

.clickablemargins {
	cursor:pointer;
	display:inline;
	margin-left: 5px;
	margin-right: 5px;
}

table.datagrid td.withlinks a:link , table.datagrid td.withlinks a:visited
{
	color: #3770d4;
	text-decoration: underline;
}

table.datagrid td.withlinks a:hover {
	color: #074094;
}

.silverbutton 
{
	margin: 2px 2px 2px 2px;
	border: solid 1px red;
	display:table;
	_display: inline;
	cursor:pointer;
	float:left;
}

.silverbutton ul
{
	border: solid 1px black;
	white-space:nowrap;
	list-style-type:none;
	padding: 0;
	margin: 0;
	display:table-row;
	_display: inline;
	_float:left;
}

.silverbutton .button-left 
{
	border: solid 1px blue;
	width: 20px;
	margin: 0;
	padding: 0;
	display:table-cell;
	_display:inline;
	_float:left;
}

.silverbutton .button-center
{
	border: solid 1px orange;
	margin: 0;
	padding: 0;
	display:table-cell;
	_display:inline;
	_float:left;
}

.silverbutton .button-right
{
	border: solid 1px green;
	width: 20px;
	margin: 0;
	padding: 0;
	display:table-cell;
	_display:inline;
	_float:left;
}

.expiringDomainsList 
{
	height: 75px;
	display:block;
	overflow:auto;
}

.dropDown
{
	padding: 2px 25px 2px 5px;
	font-size: 125%;
	color: #3770d4;
	border-right: solid 1px #3770d4;
	border-top: solid 1px #3770d4;
	display:inline;
}

.dropDownPanel
{
	background: #fff;
	border: solid 1px #e14800;
	display:inline;
}
.dropDownPanel a
{
	font-size:125%;
	padding: 0 2px;
	text-decoration:none;
}
.dropDownPanel a:hover
{
	font-size:125%;
	background: #074094;
	color: white;
}
.whoisDisplay, .whoisDisplayNoScroll
{
	width:100%;
	height:300px;
	overflow:auto;
}

.whoisDisplayNoScroll
{
	height: auto;
	overflow:visible;	
}