﻿/*body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    background-color:#dcdcdc;
    margin:0px;
    padding:0px;
}

.TopHeader
{
    padding: 5px 0px 5px 25px;
	border-bottom: 1px solid #404040;
	background-color: #000000;
	color: #ffffff;
	font-family: 'Lucida Sans Unicode' , Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}

.Content
{
    background-color:#f3f3f3;
}
*/

.BulletList
{
    margin: 0px 0px 0px 5px;
    border: 0px;
}
.BulletList li
{
    border: 0px;
    padding: 0px;
    margin: 0px 0px 0px 20px;
    list-style: disc none outside;
    float:none;
}

.Tabs
{
    font-size: 20pt;
    margin: 0px;
    padding: 15px 0px 1px 10px; /*  background-color: #336699;*/
    background-color: #ffffff;
    border-bottom: 1px solid #808080;
}
.Tabs UL
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.Tabs LI
{
    list-style: none;
    margin: 0px;
    display: inline;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    border-left: 1px solid #808080;
    border-bottom: none;
    background-color: #ffffff;
    padding: 2px 5px 2px 5px;
}
.Tabs a
{
    color: #0000ff;
    text-decoration: none;
}
.Tabs a:link
{
    color: #0000ff;
    text-decoration: none;
}
.Tabs a:hover
{
    text-decoration: underline;
}

.Content
{
    margin: 10px 10px 0px 10px;
}

.AppsList
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14pt;
}
.AppsList li
{
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    border-left: 1px solid #CCCCCC;
    padding: 5px;
    margin: 5px 20px 5px 0px;
    background-color: #ffffff; /*border: 2px groove #CCCCCC;*/
    width: 425px;
    min-height: 225px;
    float: left;
    background-color:#fefefe;
}

.AppName
{
    font-weight: bold;
    font-size: 16pt;
    color: #000080;
}
.AppName a, .AppName a:link, 
{
    font-weight: bold;
    text-decoration: none;
}
.AppName a:hover
{
   font-weight: bold;
    text-decoration: none;
	color:#FF3366;
}


.AppCategory
{
    font-weight: bold;
    font-size: 13pt;
}

.AppCost
{
    color: #008800;
    font-size: 13pt;
}

.AppLink
{
    font-weight:bold;
    font-size: 16pt;
    margin: 10px 0px 0px 0px;
}

.AppDescription
{/*
    display: none;
    visibility: hidden;
*/

}
