/* *** Begin Common *** */
body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
}

a {
	text-decoration: none;
	color: #4d4d4d;
}

a.email {
	color: #0066ff !important;
}

a:hover {
	text-decoration: underline;
}

ol, ul {
	list-style-type: none;
}


address span.address {
	font-style: normal;
}

em {
	font-style: normal;
}

hr {
	background-color: #cccccc;
	height: 1px;
	border: 0;
}

.clickable .row:hover {
	background-color: #ffffcc;
	cursor: pointer;
}

.required {
	color: #ff0000 !important;
}

.new {
	color: #ff0000 !important;
}

.active {}

.ucase {
	text-transform: uppercase
}

.lcase {
	text-transform: lowercase
}

.warning {
	color: #ffff00;
}

.disabled {
	background-color: #e5e5e5;
}

.hidden {
	display: none;
}

.visable {
	display: block;
}

.highlight {
	background-color: #ffffcc;
}

.code {
	padding: 4px;
	border: 1px solid #cccccc;
	color: #333333;
	background-color: #e5e5e5;
}

.col {
	float: left;
}

.row {
	float: left;
	width: 990px;
}

.icon {}

.icon-inline {
	vertical-align: middle;
}

/* *** End Common *** */
/* *** Begin Components *** */
#global {
	width: 990px;
	margin: 0 auto 0 auto;
}

#container {
	width: 990px;
	float: left;
}

#content {
	float: left;
}

#main {
	margin: 10px 0 0 0;
	float: left;
}

/* *** End Components *** */
/* *** Begin Forms *** */
form {}

form li {
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}

label, span.label {
	display: block;
	color: #666666;
	margin: 0 0 5px 0;
}

label span, span.label span {
	color: #999999;
}

select {
	border: 1px solid #cccccc;
	color: #000000;
}

input {
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

textarea {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 4px;
}

input[type="text"], input[type="password"] {
	padding: 4px;
}

.button {
	cursor: pointer;
	border: 0;
	background-image: url(/images/layout/button-submit.png);
	background-repeat: no-repeat;
	background-color: transparent !important; /* keep this */
	color: #1a1a1a;
}

.button + img.secure {
	margin: 0 0 -14px 8px !important;
}

.button-submit, .button-search {
	height: 30px;
	width: 80px;
}

.button:hover {
	background-position: 0 -30px;
	color: #ffffff;
}

input[type="submit"] {
	float: left;
	display: block;
}

input[type="checkbox"] {
	clear: both;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

input[type="radio"] {}

/* *** End Forms *** */
/* *** Begin Tables *** */
table {
	border: 1px solid #cccccc;
	border-collapse: separate;
	border-spacing: 0;
	color: #333333;
}

thead {
	text-align: left;
	background-color: #e5e5e5;
}

tr {
	font-weight: normal;
}

th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #4d4d4d;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}

td {
	padding: 2px 4px 2px 4px;
	border-right: 1px solid #e5e5e5;
	border-left: 0;
	border-bottom: 1px solid #e5e5e5;;
	border-top: 0;
}

th:last-child, td:last-child {
	border-right: 0;
}

tr.even {
	background-color: #f7f7f7;
}

tr.odd {
	background-color: #ffffff;
}

table em {
	font-weight: bold;
}
/* *** End Tables *** */
/* *** Begin Google *** */
.googlesearch {
	background-color: #ffffff;
	background-image: url(http://www.google.com/coop/images/google_custom_search_smwide.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

.nav .googlesearch {
	width: 124px;
	margin: 9px 0 0 10px;
	border: solid 1px #808080;
	height: 16px;
	padding: 2px;
}
/* *** End Google *** */

/* *** Begin COPYRIGHT *** */
#copyright {
	padding: 20px 0 10px 0;
	font-size: 1.2em;
	width: 990px;
	text-align: center;
	float: left;
}

#copyright a {
	color: #4d4d4d;
}

#copyright p {
	margin: 0 0 10px 0;
}

#copyright img.icon-inline {
	margin: 0 0 0 2px; /* fix spacing */
}

/* *** End Copyright *** */
/* *** Begin Boo *** */
.boo.messagebox {
	border: 1px solid #cccccc;
	background-color: #ffffcc;
	float: left;
	color: #1a1a1a;
	width: 988px;
}

#messagebox-error {
	margin:5px 0 5px 0;
}

#messagebox-success {
	margin: 5px 0 5px 0;
}

#messagebox-warning {
	margin: 5px 0 5px 0;
}

#messagebox-global {
	margin: 15px 0 15px 0;
}

.boo .messagebox-list {
	font-size: 1.3em;
	width: 890px;
	margin: 5px 0 0 0;
	float: left;
}

.boo .messagebox-close {
	font-size: 1em;
	margin: 5px 5px 0 0;
	float: right;
	color: #000000;
	text-decoration: none;
}

.boo .messagebox-close a {
	background-color: transparent;
	background-image: none;
}

.boo .messagebox-close a:hover {
	color: #1a1a1a;
}

.boo .messagebox-icon {
	width: 56px;
	float: left;
}

.boo .messagebox-icon img {
	margin: 4px;
}

.boo.messagebox ol {
	margin: 0 0 0 5px;
}

.boo.messagebox li {
	margin: 0 0 5px 0;
}
/* *** End Boo *** */