@charset "utf-8";

/* General tags */
html, body { 
	margin: 0px; padding: 0px;
	background-color: #f4f4f4;
	overflow-x: hidden;
}

html, body, div {	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	color: #222;	
}

img, form, fieldset { border: none; }
form, filedset { margin: 0px; padding: 0px }
a { color: #ed1b24; text-decoration: none !important; cursor: pointer }
a:hover { color: #ed1b24; text-decoration: underline !important; cursor: pointer }

/* Forms and inputs */
select, select.combo,
input.text, input.button { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #4f4f4f
}
input.text { padding-left: 3px; padding-right: 3px; }
input.button { cursor: pointer;  }

/* Content elements */
.color-red { color: #cc0000 }
.bg-red { background-color:  #ed1b24 !important; color: #fff  !important}
.bg-red a, .bg-red a:hover { color: #fff !important} 
.bg-gray { background-color: #f4f4f4; color: #646464; }
.bg-gray-darker { background-color: #e7e7e7; color: #646464; }
.bg-black { background-color: #111; color: #fff; }

.bg-red a, .bg-red a:hover { color: #fff; text-decoration: underline; cursor: pointer } 

a div.nolink, a:hover div.nolink  { text-decoration: none !important}
.highlight-li a, .highlight-li a:hover  { text-decoration: none !important}


