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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face{
	font-family:'myDINE';
	src:url(./dinengschriftstd-webfont.eot);
	src:local('?'),url(./dinengschriftstd-webfont.woff) format('woff'),url(./dinengschriftstd-webfont.ttf) format('truetype'),url(./dinengschriftstd-webfont.svg) format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'myDINM';
	src:url(./dinmittelschriftstd-webfont.eot);
	src:local('?'),url(./dinmittelschriftstd-webfont.woff) format('woff'),url(./dinmittelschriftstd-webfont.ttf) format('truetype'),url(./dinmittelschriftstd-webfont.svg) format('svg');
	font-weight:normal;
	font-style:normal;
}

body {
	font: 13px/1 Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #868686;
}

a:visited { text-decoration: none; color:#868686; }
a:hover { text-decoration: none; color:#D43620; }
a:focus { text-decoration: none; color:#D43620; }
a:active { text-decoration: none; color:868686 }

a .button {color:#333333;}

.clearfloat {
	clear: both;
}


#header {
	background: #FFFFFF;
	position: relative;
}

#header .headerWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 70px;
	position: relative;
}

#header .headerWrapper .logo{
	background: url(/alerts/public/images/logo.png);
	width: 177px;
	height: 44px;
	margin-top: 12px;
	position: relative;
	float: left;
}

#header .menu {
	font: 22px/1.4 myDINE, Arial, Helvetica, sans-serif;
	color: #868686;
	position: relative;
	float: left;
	margin-left: 88px;
	margin-top: 27px;
}

#header .menu .element {
	position: relative;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	height: 39px;
	margin-right: 31px;
}

#header .menu .element.selected {
	border-bottom: 4px solid #D43620;
	color: #D43620;
}

#header .menu .element:hover{
	color: #D43620 ;
}

#header .login-box {
	position: relative;
	float: right;
	margin-top: 30px;
}

#header .login-box span.loginIcon {
	display: inline-block;
	background: url(/alerts/public/images/icons_tw_alerts.png) 0px -45px;
	width: 8px;
	height: 10px;
}

#header .login-box span.loginText {
	font: 14px/1.4 Arial, Helvetica, sans-serif;
	color: #868686;
}

#header .login-box:hover .loginText {
	color: #D43620;
}

#header .login-box:hover .loginIcon {
	background: url(/alerts/public/images/icons_tw_alerts.png) 0px -56px;
}

#header .login-box span.arrowDown {
	display: inline-block;
	background: url(/alerts/public/images/icons_tw_alerts.png) -9px -45px;
	width: 10px;
	height: 10px;
	position: relative;
	top: 3px;
}

.login-box a:hover {
	cursor: pointer;
}

#header #login-popup {
	background: white;
	border-top: 4px solid #D43620;
	display: none;
	left: 100%;
	margin-left: -200px;
	padding: 5px 0;
	position: absolute;
	top: 66px;
	width: 200px;
	z-index: 2;
}

#header #login-popup li a {
	display: inline-block;
	padding: 10px;
	width: 100%;
}

#header .locales {
	color: #868686;
	margin-top: 5px;
	position: absolute;
	right: 0px;
}

#header .locales .active {
	font-weight: bold;
}

.message{
	position: relative;
	min-height: 27px;
	display: none;
	text-align: center;
	padding-top: 19px;
	font-weight: bold;
}
.message.error{
	background: #F6D7D2;
	border-bottom: 4px solid #D43620;
	display: block;
	color: #D43620;
}
.message.please{
	background: #CCEAF9;
	border-bottom: 4px solid #0096E0;
	display: block;
	color: #0096E0;
}
.message.please a{
	border-bottom: 2px solid #0096E0; padding-bottom: 0px;
	color: #0096E0;
}
.message.please a:hover,
.message.please a:active{
	border-bottom: 2px solid #D43620;
	color: #D43620;
}
.message.ok{
	background: #EFF4CE;
	border-bottom: 4px solid #ADC80B;
	display: block;
	color: #ADC80B;
}



#content, .content {
	position: relative;
	background: #F2F2F2;
	color: #333333;
}

.white {
	background: #FFFFFF;
}

#contentWrapper, .contentWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding-top: 38px;
}

.contentWrapper {
	padding-top: 0px;
}

#content #leftColumn {
	position: relative;
	float: left;
	width: 430px;
	font: 12px/1 Arial, Helvetica, sans-serif;
}

#content #rightColumn{
	position: relative;
	float: right;
	width: 465px;
	min-height: 386px;
	font: 12px/1 Arial, Helvetica, sans-serif;
}

#content #rightColumn .description p{
	line-height: 140%;
}

#content #rightColumn .yeti{
	background: url(/alerts/public/images/icons_tw_alerts.png) 0px -66px;
	width: 417px;
	height: 180px;
	position: absolute;
	top: 100%;
	margin-top: -151px;
	margin-left: 40px;
}

#content #rightColumn .loading{
    background: url(/alerts/public/images/loader_32_grey.gif) no-repeat center center;
    height: 100px;
}

#content #rightColumn .loadingdiv {
	margin-top: 50px;
	text-align:center;
}

#content #rightColumn .loadingdiv .inner{
	display:inline-block;
}

#content #rightColumn .loadingdiv .loading {
	display:inline-block;
	width:32px;
	height:32px;
	vertical-align:middle;
	margin-left:6px;
}

#content #rightColumn .loadingdiv .text {
	vertical-align:middle;
	font-size:18px;
}

#content #leftColumn .titleWrapper{
	position: relative;
	height: 44px;
	margin-bottom: 10px;
}

#content #leftColumn .titleWrapperSecond{
	margin-top:15px;
}

#content #leftColumn .title,
#content #contentWrapper .title{
	position: relative;
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 15px;
}
#content #leftColumn .titleline {
	overflow: hidden;
	position: relative;
	top: 20px;
	border-bottom: 1px solid #E3E4E4;
}

#content #leftColumn .inline{
	position: relative;
	float: right;
}

.button {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.button:hover {
	cursor: pointer;
}

.button.grey{
	border: 1px solid #DCDCDE;
	background: #E3E4E4;
}

.button.red{
	border: 1px solid #C63E2A;
	background: #D23721;
	color: #FFF;
}

.button.grey:hover{
	background: #CCCCCC;
}

.button.red:hover{
	background: #B52E1C;
}

.button.disabled, .button.disabled:hover, .button.grey.disabled:hover{
	background: #EAEAEA;
	color: #CCCCCC;
	cursor: default;
	border: 1px solid #DCDCDE;
}

.bottommenu{ position: relative; margin-top: 25px; }
.bottommenu .button.right{ margin-left: 10px; }
.bottommenu .button.left{ margin-right: 10px; }


.button:active {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.left { float: left !important; }
.right { float: right !important; }

#content #leftColumn div.line {
	position: relative;
	height: 32px;
	margin-top: 10px;
}

#content #leftColumn div.tosline {
	margin-top: 10px;
	line-height: 140%;
}
#content #leftColumn div.toslineh1 {
	font-size: 14px;
	font-weight: bold;
}

#content #leftColumn div.subleft {
	text-transform: uppercase;
	position: relative;
	width: 110px;
	float: left;
	text-align: right;
	margin-top: 10px;
	color: #868686;
}

#content #leftColumn div.subright {
	position: relative;
	float: right;
	width: 302px;
}

#content #leftColumn div.subright > * {
	height: 30px;
	width: 300px;
	border: 1px solid #CDC7C1;
	background: #FFFFFF;
	font: 12px/1 Arial, Helvetica, sans-serif;
}

#content #leftColumn div.line.error div.subright > * {
	border-color: #C63E2A;
}

#content #leftColumn div.line.error div.subleft {
	color:#D43620;
}

#content #leftColumn div.subright .dropdown{
	cursor: pointer;
}

#content #leftColumn div.subright .dropdown {
	/*padding-top: 5px; before*/
	height: 30px; /*25 before*/ 
}

#content #leftColumn div.subright .dropdown select {
	display: none;
}

#content #leftColumn div.subright .dropdown > * {
	margin-left: -1px;
}

#content #leftColumn div.subright .selection {
	margin-top: 10px;
	margin-left: 12px;
}

.chzn-container-single .chzn-single div b {
	background: url(/alerts/public/images/icons_tw_alerts.png) no-repeat -9px -45px !important;
    background-size: auto !important;
	width: 10px;
	height: 10px;
	margin-top: 8px;
}

#content #leftColumn div.subright > input {
	width: 289px;
	padding-left: 12px;
}

#content #leftColumn #creationMenu{
	margin-top: 20px;
	margin-bottom: 70px;
	position: relative;
}

#content #leftColumn #loginCheckbox {
	text-align: right;
}

.previewIcon {
	display: inline-block;
	width: 16px;
	height: 15px;
	background: url(/alerts/public/images/icons_tw_alerts.png) -28px -45px;
	position: relative;
	top: 2px;
}

#content #preview {
	margin-left: 30px;
	margin-bottom: 153px;
}

#content #preview table {
	border-collapse: separate;
}

#content table.preview a {
	color: #007AAF;
}

#content table.preview b {
	font-weight: bold;
}

.nosearch .chzn-container .chzn-drop { padding-top: 5px;
border-top: 1px dotted #CDC7C1; }
.nosearch .chzn-search{ display: none !important;}
#language .chzn-search input { width: 265px !important;}

.header {
	height: 50px;
}

.header .titlelin {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #E3E4E4;
	margin-left: 25px;
	top: 15px;
}

.header .title {
	float: left;
	font-size: 22px;
	margin-top: 5px;
	margin-right: 30px;
}

#managePage .header .titleline {
	float: left;
	width: 400px;
	border-bottom: 1px solid #E3E4E4;
	margin-left: 25px;
	margin-top: 15px;
}

#managePage .header #import{ margin-right: 10px; }

#managePage #content {
	height: 140px;
}

#managePage #alerts{
	position: relative;
}

#managePage #alerts .contentWrapper{
	position: relative;
	top: -41px;
}

#managePage table {
	width: 100%;
	table-layout: fixed;
}
#managePage tr.head{
	background: #F2F2F2;
}

#managePage tr.head{
	border-bottom: 2px solid #868686;
	padding-left: 10px;
	padding-right: 10px;
	color: #868686;
	font-size: 90%;
	font-weight: bold;
}


#managePage tr td:first-child{
	padding-left: 10px;
}
#managePage tr td:last-child{
	padding-right: 10px;
}


#managePage tr.line{
	/* border-bottom: 1px solid #E3E4E4; */
}

#managePage tr.line.line-info {
	border-bottom: 0px;
}
#managePage tr.line.line-info td {
	padding-top: 6px;
	padding-bottom: 0px;
}
#managePage tr.line.line-action {
	border-bottom: 0px;
}
#managePage tr.line.line-action td {
	padding-top: 0px;
	padding-bottom: 0px;
}
#managePage tr.line.line-action td.vline {
	padding-right: 19px;
}
#managePage tr.line.line-action td.vline hr {
	height: 1px;
	background-color: #E3E4E4;
	border: 0px;
}
#managePage tr.line.line-query {
	border-bottom: 0px;
}
#managePage tr.line.line-query.line-last, #managePage tr.line.line-email.line-last {
	border-bottom: 2px solid #c2c2c2;
}
#managePage tr.line.line-query.line-last td, #managePage tr.line.line-email.line-last td {
	padding-bottom: 10px;
}
#managePage tr.line.line-query td {
	padding-top: 1px;
	padding-bottom: 2px;
}
#managePage tr.line.line-email td {
	padding-top: 6px;
	padding-bottom: 2px;
}

#managePage .alert-row:hover {
	background-color: #f1f4f5;
}

#managePage td.email span.email-text {
	color: #868686;
}

#managePage tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}

#managePage td.checkbox{
	width: 15px;
	/* padding: 0px; */
	margin: 0px;
	border: 0px;
	padding-left: -5px;
}

#managePage td.rss{
	width: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#managePage div.rss{
	position: relative;
	background: url(/alerts/public/images/icons_tw_alerts.png) -19px -56px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

#managePage td.rss div.rss:hover{
	background: url(/alerts/public/images/icons_tw_alerts.png) -19px -45px;
	
}

#managePage td.query{
	width: 174px;
}

#managePage td.query div.display{
	margin-right: 10px;
	overflow: hidden;
	padding-bottom: 2px;
	padding-top: 2px;
	line-height: 140%;
}

#managePage td.type{
	width: 108px;
}

#managePage td.language{
	width: 179px;
}

#managePage td.country{
	width: 170px;
}

#managePage td.volume{
	width: 89px;
}

#managePage td.frequency{
	width: 126px;
}

#managePage td.triggered{
	width: 100px;
}

#managePage td.actions {
	width: 50px;
}

#managePage td.actions .button {
	padding-bottom: 5px;
	padding-top: 5px;
}

#managePage td.query span.query-text {
	font-weight: bold;
}

#managePage tr.edit div.display {
	display: none;
}

#managePage tr.edit td.query input {
	border:1px solid #CDC7C1;
	padding:4px;
	padding-bottom:3px;
}

#managePage tr div.edit {
	display: none;
	position: relative;
}

#managePage tr.edit div.edit{
	display: block;
}

#managePage td .chzn-container{
	border-top: 1px solid #CDC7C1;
	border-bottom:  1px solid #CDC7C1;
}

#managePage div.icon-query {
	position: relative;
	background: url(/alerts/public/images/icons_tw_alerts2.png) 0px 0px;
	width: 10px;
	height: 10px;
}
#managePage div.icon-email-enabled {
	position: relative;
	background: url(/alerts/public/images/icons_tw_alerts2.png) 0px -10px;
	width: 10px;
	height: 10px;
}
#managePage div.icon-email-disabled {
	position: relative;
	background: url(/alerts/public/images/icons_tw_alerts2.png) 0px -20px;
	width: 10px;
	height: 10px;
}
#managePage td.icon {
	padding-left: 10px;
	padding-right: 10px;
}

#managePage td.type .chzn-container { width: 96px !important;}
#managePage td.type .chzn-container.chzn-container-active { width: 98px !important;}


#managePage td.language .chzn-container { width: 170px !important;}
#managePage td.language .chzn-container.chzn-container-active { width: 172px !important;}
#managePage td.language .chzn-container .chzn-drop { width: 170px !important;}


#managePage td.volume .chzn-container { width: 80px !important;}
#managePage td.volume .chzn-container.chzn-container-active { width: 82px !important;}
#managePage td.volume .chzn-container .chzn-drop { width: 80px !important;}


#managePage td.frequency .chzn-container { width: 115px !important;}
#managePage td.frequency .chzn-container.chzn-container-active { width: 117px !important;}
#managePage td.frequency .chzn-container .chzn-drop { width: 115px !important;}

#managePage .chzn-container-single .chzn-single span {overflow: visible}

.previewIcon { display:inline-block; width: 16px; height: 17px; background:url(/alerts/public/images/prevbtn.png) 0px -17px; vertical-align: middle; }
.inline.button.textbutton .text { color:#007AAE; display:inline-block; vertical-align: middle; }

#previewButton.disable .previewIcon { background-position:0px 0px; }
#previewButton.disable.inline.button.textbutton .text { color:#ADADAD; }

.footer{ clear: both; position: relative; top: 50px; }

#content #rightColumn div.description {
	margin-left:26px;
}

.description.error{
	display:none;
}

#content #rightColumn div.description h3 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 15px;
}

#content h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 15px;
}

#content #rightColumn div.description p {
	font-size: 14px;
	margin-top: 9px;
}

.previewfail{
	position: relative;
	margin-left: 30px;
	margin-top: 135px;
	font-size: 18px;
}

table.emailList {
	font-size: 15px;
	height: auto;
	width:100%;
	
}

.emailList td.right {
	style="text-align:right";
}
