/* CREATIONAL */

/* CSS: Print Styles */

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%; text-align: center;
	color: #000; background: #FFF;
	}

html, body { height: 100%;}

a, a:link, a:visited, a:active { color: #1173AC; text-decoration: underline; }
a:hover { color: #E86925; text-decoration: none; }

img, a img { border: 0; }

ul { padding-left: 2em; padding-bottom: 1em; }
ol { padding-left: 1.8em; }
li { }

h1 { font-size: 1.2em; padding-bottom: 1em; }
h2 { font-size: 1.1em; padding-bottom: .5em; }
h3 { font-size: 1em; }
h4 { font-size: 1em; }

p { font-size: 1em; padding-bottom: 1em; }

.clear { clear: both; height: 0px; visibility:hidden; }

u { text-decoration: none; }


/* CONTAINER */

#container {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 780px;
	height: 100%;
	}


/* FORMS */

form { margin: 0; padding: 0; color: #000; }

fieldset { border: 0px none; margin: 0; padding: 0; }
fieldset legend { display: none; }
fieldset div { margin: 10px 0; }
fieldset br { display: none; }

fieldset input, fieldset textarea, fieldset select {
	width: 300px; padding: 2px; font-size: 11px;
	border: 1px solid #666; border-right: 1px solid #999; border-bottom: 1px solid #999;
	background: #FAFAFA; color: #000;
}
fieldset select { width:306px; }

fieldset label, fieldset div.cr p {
	margin: 0; padding-right: 10px; padding-top: 4px;
	display: block; float: left;
	width: 80px;
	text-align: right;
}
        
fieldset div.cr label {
	margin-left: 88px;
	text-align: left;
	width: auto;
	float: none;
}
fieldset div span { display: block; margin-left: 88px; padding-top: 4px; }
* html fieldset div span { margin-left: 91px; }

fieldset .removed { display: none !important;}
fieldset .mandatory { }

fieldset div.cr input { border: none; width: auto; margin-right: 5px;}
fieldset div.cr_label input { border: none; width: auto; }

fieldset.buttons { padding-top: 3em; clear:both; width:100%; }
* html fieldset .buttons { padding-top: 0; }
fieldset.buttons label { width: 60px; float: left; }
fieldset.buttons input { 
	width: 110px; font-weight: bold;
	border: 1px solid #999; border-right: 1px solid #666; border-bottom: 1px solid #666;
	background: #E5E5E5 url(../img/cl_button.gif) repeat-x; color: #000; margin-left: 20px; 
}
fieldset.buttons input.inactive { 
	border: 1px solid #DDD; border-right: 1px solid #999; border-bottom: 1px solid #999;
	background: #F2F2F2 url(../img/cl_button_inactive.gif) repeat-x; 
}

fieldset .badinput { color: #E2001A; }
fieldset input.badinput, fieldset select.badinput, fieldset textarea.badinput {
	background: #FFF2F4; color: #000;
	border: 1px solid #E2001A; border-right: 1px solid #E2717E; border-bottom: 1px solid #E2717E;
}

