/* @override http://dev.exclusif.ch/A556E9/exclusif2.nsf/template/StyleSheet_views.css */
/* @override http://www.exclusif.ch/A556E9/exclusif2.nsf/template/StyleSheet_views.css */
#viewNavigatorJS {
 visibility: hidden;
}

#viewNavigator {
 clear: both;
 width: 100%;
 text-align: center;
}

#viewNavigator ul{
 margin-left: auto;
 margin-right: auto;
}

#viewNavigator li{
 list-style-type: none;
 display: inline-block;
}

#viewNavigator .current {
 background: url(../template/images/view/none_bg.png) 0 top;
 color: #ffffff;
}

#viewNavigator a, 
#viewNavigator span {
 width: 32px;
 height: 32px;
 margin: 2px;
 float: left;
 text-align: center;
 text-decoration: none;
 font: bold 20px/32px "Lucida Grande", Lucida, Verdana, sans-serif;
 letter-spacing: -4px;
 text-indent: -3px;
}

#viewNavigator span {
 background: url(../template/images/view/none_bg.png) 0 top;
 color: #ffffff;
}

#viewNavigator a {
 background: url(../template/images/view/button_bg.png) 0 top;
 color: #008800;
}

#viewNavigator a:hover {
 background: url(../template/images/view/button_bg.png) 0 bottom;
 text-decoration: none;
 color: #212121;
}

#log {
 float: left;
 display: inline;
 width: 615px;
 margin: 0;
 padding: 0;
 clear: both;
}

#log_res {
 overflow: auto;
 clear: both;
 margin-left: auto;
 margin-right: auto;
}
 
#log_res.ajax-loading {
 padding: 20px 0;
 background: url(../template/images/view/ajax-loader.gif) no-repeat center;
 margin-top: 125px;
 margin-bottom: 125px;
}


