/*
Theme Name: Guy's Weaver II Pro 
Theme URI: http://weavertheme.com
Description: Replaces some pages
Author: Guy Morazain
Author URI: http://weavertheme.com/about
Version: 1.0
Tags: custom-header, custom-colors, custom-background, custom-menu, theme-options, left-sidebar, right-sidebar, fixed-width, three-columns, two-columns, black, blue, brown, green, orange, red, tan, dark, white, light
Template: weaver-ii-pro

!!!!!!!!!!!!!!!!! IMPORTANT: Change above from weaver-ii to weaver-ii-pro for Pro version !!!!!!!!!!!!!!!!

This program 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 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/* use this import for Weaver II Pro
@import url('../weaver-ii-pro/style.css');
*/

/* use this import for Weaver II Basic */
@import url('../weaver-ii/style.css');

#dataTable table {
width:450px;
border:1px solid black;
}

table.bugaboo
{ 
font-family: Verdana;
font-weight: normal;
font-size: 14px;
border-collapse: collapse;
border-spacing: 0px;
margin: 0px;
border:none;
width:100%;

}

table.bugaboo table.inner
{ 
font-family: Verdana;
font-weight: normal;
font-size: 14px;
border-collapse: collapse;
border-spacing: 0px;
margin: 0px;
border:none;
width:100%;

}


table.bugaboo tr.top
{ 
vertical-align:top;
	border:none;
}


table.bugaboo td
{ 
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 14px;
background-color: white;
text-align: left;
padding: 0px;
border:none;
} 

table.bugaboo td.title
{ 
font-family: Verdana, sans-serif, Arial;
font-weight: bold;
font-size: 16px;
color:blue;
background-color: white;
text-align: center;
padding: 0px;
border:none;

} 

table {
	border-collapse:collapse;
	border-spacing:0;
	border:none;

}
th {
	text-align:left;
	padding:0px 0px;
	border:none;

}
td {
	margin:0;
	padding:0px 0px;
	border:none;
}
tr
{ 
vertical-align:top;
	border:none;
	}

#bugOuter table {
font-family: Verdana;
font-weight: normal;
font-size: 14px;
border-collapse: collapse;
border-spacing: 0px;
margin: 0px;
border:none;
width:100%;
}