/**
 * This file is part of
 * pragmaMx - Web Content Management System.
 * Copyright by pragmaMx Developer Team - http://www.pragmamx.org
 *
 * pragmaMx is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * --------------------------------------------------------------------
 * Centerblock mxTabs 1.1 for pragmaMx 0.1.10
 * written by (c) 2008 Siggi Braunert, http://www.sb-websoft.com
 * --------------------------------------------------------------------
 **/

.shadetabs{
padding: 2px 0;
margin-left: 10px;
margin-right: 10px;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none; 
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a, .shadetabs li a:visited{
text-decoration: none;
padding: 2px 5px;
margin-right: 1px;
/*border: 1px solid red;#778;*/
/*color: #2d2b2b; */
/*background: #DDDDDD;*/ /* url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:hover{
text-decoration: none; 
/*color:#5B81E0; */
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
/*background-color: blue;*/ 
border-bottom-color: transparent;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
margin-bottom: 1em;
padding: 5px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
