/*
** all
*/

body {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	background-color: #f6f7f7;
	/*f2fcff #f3f3f4*/
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

a {
	color: black;
}

a:hover {
	color: #1abafc;
}

.none {
	display: none;
}

/*
** layout
*/

div#main {
	position: relative;
	width: 950px;
	padding: 20px;
	margin: auto;
}

div#header {
	height: 136px;
}

div.content {
	margin-bottom: 80px;
	min-height: 400px;
}

div#footer {
	border-top: 1px solid #ccc;
}

/*
** title
*/

h1.title {
	position: absolute;
	left: 750px;
	top: 0px;	
}

h1.title a {
	display: block;
	width: 64px;
	height: 41px;
	background: transparent url('/themes/default/images/allia.png') no-repeat;
}

h1.title a:hover {
	background-position: 0px -41px;
}

h1.title span {
	display: none;
}


/*
** langs
*/

ul#langs {
	display: none;
}

/*
** groups / sections
*/

ul#groups {
	position: relative;
	width: 700px;
}

ul#groups li {
	display: inline;
}

ul#groups li a {
	font-size: 24px;
	text-transform: lowercase;
	color: #555; /*#909395; c2c4c6;*/
}

ul#groups li.selected a,
ul#groups li.selected a:hover {
	text-decoration: none;
	color: #1abafc;
}

ul#groups li a:hover {
	color: black;
}

ul#groups li sup {
	color: #1abafc;
	margin-left: 2px;
}

ul#groups li ul.sections {
	position: absolute;
	left: 0;
	top: 34px;
}

ul#groups li ul.sections li {
	margin-right: 0px;
}

ul#groups li ul.sections li,
ul#groups li ul.sections li a {
	font-size: 36px;
	text-decoration: none;
	line-height: 30px;
	letter-spacing: -1px;
	color: #555; /*#909395; c2c4c6;*/
}

ul#groups li ul.sections li.selected a {
	color: #1abafc;
}

ul#groups li ul.sections li a:hover {
	color: black;
}

ul#groups li ul.sections li a span {
	font-size: 12px;
}

/*
** allias
*/

div#allias {
	position: absolute;
	top: 10px;
	right: -20px;
	width: 140px;
	height: 215px;
}

div#allias div.route-count {
	position: absolute;
	left: 75px;
	top: 145px;
	font-family: arial, Helvetica,sans-serif; 
	font-weight: bold;
	font-size: 10px;
}

/*
** content
*/

div.content h2.title {
	font-size: 100px;
	line-height: 80px;
	margin-bottom: 20px;
}

/*
** footer
*/

div#footer div.infos {
	float: left;
	width: 700px;
	padding-top: 20px;
	font-size: 11px;
	line-height: 17px;
}

div#footer div.top {
	float: right;
}

div#footer div.top,
div#footer div.top a {
	width: 116px;
	height: 84px;
}

div#footer div.top a {
	display: block;
	background: transparent url('/themes/default/images/top.png') no-repeat;
}

div#footer div.top a:hover {
	background-position: 0px -84px;
}

div#footer div.top a span {
	display: none;
}

/*
** filter
*/

div.filter {
	line-height: 20px;
	color: #ccc;
	height: 100px;
}

div.filter a {
	color: #777;
	border-bottom: 1px dotted black;
	font-style: italic;
}

div.filter a:hover,
div.filter a.selected {
	color: black;
	border-bottom: 1px solid black;
}

/*
** wysiwyg
*/

div.wysiwyg {
	margin-bottom: 40px;
}

div.wysiwyg,
div.wysiwyg p,
div.wysiwyg a {
	font-family: Georgia, "Courier New", Courier, monospaced, Monaco, Verdana, sans serif;
	font-size: 16px;
	line-height: 18px;
	color: #000;
}

div.wysiwyg sup {
	vertical-align: top;
}

div.wysiwyg strong {
	font-weight: normal;
	color: black;
}

div.wysiwyg h2 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 0px;
}

div.wysiwyg a {
	color: black;
	border-bottom: 1px dotted black;
}

div.wysiwyg a:hover {
	background-color: #f2fcff;
	color: #000;
	border-bottom: 1px solid black;
}

/*
** form
*/

form div {
	clear: both;
	margin-bottom: 10px;
}

form label {
	display: block;
	margin-bottom: 5px;
}

form label small {
	font-size: 12px;
}

form label.error {
	display: block;
	font-size: 14px;
	width: 300px;
	padding: 5px 0px;
	float: none;
	color: #1abafc;
}

form input.error {
	border-color: #1abafc;
}

form label span {
	color: #1abafc;
}

form select,
form textarea,
form input {
	
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 18px;
	padding: 4px;
	border: 1px solid #ccc;
	width: 300px;
	
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

form div input:focus,
form div textarea:focus,
form div select:focus {
  border-color: black;
}

form select option {
	padding-left: 5px;
}

form div.submit {
	padding: 20px 0 0 0;
}

form div.submit input {
	color: #1abafc;
	border: none;
	width: auto;
	padding-left: 25px;
	cursor: pointer;
	background: transparent url('/themes/default/images/line.gif') left 21px no-repeat;
}

form div.submit input:hover {
	color: black;
}

form p.required {
	clear: both;
	font-size: 12px;
}

form p.required span {
	color: #1abafc;
}


/*
** search
*/

div#window-search {

    top: 5%;

	background-color: white;
	border: none;
	padding: 20px;
	
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

div#window-search h2.title {
	margin-bottom: 20px;
}

div#window-search div#window-close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 11px;
}

div#window-search form#form-search {

	margin-bottom: 40px;
	background-color: white;
	
	/*
	padding: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	*/
}

div#window-search form#form-search div {
	display: inline;
}
div#window-search form#form-search div.submit {
	margin-left: 10px;
}

div#window-search form#form-search div.error {
	display: block;
	margin: 0px;
	padding: 0px;
}

div#window-search div#search-results div.results {
	height: 400px;
	overflow: auto;
}

div#window-search div#search-results div.no-results {
	margin-bottom: 20px;
}

div#window-search div#search-results h3 {
	margin-bottom: 10px;
	font-weight: bold;
}

div#window-search div#search-results ul {
	margin: 20px;
}

div#window-search div#search-results ul li {
	margin-bottom: 5px;
}






