/* Global */
@media screen {

html {
	font-size: 100%;
}
body {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #626869;
}

img { border: none; }

input { border: none; }

a:link,
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	margin-bottom: 0.3em;
	color:#FFFFFF;
}
h1 {font: bold 18px/100% Arial, Helvetica, sans-serif; background:none; }
h2 {font: bold 16px/115% Arial, Helvetica, sans-serif; background:none; }
h3 {font: bold 13px/100% Arial, Helvetica, sans-serif; background:none; }
h4 {font: bold 12px/100% Arial, Helvetica, sans-serif; text-align:left; background:none; margin-bottom: 3px; line-height: 17px; }

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input.field_file {
	border: solid 1px;
	border-color: #d0cfd0;
	background: #ffffff;
	padding: 2px 3px;
}
input[type="checkbox"] {
	margin: 4px 4px 0 0;
	*margin: 0 2px 0 -3px;
}
* html input.checkbox,
* html span.checkbox input,
* html .checkbox_wrapper,
* html .checkbox_wrapper input {
	margin: 0 2px 0 -3px;
}
span.checkbox {
	overflow: hidden;
}/*
span.checkbox input {
	display: block;
	float: left;
}
span.checkbox label {
	display: block;
	_float: left;
	text-align: left;
	padding-top: 1px;
	letter-spacing: normal;
	padding-right: 4px;
	overflow: auto;
}*/

table
{
	border:none;
	margin:0px;
	padding:0px;
}
	
table.checkbox {
	padding: 0px;
	margin: 0px;
}
table.checkbox td {
	background: transparent;
	padding: 0px;
	border-width: 0px;
}
span.radio label {
	margin-right: 10px;
}
input.textbox, .textbox {
	border: 0;
	background: #ffffff;
	padding: 4px;
}
select, textarea {
	background: #ffffff;
}
select {
	border-width: 0px;
	border-color: #d0cfd0;
	padding: 1px;
}

.button
{
	background-color: #6a0505;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	border: 0px;
	padding: 0px 8px 0px 8px;
	text-transform: uppercase;
	margin-top: 10px;
}
.button:hover
{
	background-color: #8c0707;
}

p { margin: 0 0 1em 0; clear: both; }
p:last-child { margin-bottom: 0; }
p { margin-bottom: expression(this.nextSibling==null ? '0' : ''); }

/* Generic */
.divider,
.divider-1 {
	clear: both;
	display: block;
	height: 2px;
	margin-bottom: 2px;
	border-bottom: solid 1px #e6e6e6;
	font-size: 0px;
	line-height: 1px;
	letter-spacing: 0px;
}
.divider-1 { border-bottom: solid 1px #aaaaaa; }

.hide { display: none; }
.float-l { float: left; }
.float-r { float: right; }
.clear { clear: both; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }
.ol li { list-style-type: decimal; }
.ul li { list-style-type: disc; }

.ul_align, .ol_align { margin: 0; padding-left: 1.3em; }
.ul_align li, .ol_align li { }

.inline { display: inline; }

.align-l { text-align: left; }
.align-r { text-align: right; }
.align-c { text-align: center; }

.valign-t { vertical-align: top; }
.valign-m { vertical-align: middle; }
.valign-b { vertical-align: bottom; }

.text_sm-1 { font-size: 0.95em; }
.text_sm-2 { font-size: 0.9em; }
.text_sm-3 { font-size: 0.85em; }
.text_sm-4 { font-size: 0.8em; }
.text_sm-5 { font-size: 0.75em; }
.text_sm-6 { font-size: 0.7em; }
.text_sm-7 { font-size: 0.65em; }
.text_sm-8 { font-size: 0.6em; }
.text_sm-9 { font-size: 0.55em; }
.text_sm-10 { font-size: 0.5em; }

.text_bg-1 { font-size: 1.05em; }
.text_bg-2 { font-size: 1.1em; }
.text_bg-3 { font-size: 1.15em; }
.text_bg-4 { font-size: 1.2em; }
.text_bg-5 { font-size: 1.25em; }
.text_bg-6 { font-size: 1.3em; }
.text_bg-7 { font-size: 1.35em; }
.text_bg-8 { font-size: 1.4em; }
.text_bg-9 { font-size: 1.45em; }
.text_bg-10 { font-size: 1.5em; }

.lpad { padding: 30px; }
.lpad-l { padding-left: 30px; }
.lpad-r { padding-right: 30px; }
.lpad-t { padding-top: 30px; }
.lpad-b { padding-bottom: 30px; }

.pad { padding: 10px; }
.pad-l { padding-left: 10px; }
.pad-r { padding-right: 10px; }
.pad-t { padding-top: 10px; }
.pad-b { padding-bottom: 10px; }

.spad { padding: 5px; }
.spad-l { padding-left: 5px; }
.spad-r { padding-right: 5px; }
.spad-t { padding-top: 5px; }
.spad-b { padding-bottom: 5px; }	

.pad-none { padding: 0; }

.lmar { margin: 20px; }
.lmar-l { margin-left: 20px; }
.lmar-r { margin-right: 20px; }
.lmar-t { margin-top: 20px; }
.lmar-b { margin-bottom: 20px; }

.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; }	

.mar-none { margin: 0; }

.red { color: #cc0000; }
.caps {text-transform: uppercase; }
.smaller_font_1 {
	font-size: 0.9em;
	line-height: normal;
}
.smaller_font_2 {
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
.smaller_font_3 { font-size: 0.6em; }
.highlight-1 { color: #dd1a21; }
.highlight { color: #fc6868 !important; }
.bold { font-weight: bold; }

.popup_header {
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 10px;
}
.popup_content {
	font-size: 11px;
}

/* Hint Fields */
.hint {
	width: 200px;
	display: none;
	position: absolute;
	margin-top: -8px;
	margin-left: 10px;
	border: 1px solid #cc9933;
	padding: 10px 12px;
	background: #ffffcc url(../../Images/Global/hint_pointer_right.gif) no-repeat -10px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	white-space: normal;
	z-index: 1000;
}
.hint .hint_pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(../../Images/Global/hint_pointer_right.gif) left top no-repeat;
}

.hint_offset {
	width: 200px;
	display: none;
	position: absolute;
	border: 1px solid #cc9933;
	padding: 10px 12px;
	background: #ffffcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	white-space: normal;
	z-index: 1000;
}
.hint_offset .hint_pointer {
	position: absolute;
	width: 19px;
	height: 10px;
	background: url(../../Images/Global/hint_pointer_top.gif) left top no-repeat;
}

/* Style for i-frame fix (hover overlapping) */
#hint_mask {
	position: absolute;
	z-index: 10;
	display: none;
	border: 0px;
}

/*Forms*/
/*
.textFieldDisabled,
.textField
{
	background: url(Images/Form/textfield_bg.gif) no-repeat;
	height: 27px;
	padding-top: 14px;
	padding-left: 14px;
	float: left;
}
.textField select {
	margin-top: -3px;
	background-color: transparent;
	*background-color: #eeeeee !important;
	font-size: 12px;
	border: 0;
}
.textField select option {
	background-color: #eeeeee !important;
}
.textField input
{
	border: 0px;
	background-color: transparent !important;
	margin-top: -3px;
}
.textField .disable {
	font:bold italic 14px/100% Arial, Helvetica, sans-serif;
	color: #777777;
}

.textFieldEnd
{
	background-image: url(Images/Form/textfield_right.gif);
	background-repeat: no-repeat;
	height: 40px;
	display: block;
	float: left;
	width: 14px;
}

.boxGradient
{
	background-image: url(Images/Form/box_bg.gif);
	background-repeat: no-repeat;
	height: 94px;
	padding-top: 14px;
	padding-left: 14px;
	float: left;
}

.boxGradientEnd
{
	background-image: url(Images/Form/box_right.gif);
	background-repeat: no-repeat;
	height: 94px;
	display: block;
	float: left;
	width: 14px;
}	*/


#cotentContainer
{
	text-align: left;
}

#keypadInput
{
	width: 190px;
}

#keypadInput td
{
	width: 14px;
}

/*
#UserUI .textField
{
	width: 150px;
}

#UserUI .smallField
{
	width: auto;
}	

#UserUI .Submit
{
	margin-top: 10px;
	text-align: right;
}
*/

.clean
{
	font-style: normal !important;
	margin: 0px;
	padding: 0px;
}

.field_error_msg {
	background: url(Images/Form/field_error_msg_bg.gif);
	height: 15px;
	line-height: 15px;
	border-right: solid 1px #cc9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	padding: 0 4px 0 7px;
	margin-left: 2px;
	display: inline;
	position: absolute;
	z-index: 100000;
	pngfixkeeppos: true;
	white-space: nowrap;
	text-transform: none;
}

}
