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,
ul.fileboard li.separator span {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}

ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0 !important;
}

/* 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;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.middle {
	text-align: middle;
}

.normal {
	font-weight: normal !important;
}

.absmiddle {
	vertical-align: middle !important;
}

.hide {
	display: none !important;
}

.hidden {
	visibility: hidden !important;
}

.noback {
	background-image: none !important;
	background-color: transparent !important;
	
}

.nowrap {
	white-space: nowrap;
}

.nofloat {
	float: none !important;
}

/*content*/

input, textarea, select {
	font: 1em arial, sans-serif;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.fLeftExkl {
	float: left !important;
}

.fRightExkl {
	float: right !important;
}

h1 {
	color: #e87223;
	/*text-shadow: #f4b991 0px 0px 1px;*/
	font-weight: normal;
	font-size: 2.3em;
	padding: 6px 0px 20px 0px;
	margin-bottom: 0px;
	letter-spacing: -0.01em;
	line-height: 100%;
}


h2 {
	color: #e87223;
	/*text-shadow: #f4b991 0px 0px 1px;*/
	font-weight: normal;
	font-size: 1.6em;
	padding: 0px;
	margin-bottom: 15px;
	letter-spacing: 0.01em;
	line-height: 110%;
}

h3 {
	color: #e87223;
	/*text-shadow: #f4b991 0px 0px 1px;*/
	font-size: 1.4em;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 110%;
}

p {
	padding-bottom: 15px;
	text-align: left;
}

p.abstract {
	color: #898989;
	font-size: 1.2em;
}

a, a:visited {
	color: #e87223;
	text-decoration: underline;
}

a:hover {
	color: #e87223;
	text-decoration: none;
}

ul.list-simple {
	text-transform: uppercase;
	padding-bottom: 4px;
	padding-left: 10px;
}

ul.list-simple li {
	padding-bottom: 3px;
}

ul.list, .content-middle ul, #tinymce ul,
ol.list, .content-middle ol, #tinymce ol{
	padding-left: 0px;
	padding-bottom: 15px;
	line-height: 1.1em;
}

ul.list li, .content-middle ul li, #tinymce ul li, .fileboard li.separator li {
	background: url("/Resources/Images/page/li.gif") 0px 7px no-repeat !important;
	padding-left: 20px !important;
	padding-bottom: 3px !important;
	padding-top: 5px !important;
}

ul.list ul, .content-middle ul ul, #tinymce ul ul, .fileboard .separator ul {
	padding-bottom: 0px !important;
	padding-top: 5px !important;
}

ol li, #tinymce ol li {
	margin-left: 16px;
	padding-bottom: 5px;
}

table {
	border-bottom: 1px #84c2e3 solid;
	margin-bottom: 15px;
}

table th {
	background: #fff url("/Resources/Images/page/th_content_background.gif") bottom left repeat-x;
	color: #014c6c;
	/*text-shadow: #bed1d9 0px 0px 1px;*/
	padding: 8px 5px 5px 5px;
	border-top: 2px #004c6c solid;
	text-align: left;
	font-weight: bold;	
	vertical-align: top;
}

table th.th-decent {
	background: none;
	color: #252525;
	padding: 6px 5px 6px 5px;
	border-top: 1px #cccccc solid;
	font-weight: bold;
}

table td {
	padding: 6px 5px 6px 5px;
	border-top: 1px #cccccc solid;
	color: #707070;	
}

table tr.even td {
	background-color: #eaeaea;
}

table tr.even td.odd, table td.odd {
	background-color: #fff;
}


img.leftImage {
	padding: 10px;
	padding-left: 0px;
	padding-top: 0px;
	border: 0px #ededed solid;
	margin-right: 0px;
	margin-top: 5px;
	float: left;
}

img.rightImage {
	padding: 10px;
	padding-right: 0px;
	padding-top: 0px;
	border: 0px #ededed solid;
	margin-left: 0px;
	margin-top: 5px;
	float: right;
}

img.center {
	display: block;
	margin: auto;
	text-align: center;
}

img {
	padding: 0px;
	padding-bottom: 15px;
	border: 0px #ededed solid;
}

hr {
	height: 1px;
	color: #ccc;
	border-top: 1px #CCC solid;
}

/*social share buttons*/
.social-share a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}
.share-facebook {
    background: url('../Images/icons/share_facebook.png');
}
.share-twitter {
    background: url('../Images/icons/share_twitter.png');
}
.share-gplus {
    background: url('../Images/icons/share_gplus.png');
}

/*eo content*/


