


#index{
	font-size: 120%; 
	width: 400px;
	margin: 0;
	padding: 0;
	text-align:		center;
/*	border: 1px solid #dddddd;	*/
	
}


.note{
	font-size: 80%;
	color: #444444;
	text-align:		center;
			
}

.small{
	font-size: 60%;
	font-weight: bold;

}
.new {
	font-size: 70%;
	font-weight: bold;
	color: #ff0000;			
}





#help-inset {
    float: right;
    width: 150px;
}
#inset {
}



#help {
	width: 450px;
	padding-left: 10px;
}

#help img{
/*	float: right; */
}

.inline p{
}

.inline h3 {
	clear: both;
}


.inline img {
    float: right;
	margin: 0;
	margin-top: 20px;
	margin-right: 10px;
}

.list-pro
{
	list-style-type: square;
	color: #405060;
	list-style-image: url(/images/tick.gif);
}
.list-pro li
{
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}

.list 
{
	list-style-type: square ;
	color: #405060;	
}
.list li
{
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}
.list a
{
}

.help-list 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
.help-list ul
{
	margin: 0px;
	padding: 2px;
}
.help-list li {
	margin: 0;
	padding-left: 0;
}
.help-list li a
{
	width: 100%;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #eeeeee;
    display: block;	
	padding-left: 3px;
	border-bottom: 1px solid #ffffff;
}
.help-list li a:hover
{
	background-color: #dddddd;	
	color: #002050;	
}

.pro-table{
	padding: 5px;
    width: 350px;
	border-right: 1px solid #cccccc;
	
}
.pro-table ul li{
}

.gold-table{
	padding: 5px;
    width: 350px;
}


.lite-table{
	margin: 3px;
	padding: 2px;
/*	background-color: #dddddd;*/
/*	border: 1px solid #cccccc;*/
	float: right;
	width: 300px;
	margin-right: 5px;
}


.stats{
	margin-top: 20px;
	text-align: center;
}


.table-vgrey {
	background-color: #eeeeee;
	border: thin solid #cccccc;
}

.table-vgrey td{
	border-left: thin dashed #cccccc;
}

.table-white {
	border: thin solid #cccccc;
}

.table-white td{
  border-bottom: thin dashed #cccccc;
  padding: 0.5em 0em;  
}


.table-xlu {
	border: none;
}

.table-xlu td{
  border: none;
  padding: 0.5em 0em;  
}


.table-white td img {
  vertical-align: middle;
}

.table-white td label {
  display: block;
  float: left;
  margin: 0.5em 1em;  
}

.table-white .labdiv {
  display: block;
  float: right;
  margin: 0em 3em;  
}


.table-yellow {
	background-color:#FFFFCC;
	border: thin solid #cccccc;
}


.table-grey {
	background-color: #eeeeee;
	border: thin solid #cccccc;
}

.table-grey td{
	border-bottom: thin dashed #cccccc;
}

.table-bgrey {
	background-color: #eeeeee;
	border: thin solid #cccccc;
	color: #FFFFFF;
}

.table-bgrey td{
	background-color: #000000;
}


.table-grey-small {
	background-color: #eeeeee;
	border: thin solid #cccccc;
	font-size: 70%;
}

.table-grey-small td{
	border-bottom: thin dashed #cccccc;
	border-left: thin dashed #cccccc;
	padding: 1px;
	margin: 1px;

	padding-left: 5px;
	padding-right: 5px;
}



.link-table {
	background-color: #eeeeee;
	border: thin solid #cccccc;
	width: 350px;
	padding: 5px;
	margin-left: 40px;
	text-align: left;
}

.link-table p{
	font-size: 60%;
}

.link-table a{
	font-size: 150%;
}

.cmp-table{
	background-color: #eeeeee;
	border: thin solid #cccccc;
	padding: 2px;
	border-collapse:collapse;
}

.cmp-table td {
	border-bottom: thin solid #cccccc;
	padding: 5px;
}


.faq {
	font-size: 60%;
}

img.center {
	border: none;
}

img.left {
	border: none;
	float: left;
}
img.right {
	border: none;
	float: right;
}

img.right-clear{
	border: none;
	float: right;
	clear: both;
}

img.left-clear{
	border: none;
	float: left;
	clear: both;
}


.download {
	text-align: center;
	font-size: 80%;
}

.download img{
	border: none;
}


.intro {
	color: #202040;
}

.intro h1{
	color: #202040;
	font-size: 80%;
}

.pro h3{
	color: #202040;
	font-size: 80%;
}



.box {
	background-image: url(/images/box-bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	width: 200px;	
	color: #404060;
	margin-bottom: 5px;
}

.box p {
	font-size: 70%;
	background-color: #e8e8e8;
	padding: 1px 2px;
}

.box ul{
	font-size: 70%;
	background-color: #e8e8e8;
	padding-left: 20px;
	padding-top: 5px;
	margin: 0;
}

.box li{
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

.box h1{
	color: #ffffff;
	font-size: 90%;
	background-image: url(/images/box-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #a1b7bb;
	padding-left: 5px;
	padding-top: 2px;
}

.box h2{
	font-size: 150%;
	background-color: #e8e8e8;
}



.box2 {
	padding-bottom: 15px;
	width: 200px;	
	background-color: #e8e8e8;
}

.box2 p {
	font-size: 60%;
	background-color: #e8e8e8;
	padding-left: 5px;
	padding-top: 5px;
}

.box2 h1{
	color: #000000;
	font-size: 80%;
	background-color: #e8e8e8;
	padding-left: 5px;
	padding-top: 2px;
	text-align: center;
}

.greybutton a, .greybutton a:visited 
{
  position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color:#a1b7bb; 
  color:#fff; 
  display:block; 
  border:2px solid #fff;
  border-color:#def #678 #345 #cde;
  padding:0.3em;
  vertical-align: middle;
  margin:auto;
}

.greybutton a:active 
{
  top:1px;
  left:1px;
  color:#fff;
  border-color:#345 #cde #def #678;
}

.greybutton a:hover 
{
  background-color:#b1c7cb; 
}




.goldbutton a, .goldbutton a:visited 
{
  position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color:#C5A32C; 
  color:#fff; 
  display:block; 
  border:2px solid #fff;
  border-color:#def #678 #345 #cde;
  padding:0.3em;
  vertical-align: middle;
  margin:auto;
}

.goldbutton a:active 
{
  top:1px;
  left:1px;
  color:#fff;
  border-color:#345 #cde #def #678;
}

.goldbutton a:hover 
{
  background-color:#e5c34C; 
}


