html,body,h1,h2,h3,h4,h5,h6,div,p,ul,li {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	min-width: 1000px;
	background: #333;
	font: 15px arial,sans-serif;
	color: #595959;
	text-decoration: none;
}

/* HEADINGS */
h1,h2 {
	font-family: georgia, Georgia, serif;
	font-weight: bold;	
}

h1 {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 3em;
	line-height: 1em;
	padding: 5px 0 5px 35px;
}

h1.alt {
	background-color: transparent;
	border-bottom: 2px solid #595959;
	color: #333;
	font-size: 2em;
	font-weight: normal;
	padding: 0 0 4px;
	margin: 12px 0;
}

h2 {
	padding: 16px 0 6px;
	color: #596aa1;
	font-size: 1.6em;
	line-height: 1.2em;
}

h3 {
	color: #DD4118;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 2px;
	margin-top: 16px;
}

table h3 {
	color: #DD4118;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 2px;
	margin-top: 16px;
}

.first {
	margin-top: 0;
	padding-top: 0;
}

h3.first {
	margin-top: 0;
}

h4 {
	color: #DD4118;
	margin: 8px 0;
	padding-left: 12px;
	background: transparent url(/images/arrow_medium_right.gif) no-repeat 0 3px;
	cursor: pointer;
}

h4.active {
	background-image: url(/images/arrow_medium_down.gif);
	margin-bottom: 0;
}

/* TEXT */
p,ul,ol {
	color: #595959;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

label {
	color: #595959;
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 3px;
}

.bluelinks a {
	color: #596AA1;
}

/* LISTS */
.withSpacing li {
	margin-bottom: 1em;	
}

ul {
	list-style-type: none;
}

ul.plus {
	list-style-image: url(/images/positive.gif);
}

ul.greenBullets {
	list-style-image: url(/images/icons/bullet-green.png);
	padding-left: 20px;
}

li.divider {
	border-style: none;
	border-top-style: dotted;
	border-top-width: 1px;
	margin: 4px 0;
}

div.caption {
	margin-left: 12px;
	font: normal 10px/ 12px arial, helvetica, sans-serif;
	margin-bottom: 10px;
}

table.nogrid {
	border-collapse: collapse;
}

table.nogrid tr {
	padding: 0;
}

/**
 * Custom Styles
 */
.dark_red {
	color: #550000;
}

.red {
	color: #FF0000;
}

.light_red {
	color: #dd4118;
}

.dark_orange {
	color: #fd3410;
}

.orange {
	color: #f88c00;
}

.green {
	color: #669933;
}

.blue {
	color: #596aa1;
}

.blueComplement {
	color: #996633;
}

.grey {
	color: #555555;
}

.light_grey {
	color: #777777;
}

.ultra_light_grey {
	color: #EEEEEE;
}

.black {
	color: #000000;
}

.bold {
	font-weight: bold;
}

.greyout {
	color: #888888;
	font-weight: normal;
}

.double_dotted {
	border-bottom: 1px dotted;
	border-top: 1px dotted;
}

/* LINKS */
a,#fbConnect a {
	color: #DD4118;
	text-decoration: underline;
}

a:hover,#fbConnect a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

a.small {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}

a.light {
	text-decoration: none;
	border-bottom: 1px dotted;
}

a.button {
	font: 18px/30px georgia, Georgia, serif;
	display: block;
	background: url(/images/gradient-btn.gif) repeat-x;
	height: 30px;
	padding: 0 19px;
	color: #fff;
	float: right;
}

a.button:hover {
	text-decoration: none;
}

.highlight,.hoverable:hover {
	background-color: #ffff99 !important;
	color: #595959 !important;
}

/* link as button (e.g. contact provider) */
a .button_green {
	border: 3px solid #669933;
	background-color:#669933;
	color: #FFFFFF;
	padding: 4px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

a .button_green:hover {
	border: 3px solid #333333;
	background-color: #FFFFFF;
	color: #669933;
}

/* ERRORS & NOTICES */
.errorText {
	color: #555555;
	color: #dd4118;
	padding: 3px;
	font-weight: bold;
}

/* IMAGES */
img {
	border-style: none;
	text-align: center;
}

.icon {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0;
}

h3.icon {
	background-position: 0 2px;
}

.iconSmall {
	padding-left: 14px;
	background-position: -2px 1px;
	background-repeat: no-repeat;
}

.exclamationRed {
	background-image: url(/images/icons/exclamation-red.png);
}

.tickCircle {
	background-image: url(/images/icons/tick-circle.png);
}

.exclamationRedSmall {
	background-image: url(/images/icons/exclamation-small-red.png);
}

.tickCircleSmall {
	background-image: url(/images/icons/tick-small-circle.png);
}

/* BULLETS */
.bullet {
	list-style-image: url(/images/icon_small.png);
	padding-left: 14px;
}

.bullet {
	padding-top: 5px;
}

/* BREADCRUMB LINKS */

/* breadcrumb default (small)s */
.breadcrumb {
	display: inline;
	margin-left: 15px;
	white-space: nowrap;
	font-size: 11px;
}

.breadcrumb img.flag {
	margin: -14px 0 0;
	float: left;
}

.tileSample .breadcrumb img.flag {
	margin-top: -13px;
} 

.breadcrumb li { /* has a seperator img */
	background: url(../images/sep1.gif) no-repeat 0 3px;
	display: inline;
	padding: 0 4px 0 5px;
}

/* medium breadcrumb */
.breadcrumb_medium {
	font-size: 16px;
	display: inline;
	margin-left: 20px;
	white-space: nowrap;
}

.breadcrumb_medium img.flag {
	margin: -24px 0 0;
	float: left;
}

.breadcrumb_medium li { /* has a seperator img */
	background: url(../images/sep1.gif) no-repeat 0 5px;
	display: inline;
	padding: 0 6px 0 8px;
}

/* big breadcrumb */
.breadcrumb_big {
	display: inline;
	margin-left: 26px;
	white-space: nowrap;
	font-size: 22px;
}

.breadcrumb_big img.flag {
	margin: -32px 0 0;
	float: left;
}

.breadcrumb_big li { /* has a seperator img */
	background: url(../images/sep1.gif) no-repeat 0 7px;
	display: inline;
	padding: 0 8px 0 10px;
}

/* common breadcrumb */
.breadcrumb li:first-child, .breadcrumb_medium li:first-child, .breadcrumb_big li:first-child {
	/* prevents first seperator img from appearing on first child */
	background: none;
}

.breadcrumb li a {
	color: #867c6f;
	text-decoration: underline;
	font-weight: normal;
}

.breadcrumb li a:hover {
	text-decoration: none;
}

/* PAGING COMPONENTS */
ul.pager {
	float: right;
	margin-top: -36px;
	font-size: 14px;
}

#reportData ul.pager {
	float: left;
}

ul.pager li {
	display: inline;
	margin: 0 1px;
}

.pager a {
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
	color: #777777;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

.pager a:hover {
	background-color: #dd4118;
	border-color: #555555;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.pager .active {
	border: 1px solid #555555;
	background-color: #8d0000;
	color: white;
	padding: 2px 5px;
	font-weight: bold;
}

.pager .disabled {
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
	color: #999999;
}

table.clean,.form table.clean {
	background: #FFF none;
	border: 0 none;
	padding: 0;
	font-size: 14px;
}

table.clean th,table.clean td {
	padding: 2px 6px;
	font-size: 14px;
}

table.clean th {
	border-bottom: 1px solid #BBB;
	border-spacing: 0;
	border-collapse: collapse;
	padding-bottom: 6px;
	margin-bottom: 4px;
}
