/*
The main listing of the alerts
 */
/*
h1 { text-shadow: 1px 1px 5px white; }
h2 { text-shadow: 1px 1px 5px white; }
*/
.bodyline { font-size: 25px; }
.headerline { font-size: 11px; color: #444; }
.headerline_big { font-size: 25px; color: #444; }
.commentsline { font-size: 12px; color: #444; } /* eg View comments */
.about { font-size: 11px; }
/*
.navbar { padding-bottom: 1em; }
.navbar_m { padding-bottom: 1em; text-align: center; }
*/
.bar { color: #ccc; }

.line1 { background-color: #ffcb0c; border-radius: 2px; }
.line2 { background-color: #14a751; border-radius: 2px; }
.line3 { background-color: #1e99d5; border-radius: 2px; }
.line4 { background-color: #b31f78; border-radius: 2px; }

.update_button { margin-left: 20px; }

/* For controls in mobile */
.bigger_checkbox { transform:scale(2, 2); margin-left: 10px; margin-right: 10px; }
.bigger_button { font-size: 1.5em; }

.elevatorcheck {
	padding-top: .9em;
	padding-bottom: .9em;
}

/*
a { text-decoration: none; }
a:hover { border-bottom: none; text-decoration: underline; }
*/

.status_link { border-bottom: 1px dashed #000; text-decoration: none; }

.alertstart {
	background-color: #ffc; /* for IE and basic browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc), to(#ddd)); /* for webkit browsers */
	background-image: -moz-linear-gradient(top,  #ffc,  #ddd); /* for firefox 3.6+ */
	border: 3px solid yellow;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
}

.alertend {
	background-color: #cfc; /* for IE and basic browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cfc), to(#ddd)); /* for webkit browsers */
	background-image: -moz-linear-gradient(top,  #cfc,  #ddd); /* for firefox 3.6+ */
	border: 3px solid green;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
}

/*
.myadvert {
	background-color: white;
	border: 3px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
*/

/*
Comments
*/

.commentsbox {
	border-radius: 5px;
}

.comment {
	padding: 5px;
	border-radius: 5px;
	font-size: 14px;
	color: black;
}

.odd { 
	background-color: #ccc;
}

.even { 
	background-color: #eee;
}

.commentheaderline
{
	font-size: 12px;
	color: #444;
}

/*
Entering Comments
*/

.comment_form {
	font-family: Garamond;
}

.comment_form td {
	padding: 3px;
}

input, textarea {
	background-color : #ddd;
	color : #000;
}

.captcha_img {
	border: 1px solid black;
}

.captcha_box {
	padding: 3px;
}

.form_error {
	background-color: #fcc;
	border: 3px dotted red;
	margin: 3px;
	padding: 3px;
}

.form_success {
	background-color: #cfc;
	border: 3px dotted green;
	margin: 3px;
	padding: 3px;
}

/* Subway stations page */
.hide { display: none; }
.gap { width: 2em; display: inline-block; }
