﻿div#body div#content div#sidebar div#smallBox
{
	background-image: url('../images/smallBox.jpg');
	background-repeat: no-repeat;
	
	position: relative;
	z-index: 0;
	
	margin-left: 55px;
	margin-top: -15px;
	
	text-align: center;
	
	height: 155px;
	width: 220px;
}

	input[type="text"]
	{
		border: solid 1pt #1f84d5;
		
		font-size: 8pt;
	}
							
	div#body div#content div#sidebar div#smallBox table.centerVertical
	{
		vertical-align: middle;
		
		height: 155px;
		width: 220px;
	}

	div#body div#content div#sidebar div#smallBox div#smallBoxContent
	{
		margin: 0 0 0 0;
		padding: 0 5px 0 5px;
		
		height: 155px;
		width: 210px;
	}
	
		div#body div#content div#sidebar div#smallBox div#smallBoxContent h1
		{
			margin-bottom: 10px;
			
			font-family: Arial, sans-serif;
			font-size: 12pt;
			font-weight: bold;
			color: white;
			text-align: center;
		}
		
		div#body div#content div#sidebar div#smallBox div#smallBoxContent
		{
			height: auto;
			width: 210px;
			
			font-family: Verdana, Arial, sans-serif;
			font-size: 10pt;
			font-weight: normal;
			color: white;
		}
		
			div#body div#content div#sidebar div#smallBox div#smallBoxContent a:link,
			div#body div#content div#sidebar div#smallBox div#smallBoxContent a:visited
			{
				color: #f7941d;
				font-weight: bold;
				text-decoration: none;
			}
			
			div#body div#content div#sidebar div#smallBox div#smallBoxContent a:active,
			div#body div#content div#sidebar div#smallBox div#smallBoxContent a:hover
			{
				color: #f7941d;
				font-weight: bold;
				text-decoration: underline;
			}
		
			div#body div#content div#sidebar div#smallBox div#smallBoxContent table.contentTable tr
			{
				height: 30px;
				vertical-align: middle;
			}
		
			div#body div#content div#sidebar div#smallBox div#smallBoxContent table.contentTable .rowHeader
			{
				width: 50px;
			}
			
			div#body div#content div#sidebar div#smallBox div#smallBoxContent table.contentTable .rowCell
			{
				text-align: right;
				
				width: 130px;
			}