﻿body {
margin: 8px;
padding: 0px 0px 0px 0px;
/*text-align: center;*/
}

td, th 
{
    vertical-align: top;
}


th {
font-weight: bold;
}

div#container 
{
    text-align: left;
    padding: 0px 15px;
	padding-top: none;
    width: 949px;
    margin: auto;
}

div#header {
/*height: 50px;
padding-top: 60px;
padding-right: 20px;
margin: -15px -15px 0px -15px;*/
}

textarea 
{
    width: 100%;
}

/* StepMap Progress Indicator */
table.stepMap { width: 476px; margin: 0px -4px; margin-bottom: 10px; border-collapse: separate; border-spacing: 4px;}
table.stepMap td{ border-bottom: 6px solid #E4E4E4; font-size: 11px; padding-bottom: 4px; width: 10%;}
table.stepMap td.active{ border-bottom: 6px solid #79B036; font-weight: bold; }
table.stepMap td.previous{ border-bottom: 6px solid #AFD77D; }


/* Cleanly styled forms */

p.qLabel {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	color:#444444;
}

div.fieldFormat label.fieldItem
{
    display: block;
    font-weight: bold;
    float: left;
    width: 140px;
    text-align: right;
    padding-right: 10px;
    margin: 6px 8px 4px 0px;
}

div.fieldFormat label.req em
{
    color: red;
    font-style: normal;
}


div.fieldFormat div.fieldItem
{
    clear: both;
    margin-bottom: 10px;
}

div.fieldFormat span.val span
{
	color: #CC3333;
    font-weight: bold;
    background: url('../images/icons/exclamation.png') no-repeat;
    line-height: 19px;
	padding: 0px;
	padding-left: 20px;
	display: block;
	float: none;
	margin: 0px;

}

div.fieldFormat span.valLong
{
    margin-top: 0px;
    clear: both;
    margin-left: 158px;
}

div.fieldFormat span.val span.error
{
    color: #DDA028;
    background: url('../images/icons/error.png') no-repeat;
}

div.fieldFormat span.val span.success
{
    color: #529214;
    background: url('../images/icons/tick.png') no-repeat;
}

div.fieldFormat span
{
    float: left;
    margin: 4px 8px 4px 0px;
}

div.fieldFormat span.newRow 
{
    margin-left: 158px;
    clear: both;
}

div.fieldFormat select {
margin-top:6px;
}

div.fieldFormat span label
{
    clear: both;
    display: block;
    font-size: 10px;
    color: #777;
}
div.fieldFormat span.aspnet
{
margin: 4px 0px 0px 0px;
}

div.fieldFormat span.aspnet label 
{
        clear:  none;
    display: inline;
    font-size: 100%;
    color: #000000;
}

/* Shorthand for Standard Margins, Padding, Text-Align, Vertical Align */

.mbNormal, .mb { margin-bottom: 10px; }
.mtNormal, .mt { margin-top: 10px; }


.mbBig { margin-bottom: 20px; }
.mtBig { margin-top: 20px; }


.mbNone { margin-bottom: 0; }
.mtNone { margin-top: 0; }

.pbBig { padding-bottom: 20px; }
.ptBig { padding-top: 20px; }
.prBig { padding-right: 20px; }
.plBig { padding-left: 20px; }


.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }

.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }


.clear { clear: both; }

/* BUTTONS */

.buttons a, .buttons button, .buttons a.disabled:hover, .buttons button.disabled:hover{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    color:#898989;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.buttonsRight a {
    float:right;
    margin:0 0 0 7px;
}

/*
.buttons a.primary, .buttons button.primary
{
    background-color:#f0f0f0;
    border:1px solid #9a9a9a;
    border-top:1px solid #aaa;
    border-left:1px solid #aaa;
}
*/

.buttons a.disabled, .buttons button.disabled
{
    color: #CCC;
}

.buttons a.disabled:hover, .buttons button.disabled:hover
{
    color: #CCC;
}

.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.buttons button img.right, .buttons a img.right{
    margin:0 0 -3px 3px !important;
}

.buttons a img { display: none; }

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active, .buttons a:focus{
    border:1px solid #274B69;
	outline: none;
}

.buttons a.selected{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */
/*
button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
*/
/* NEGATIVE */
/*
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
*/
