﻿td {
    font-size: 12px;
    color: #333;
}


a:link {
    color: #034af3;
    text-decoration: none;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

.zero-input
{
    padding-bottom:5px;
}


.greyText
{
    color: #333; 
    font-size:12px; 
    font-family: helvetica,sans-serif, Verdana;
    margin-bottom:7px
}

.boldText
{
    font-size:13px; 
    font-family:helvetica,sans-serif, Verdana;
    margin-bottom:28px;

}

.foot
{
    color:#000; 
    font-size:12px; 
    font-family:Verdana, helvetica,sans-serif;
}

.errMsg
{
    color:Red; 
    font-size:12px; 
    font-family:Verdana, helvetica,sans-serif;
}

.text-input
{
    width:235px;
    font-size: 12px;
    color: #333;
     outline: none;
    border: 1px solid #dcdcdc;
    margin-top:2px;
}

.glass 
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	xxbackground-color:#ededed;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #dcdcdc;
	display:inline-block;
	padding:25px 25px;
	/*margin-left:auto;
	margin-right:auto;*/
	width:277px;
	z-index:-1;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

.select {
    font-size: 13px;
    height: 30px;
    padding: 5px;
    margin:5px;
}

.valignmid
{
    vertical-align:middle;
}

.greyBig
{
    color: #999; 
    font-size:16px; 
    font-family:Verdana, helvetica,sans-serif;
    width:100%; 
    text-align:center;
    margin-bottom:40px;
}

.textBottom
{
    color: #333; 
    font-size:12px; 
    font-family:Verdana, helvetica,sans-serif;
    width:100%; 
    text-align:center;
}

.clear_76 {
    clear: both;
    display: block;
    font-size: 0;
    height: 76px;
    line-height: 1px;
    overflow: hidden;
}

.clear_20 {
    clear: both;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 1px;
    overflow: hidden;
}

