/* The blogs call this file.  Please make sure any changes made here are also checked there */

* {margin:0; padding:0; border:0;}
body {font-family:arial, sans-serif; font-size:80%;background:#fff;color:#000;}

/* Font sizes only */
h1 {font-size:1.5em;} /* article headlines */
h2 {font-size:1.3em;} /* Maincol teaser headlines */
h3 {font-size:1.1em;} /* Teaser headlines, article crossheads, comment headlines */
h4 {font-size:2.5em;} /* Header Channel name */
h5, p, li {font-size:1em;} /* h5: navigation elements */
h6 {font-size:1.2em;} /* box headings */
small {font-size:0.85em;} /* copyright info, "advertisement" notifiers */
.infotext {font-size:0.85em;} /* Datelines */
label {font-size:1em;font-weight:bold;}

/* List styles */
ul {list-style:square inside;}
ul.markerlist, ul.notlist {list-style:none outside;}
ul.spacedlist li {margin-top:8px;}
ol {margin-left:30px;list-style-type: decimal;}
ul.markerlist li, .marker {padding-left:10px; background: url('/img/icon/icon_arrow.gif') no-repeat 0 5px;}

/* Basic font colors */
.highlight {color:#00759A;} 
.lowlight {color:#A7A7A7;} /* copyright/advertisement heading/comment dateline */
.separator {color:#717171; padding:0 5px;} /* Pipes on paginators */
.userhelp {color:#c00;} /* error messages and other info */
.userhelp a {color:#900;text-decoration:underline;}
.userhelp a:visited, .userhelp a:hover {color:#F00;}

a {text-decoration:none; color:#00759A;}
a:hover, a:visited {color:#34A3D1;}

.asterisk {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color:#CC0000;
}
span.asterisk {margin-left:3px;}

.bxbg {background-color:#f2f2f2;} /* standard box bg colour */

/* form styles */
/* background has to be important because otherwise IE will ignore it */
.textinput {
	padding:2px;
	background:#f2f2f2 !important;
	font-family: arial, sans-serif;
	border:1px solid #ccc;
	font-size:1em;
	}

textarea {
	padding:3px;
	border:1px solid #ccc;
	background:#f2f2f2;
	font-family: arial, sans-serif;
	font-size:1em;
	resize:none;
	}

.invertbutton {
	padding:2px 5px;
	border:1px solid #34A3D1;
	background:#fff;
	font-size:1em;
	font-weight:bold;
	color:#34A3D1;
}
.formbutton {
	padding:2px 5px;
	border:1px solid #34A3D1;
	background:#34A3D1;
	font-family: arial, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#fff;
}



/* html styles and hacks*/
.floatleft {float:left;}
.floatright {float:right;}
.block {display:block;}
.inline, form {display:inline;}
.centered {margin-left:auto; margin-right:auto; display:block;}
.centercopy  {text-align:center;}
/* to extend container div to height of floated boxes within */
.floatclear {width:100%; overflow:hidden;} /* width overcomes IE problems */
.floatclearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
