@CHARSET "UTF-8";
@IMPORT url('css-fix.css');
@IMPORT url('text.css');
@IMPORT url('layout.css');


/** Common styles */
#web2l-content-title h1 {
  font-weight: bold;
  font-size: 1.5em;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 1ex;
  line-height: 1.2em;
}

.back-head {
  background-color: #ddd;
}

.back1 {
  background-color: #f0f1f2;
}

.back2 {
  background-color: #edf3fc;
}

.back3 {
  background-color: #eee;
}


.line-bot {
  border-bottom: #ccc solid 1px;
}

.line-top {
  border-top: #ccc solid 1px;
}

.margin-bot {
  margin-bottom: 2ex; 
}

.margin-top {
  margin-top: 1ex
}

.margin-row {
  margin-top: 1ex;
	margin-bottom: 2ex;  
}

.message {
  color: red;
  background-color: #FFD;
  padding:0 1ex;
  text-align: center;
}

div#location-top {

}

div#location-top, div#location-bottom {
  font-size: 0.8em;
  
}

div#location-top a, div#location-bottom a{
  font-weight: normal;
}


div.pages {
	font-size: 1em;
	text-align: center;
  line-height: 2em;
}

