/* =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: 30%;
	margin-top: 50px;
	margin-left: 100px;
}
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;
}

table.project_list{
	border: 1px solid #A9A9A9 !important;
	width: 100%;
}
table.project_list td{
	border: 1px solid #A9A9A9 !important;
	padding: 4px;
}
table.project_list thead{
	background-image: url(/bundles/publicomlektorat/images/bg_admin_bw.png);
}
table.project_list th{
	border: 1px solid #A9A9A9 !important;
	padding: 4px;
}
table.project_list td{
	text-align: center;
}

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 {
	height: 1500px;
	width: 1023px;
	border: 1px solid #A9A9A9;
}

#admin {
	background-image: url(/bundles/publicomlektorat/images/bg_admin_bw.png);
	height: 37px;
	padding-top: 13px;
}

#admin ul li {
	float: left;
	margin-left: 20px;
}

#admin a {
	color: #02549E;
	background-color: #f5f5f5;
	line-height: 16px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #A9A9A9;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-box-shadow: 2px 2px 4px #333;
	-webkit-box-shadow: 2px 2px 4px #333;
	display: block;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#admin a:hover {
	color: #02549E;
	background-color: #F1F9FD;
	text-decoration: none;
}

#head {
	height: 230px;
	background-image: url(/bundles/publicomlektorat/images/bg_head.png);
	border-bottom: 1px solid #A9A9A9;
}

#logo{
	text-align: right;
	top: -14px;
	position: relative;
	width: 200px;
	float: right;
}

#selection {
	padding: 20px;
	float: left;
	height: 190px;
	width: 620px;
	border-right: 1px solid #A9A9A9;
}

#rating {
	padding: 20px;
	float: left;
	height: 190px;
	width: 322px;
	background-image: url(/bundles/publicomlektorat/images/bg_admin_rating.png);
}

input[type="text"],
input[type="select"],
input[type="search"],
input[type="password"],
textarea{
	border: 1px solid #A9A9A9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-appearance: textfield;
	padding: 2px 10px;
	margin-right: 20px;
	/*font-size: 14px;*/
}
#content input[type="submit"],
#content input[type="button"],
a.button{
	color: #555;
	font-size: 12px !important;
}
.inputL {
	font-size: 18px;
	font-weight: bold;
	color: #999;
	border: 1px solid #A9A9A9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px 10px;
	margin-right: 20px;
}
.inputXL{
	width: 300px;
}
.inputXS {
	width: 20px;
}

.inputS {
	width: 40px;
}

.inputM {
	width: 40px;
}
.inputML{
	width: 90px;
}

.labelL {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

#selectID {
	width: 120px;
}

#selectEreignis {
	width: 70px;
}

#conversation_eventCode {
	width: 70px;
}

#title {
	width: 100px;
}

#weight {
	width: 60px;
}

#titel {
	width: 100px;
}

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

#util {
	padding: 20px 0;
	float: left;
	width: 240px;
	border-right: 1px solid #A9A9A9;
	height: 1179px;
	background-color: #f5f5f5;
}

label {
	font-weight: bold;
	margin-right: 10px;
}

a.nextbutton, a.next10button, a.backbutton, a.back10button{
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 93px;
	height: 30px;
	background-position: 35px 3px;
	text-indent: -99999px;
	border: 1px solid #A9A9A9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	-moz-box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
}

a.backbutton {
	background-image: url(/bundles/publicomlektorat/images/icon_back_grey.png);
	background-position: 35px 3px;
	margin-right: 10px;
}

a.back10button {
	background-image: url(/bundles/publicomlektorat/images/icon_back10_grey.png);
	background-position: 35px 3px;
	margin-right: 10px;
}
a.nextbutton{
	background-image: url(/bundles/publicomlektorat/images/icon_next_grey.png);
	background-position: 39px 3px;
	margin-right: 10px;
}
a.next10button {
	background-image: url(/bundles/publicomlektorat/images/icon_next10_grey.png);
	background-position: 39px 3px;
}

img.nextbutton, img.backbutton, img.next10button, img.back10button {
	display: block;
	float: left;
}

a.nextbutton:hover, a.next10button:hover, a.backbutton:hover, a.back10button:hover {
	background-color: #F1F9FD;
}

#pager {
	padding: 0 20px 20px 0px;
	margin-bottom: 20px;
	margin-top:  95px;
	/*border-bottom: 1px dotted #A9A9A9;*/
}

#sort, #search, #tools {
	padding: 0 20px 20px 20px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #A9A9A9;
}

#util input[type="text"],
#util input[type="select"],
#util input[type="search"],
#util input[type="password"] {
	width: 80px;
	margin-right: 0;
	padding: 2px 5px;
}

#util label {
	display: block;
	float: left;
	width: 105px;
	padding-top: 5px;
	margin-right: 0;
}
#projectForm label {
	display: block;
	float: left;
	width: 200px;
	padding-top: 5px;
	margin-right: 0;
}
#projectForm div.error_text{
	clear: both;
	margin-left: 200px;
	font-size: 12px;
	color: red;
}
#projectForm div.help_text{
	clear: both;
	margin-left: 200px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #A9A9A9;
}
#projectForm div{
	vertical-align:text-top;
}

#focus {
	width: 300px;
}

#source {
	width: 200px;
}

#subject {
	width: 200px;
}

#selection .cleaner {
	height: 15px;
}

#util .cleaner {
	height: 4px;
}

#tools ul li a {
	font-size: 14px;
	display: block;
	padding: 5px 0;
}

#content {
	padding: 20px;
	float: left;
	width: 741px;
	height: 1179px;
	overflow-y: auto;
	overflow-x: hidden;
	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-cockpit {
	padding: 10px 0;
	line-height: 17px;
	margin-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9A9A9;
}
.details-pane-cockpit label{
	font-weight: normal;
}

.details-pane-tweet a, .details-pane-cockpit legend {
	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-text-large-cockpit-left {
	float: left;
	width: 350px;
	border-right: 1px solid #A9A9A9;
	margin-right: 20px;
}
.tweet-text-large-cockpit-right {
	float: left;
	width: 370px;
}
.tweet-search-box{
	padding: 8px 0 2px;
	float: left;
	width: 50%;
}

.tweet-source {
	color: #999999;
	font-size: 11px;
}

span.at {
	display: inline-block;
	color: #73c3dc;
}

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

#login {
	padding: 40px;
	height: 200px;
	width: 400px;
	margin-top: 400px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-box-shadow: 2px 2px 4px #333;
	-webkit-box-shadow: 2px 2px 8px #333;
	background-image: url(/bundles/publicomlektorat/images/bg_admin_rating.png);
	background-repeat: repeat-x;
}

p.error {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}

#login input {
	margin-right: 0px;
}

#login h1 {
	margin-bottom: 16px;
}

#senden {
	color: #000;
}

#login label {
	display: block;
	float: left;
	width: 105px;
	padding-top: 15px;
	margin-right: 0;
}

#login .col1 {
	width: 105px;
	float: left;
}

#login .col2 {
	width: 250px;
	float: left;
}

#usr, #pwd {
	width: 250px;
}

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

#metadaten td {
	color: #A9A9A9;
	padding: 2px 5px;
}

#tools a:hover {
	text-decoration: none !important;
}
.validateTips {
	border: 1px solid transparent;
	padding: 0.3em;
}
#dialog-form label {
	display: block;
	float: left;
	width: 105px;
	padding-top: 8px;
	margin-right: 0;
}
#dialog-form input {
	margin-right: 0px;
}
.statusMessage {
	color: #666;
	background-color: #ebedf2;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfe1e5), color-stop(1, #ebedf2));
	background: -moz-linear-gradient(center bottom, #dfe1e5 0%, #ebedf2 100%);
	border: 1px solid #aaa;
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	opacity: 1;
	z-index: 999;
}

.statusMessage {
	display: none;
	margin: auto;
	width: 30em;
	height: 2em;
	padding: 1.5em;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.statusMessage p {
	text-align: center;
	font-size: 17px;
	margin: 0;
	padding: 0;
}
img.ui-datepicker-trigger{
	vertical-align: middle;
}
#project_projectType {
	width: 185px;
	float: left;
}
label.checkbox, label.radio, div.checkbox label, div.radio label{
	display: inline !important;
	float: none !important;
}
.ui-buttonset div {
	display: inline;
}
ul.events li{
	display: block !important;
}
ul.events li div {
	display: inline;
}
div#newEvent{
	width: 100%;
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9A9A9;
}

.flash-success
{
	border: 1px solid #ffff00;
    padding: 10px;
    margin: 5px 0 5px 0;
    margin-top: 15px;
    background-color: #ffffcc;
	color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.flash-error
{
	border: 1px solid red;
    padding: 10px;
    margin: 5px 0 5px 0;
    margin-top: 15px;
    background-color: #ff9999;
	color: red;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.button_div{
	width: 100%;
	/*text-align: right;*/
	margin: 10px 0 10px 0;
}
.button_div input[type="submit"]{
	margin-right: 0px !important;
}
.ui-widget{
	font-size: 1em !important;
}
