/* CORE CSS 20040217 */

/* BODY */

body
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* Base font family for most elements */
    font-size: 0.8em; /* Base size for all elements; other size definitions relates to this */
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

/* HEADERS */

h1, h2, h3
{
	color: #003399;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-weight: normal;
	line-height:130%;
}

h1
{
	font-size: 25px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	line-height:100%;
}

h2
{
	margin: 45px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	font-size: 21px;
	/*border-bottom: 1px dotted #666666;*/
}

h3
{
	margin: 5px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
	font-size: 17px;	
	/*border-bottom: 1px dotted #666666;*/
}

h4, h5, h6
{ 
	font-family: "Verdana", "Arial", sans-serif;
	line-height: 130%;
}

h4
{
	color: #666666;
	font-weight: normal;
	font-size: 13px;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 6px 0px;	
}

h5
{
	color: #666666;
	font-weight: normal;
	font-size: 13px;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 6px 0px;	
}

h6
{
	color: #669966;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 130%;
}


/* PARAGRAPHS */

p
{
    margin: 0.5em 0 0.5em 0;
   /* line-height: 1.25em;  This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
	font-size: 13px;
	line-height: 130%;
}

p a
{
	text-decoration: none;
}

/* LINKS */

a
{
    color: #336699;
    text-decoration: none;
}

a:hover, div#maincontent div.attribute-tipafriend p a:hover, div#maincontent div.attribute-pdf p a:hover
{
	color: #CC3333;
	text-decoration: underline;
    cursor: pointer;
}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre
{
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    margin: 1em 0 1em 0;
    padding: 0.2em;
}

/* TABLES */

table
{ 
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most others, but does no harm */
    margin: 0;
    padding: 0;
}

th, td
{
    padding: 0;
}

table.list
{
    width: 100%;
    margin: 1em 0 1em 0;
}

table.list th, table.list td
{
    padding: 0.25em 0.5em 0.25em 0.5em;
    text-align: left;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    background-color: #f0f0f0;
}

table.list td
{
    font-weight: normal;
}

tr.bglight
{
    background-color: #fcfcfc;
}

tr.bgdark
{
    background-color: #f8f8f8;
}

/* ORDERED AND UNORDERED LISTS */

ul, ol
{
/*    padding: 0;*/
/*    margin: 0.75em 0 1em 2.5em;*/
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

ul, ul ul
{
    list-style-type: disc;
}

li
{
    margin: 0 0 0.3em 0;
    padding: 0;
    line-height: 1.25em;
}

/* DEFINITION LISTS */

dl
{
    padding: 0em;
    margin: 0.25em 0 0.25em 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}

/* FORM ELEMENTS */

form
{
    padding: 0em;
    margin: 0em;
}

label
{
    padding-right: 0.5em;
    /*display: block;*/
    white-space: nowrap;

	color: #003399;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

label a
{
	color: #669966;
}

input.halfbox2, select.critheria
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 10px; /* Needs to be specified for IE */
}

textarea
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 12px; /* Needs to be specified for IE */
}

input.box, textarea.box
{
    width: 98%;
}

input.halfbox, textarea.halfbox
{
    width: 47%;
}

select.critheria
{
	width: 130px;
}

input.halfbox2
{
    width: 125px;
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

input.button
{
    font-weight: normal;
    margin: 1em 1em 0 0;
}

input.button-default
{
    font-weight: bold;
}

/* PAGE DIVIDERS */

div.block /* Use this style around groups of objects which are connected in some way */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.block div.element, div.buttonblock div.element /* Use this style if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
    float: left;
}

div.block div.left
{
    width: 48%;
    text-align: left;
    float: left;
    clear: left;
}

div.block div.right
{
    width: 48%;
    text-align: right;
    float: right;
    clear: right;
}

div.break /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
}

/* MESSAGES TO THE USER */

div.message-feedback, div.message-warning, div.message-error, div.warning, div.feedback
{
   /*padding: 0.1em 0.5em 0.5em 1em;*/
	padding: 1em 1em 1em 1em;
	margin-bottom: 15px;
	color: #003399;
}


div#search-publications div.warning, div#search-publications div.feedback
{
	width: 60%;
	float: left;
	display: inline;
		padding: 1em 1em 1em 1em;
	margin-bottom: 15px;
	color: #003399;
	
}


div#maincontent div.message-warning h2, div#maincontent div.message-error h2, div#maincontent div.warning h2,
div.message-warning p, div.message-error p, div.warning p
{
	/*color: #ffffff;*/
	color: #336699;
	padding: 0;
	margin: 0;
}

div.message-feedback, div.feedback
{
	 border: 1px solid #dddddd;
}

div.feedback p, div.feedback h2
{
	 margin: 0;
	 padding: 0;
}

div.message-warning, div.warning
{
    /*background-color: #CC3333;*/
	 /*background-color: #fffff;*/
	 background-image: url(../images/warning_bg.gif);
	 border: 1px solid #cc3333; 
}

div.message-error
{
    background-color: #CC3333;
}

/* PAGE NAVIGATION */

div.pagenavigator
{
    text-align: center;    
}

div.pagenavigator span.previous
{
    float: left;
}

div.pagenavigator span.next
{
    float: right;
}

/* MISC STYLES */

.small
{
    font-size: 85%;
}

.hide
{
    display: none;
}


div.imageleft, div.imageright, div.faxtboxleft, div.faxtboxright, div.leftobject, div.rightobject
{
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: inline;
}

div.imagecenter, div.factboxcenter, div.centerobject
{
    width: 100%;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: block;
}

div.imagecenter
{
    text-align: center;
}

div.factboxcenter
{
    text-align: left;
}

div.imageleft, div.factboxleft, div.leftobject
{
    float: left;
    padding-right: 0.5em;
}

div.imageright, div.factboxright, div.rightobject
{
    float: right;
    padding-right: 0.5em;
}

div.faxtboxleft, div.faxtboxright
{
    background-color: #f0f0f0;
}

div.imageleft p.picturetext, div.imageright p.picturetext, div.imagecenter p.picturetext, p.factbox
{
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

div.imageleft p.picturetext, div.imageright p.picturetext, span.picturetext, p.factbox
{
    background-color: #f0f0f0;
}

/* Misc */

span.spamfilter
{
     display: none;
}

