/************************************************************************************************
 * candles.css
 * CREATED BY
 *	  DAR 11/01/10
 * DESCRIPTION
 *	  Style settings for candlelighting-new.php
 * REVISION HISTORY
 * DAR 12/26/11: Added border-radius settings (had only -moz and -webkit versions). Also changed
 *				 margin-bottom to padding-bottom in .coordLink, which IE9 needed.
 * DAR 03/12/12: Added #cityZipTimes and #cityZipInfo - fields which required unique names so the
 *				 JS which updates times based on zip code could identify them.
 * DAR 05/10/12: Added .zipText2b and .zipCtry - both for new MyZmanim vn.
 * DAR 05/13/12: Added .courtesyMZ for same.
 * DAR 08/15/12: Added .Filter stuff, small change to .citiesPullDown form.
 * DAR 09/24/12: Added .col1holder, marg bottom to .citiesTable.
 ************************************************************************************************/

body {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	margin-top: 0;
}
.hdrSect {
	text-align: center;
	margin-bottom: 20px;
	font: 800 20px/1.3 'Roboto',arial;
	color: #363636;
}
.hdrSect h1 {
	font: 900 30px 'Roboto Condensed',arial;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 0;
}
.subHdr {
	color: #F04E23;
	font-size: 17px;
	font-style: italic;
}
.hdrDetails {
	margin-top: 8px;
	font-size: 16px;
}
.hdrDetails a {
	color: #00D4C1;
	text-decoration: none;
}
.hdrDetails a:hover {
	color: #00C2B3;
}
.col1holder {
	width: 565px;
	float: left;
}
.citiesTable {
	/*-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CCCCCC;*/
	width: 544px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 2px;
}
.tableHdrRow {
	/*-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-radius: 4px 4px 0 0;*/
	background: #00CEA9;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	height: 36px;
	padding: 2px 1px 0;
	text-transform: uppercase;
}
.citiesTable .tableHdrRow {
	width: 542px;
}
.tableDataRow {
	border-bottom: 1px solid #FAE296;
	font-size: 12px;
	overflow: hidden;
	width: 542px;
}
.col {
	line-height: 35px;
	float: left;
	text-align: center;
	font-family: 'Roboto',arial;
}
.tableHdrRow .col {
	line-height: 35px;
}
.tableDataRow .col {
	line-height: 25px;
}
.col1 {
	margin-left: 14px;
	text-align: left;
	width: 147px;
}
.col1 span {
	float: left;
	margin-right: 8px;
}
.col1 form {
	float: left;
	margin-top: 8px;
}
.col2 {
	width: 76px;
}
.col3 {
	width: 71px;
}
.tableHdrRow  .col2,
.tableHdrRow  .col3,
.tableHdrRow  .col5 {
	line-height: 14px;
	margin-top: 3px;
	padding-bottom: 5px;
	text-align: center;
}
.col4 {
	width: 65px;
}
.tableHdrRow .col4 {
	line-height: 14px;
	margin-top: 3px;
}
.col5 {
	width: 164px;
	text-align: left;
}
.tableDataRow .col5 {
	margin-left: 1px;
}
.DST {
	font-weight: bold;
	color: #00D4C1;
}
.STD {
	font-weight: bold;
	color: #F04E23;
}
.citiesPullDown {
	/*-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
	padding: 2px;
	width: 271px;
	float: left;
	/*border: 1px solid #CCCCCC;*/
	margin-bottom: 20px;
	overflow: hidden;
	font-family: 'Roboto',arial;
}
.citiesPullDown .tableHdrRow, .calcTables .tableHdrRow {
	font-size: 21px;
	line-height: 36px;
	margin-bottom: 8px;
}
.calcTables.zipcoords .tableHdrRow {
	font-size: 19px;
}
.citiesPullDown .citiesMainSect {
	margin: 0 -2px 5px;
	border-bottom: 1px solid #CCCCCC;
}
.citiesPullDown form {
	margin-bottom: 7px;
	margin-left: 8px;
}
.citiesPullDown form select {
	height: 22px;
	width: 259px;
}
.citiesPullDown form select:focus {
	color: #000000;
}
#cityInfo, #cityInfo2, #cityZipInfo {
	margin: 8px 5px 5px 10px;
}
#cityName {
	font-size: 16px;
	font-weight: bold;
}
#cityTZ {
	font-size: 11px;
}
.candleText {
	width: 100px;
	float: left;
}
#cityTimes, #cityZipTimes {
	margin-left: 10px;
	font-size: 14px;
	line-height: 18px;
}
#cityLight, #cityEnds {
	color: #3000A6;
}
.cityReqSect {
	height: 64px;
}
.cityRequest {
	color: #484848;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 10px;
}
/*a.cityRequestBtn {
	background: url("images/Request-New-City-Wide.gif") no-repeat scroll left top transparent;
	overflow: hidden;
	display: block;
	border: 0 none;
	height: 32px;
	width: 227px;
	text-indent: -1000em;
	margin: 0 auto 12px;
}
a.cityRequestBtn:hover {
	background-position: -228px top;
}*/
.calcTables {
	/*-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
	padding: 2px;
	width: 271px;
	float: left;
	/*border: 1px solid #CCCCCC;*/
	overflow: hidden;
	font-family: 'Roboto',arial;
}
.calcZip {
	margin: 11px 10px 10px;
}
.calcZip form {
	margin-top: 8px;
	margin-bottom: 12px;
}
.calcZip input[type="text"] {
	width: 121px;
}
.zipText {
	color: #F04E23;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.zipText2 {
	color: #F04E23;
	font-size: 13px;
	font-style: italic;
}
.zipText2b {
	color: #F04E23;
	font-size: 13px;
	font-style: italic;
	width: 118px;
	float: left;
}
.zipCtry {
	float: right;
	font-size: 13px;
	height: 29px;
	margin-right: 2px;
}
a.cityRequestBtn, .calcBtn {
	/*background: url("images/calculate-times.gif") no-repeat scroll left top transparent;*/
	/* text-indent: -1000em; */
	border: 0 none;
	cursor: pointer;
	width: 227px;
	height: 40px;
	margin: 10px auto 16px;
	display: block;
	color: #FFFFFF;
	background-color: #F04E23;
	font-family: 'Roboto',arial;
	font-size: 19px;
	border-radius: 20px;
	font-weight: 600;
	letter-spacing: 0.3px;
}
a.cityRequestBtn {
	padding-top: 9px;
	height: 31px;
	margin-top: 2px;
	text-decoration: none;
}
.calcCoords .calcBtn {
	margin-bottom: 6px;
}
a.cityRequestBtn:hover, .calcBtn:hover {
	color: #FFFFE5;
	background-color: #FF8527;
}
.calcCoords {
	border-top: 1px solid #CCCCCC;
	margin-left: -2px;
	margin-right: -2px;
	padding: 10px 12px 0;
	/* filter: progid:DXImageTransform.Microsoft.Gradient( endColorstr='#ffffff', startColorstr='#fafafa', gradientType='1' );
	Above line doesn't help. NM claimed it conflicts with curvycorners - which I'd rather have work than this slight shading. 
	Note that I couldn't even put a background-color in without messing up the entire display. */
	/*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FAFAFA', endColorStr='#FFFFFF');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType='0',startColorstr='#FAFAFA', endColorstr='#FFFFFF')";*/
}
.calcCoords form {
	margin-top: 8px;
	margin-bottom: 7px;
}
.calcCoords input[type="text"] {
	width: 74px;
}
.calcCoords input[type=radio] {
	margin-left: 2px;
}
.calcCoords input[type=checkbox] {
	margin-left: 0;
	margin-right: 0;
	margin-top: 9px;
}
#cityInfo2, #cityZipInfo {
	margin-left: 0;
}
.coordHdr {
	color: #F04E23;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	clear: both;
}
.sectTop {
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.sect {
	float: left;
	margin-bottom: 5px;
}
.width1 {
	width: 83px;
}
.width2 {
	width: 42px;
}
.coordDST {
	font-size: 14px;
	font-weight: bold;
}
.coordLink {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}
.coordLink a {
	color: #00D4C1;
	text-decoration: none;
}
.coordLink a:hover {
	color: #00C2B3;
}
.FilterHdr1 {
	clear: both;
	color: #F04E23;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 4px;
}
.FilterHdr2 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
	width: 84px;
}
.citiesList {
	width: 260px;
}
.citiesPullDown form select.FilterList {
	height: 22px;
	width: 175px;
	float: left;
	margin-bottom: 4px;
}
hr {
    border-style: dashed;
    margin-right: 8px;
	margin-bottom: 7px;
	color: gray;
	border-color: gray;
}