
/*============================== DEFAULT FONT ============================*/
body, table, p, input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: black;
}

/*================================ TAGS =================================*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #F5F5F5;
}

img {
	border: none;
}

p {
	margin: 5px;
}

form {
	margin: 0px;
}


/*================================== LINKS ==================================*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #000080;
}

a:hover {
	text-decoration: underline;
	color: #8470FF;
}

a.menu {
	color: gray;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.menu:hover {
	color: black;
	text-decoration: none;
}

a.license {
	font-weight: normal;
}

/*============================== CLASSES & IDs ============================*/


#header {
	width: 100%;
	background: #E5E5E5;
	border-bottom: 1px solid gray;
}

#header td {
	padding: 5px 0;
}

#content {
	width: 90%;
}

#footer {
	width: 100%;
	text-align: center;
	background: #E5E5E5;
	border-top: 1px solid gray;
}

#footer td {
	padding: 10px 0;
}

#title {
	font-family: "Arial";
	font-size: 4em;
	color: #4c4c4c;
	text-shadow: gray 2px 2px 2px;
	letter-spacing: 6px;
}

#sharebox {
	position: absolute;
	left: 5px;
	top: 5px;
}

#searchbox {
	position: absolute;
	right: 5px;
	top: 5px;
}

#searchbox form {
	margin: 0px;
	padding: 0px;
}

.pagewidth {
	max-width: 600px;
	width: expression(document.body.clientWidth > 600 ? "600px" : "auto"); /* IE */
}

.section {
	padding: 8px;
	color: #5F7080;
	font-weight: bold;
	background-color: #EAEAEA;
	border-top: 1px solid gray;
	text-align: center;
}

.box-table {
	border: 1px solid #CCCCCC;
}

.box-header {
	background: #EBEBEB;
	padding: 8px;
}

.box-body {
	padding: 7px;
}

.project-icon {
	padding-top: 20px;
	vertical-align: top;
	text-align: center;
}

.project-text {
	padding-top: 20px;
}

.project-download {
	padding-top: 20px;
	vertical-align: middle;
	text-align: center;
	color: gray;
}

.project-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}

.project-version {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #444444;
	letter-spacing: 1px;
}

.project-file-date {
	color: gray;
}

.screenshots-image {
	text-align: center;
}

.quote-container {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.quote-body {
	font-weight: bold;
	font-size: 13px;
	color: #0055AA;
}

.quote-info {
	font-weight: normal;
	font-size: 13px;
	color: #0055AA;
}

.feedback-note1 {
	font-style: italic;
}

.feedback-note2 {
	font-style: italic;
	color: #8B0000;
}
