body {
	text-align: center;
	font-size: 13px;
	font-family: sans-serif;
	/*background-color: #f7fcce;*/
	background-color: #000;
	background: url(/images/bkgnd4.jpg);
}

a {
	color: #003366;
}

a:hover {
	color: #0099cc;
}

#frame {
	text-align: center;
	background-repeat: repeat-y;
	background: url(/images/bkgnd.png);
	width: 1082px;
	padding-top: 30px;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 4px solid black;
}

#body {
	text-align: left;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#content-box {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #99cccc;
	background-color: white;
}

#sidebar {
	margin-right: 20px;
	padding-left: 10px;
	border-left-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	float: right;
	width: 160px;
}

#sidebar .box form input {
	font-size: 11px;
}

#sidebar .small {
    font-size: 11px;
}

#title {
	margin-top: 10px;
	margin-bottom: 10px;
}

#title .logo_box {
}

#logo {
	float: left;
}

#title .title {
	display: inline-block;
	font-size: 30px;
}

#title .title .tag {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}


#title .title a {
    color: #003366;
    text-decoration: none;
}

#title .title a:hover {
    color: #000;
}

.subtitle {
	font-size: 25px;
}

#menu {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	display: block;
	list-style-type: none;
}

#menu li {
	display: inline;
	margin-right: 20px;
}

#menu li a {
	padding: 2px;
	color: #003366;
	text-decoration: none;
}

#menu li a:hover {
	color: white;
	background-color: #336699;
}

#menu li.selected {
	padding: 2px;
	color: white;
	background-color: #003366;
	font-weight: bold;
}

#menu li.selected a:hover {
    background: none;
}

#menu li.selected a {
    color: white;
}

.playlist tr.selected td,
.playlist tr.selected td a {
	color: white;
	background-color: #003366;
}


#content {
	width: 430px;
}

.box {
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
}

.box:first-line {
	font-weight: bold;
}

#sidebar .box {
	margin-bottom: 20px;
	border-style: none;
}

#global_menu {
	font-size: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
}

#global_menu li {
	display: inline;
	margin-right: 10px;
}

#global_menu li a {
	color: #333333;
}

.main-screenshot {
	text-align: center;
}

.version {
	color: #666666;
	font-size: 12px;
}

#footer {
	padding-top: 5px;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 10px;
	margin-top: 10px;
}

#features li:first-line {
	font-weight: bold;
}

#features li li:first-line {
	font-style: normal;
	font-weight: normal;
}

h2 {
	color: #003366;
	font-size: 18px;
}


.hidden {
	display: none;
}

.screenshot {
	float: left;
	margin: 10px;
	display: block;
}

hr {
	clear: both;
}

#screenshots {
	display: none;
}


