* {
	padding: 0;
	margin: 0;
	/*background-color:#393737;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:13px;
	line-height:15px;
}

ul {
	padding-left: 20px;
	margin-left: 30px;
}

body {
	background-color:#393737;
}

.MainBodyGreen {
	color: #b4d034;
}

	

a:link, a:visited, a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #666666;
}


a.MainBodyGreen:link, a.MainBodyGreen:visited, a.MainBodyGreen:hover {
	color: #b4d034;
	text-decoration: none;
}




/**************************************************/
/* Styles for the description table layout        */
/**************************************************/
div#DescriptionLayout {
	position: absolute;
	display: block;
	z-index: 5;
}
table#DescTable {
	background: #363434 url(/upload/packages-table/packages-desc-bg.gif) repeat-y;
}


table#PackagesTable {
	position: relative;
	display: block;
	z-index: 6;
}


#packageDescriptionRow {
	background: transparent url(/upload/packages-table/packages-desc-bg-top.gif) no-repeat top right;
}
#packageDescriptionCell {
	background: transparent url(/upload/packages-table/packages-desc-bg-bottom.gif) no-repeat bottom right;
	padding: 20px 75px 20px 285px;
}

.descriptionTable {
	display: none;
}


.description {
	font: 14px/21px Myriad Pro, Verdana, Arial;
	color: #ffffff;
}
/**************************************************/
/* Styles for the description table layout        */
/**************************************************/