@import url("boldcode.css");

* { line-height: normal; }

html, body {
min-height: 100%;
margin: 0;
padding: 0;
}
/* adjustment for IE5 */

body {
	font-size: 14px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 14px;
	}
html>body { /* be nice to Opera */
	font-size: 14px;
	}
/* End IE5 Adjust */
a, a:link {
	color: #FF0000;
	}
a:hover {
	color: #990000;
	}

hr {
	display: none;
}
.errorExplanation {
	}
	
p.note {
	background-color: #FFFFCC;
	padding: 0.5em;
	font-size: x-small;
}

.alert {
background-color:#FFFFCC;
background-image:url(../images/error.png);
background-position: .5em;
background-repeat:no-repeat;
border-color:#FFFF99;
border-style:solid;
border-width:1px 2px 2px 1px;
font-size:small;
padding:1em 1em 1em 2.5em;
}
.success {
background-color:#E1FFE1;
background-image:url(../images/accept.png);
background-position:.5em;
background-repeat:no-repeat;
border-color:#6EC461;
border-style:solid;
border-width:1px 2px 2px 1px;
font-size:small;
padding:1em 1em 1em 2.5em;
}
.errorExplanation, .error {
background-color:#FFCCCC;
background-image:url(../images/exclamation.png);
background-position:.5em;
background-repeat:no-repeat;
border-color:#ff7f00;
border-style:solid;
border-width:1px 2px 2px 1px;
font-size:small;
padding:1em 1em 1em 2.5em;
}
#errorExplanation h2 {
color:#990000;
font-size:medium;
margin:0px;
padding:0px;
}
#errorExplanation li {
background-image:url(../images/bullet_black.png);
background-position:left center;
background-repeat:no-repeat;
font-family:Arial,Helvetica,sans-serif;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding-left:20px;
}
a.rsslink {
	line-height: 16px;
	background-image: url(../images/feed.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;	
}
/* Global Form Elements */
fieldset div input, fieldset div textarea {
	width: 99%;
	padding: 2px;
	margin: 0 1% 0 0;
	font-size: medium;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	background: #ececec;
}
fieldset div input {
}
fieldset {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: both;
	padding: .5em;
	border: 1px solid #CCCCCC;
}
#asset_bar fieldset a, #asset_bar fieldset a:hover, #asset_bar fieldset a:visited {
	color: #333333;
}
legend {
	margin: 0em;
	padding: 0 .5em;
}
fieldset.portrait label {
color:#666666;
display:block;
float:none;
width:100%;
}
fieldset legend {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FF0000;
}
div.required label:after {
	content: " *"
}
div.required label {
	font-weight: bold;
}
/* End Global From Elements */

/* clearing
----------------------------------------------- */
.clearfix {
	clear: both;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
/* End Clearfix */

.pad {
	padding: 2.5em 1.5em 2.5em 1.5em;
	}
	

