﻿@charset "utf-8";

body {
margin: 			4px 0px 4px 0px;
background:		 	#F9F9F9;
font-family: 		"Verdana", sans-serif;
font-size: 			0.8em;
color:				#2C2C38;
}

a.grey:link{
color: 				#5a5858;
text-decoration:	none;
}

a.grey:visited{
text-decoration:	none;
}


a.catSubcatLink:link {
text-decoration:	none;
color: 				#2C2C38;
}

a.catSubcatLink:visited {
text-decoration:	none;
color: 				#2C2C38;
}

p {
color: 				#2C2C38;
}

h3 {
margin: 			25px 0px 30px 4px;
color: 				#333333;
}

h3.news {
margin: 			30px 0px 10px 4px;
color: 				#333333;
}

h3.homepage {
margin: 			15px 0px 10px 4px;
color: 				#333333;
}

strong.colorTag{
color: 				#065f8e;
}

strong.colorTag2{
color: 				#065f8e;
}

/*---------------------Top Bar--------------------------*/

#topBar {
display:			none;
}

#printDiv {
display:			none;
}

#printText {
display:			none;
}

#bookmarkDiv {
display:			none;
}

#bookmarkText {
display:			none;
}

#searchTextfield {
display:			none;
}

#submitButton {
display:			none;
}

div.hide {
display:			 none;
}

#messageBox {
display:			none;
}


/*-------------------------Heading-------------------------*/

#supercategory {
color: 				#333333;
margin-top:			0px;
margin-bottom:		5px;	
}

#categoryAndsubcategory {
margin-top:			0px;
margin-bottom:		0px;	
padding-left:		4px;
}

#category {
color: 				green;
}

#subcategory {
color: 				green;
}

p {
margin-left: 		4px;
margin-right:		5px;
}

p.empty {
padding: 			4px;
}

.breadcrumbs {
color:              gray;
padding-left:       4px;
}


#keywordItalic {
font-style:			italic;
color:				#ff8a00;
}

/*-------------------------Drop down menu-------------------------*/

div#columns {
display:			none;
}

div.os { 
display:			none;
}

#NoDropDown {
display:			none;
}

/*----------------------List of Applications------------------------*/

div#content_container {
background: 		#F9F9F9;
width: 				520px;
padding-top: 		3px; /*Height between container and top row*/
padding-bottom:		3px;
margin-left: 		3px;
position: 			relative;
clear: 				both;
}

div.normal { 
margin: 			14px 0px 14px 0px;
}

.strongName {
position:			relative;
top:				-1px;
border-bottom:		1px solid #ff8a00;
}

div.link { 
padding:			3px 0px 0px 0px;
float: 				left;
width:				200px;
font-size: 			1.1em;
}


a.name:link{
color: 				#065f8e;
text-decoration:	none;
}

a.name:visited{
text-decoration: 	none;
color: 				Purple;
}

.osList {
margin-top:			-2px;
padding: 			0px 6px 0px 0px;
text-align:			left;
color: 				green;
font-size:			0.9em;
}

div.description {
clear: 				both;
padding: 			0px 4px 0px 0px;
}

span.license { 
font-size:		 	x-small; 
vertical-align:		top;
}

.catSubcat {
font-style: 		normal;
padding-left:		0px;
}

.url {
display:			block;
position:			relative;
}

.slash {
color: 				black;
font-size:			1.2em;
}

.starrating {
position:           relative;
left:              	400px;
}

.rating {
display:            none;
}

.rating_text {
display:            none;
}

/*------------------List Items Background----------------------*/

.li_top {
background-image: 	url('img/ItemBackground_top.gif');
background-repeat:	no-repeat;
height: 			24px;
}

.li_middle {
background-image: 	url('img/ItemBackground_middle.gif');
background-repeat: 	repeat-y;
min-height: 		4px;
}

.li_bottom {
background-image: 	url('img/ItemBackground_bottom.gif');
background-repeat: 	no-repeat;
height: 			3px;
}


