@CHARSET "ISO-8859-1";
@import url("./960/reset.css");
@import url("./960/text.css");
@import url("./960/960.css");

.border{
	border: 1px solid #dfdfdf;
	padding: 3px;
	margin-bottom: 22px;
}
.AppListImage{
	display:block;
	background-color: transparent;
	background-position:center 40px;	
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;	
	float: left;
	margin-left:6px;
	text-decoration: none; 
}

.AppImageBorder{
	background-color: transparent;
    background-position:center center;    
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;   
    float: left;    
    text-decoration: none;
    
    background-image: url("../images/AppImageBorder.png");
}
a.AppImageBorderRecommended{ 
    background-image: url("../images/AppImageBorderRecommended.png");
}

.AppTitleList{
	color:black;
	display:block;
	position: absolute;
	left:31px;
	padding-left:3px; 
	font-weight:bold;
	background-color:#eeeeee;
	float:left;	
}


.grid_9 label {
	/*display: block; float: left; width: 300px;*/
}
textarea.text, input.text, select.text {
	display: block; float: left; width: 100%;
}



.message{
	background-color:#eeeeee ;
	padding:12px;
	border: #dfdfdf;
	margin-bottom: 12px; 
}

.AppListDetailLink{
	border:1px solid #dfdfdf;
	background-color:#eee;
	display: block; float: left; 
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;	
	margin-right:8px;
	color: #969696;
	font-size: 12px;
}



.RateButton{
	background-image: url("../images/star15x14_gold.png");
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding-left: 20px;	
}

.marginTop{
	margin-top:12px;
}
.marginLeft{
	margin-left:8px;

}
.recommendedList{
	position:absolute; 
	top:124px; 
	right:-1px; 
	width:145px; 
	height:27px; 
	background:Url(../images/recommended.png?date=20170515) center center no-repeat;
	
	}
	
.recommendedDetail{
	width:147px; 
	height:29px; 
	background:Url(../images/recommended.png?date=20170515) center center no-repeat;
	float: right;
}
	
.AppListDetailLink:hover{
	background-color: #ccc;	
	border:1px solid #000;
	color: #000;
}

h2 a{
	color:#000;
	text-decoration: none;
}

h2{
	font-size: 120%;
	margin: 0;
}
h1{
	font-size: 130%;
}

h2 a:hover{

	text-decoration: underline;

}

th{
	font-weight: bold;
}
td.cell{
	border:1px solid #dfdfdf;
}

table.installLog{}
table.installLog td, table.installLog th{
	padding:4px;

}

table.installLog th{
background-color: #eeeeee;
}

table.installLog tr:hover{
background-color: #dfdfdf;
}