
/* prevent horizontal jumps in firefox */
html { min-height: 100%; margin-bottom: 1px; }

/* primary: netscape sees this: */
body, div, p, th, td, li, dd    {
    /* redundant selectors to help NS4 remember */
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
    	font-size:    9px;
    }


/* should be imported, netscape cannot see: */
body, body div, body p, body th, 
body td, body li, body dd    {
    /* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small;
    /* intended value for better browsers */
}

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
    font-size:    small
    /* be nice to Opera */
}

/* end import */

body{
/*	background: #ffffff url("images/bg.gif") repeat-x top left; */
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}

#pagewrapper {

}



a, a:visited {	
    color:#003399;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #E5ECF3;
}

a:hover {	
	color: #FF0000; 
    background-color:#FFFF99;	
}

img {
    border: none;
    background: none;
}

a.img,
a.img img {
    border: none !important;
    background: none !important;
}

img.with-border { 
   border: 1px solid #DDD;
   padding: 4px;
}

#main-screenshot-logo {
   border: 1px solid #DDD;
   padding: 6px 7px 1px 7px;
}
    

div,th,tr,table,li,ul,form,
blockquote,p,b,i,h3,h4,h5,center,title {
	border: 0px;
	color: rgb(51, 51, 51);
	color: black;
	/* font: 120% Verdana, Tahoma, Helvetica, sans-serif;  */
	font: Verdana, Tahoma, Helvetica, sans-serif; 
	line-height: 1.2em;
}

li {
	margin: 0.5em;
}


h1, h2 {
	padding-right: 5px;
	padding-left: 0px;
	display: block;
	color: rgb(23, 55, 85);
	font: 200% Verdana,Helvetica,Arial,Tahoma,sans-serif;
	letter-spacing: -1px;
	position: relative;
	margin-bottom: 0;
	margin-top: 0.5em;
	padding-bottom: 0.2em;
	padding-top: 0px;
	font-weight:bold;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active {
	color: #809fff;
}

h3 {
	font-size: 130%;
	font-weight: bold;
	color: rgb(33, 80, 123);
	padding-right: 5px;
	padding-left: 0px;
	margin-bottom: 0;
	margin-top: 0em;
	padding-bottom: 0em;
	padding-top: 0px;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	color: #2B6AA3;
}

h5 {
	font-size: 105%;
	font-weight: bold;
        font-style: italic; 
}	


ul {
	font-size: 110%;
}


.vert-align * {
    vertical-align:middle;
}

TABLE.collapsed {
	border-collapse: collapse;
}

#footer a, 
#footer a:link,
#footer a:visited,
#footer a:active {
	color: rgb(164, 164, 164); 
	text-decoration: none;
    border: none;
    background:none;
}
#footer a:hover {
	color: rgb(95, 121, 216);
	text-decoration: none;
}

#footer .powered a, 
#footer .powered a:link,
#footer .powered a:visited,
#footer .powered a:active {
	color: rgb(101, 101, 101);  
	font-weight: normal;
	text-decoration: none;
}

#footer .powered a:hover {
	color: rgb(95, 121, 216);
	text-decoration: none;
}

.copyright {
    color: #777;
    float: left;
}

.powered {
	text-align: center;
	font-size: 85%;
	margin:0; 
	padding:0; 
	line-height: 1em; 
}

.powered .sep {
	font-size: 50%;
}

.bottom-menu {
	clear: both;
	text-align: center;
	padding:3px; 
	margin:0;
	margin-top: 0px;
	margin-bottom: 4px;
	border-top: 1px solid rgb(71, 71, 81); 
	border-bottom: 1px solid rgb(71, 71, 81);
}

.bottom-navigation {
	font-size: 85%;
    float: right;
}

#logo { margin-left: 15px; display: inline;}

.top-navigation {
	font-size: 90%;
	text-align: left;
	color: #333;  
    background: #E6ECF6 url('images/top-bar-bg.gif') repeat-x bottom left;  
    border-bottom: 1px solid #A7ACBF; 
    padding-top: 0.3em;
}

.top-navigation a, 
.top-navigation a:link,
.top-navigation a:visited,
.top-navigation a:active {
	color: rgb(101, 101, 101);  
	text-decoration: none;
}

.top-navigation a:hover {
	color: rgb(95, 121, 216);
	text-decoration: none;
}

.top-navigation .sep {
	font-size: 50%;
}

.topNavButton a {
    color: #2A669D !important;
    border-bottom: 1px solid #AAC2D8 !important;
    margin-top:10px;
    margin-right:8px;
    margin-left:8px;
    font-size:1.0em;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:bold;
    padding-top: 2px !important;
    background: none !important;
    height: 1.2em;
}

.topNavButton a:hover {
    border-bottom: 2px solid #2A669D !important;
    background: none !important;
}

.hpBlock { font-size: 0.9em; background: #F5F5F5 url("images/block_bg.gif") repeat-x top left; border: 1px solid #eee; padding: 0.5em 1em; margin-bottom: 10px;}












.homepage .topNavButton a, 
.homepage .topNavButton a:visited,
.homepage .topNavButton a:active,
.homepage .topNavButton a:link {
    color: #7198BE !important;
    border-bottom: 1px solid #B9D3EB !important;
}

.homepage .topNavButton a.hovering,
.homepage .topNavButton a:hover {
    color: #2A669D !important;
    border-bottom: 2px solid #2A669D !important;
    cursor: pointer;
}


#topNavMainButtons .sep { color: #AAC2D8; font-size: 1em; }

.topNavLeftPanel { padding-bottom: 0.5em; white-space: nowrap;}
.topNavLeftPanel * { vertical-align: middle; }
.topNavLeftPanel span { vertical-align: bottom !important; }


IMG.thumbnail {
    border: 1px solid #000000;
}

pre {
    color: #111;
    font-size: 110%;
}

#footer {
    background: #fff url('images/footer-bg.gif') repeat-x top left;
    border-top: 1px solid #eee; 
}

#footer .sep {
    color: #999;
}

.page-info {
    margin-top: 0px;
    font-size: 85%;
    text-align: right;
    line-height: 1.1em;
    color: rgb(101, 101, 111); 
}

/* start form elements */
TEXTAREA {
	background: rgb(245,245,245);
	border: rgb(150, 150, 150) 1px solid;
        color: black;
}

INPUT.text {
	background: rgb(245,245,245);
	color: black;
	border: rgb(150, 150, 150) 1px solid;
}


INPUT.button {
	background: rgb(245,245,245);
        color: black;
	cursor: pointer;
	border: rgb(150, 150, 150) 1px solid;
}


CODE {
	font-size: 100%;
	font-weight: bold;
	font-family: Lucida Console, Courier New, Courier, Terminal;
}

PRE BR {
	display: none;
}

#linkstable {
	width: 100%;
}

#linkstable td {
	vertical-align: top;
	padding: 10px;
	width: 50%;
}

.linksgroup {
	background-color: rgb(40,40,40);
	border: 1px solid rgb(45,45,45);
	padding: 1em;
	margin-bottom: 2em;
}

.linksgroup H4 {
	margin-top: 0;
}

.nomargins {
	margin: 0;
}

.clear {
	clear: both;
}

.img-noborder {
	border: none;
}

.abstract {
	font-style: italic; 
}

.screenshot {
	border: none;
}

.highlighted {
	color: #BFCFFF;
}

.example-button {
	border: 1px solid #555555;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	background: #666666;
}

.example-menu {
	font-weight: bold;
}

.smallprint {
	font-size: 80%;
}


a.navigation-link, 
a.navigation-link:link,
a.navigation-link:visited,
a.navigation-link:active {
	color: #5D7177;
    background: none;
    border-bottom: none;
}

a.navigation-link:hover {
    text-decoration: underline;
}

acronym {
	border-bottom: 1px dotted rgb(170, 170, 170);
	cursor: help;
}

.top-aligned {
	vertical-align: top;
}

.small-ident {
  padding-left: 0;
  margin-left: 0.7em;
}

.task-done {
  color: #BBBBBB;
  text-decoration: line-through;
}

.help-icon {
   vertical-align: middle;
}


/* float fixer */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfixLeft:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
* html .clearfixLeft {height: 1%;}
/* End hide from IE-mac */
/* end float fixer */

.block {
	width: 500px;
	padding: 4px 1em;
	background-color: rgb(245,245,245);
        border: 1px solid #ddd;
}
