/* Standard components of web pages */

div#pageHeader { clear: both; }
div#pageTitle  { }
div#pageBody   { }
div#pageFooter { clear: both; }

/* Styling the navigation bar -- part of pageHeader */


/* Link badges -- currently used in the pageFooter */

.badge
{
    float: right;
    line-height: 110%;
    padding: 2px;
    margin-right: 2px;
    /* font-style: italic; */
}

.badge:hover { background-color: #ccccff; }

/* Floating elements */

.floatRight
{
    float: right;
    margin-left: 1em;
}

/* Abstracts of papers */

div.abstract
{
    /*
    font-family: sans-serif;
    font-size: 83.33%;
    */
    font: 11px/14px Georgia, serif;
    text-align: justify;
    margin-left: 2em;
    margin-right: 1em;
    margin-top: 1ex;
}

.gdbListImg
{
	float:left;
	margin-top: 3px;
	width: 169px; 
	height: 32px;
}

.gdbLogoBig
{
	float:left;
	margin-top: 0px;
	width: 470px; 
	height: 123px;
}

.gdbList
{
	margin-left: 5px;
	text-align: justify;
}

.gdbMainFeatures
{
	color: #999999;
    font-size: 11px;
	font-weight: bold;
/*	vertical-align: baseline; */
	margin-left: 0px;
	text-align: left;
}

.gdbFeaturesListItem
{
    font-size: 12px;
	text-align: left;
	margin-right: 0px;
	margin-left: -15px;
}

.gdbVersionHistoryItem
{
    font-size: 12px;
	text-align: left;
	margin-right: 0px;
	margin-left: 60px;
}

.gdbLinuxBetaHistoryItem
{
    font-size: 12px;
	text-align: left;
	margin-left: 0px;
}

.columnMain
{
	text-align: left;
	color: black;
}
.columnMainBold
{
	text-align: left;
	color: #ff3300;
	font-weight: bold;
}

.tableLeftSide
{
	width: 46%;
	text-align: right;
}
.tableMiddle
{
	width: 8%;
	text-align: center;
}
.tableRightSide
{
	width: 46%;
	text-align: left;
}
.tableLeftSideSpacer
{
	border-top: 4px solid #ff3300;
	text-align: right;
}
.extensionsList
{
	color: #666666;
	font: 12px/20px Courier, Verdana, sans-serif;
}

/* purchase css definitions */

#payment_info
{
	border-top: #ff3300 2px solid;width:100%;float:left;
}

#product_info
{		
	width:100%;	border-top: #ff3300 2px solid;	float:left;
}

#billing_info_line, #licensee_info
{
	border-top: #ff3300 2px solid;	

}

input.number_textbox 
{	
	width:20px;	border:none;
}

#american_express
{
	visibility:hidden;	
	height:0px;
}


#errors
{
	color:#ff3300;
}
td.details_left_td,td.details_left_td2,td.details_left_td3,td.details_left_td4
{
	width: 45%;		border-right: gray solid 1px;	border-bottom: gray solid 1px;	text-align:left;
}

td.details_right_td,td.details_right_td2,td.details_right_td3,td.details_right_td4
{
	width: 60%;		border-right: gray solid 1px;	border-bottom: gray solid 1px;	text-align:right;
}

td.details_right_td2, td.details_left_td2,td.details_right_td3, td.details_left_td3
{
	border:none;
	
}
td.details_right_td2,td.details_left_td2
{
	width:50%;
}

td.details_left_td3,td.details_left_td4
{
	width:60%;
}

td.button_left_td
{
	width: 40%;	
}

td.button_right_td
{
	width: 60%;
}


.xstooltip
{
	border-right: #cccccc 1px solid;
	padding-right: 3px;
	border-top: #cccccc 1px solid;
	padding-left: 3px;
	z-index: 2;
	background: #eeeeee;
	left: 0px;
	visibility: hidden;
	padding-bottom: 3px;
	margin-left: -100px;
	border-left: #cccccc 1px solid;
	padding-top: 3px;
	border-bottom: #cccccc 1px solid;
	position: absolute;
	top: 0px;
}
table.sample {
	margin: 5px;
	background-color: #cccccc;
	
}
table.sample TD {
	padding: 5px; 	
	font-size: 0.9em; 
	background-color: white
}

.btn{
	background-color:White;
	border:#ff3300 1px solid; 
	font-weight:bold;
}

.btn:hover {color: purple;  text-decoration: underline }