@charset "UTF-8";
/* CSS Document */

/*
*
* jNewsticker CSS 
*
*/

body { 
  font: 75%/1.5em 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;    
  /* background-color: #dde2df; */
  color: #666666;
  margin: 0 0 0 0;
}

.wrapper {
  /* width: 860px; */
  margin: 0px auto;  
  position: relative;
}

/* Main content area */

#main {
  padding: 0 0 0 0;
  margin: 0 5px 0 0;
}

.demo {
  margin-top: 2em;
  margin-bottom: 3em;
}

.screenshot {
  width: auto;
  margin: 1em auto;
}

h2 {
  margin-bottom: 1em;
}

h3 {
  margin: 1.5em 0 1em;
  font-style: italic;
}

a {
  text-decoration: none;
  font-weight: bold;
}

p {
  margin-bottom: 1em;
}

h4 {
  /* text-transform: uppercase; */
  margin-bottom: 0.5em;
}

.hide {
display: none;
}

.plus {
margin-left:25px; font-weight:bold;
color:#676767;
/* width: 60px; text-align:center; */
}

table.type1 {
	border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	border-collapse: collapse;
}
table.type1 th {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}
table.type1 td {
	border-style:solid; border-width:0px 0px 1px 0px;
	padding: 3px;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}
table.type2 {
	border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	border-collapse: collapse;
}
table.type2 th {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}
table.type2 td {
	border-style:solid; border-width:0px 0px 1px 0px;
	padding: 3px 30px 3px 3px;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}