﻿/* CSS RESET - MEYERWEB.COM */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*CSS*/
html, body {
    background: #b9b9b9 url(img/headback.gif) repeat-x;
    font-family: Calibri, Arial, Sans-Serif;
}
a, a:visited
{
    color: #15A83C;
    font-weight: bold;
    text-decoration: none;
}

.wrapper {
    width: 900px; 
    margin: 0 auto 20px; 
    padding-top: 10px;
}
.header {
    text-align: center; 
    height: 100px;
}
.content
{
    background: #fff; 
    padding: 20px 0 5px;
}
#silverlightControlHost
{
    margin: 0 20px;
}

.columnHolder
{
    overflow: hidden;
}
.column
{
    width: 280px;
    font-size: 14px; 
    margin: 0 0 0 20px;
    float: left;
}
.column h2 
{
    color: #1EAA38;
    font-size: 22px; 
    font-family: Georgia, Serif;
    margin-bottom: 14px;
}
.column h3 
{
    color: #1EAA38;
    font-size: 16px; 
    margin: 8px 0 3px;
}
.column p 
{
    margin: 2px 0;
}
.column ul
{
    list-style: url(/img/bullet.png);
    color: #1EAA38;
    padding-left: 24px;
    margin-top: 10px;
}
.column ul li
{
    color: #000;
    margin: 5px 0;
}
.column ul li strong
{
    font-weight: bold;
}
.column .list 
{
    margin-left: 60px; 
    display: block;
    overflow: hidden;
}
.column .list a
{
    display: block;
    float: left;
    border: solid 1px #ccc;
    padding: 1px 2px;
    margin: 1px;
    font-size: 12px;
}

.column em
{
    display: block;
    float: left;
    width: 60px;
    margin-top: 2px;
}
.column input.text,
.column textarea.text
{
    background-color: #B9B9B9;
    border: 0;
    color: #fff;
    font-weight: bold;
    width: 160px;
}
.column textarea.text 
{
    font-family: Sans-Serif;
    height: 60px;
    overflow: hidden;
}
.column .text.small { width: 20px; text-align: center; }
.column .text.big { width: 250px; }
.column .text.copypaste 
{
    font-size: 11px;
    font-weight: normal;
    padding: 2px 0;
}
.column input.checkbox
{
    background-color: #B9B9B9;
    border: 0;
    color: #fff;
}


.connectionSmall,
.connectionLarge
{
     width: 900px; 
     background-image: url(/img/connection.gif); 
     margin: 20px 0;
}
.connectionSmall
{
     height: 10px; 
     margin-bottom: 5px;
}
.connectionLarge
{
     height: 50px; 
}
.footer
{
    font-size: 12px; 
    padding: 0 20px; 
    text-align: center;
    font-weight: bold;
    color: #667;
}