/* page.css */

html {
    overflow: scroll;
}

body {
    background-color: #ffffff;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
    text-decoration: none;
}
    
a:hover {
    text-decoration: underline;
}

img {
	border-width: 0px;
}

p {
	/*text-indent: 40px;*/
    text-align: left;
}

img.float_left {
	padding: 5px;
	float: left;
}

img.float_right {
	padding: 5px;
	float: right;
}

div.message {
	padding: 10px;
	margin: 10px;
	color: #000000;
	background-color: #ffffcc;
	border: solid 1px #ffcc33;
}

div.error {
	padding: 10px;
	margin: 10px;
	color: #000000;
	background-color: #ffebe8;
	border: solid 1px #dd3c10;
}

/*  ----------------------------|     other    |----------------------------  */

table.standard {
	text-align: center;
	padding: 10px;
	width: 100%;
}
	
td.contact_left {
    font-weight: bold;
    text-align: right;
    width: 35%;
}

td.contact_right {
    text-align: left;
    width: 65%;
}

span.red {
	color: #ff0000;
}

div.hide {
	display: none;
}

div.clear {
	clear: both;
}

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  clear: both;
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
