html, body {
    height: 100%;
}

.likeParent {
	font: inherit;
	color: inherit;
	text-decoration: inherit;
}

a.likeParent,
a.likeParent:link,
a.likeParent:active,
a.likeParent:visited,
a.likeParent:hover 
{
	font: inherit;
	color: #000000;
	text-decoration: none;
}
div.allWrap {
	position: relative;
	width: 98%;
	margin: 5px;
}
div.flash{
	position: relative;
	overflow-y: auto;
	height: 260px;
	width: 75%;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}

div.pa_flash{
	position: relative;
	overflow-y: auto;
	width: 100%;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}

div.title 
{
	width: auto;
	/*background-color: #B5C4FF;*/
	background-color: #99BBE8;
	border-bottom: solid 1px #000000;
	padding: 2px;
	margin-bottom: 15px;

	font-family: Verdana;
	font-size: 14pt;
	color: #000000;
	text-decoration: none;

}
div.content 
{
	margin: 10px;
}

fieldset {
	margin: 5px;
}

legend 
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: Black;
}

fieldset.flash
{
	width: 375px;
	margin: 10px 0px 10px 0px;
	border-color: #D9E4FF;
}

.progressWrapper {
	overflow: hidden;
}
.progressContainer {
	margin: 0px;
	padding: 3px 3px 3px 18px;
	background: url('/images/small_clip.png') no-repeat 0 2px;
	
	overflow: hidden;
}
.red /* Error */
{
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
.green /* Current */ 
{
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
.blue /* Complete */
{
}

.progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 5px;
	background-color: blue;
	margin-top: 2px;
}
.progressBarComplete {
	background-color: green;
	visibility: hidden;
	float: left;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarInProgressHolder{
	width: 200px;
	float: left;
	margin: 5px 10px 0 0;
	background: #999;
	border: 1px solid #333;
}
.progressBarStatus {
	margin-top: 2px;
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
	float: left;
	margin-left: 10px;
}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover
{
	float: left;
	font-size: 0px;
	display: block;
	height: 19px;
	width: 19px;
	text-decoration: none;
	background-image: url(/images/remove.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

input[type=text].new_asset{
	width: 230px;
}

fieldset.new_asset{
	border-color: #666;
	width: 100px;
}
fieldset.new_asset legend{
	color: #666;
}

input[type=text].new_model{
	width: 230px;
}

fieldset.new_model{
	border-color: #666;
	width: 100px;
}
fieldset.new_model legend{
	color: #666;
}

input[type=text].new_type_model{
	width: 230px;
}

fieldset.new_type_model{
	border-color: #666;
	width: 100px;
}
fieldset.new_type_model legend{
	color: #666;
}

input[type=text].new_manu{
	width: 230px;
}

fieldset.new_manu{
	border-color: #666;
	width: 100px;
}
fieldset.new_m legend{
	color: #666;
}
input[type=text].update_asset{
	width: 230px;
}

fieldset.update_asset{
	border-color: #666;
	width: 100px;
}
fieldset.update_asset legend{
	color: #666;
}
input[type=text].new_attachment{
	width: 230px;
}

fieldset.new_attachmentt{
	border-color: #666;
	width: 100px;
}
fieldset.new_attachment legend{
	color: #666;
}
input[type=text].new_type_attachment{
	width: 230px;
}

fieldset.new_type_attachmentt{
	border-color: #666;
	width: 100px;
}
fieldset.new_type_attachment legend{
	color: #666;
}
.autocomplete{
	color: #999;
	font-size: 8pt;
}

#autocomletefloater ul li{
	list-style: none;
	padding: 1px 5px;
}
#autocomletefloater ul{
	padding: 0;
	margin: 0;
}
#autocomletefloater ul li:hover{
	background: #DEDEDE;
	color: FEFEFE;
	cursor: pointer;
}
