/*
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	line-height: 1.6em; 
}
img {
	border: none;
	vertical-align: top;
}
a:link,
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #00209f;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	color: #00209f;
	line-height: normal;
}
h1 { font-size: 2.4em; font-weight: normal; }
h2 { font-size: 2.1em; font-weight: normal; }
h3 { font-size: 1.7em; font-weight: normal; }
h4 { font-size: 1.35em; }
h5 { font-size: 1.1em; }
h6 { font-size: 0.85em; }
*/

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input.field_file {
	border: solid 1px;
	border-color: #cccccc;
	background: #ffffff;
	padding: 2px 3px;
}
input[type="checkbox"] {
	margin: 0 6px 0 0;
	*margin: 0 2px 0 -3px;
	padding: 0;
	vertical-align: top;
}
* html input.checkbox,
* html span.checkbox input,
* html .checkbox_wrapper,
* html .checkbox_wrapper input {
	margin: 0 2px 0 -3px;
}
table.checkbox {
	padding: 0px;
	margin: 0px;
}
table.checkbox td,
table.radio td {
	background: transparent;
	padding: 0 6px 2px 0;
	border-width: 0px;
}
span.radio label {
	margin-right: 10px;
}
input.textbox, .textbox {
	border: solid 1px #cccccc;
	border-color: #7c7c7c #dddddd #dddddd #7c7c7c;
	background: #ffffff;
	padding: 2px 3px;
}
select, textarea {
	background: #ffffff;
}
select {
	border: solid 1px #cccccc;
	border-color: #7c7c7c #dddddd #dddddd #7c7c7c;
	padding: 1px;
}

/*
p { margin: 1em 0 0 0; clear: both; }
p:first-child { margin-top: 0; }
p { margin-top: expression(this.previousSibling==null ? '0' : ''); }

th, td {
	border-color: #dadff1;
}
*/
/* Generic */
.hide { display: none; }
.float-l { float: left; }
.float-r { float: right; }
.clear { clear: both; height: 1px; overflow: hidden; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clean {
	margin: 0px; 
	padding: 0px;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.boxflowfix {
  overflow/**/: auto;
  /*_height: 1%;*/
  _zoom: 1;
  word-wrap: break-word;
}
@-moz-document url-prefix() { .boxflowfix { overflow: hidden; } }

.inline { display: inline; }

.pad { padding: 10px !important; }
.pad-l { padding-left: 10px !important; }
.pad-r { padding-right: 10px !important; }
.pad-t { padding-top: 10px !important; }
.pad-b { padding-bottom: 10px !important; }

.spad { padding: 5px !important; }
.spad-l { padding-left: 5px !important; }
.spad-r { padding-right: 5px !important; }
.spad-t { padding-top: 5px !important; }
.spad-b { padding-bottom: 5px !important; }	

.lpad { padding: 20px !important; }
.lpad-l { padding-left: 20px !important; }
.lpad-r { padding-right: 20px !important; }
.lpad-t { padding-top: 20px !important; }
.lpad-b { padding-bottom: 20px !important; }	

.pad-none { padding: 0 !important; }

.mar { margin: 10px; }
.mar-l { margin-left: 10px; }
.mar-r { margin-right: 10px; }
.mar-t { margin-top: 10px; }
.mar-b { margin-bottom: 10px; }

.smar { margin: 5px; }
.smar-l { margin-left: 5px; }
.smar-r { margin-right: 5px; }
.smar-t { margin-top: 5px; }
.smar-b { margin-bottom: 5px; }

.lmar { margin: 20px; }
.lmar-l { margin-left: 20px; }
.lmar-r { margin-right: 20px; }
.lmar-t { margin-top: 20px; }
.lmar-b { margin-bottom: 20px; }

.mar-none { margin: 0; }

.text-r { text-align: right; }
.text-l { text-align: left; }
.text-c { text-align: center; }
.caps { text-transform: uppercase; }
.bold { font-weight: bold; }

.text-sm-1 { font-size: 0.9em; }
.text-sm-2 { font-size: 0.8em; }
.text-sm-3 { font-size: 0.7em; }
.text-sm-4 { font-size: 0.6em; }
.text-sm-5 { font-size: 0.5em; }

.text-bg-1 { font-size: 1.1em; }
.text-bg-2 { font-size: 1.2em; }
.text-bg-3 { font-size: 1.3em; }
.text-bg-4 { font-size: 1.4em; }
.text-bg-5 { font-size: 1.5em; }

.highlight-1 { color: #00209f !important; }
.highlight-2 { color: #ef2f00 !important; }
.highlight-3 { color: #da032e !important; }
.highlight-4 { color: #000000 !important; }

.nowrap { white-space: nowrap; }

.divider {
	display: block;
	height: 1px;
	border-bottom: solid 1px #cccccc;
	padding: 0;
	margin: 6px 0 8px 0;
}

h1.page_title {
	font-size: 1.9em;
}

ul.list, ol.list { margin: 0.5em 0; }
ul.list li, ol.list li {
	margin: 0 0 0 1.5em;
	padding: 0;
	*margin-left: 2em;
}

ul.list_bone, ol.list_bone {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
ul.list_bone li, ol.list_bone li {
	margin: 0;
	padding: 0 0 0 40px;
	list-style: none;
	background: url(Images/Global/list_bone.png) no-repeat left top;
	line-height: 1.9em;
}
