/* Start of CMSMS style sheet 'tsf_reset' */
/*
CSS Resetting Again
by Eric Meyer
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Clearfix class definition */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {display: inline-block; margin-bottom: 10px;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

/* Ignore strong style changes (in default css) for these contexts:
    language selector, footer's countries, image legend, progression percent,
    "more" links an other links in human resources and donate pages.
 */
a#currentlanguage strong, ul#chooselanguage strong,
ul#countries strong, div.imgright strong, div.imgleft strong,
strong.big, a.butmore strong, ul.menu strong,
div.butdonate strong
 {background: transparent; }


a[href ^="uploads/documents/"] {
 background: url(uploads/images/icon/file_icon.gif) center right no-repeat;
 padding-right: 18px;
}

a[href ^="http://"] {
 background: url(uploads/images/icon/external.png) center right no-repeat;
 padding-right: 13px;
}

a[href ^="https://"] {
 background: url(uploads/images/icon/lock_icon.gif) center right no-repeat;
 padding-right: 16px;
}

a[href ^="mailto:"] {
	background: url(uploads/images/icon/mail_icon.gif) center right no-repeat;
	padding-right: 18px;
}

a[href ^="news://"] {
	background: url(uploads/images/icon/news_icon.png) center right no-repeat;
	padding-right: 18px;
}

a[href ^="ftp://"] {
	background: url(uploads/images/icon/file_icon.gif) center right no-repeat;
	padding-right: 18px;
}

/* End of 'tsf_reset' */

