﻿/*

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

// remember to define focus styles!
:focus {
	outline: 0;
}

// remember to highlight inserts somehow!
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

// tables still need 'cellspacing="0"' in the markup
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*/

body 
{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size:62.5%;
}

.left
{
	float:left;
}

.right
{
	float:right
}

.cb
{
	clear:both;
}

.mainContainer
{
	width:100%;
}

.pageContent
{
	margin: 0 auto;
	width:770px;
}

.pageHeader
{
	background: url("../images/logo.gif") no-repeat 0 0;
	height:107px;
}

.logo
{
	padding: 20px 0 0 600px;
}

.login
{
	background-color: #E6E7E9;
	border: 2px solid #456BB6;
	margin: 40px auto;
	padding: 30px 80px;
	width:240px;
}

.search
{
	background-color: #E6E7E9;
	border: 2px solid #456BB6;
	margin: 40px auto;
	padding: 30px 80px;
	width:470px;
}

.textboxLabel
{
	padding-right:5px;
	width:73px;
}

.content
{
	padding: 0 0 0 40px;
}

.box
{
	border: 1px solid #456BB6;
	padding:5px;
	margin:5px;
	height:120px;
}