/* 
Theme Name: ScreamingToaster2 
Theme URI: http://screamingtoaster.com 
Description: Variable width theme. 
Version: 2.0 
Author: Nazmul Idris 
Author URI: http://developerlife.com 
Tags: fluid width, variable width, blue, white, rounded corners, two columns, right sidebar, widgets, simple, valid CSS, valid XHTML
*/

hr{
  border:0;
  color: #D9D9D9;
  background-color: #D9D9D9;
  height: 3pt;
}

.imagecenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.heading1 {
    font-family: 'Lucida Grande', Arial;
    font-size: 1.3em;
    font-weight: bold;
    /*color: #BBBBBB;*/
    color: #666666;
}

.heading2 {
    font-family: 'Lucida Grande', Arial;
    font-size: 1.2em;
    font-weight: normal;
    color: #999999;
}

.heading3 {
    font-family: 'Lucida Grande', Arial;
    font-size: 1.2em;
    font-weight: normal;
    color: #555555;
}

.largetext {
    font-size: 1.1em;
    color: #888888;
}

.tabtext{
    color: #888888;
}


body {
	background:#F0F0F0;
	color:#555;
	font-size: 10pt; 
	font-family: 'Lucida Grande', 'Segoe UI', Verdana, Arial, Sans-Serif;
	margin:5pt;
	text-align:center;
}

p, blockquote {
	text-align:left;
}

a {
	color:#3462A9;
	text-decoration:none;
}
a:hover { 
        color:#108FCF;
	/*background-color:#ffc;*/
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Segoe UI', 'Lucida Grande', Verdana;
  /*color:#4B87AE;*/
  color:#0379C3;
}

blockquote {
  background: url(images/quote.gif) no-repeat; 
  margin: 0 1em 0 1em; 
  padding: 1em 1em 1em 4em;
  color: #797C80;
}

blockquote blockquote {
  padding-left:4em;
}

input {
	font-size:1.2em;
}

input[type=text], textarea{
	background:transparent;
	border:medium solid #CCCCCC;
}

input[type=submit] {
/*
	background:#eee;
	border:1px outset #aaa;
*/
}

input[type=text]:focus, textarea:focus {
	background:#ffc;
}

pre, code, textarea {
	font-size:12px;
}

code {
	color:#000;
}

img {
	border:0;
}

/* Layout */
#page {
	min-width:760px;
	margin:0 auto;
	text-align:left;
}
#wrapper {
	clear:both;
	margin:1em 5%;
}
#content {
	width:100%;
	float:left;
}
#sidebar {
	width:0%;
	float:right;
}
#footer { 
	clear:both;
	margin:0 5em;
}

/* Header */
#header {
	height:96px;
	/*background: url("images/bg_header_repeatx.png") repeat-x;*/
  /*background: url("images/snowman.png") top left no-repeat;*/
  /*background: url("http://drivelikeagirl.com/wp-content/uploads/2009/01/obama1.png") top left no-repeat;*/

}

#header div {
	height:96px;
	#background:url('images/header.png') no-repeat 55em 0%;
}

#header div div {
	height:96px;
	background:none;
	/*background:url('images/header_bg_right.png') no-repeat top right;*/
  /*background: url("images/xmastree.png") top right no-repeat;*/
  /*background: url("http://drivelikeagirl.com/wp-content/uploads/2009/01/obama2.png") top right no-repeat;*/
}

#header div div div {
	height:auto;
	background:none;
}

.header-title {
  font-family: 'Segoe UI', 'Lucida Grande', Verdana;
	float:left;
	position:absolute;
	top:5px;
	left:5%;
	margin:5px;/
}

.header-title h1 {
	margin:0;
	font-size:24pt;
	color: #0379C3;
}
.header-title h1 a {
	background:transparent;
	color: #0379C3;
}
.header-title h1 a:hover {
	background:transparent;
	color: #0379C3;
}
.header-title p {
	margin:0;
	font-size: 14pt;
	font-weight: bold;
	background:transparent;
	color: #999999;
}

#header .search {
	width:20%;
	float:right;
	padding:35px 74px 0 0 ;
}

#header #searchform input {
	width:100%;
	background:#CFCFCF;
	color:#5E5E5E;
	border:2px solid #fff;
	padding:0.2em 0.2em;
	font-family: "Lucida Grande", "Segoe UI";
  font-size:12pt;
}

#header #searchform input:focus {
	color:#fff;
	background:#134CB1;
}
/* Header ends here */

/** Archives pages */
.archivediv{
  margin:0px auto;
  padding:2pt;
  text-align:left;
  width:98%;
  border:2pt #CFCFCF solid;
  background:#FFFFFF;
}

.archiveheader{
  margin:0;
  background-color:#DFDFDF; 
  border:thin solid #BFBFBF; 
  padding:0 4pt 0 4pt;
}

/* List of all categories formatting */
.postlink{
  margin-top: 0em;
  margin-bottom: 0.5em;
  line-height:1.1em;
  text-align:left;
}

.allcatsdiv{
  font-size:8pt;
  margin:4pt auto 0 auto;
  padding:2pt;
  text-align:left;
  width:98%;
  border:2pt #CFCFCF solid;
  background:#FFFFFF;
}

.allcatsdiv table tr td {
  vertical-align: top;
  border: solid thin #DFDFDF;
  padding:6pt;
  margin:4pt;
  background-color:#F6F6F6;
}

/* table styling for pages */
table.style1 {
  background: url("images/bg_header_repeatx_apple2.jpg") repeat;
  width: 100%; 
  padding: 3pt;
  border-spacing: 0pt;
}

table.style1 td {
  padding:15pt;
  /*background: url("images/transparentgray_texture.png") repeat;*/
}

/* table styling for pages */
table.style2 {
  background: url("images/transparentgray_texture.png") repeat;
  width: 100%; 
  padding: 3pt;
  border-spacing: 0pt;
}

table.style2 td {
  padding: 15pt;
  /*background: url("images/transparentgray_texture.png") repeat;*/
}


/* table styling for pages */
table.style_cork {
  background: url("images/corktexture.png") repeat;
  width: 100%; 
  padding: 3pt;
  border-spacing: 0pt;
  color:#FFF;
  font-weight:bold;
  font-size:1.1em;
}

table.style_cork td {
  border-width:3pt;
  padding: 10pt;
  /*background: url("images/transparentgray_texture.png") repeat;*/
}

/* breadcrumbs navigation */
table.breadcrumbs {
  font-family: "Segoe UI", "Lucida Grande", "Verdana";
  width:auto;
  margin-left:auto;
}

table.breadcrumbs td {
  /*background: url("images/bg_header_repeatx_apple.jpg") repeat;*/
  font-weight: bold;
  font-size: 1.3em;
  padding: 0 4pt 0 4pt; 
}

table.breadcrumbs td.current {
  font-weight: bold;
  font-size: 1.6em;
  color: #666;
  background: #DDD;
  /*background: url("images/blackveil.png") repeat;*/
}

/* homepage (dashboard) */
.hpdiv{
  margin:4pt auto 0pt auto;
  padding:2pt;
  text-align:left;
  width:98%;
  border:2pt #CFCFCF solid;
  background:#FFFFFF;
}

.dashboard {
  background: url('images/dashboard.png');
  margin-left:auto;
  margin-right:auto;
  width:170px;
  height:48px;
}

.hpdiv table{
  padding:0;
  margin:0;
  width:100%;
}

.hpdiv table tr td {
  width:33%;
  vertical-align: top;
  border: solid thin #DFDFDF;
  padding:6pt;
  margin:4pt;
  background-color:#F6F6F6;
}

.hpdiv table tr td h3 {
  color: #686868;
  font-size:12pt;
  margin:0;
  padding:0em 0 1em 0;
}

.hpdiv table tr td ul {
  padding:0 1em 0 1em;
  margin:0 1em 0 1em;
  list-style-type: square;
}

.hpdiv table tr td ul li {
  font-size:9pt;
  padding-bottom: 0.5em;
}

/* homepage ends here */

/* Sidebar*/
#sidebar {
}

#sidebar div {
}

#sidebar div div {
}


#sidebar #searchform {
  text-align:center;
}

#sidebar h2 {

	color:#686868;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding-top:3pt;
	padding-bottom:3pt;
	padding-left:4pt;
}

#sidebar p {
	text-align:left;
	margin-top:0;
	color:#666;

}

#sidebar ul {
	list-style:none;
	margin-left:0;
	padding:4pt;
	font-size:1.1em;
}

#sidebar ul ul {
	font-size:1em;
/*	padding-left:3pt;*/
}

#sidebar ul ul ul{
	padding-left:1em;
}







#sidebar ul li {
        padding:1pt;
	margin-bottom:1em;
	border:solid 2pt #CFCFCF;/*#FFFFFF;*/
	background-color: #fff;/*#E1E2E3;*/
}

#sidebar ul li ul li {
	margin-bottom:2pt;
        padding-left:16pt;
	border:none;
	background: url('images/bullet.png') no-repeat left center;
}

#sidebar ul li ul li a {
	color:#686868;
	text-decoration:none;
}

#sidebar ul li ul li a:hover {
	color:#108FCF;
	text-decoration: underline;
}

/* Sidebar ends */

#content {
	text-align:left;
}

h2.archive-title {
	font-size:1.4em;
}
h2.pagetitle {
	font-size:2em;
}

/*
#content ul {
	list-style:url('images/list-style.png');
}
*/

/* Post */
.post {
	padding:4pt;
  margin:4pt;
}

.post-title {
}

.post-title div {
}

.post-title h2, .post-title h3 {
	font-size:2.2em;
	font-family: 'Segoe UI', 'Lucida Grande',  Verdana;
	background: url('images/bg_title_repeatx.png') repeat-x;
	margin-top: 4pt;
	margin-bottom: 4pt;
  padding: 4pt;
  border: #CFCFCF solid thin;
}

.post-title h2 a, .post-title h3 a{
	/*color:#DF0D29;*/
	color:#fff;
}

.post-entry, .archives {
    margin: 4pt;
    padding: 8pt;
    font:1.1em 'Lucida Grande', 'Segoe UI', Verdana, Arial, Sans-Serif;
}

.post-entry a {
	/*border-bottom:1px solid #eee;*/
}

.pre-meta {
	font-family: 'Lucida Grande', 'Segoe UI', Verdana;
  font-size: 9pt;
  font-weight: bold;
	color: #DFDFDF;
}

.post-meta {
	background: url('images/bg_header_repeatx.png') repeat-x top left;
  padding: 0.5em;
	margin-top:1.0em;
	margin-bottom: 4pt;
	font-size:1.1em;
	font-weight: bold;
	line-height:1.7em;
	/*color: #EFEFEF;*/
}

.continuereading {
  background: url('images/continuereading.png') no-repeat 0 8px;
  padding-top:16px;
  padding-bottom:16px;
  padding-left:40px;
  font-weight: bold;
}

.relatedposts {
  padding: 0.5em 0 0.5em 0;
}

.relatedposts dd {
  padding: 0.5em;
}


.post table {
  width:auto;
  margin-bottom: 1em;
  border:none;
}

.post table tr td {
        margin-right:2em;
        padding-right:2em;
        border:none;
}

/* Post ends */


/* Comments */
.freshcomment{
  font-size:8.5pt;
}

.nocomments {
  background: url('images/nocomments.png') 5px 0 no-repeat;
}

.onecomment {
  background: url('images/onecomment.png') 5px 0 no-repeat;
}

.manycomments {
  background: url('images/manycomment.png') 5px 0 no-repeat;
}

#comments {
	padding:4pt;
	background-color: #fff;
	color: #565656;
	border: solid medium #DEDEDE;
}

#comments h3 {
  margin:0;
  padding:0;
	font-size:16pt;
}

#comments form p input {
  font-family: 'Segoe UI', 'Lucida Grande', Verdana;
  font-size: 10pt;
}

#comments form p label small {
  font-size:8pt;
}

.comment-author{
  font-size:9.5pt;
  font-weight:bold;
  border-left:solid thick #CFDAFF;
  padding-top:1em;
  padding-left:1em;
}

.comment-meta{
  font-size:9pt;
  border-left:solid thick #CFDAFF;
  padding-bottom:1em;
  padding-left:1em;
}

.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}

.even {
  padding-bottom:1em;
}

.odd { 
  padding-bottom:1em;
}

.depth-1 {
  background-color:#F5FCFD;
}

.depth-2 {
  background-color:#EFF4FF; 
}

.depth-3 {
  background-color:#E8F0F2; 
}

.depth-4 {
  background-color:#F2F5FE; 
}

.depth-5 {
  background-color:#DFF1FD; 
}

.commentlist li {
	padding:2em 1em 1em 2em;
	overflow:auto;
	border-left:medium solid #DDDDDD;
        margin:0;
}

.commentlist p {
	margin:0.5em 0;
	font:1.1em/1.5em 'Lucida Grande', 'Segoe UI', Verdana, Arial, Sans-Serif;
	text-align:left;

}
.commentlist p a, .commentlist h4 a {
	border-bottom:1px solid #eee;
}
.commentlist h4 {
	font-size:10pt;
	margin:0;
}
.commentlist cite {
	font-style:normal;
}
.commentlist img.avatar {
	float: right; margin: 0 0 0 10px; padding: 3px; border:1px solid #eee;
}

.commentmetadata {
  font-size:8pt;
}
/*
textarea#comment {
	width:100%;
	font-size:1.6em;
}
*/
textarea#comment {
	width: 98%;
	height: 25em;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: "Lucida Grande", "Segoe UI", Verdana;
	font-size:9pt; 
}

/* Comment ends */


/* Search results */
.searchresult {
	clear:both;
}
.searchresult h3 {
	font-size:1.2em;
	margin:0;
	padding:1em 0 0 0;
}
.searchresult p {
	margin:0;
	padding:0 0 1em 0;
}
/* Search ends */
 
/* Footer */

#footer { 





	padding:1em;




	color:#888;
	text-align:center;
	font-size:1em;
}

/* Footer ends */

/* Navigation */
.navigation {
  margin:0px auto;
  padding:0;
  text-align: center;

  width:95%;
/*
  border: solid thin #CFCFCF;

  background:#E1E2E3;
*/
  color:#828282;
}

.navigation table {
  width:100%;
  padding:0;
  margin:0;

}







.navigation-left {
  background: url('images/left.png') left center no-repeat; 
}
.navigation-left p {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left:20px;
  text-align: left;
}

.navigation-right {
  background: url('images/right.png') right center no-repeat;
}

.navigation-right p {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right:20px;
  text-align: right;
}

/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#68b;
}
#wp-calendar thead th {
	font-weight:bold;
	color:#888;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
/* Calendar ends */


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   text-align:center;
}



/** 
For the rounded class, you will need the following number of nested divs: 7 

Usage eg: <div class="rounded"><div><div><div>... 7 times ...</div></div></div>... 7 times

For more information read - http://www.devarticles.com/c/a/JavaScript/Building-Rounded-Corners-With-CSS-and-JavaScript/4/
*/

.rounded {
  background-color: #FFFFFF;
  background-image: url('images/txs.png'); 
  background-repeat: repeat-x;
  background-position:center top;
  height:auto;
}

.rounded div {
  background: url('images/lys.png');
  background-repeat: repeat-y;
  background-position: left top;
  height:auto;
}

.rounded div div {
  background: url('images/rys.png');
  background-repeat: repeat-y;
  background-position: right top;
  height:auto;
}

.rounded div div div {
  background: url('images/bxs.png');
  background-repeat: repeat-x;
  background-position: center bottom;
  height:auto;
}

.rounded div div div div {
  background: url('images/rt.png') top right no-repeat;
  height:auto;
}

.rounded div div div div div {
  background: url('images/lt.png') top left no-repeat;
  height:auto;
}

.rounded div div div div div div {
  background: url('images/lb.png') bottom left no-repeat;
  height:auto;
}

.rounded div div div div div div div {
  background: url('images/rb.png') bottom right no-repeat;
  height:auto;
}

.rounded div div div div div div div div {
  background: none;
  height:auto;
  clear:both;
}


/*SPRY STUFF*/
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    /*margin: 0px;*/
    /*padding: 0px;*/
    /*float: left;*/
    /*clear: none;*/
    width: 100%;

}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
    margin: 0px;
    padding: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
    text-align: center;
    /*background-color: #DDD;*/
    position: relative;
    top: 1px;
    float: left;
    padding: 4px 10px;
    /*margin: 0px 1px 0px 0px;*/
    margin: 0px;
    font: bold 1em Arial;
    list-style: none;
    /*border-left: solid 1px #CCC;*/
    /*border-bottom: solid 1px #999;*/
    /*border-top: solid 1px #999;*/
    /*border-right: solid 1px #999;*/
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
    background-color: #CCC;
    background: url('images/bg_header_repeatx_apple.jpg') repeat-x top left;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
    /*background-color: #626262;*/
    background: url('images/bg_header_repeatx_apple2.jpg') repeat;
    /*background-color: #EEE;*/
    /*border-bottom: 1px solid #EEE;*/
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
    color: black;
    text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
    color: #888888;
    clear: both;
    /*border-left: solid 1px #CCC;*/
    /*border-bottom: solid 1px #CCC;*/
    /*border-top: solid 1px #999;*/
    /*border-right: solid 1px #999;*/
    background-color: #EEE;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
    /*padding: 4px;*/
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
    background: url('images/bg_header_repeatx_apple.jpg') repeat-x top left;
    float: left;
    width: 10em;
    height: 20em;
    background-color: #EEE;
    position: relative;
    /*border-top: solid 1px #999;*/
    /*border-right: solid 1px #999;*/
    /*border-left: solid 1px #CCC;*/
    /*border-bottom: solid 1px #CCC;*/
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
    float: none;
    margin: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
    background-color: #EEE;
    /*border-bottom: solid 1px #999;*/
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
    clear: none;
    float: left;
    padding: 0px;
    width: 30em;
    height: 20em;
}


