﻿
a img
{
    border: none;
}
/*
a:link
{
    color: #034af3;
}

a:visited
{
    color: #505abc;
}



h1, h2, h3, h4, h5, h6
{
    color: #696969;

    font-family: Arial, Helvetica, sans-serif;
}
h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font-size: 1.5em;
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

hr
{
	color: #ccc;
}

input[type="text"]
{
    border: 1px solid #CCC;
}

input[type="password"]
{
    border: 1px solid #CCC;
}

p
{
    margin: 0px;
}
*/

table
{
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: none;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    border: none;

}

textarea
{
    border: solid 1px #ccc;
    font-family: Verdana, Helvetica, sans-serif;
    vertical-align: top;
}

ul
{
    margin: 0px;
}

ul > li
{
	list-style: none;
	padding: 4px 0px;
}

ul.bulletList > li
{
	list-style: bullet;
	list-style-type: disc;
	padding: 1px 0px;	
}

.column
{
    float: left;
}

.imgLink
{
    cursor: pointer;
}

.link
{
    cursor: pointer;
    color: #034af3;
    text-decoration: underline;
}

.link:hover
{
    color: #1d60ff;
    text-decoration: none;
}

.spacer
{
    display: -moz-inline-block;
    display: inline-block;
    height: 1px;
    width: 1px;
}

.popupDialog
{
	display: none;
	border: solid 1px #000;
	background-color: #fff;
	padding: 5px;
}
.popupDialog .popupDialogTitle
{
	border: solid 1px #000;
	background-color: #ccc;
	color: #000;
	padding: 5px;
	font-size: 1.5em;
}
#simplemodal-overlay
{
	background-color: #000;
}

#lessThanZeroMessage
{
    padding: 5px 0px 5px 0px;
}
.popupDialog .numberValidationMessage {
    color: red;
    padding: 0px 0px 5px 0px;
}