/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table.event_list{
	border: 1px solid #A9A9A9 !important;
	width: 14cm;
	margin-top: 50px;
	margin-left: 1.5cm;
}
table.event_list td{
	border: 1px solid #A9A9A9 !important;
	padding: 4px;
}
table.event_list th{
	border: 1px solid #A9A9A9 !important;
	padding: 4px;
	background-color: #A9A9A9;
}
a img {
	border: none;
}


.cleaner {
	font-size: 1px;
	clear: both;
	height: 1px;
}

/* =Global Elements
-------------------------------------------------------------- */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	margin-bottom: 15px;
}
p.nomargin {
	margin: 0 !important;
}
p.s-margin {
	margin-bottom: 4px !important;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #02549E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #02549E;
}
a:hover {
	text-decoration: underline;
	color: #02549E;
}
a:active {
	text-decoration: none;
	color: #02549E;
}
#container {
	
}

#admin {
	display:none;
}


#head {
	display:none;
}


h1 {
	font-size: 18px;
	color: #4D4D4D;
	margin-bottom: 4px;
}
#util {
	display:none;
}

#content {
	
	
	font-size: 14px;
}



.details-pane-tweet {
	font-size: 15px;
	padding: 10px 0;
	position: relative;
	line-height: 17px;
	margin-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9A9A9;
}

.details-pane-tweet a {
	color: #0084B4;
}
.tweet-user-block-image {
	float: left;
	height: 32px;
	width: 32px;
	margin-right: 10px;
}
.tweet-screen-name {
	color: #333333 !important;
	font-weight: bold;
}
.tweet-user-block-name {
	line-height: 16px;
	margin-left: 40px;
	min-height: 36px;
	padding-top: 0;
}
.tweet-user-block-full-name {
	color: #999999;
	display: block;
	font-size: 12px;
	margin-top: 1px;
}
.user-profile-link {
	font-weight: bold;
}

.tweet-text-large {
	font-size: 19px;
	font-weight: normal;
	line-height: 25px;
	font-family: Georgia, Palatino, Helvetica Neue, Helvetica, Arial, sans-serif !important;
	padding: 8px 0 2px;
	margin-bottom: 8px;
}

.tweet-source {
	color: #999999;
	font-size: 11px;
}
span.at {
	display: inline-block;
	color: #73c3dc;
}

a.tweet-timestamp {
	color: #999;
	font-size: 11px;
}

#metadaten {
	text-align: right;
	margin-bottom: 12px;
	color: #A9A9A9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A9A9A9;
	height: 56px;
}
#metadaten td {
	color: #A9A9A9;
	padding: 2px 5px;
}
