﻿select, input, textarea 
{
}

.button
{
    width: 100px;
}
.button:hover
{
}
.buttonSmall
{
    width: 50px;
}
.buttonSmall:hover
{
}

.right
{
    text-align: right;   
}
div.right
{
    float: right;
}

a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

/* Tooltip */
.pretty
{
    cursor: pointer;
}

#tooltip
{
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	opacity: 0.85;
}

#tooltip h3, #tooltip div
{
    margin: 0;
}

#tooltip.prettyDevelopment
{
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('/TelevisionX/Images/ToolTipShadow.png');
}
#tooltip.pretty 
{
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('/Images/ToolTipShadow.png');
}
#tooltip.prettyDevelopment .title,
#tooltip.pretty .title
{
	margin-bottom: 0.75em;
	width: 210px;
	font-weight: bold;
	text-align: center;
}
#tooltip.prettyDevelopment .body,
#tooltip.pretty .body
{
    width: 210px;
    text-align: left;
}