body {
    color:#444444;
    background: #DDDDDD url(images/bg-wires.png) repeat; 
    padding:0px 0px 0px 0px;
    text-align:justify;
    font-family: Helvetica,Arial, 'Open Sans', sans-serif;
    font-weight:400;
    font-size:14pt;	
    line-height: 150%;
}

h1, h2, h3, h4 {
    text-align:center;
    color:#045886;
}

div {
    border-style:none;
    border-width:0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

/* The whole-page wrapper */
div.container 
{
    background-color: #fefefe;
    max-width:1024px;
    margin:0px auto;
    
    border-style:solid;
    border-width:1px;
    border-color:black;
}

div.header 
{
    background: #00192F;
}

img {
	border-style:none;
        border-width:0px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}

a {
        color:#990000;
}

a:visited {
        color:#4C0000;
}

a:hover {
        color:#CC0000;
}

a.menu {
	color: #EEEEEE;
	font-size: 14pt;
	font-weight: bold;
	padding: 6px 6px 6px 6px;
	text-decoration:none;
}
a:hover.menu {
	color: #FFFFFF;
}

div.menu {
	text-align:center; 
	background-color:#045886; 
	padding: 6px 6px 6px 6px;
    	background-color: #045886;

    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#045886', endColorstr='#00192F'); 
    	background: -webkit-gradient(linear, left top, left bottom, from(#045886), to(#00192F));
    	background: -moz-linear-gradient(top,  #045886, #00192F);
	/*
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#610B0B', endColorstr='#8A0808'); 
    	background: -webkit-gradient(linear, left top, left bottom, from(#610B0B), to(#8A0808));
    	background: -moz-linear-gradient(top,  #610B0B,  #8A0808);
	*/
}

div.footer {
	text-align:center; 
	padding: 10px 10px 10px 10px;
	/* background-color:#CCCCCC; */
	color: #CCCCCC;
    	background-color: #00192F; 
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00192F', endColorstr='#045886'); 
    	background: -webkit-gradient(linear, left top, left bottom, from(#00192F), to(#045886));
    	background: -moz-linear-gradient(top,  #00192F,  #045886);
    	font-size: 10pt;
    	line-height:100%;
}

div.box {
	border: #CCCCCC 1px solid;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 2px 2px 2px 2px;
}

/* box with darker background */
div.box1
{
    background-color:#F4F4FF;
    /* color:black; */
    
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    
    margin-left:0px;
    margin-right:0px;
    margin-top:20px;
    margin-bottom:20px;
}

div.box2 
{
    /* background-color:#F4F4FF; */
    
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    
    margin-left:20px;
    margin-right:20px;
    margin-top:20px;
    margin-bottom:20px;    
}

/*
    This box is used for a context menu hanging on the right side of the text.
 */
div.right-box {
	border: #CCCCCC 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	float: right;
}

div.login 
{
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:30px;
	margin:0px;
	text-align:right;
        font-size:10pt;	
}

/*
    Standard content page must have some
    padding between the borders of the page and the text.
    Standard content div does not have a specific border around it.
 */
div.content 
{
	padding-left:100px;
	padding-right:100px;
	padding-top:30px;
	padding-bottom:30px;
	margin:0px;
}

div.wide_content 
{
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:30px;
	margin:0px;
}


/*
    Create a margin around the two column table on the index page
 */
div.index_content {
	padding:0px 0px 0px 0px;
	margin:2px 2px 2px 2px;
}

/*
    Tables used in content (downloads or benchmarks).
 */
table {
    border: 1px solid #CCCCCC;
    width:100%;
}

tr {
}

th {
    text-align:center;
    vertical-align:top;
    background:#E8F0F4; 
    padding-left : 4px;
    padding-right : 4px;
    padding-top: 6px;
    padding-bottom: 4px;
}

td 
{
    padding-left : 4px;
    padding-right : 4px;
}

table.log {
    font-size: 10px;
}


td.log {
    vertical-align:top;
    max-width:300px;
    word-wrap:break-word;
}

table.download {
    border: 1px solid #CCCCCC;
}


th.download {
    /*vertical-align:top;*/
    background:#E8F0F4; 
    padding-left: 4px;
    padding-right: 4px; 
    padding-top: 6px;
    padding-bottom: 6px;
}

td.download {
    /*vertical-align:top;*/
    padding-left: 4px;
    padding-right: 4px; 
    padding-top: 6px;
    padding-bottom: 6px;
}

/*
    Two-column table used on the home page
    to lay the blocks out.
 */
table.twocol 
{
    width:100%;
    border-style:none;
    border-collapse:collapse;
}

table.twocol tr 
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

table.twocol td 
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width:50%; 
    vertical-align:top;
}


table.features
{
    width:100%;
}

table.features tr 
{
}

table.features tr:nth-child(even) 
{
    background-color:#F8F8F8;
}

table.features td 
{
    vertical-align:top;
    text-align: left;    
}

pre 
{
    background-color:#F8F8FF;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size:10pt;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
}


ul li 
{
    /* color: #0066CC; */
    /* list-style-image: url(images/bullet2.gif); */
    /* list-style-type:circle; */
}

/*
    Comntainer for expandable block
 */
div.expand_content {
    display: none;
}

/*
    Expandable block header.    
 */
div.expand_header 
{
    cursor: pointer;
    vertical-align : middle;
}

/*  
    Expandable block image
 */
img.expand_image 
{
    content: url("images/expand.png"); 
    cursor: pointer;
}

/*
ol { counter-reset: item; }
ol li:before  
{
    content: counters(item, ".")"."; 
    counter-increment: item; 
} 
*/


/*
input 
{
    width : 100%;
}
*/

textarea 
{
    width : 100%;
}

textarea.quote 
{
    width : 100%;
    text-align : left;
    font-family : Helvetica, Arial, 'Open Sans', sans-serif;
}