

body {
	margin: 0;
	text-align: center;
	background-color: #202020;
	background-image: url(blackGradient.png);
	background-repeat: repeat-x;
}

table {
  margin: 0px;
}

input:focus {
  background: #FFFFD0;
}

select:focus {
  background: #FFFFD0;
} 

#Heading {
  font-family: sans-serif;
  /*font-size: 60px;*/
  font-weight: bold;
  color: white;
  /*
  height: 110px;
  */
  padding-top: 5px;
}

#HeaderNav {
  padding-bottom: 2px;
  padding-left: 60px;
}

#HeaderRight {
  float: right;
}

.navLink {
  text-decoration: none;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 3px;
  border-left: 1px transparent solid;
  border-right: 1px transparent solid;
  border-bottom: 1px transparent solid;
  line-height: 15px;
  font-size: 12px;  
  font-weight: bold;
  text-shadow: black 0px 1px 2px;
  opacity: 0.75;
  filter:alpha(opacity=75);
}

a.navLink:hover {
  background: url(buttonBackground.png) #303030;
  color: white;
  border-left: 1px gray solid;
  border-right: 1px #101010 solid;
  border-bottom: 1px #101010 solid;
  opacity: 1.0;
  filter:alpha(opacity=100);
}

.navLink img {
  border: 0px;
  vertical-align: middle;
}

.navLink2 {
  /*float: right;*/
}

#IeMsg {
  color: white;
  font-family: sans-serif;
  font-size: 9px;
  /*background: white;
  border: black;*/
  width: 180px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 20px;
  display: none;
} 

#Content {
  position: relative;
  text-align: center;
}

#LinkAds {
  position: relative;
  width: 160px;
  border: 1px black solid;
  color: white;
  font-family: sans-serif;
  font-size: 10px;
  margin-bottom: 20px;
  display: none;
}

#LinkAds img {
  border: 0px;
}

#LinkAds a {
  color: orange;
  text-decoration: none;
}

#LinkAds a:hover {
  text-decoration: underline;
} 

#DemoLinkAd {
}

#Ads {
  position: relative;
  float: right;
  padding-right: 10px;
}

#NavBox {
  position: relative;
  float: left;
  width: 170px;
  /*border: 1px solid red;  */
}

.navContent {
  color: #D0D0D0;
  font-size: 12px;
  font-family: sans-serif;
  width: 140px;
}

.navContent em {
  color: white;
  font-weight: bold;
  font-style: normal;
} 

.navContent a {
  color: orange;
  font-weight: bold;
  text-decoration: none;
} 

.navContent a:hover {
  text-decoration: underline;  
} 

.navTitle {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  color: white;
}

#NavLinks {
  visibility: hidden;
}


/* Clocks settings*/
#Countdowns {
  position: relative;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  /*border: 1px solid red;  */
}

.countdown {
  position: relative;
  width: 320px;
  height: 110px;
  font-family: sans-serif;
} 

.layer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 320px;
	height: 110px;
} 

.background {
	background: url(background.png) no-repeat;
}

.highlight {
	background: url(highlight.png) no-repeat;
}

.glow {
	background: url(red.png) no-repeat;
	display: none;
}

.innerContent {  
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 20px;
  right: 15px;
  color: white;
  text-align: center;
  padding-left: 60px;
}

.logo {
  position: absolute;
  top: 25px;
  left: 20px;
  display: none;
} 

.header {
  position: absolute;
  top: 2px;
  left: 60px;
  width: 220px; 
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

#Header {
} 

.countdownText {
  position: absolute;
  top: 20px;
  left: 60px;
  width: 220px; 
  text-align: center;
  padding-top: 3px;
} 

.countdownTable {
  color: white;
  margin: auto;
} 

.number {
  background: #101010;
  border-bottom: #404040 solid 1px;
  border-left: #202020 solid 1px;
  border-right: #202020 solid 1px;
  text-align: center;
  font-size: 14px;
  color: #E0E0E0;
  /*font-family: serif;*/
  font-weight: bold;
  padding-left: 4px;
  padding-right: 4px;
}

.colon {
  font-weight: bold;
  font-size: 12px;
} 

.text {
  text-align: center;
  font-size: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: gray 1px 0px 1px;
}

.alert {
  position: absolute;
  top: 15px;
  left: 50px;
  width: 220px;
  height: 80px;
  background: url(alert.png) no-repeat;
  display: none;
  opacity: 0.9;
  filter:alpha(opacity=90);
}

.alertMovie {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 100px;
} 

.alertHeader {
  position: absolute;
  top: 24px;
  left: 15px;
  width: 190px;
  color: #202020;
  text-align: center;
} 

.alertClose {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.closeButton {
  position: absolute;
  top: 20px;
  right: 14px;
  width: 16px;
  height: 16px;
  background-image: url(close2.png);
  background-repeat: no-repeat;
  display: none;
  cursor: pointer;
}

.textSection {
  position: relative;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  /*clear: both;*/
} 

#AddBackground {
} 

#AddInnerSection {
	position: relative;
	left: 0px;
	color: #202020;
	text-align: center;
	padding: 20px;
}

#Backside a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}   

#Backside a:hover {
  color: #D0D0D0;
  text-decoration: underline;
}

.settingsTable {
  display: inline;
}

.citySettings {
  font-size: 11px;
  text-align: left;
  font-family: sans-serif;
  font-weight: bold;
}

.centered {
  position: absolute;
  top: 40px;
  left: 10px;
  right: 10px;
  text-align: center;
} 

.title {
  text-align: center;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
} 

.predefinedWrapper {
  position: relative;
  margin-top: 10px;
  height: 30px;
  text-align: left;
} 

.predefinedList {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 140px;
  opacity: 0.0;
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
} 

.predefinedPopup {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 140px;
  /*background: #808080;*/
  color: #B06000;
  font-size: 12px;
  padding: 2px;
  font-size: 11px;
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  cursor: pointer;
} 

.inputs {
  font-size: 11px;
  border: 1px solid gray;
  width: 140px;
  padding-left: 2px;
}

.selects {
  font-size: 9px;
  border: 1px solid gray;
  /*width: 45px;*/
  padding-left: 0px;
}

.label {
  text-align: right;
}

#MethodSelection {
  text-align: center;
  padding-top: 20px;
} 

#WeekSelector {
  display: none;
} 

#GoogleSettings {
  display: none;
}

#CalTestLoading {
  visibility: hidden;
} 

#CalPreview {
  position: relative;
  width: 180px;
  background: #E0E0E0;
  padding: 4px;
  display: none;
} 

#CalError {
  color: red;
  display: none;
} 

#GeneralSettings {
  margin-left: 50px;
}

#LogoPreview {
  display: none;
} 

#AddButtonSection {
  text-align: center;
  padding-top: 20px;
}

#AboutInnerSection {
  padding: 20px;
} 

#AboutText {
  font-family: sans-serif;
  font-size: 12px;
}

#More {
  display: none;
} 

.question {
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
} 

#Footer {
  font-family: sans-serif;
  font-size: 10px;
  color: #D0D0D0;
  padding-top: 20px;
  padding-bottom: 5px;
}

#Footer a {
  text-decoration: none;
  font-weight: bold;
  padding-right: 10px;
  color: #D0D0D0;
} 

#Footer a:hover {
  text-decoration: underline;
  color: white;
}

#Footer a img {
  border: 0px;
} 

#CountdownTemplate {
  display: none;
}

div.ns-vwidget {
	display: inline;
}