
h1, h2, h3, h4, h5, h6, p, ul, li {
	font-size: 15px;
	margin: 0;
	padding: 0;
}

image {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #bbbbbb;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border: 1px solid #ff6c16;
	font-family: Verdana, Arial, sans-serif;
}

textarea {
	font-family: Verdana, Arial, sans-serif;
}

a {
	color: #224466;
    text-decoration: underline;
}
a:visited {
	color: #224466;
    text-decoration: underline;
}
a:hover {
	color: #dd5511;
    text-decoration: underline;
}

a.button {
	display: inline-block;
	color: black;
	text-decoration: none;
	text-align: center;
	border: 1px solid #999999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #EFEFEF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DFDFDF));
	cursor: pointer;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	height: 35px; 
	line-height: 35px;
}
a.button:active {
	background: #D7D7D7;
	background: -webkit-gradient(linear, left top, left bottom, from(#CFCFCF), to(#DFDFDF));
}
a.buttonHighlightBorder {
	border-color: #ff6c16;
}
a.buttonHighlight {
	background-color:#ff6c16;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffddaa), to(#ff6c16));
}
a.buttonHighlightLite {
	background-color:#ff6c16;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffeedd), to(#ffbb88));
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr td {
	vertical-align: top;
	font-size: 15px;
}

table.buttonTable {
	width: 100%;
}
table.buttonTable tr td {
	padding: 2px 4px 2px 2px;
	text-align: center;
}
table.buttonTable tr td a.button {
	width: 100%; 
}

div.loadingMessage {
	margin: 3px 6px 3px 6px; 
	font-weight: bold; 
	color: #bbbbbb;
}

a.menuLink {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ffffff;
	border-bottom: 1px solid #888888;
	text-decoration: none;
}
a.menuLink:hover {
	color: #ffeedd;
}

.errorText {
	font-size: 15px;
	font-weight: bold;
	color: #bb3333;
}

.modalHeader {
	color: #333333; 
	font-size: 15px; 
	font-weight: bold;
}
.modalBody {
	padding-top: 10px; 
	padding-bottom: 10px;
}
.modalButtons {
	padding-top: 10px; 
}
.modalFade { 
	display: none; 
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; 
	height: 100%;
	opacity: .60;
	z-index: 9999;
}
.modalBlock{
	display: none; 
	background: #fff;
	padding: 10px;
	border: 4px solid #ff9000;
	float: left;
	position: fixed;
	top: 50%; 
	left: 50%;
	margin: 0 auto;
	z-index: 99999;
	-webkit-box-shadow: 0em 0em 1em #000;
	-moz-box-shadow: 0em 0em 1em #000;
	box-shadow: 0em 0em 1em #000;
	-webkit-border-radius: .750em;
	-moz-border-radius: .750em;
	border-radius: .750em;
}
.modalBlockAttention{
	display: none; 
	background: #cccccc;
	padding: 10px;
	border: 4px solid #e0e0e0;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0em 0em 1em #000;
	-moz-box-shadow: 0em 0em 1em #000;
	box-shadow: 0em 0em 1em #000;
	-webkit-border-radius: .750em;
	-moz-border-radius: .750em;
	border-radius: .750em;
}
img.modalCloseButton {
	float: right;
	margin: -3.125em -2.875em 0 0;
	border: none;
}

*html .modalFade {
	position: absolute;
}
*html .modalBlock {
	position: absolute;
}
