/* Lunarmedia Master's Thesis stylesheet  */
/* Author: Anders Vindberg			*/
/* Date: April 2007                   */
/* Last update: April 2007            */
/* -------------------------------- */


.columns .players
{
	background: url(img/players-logo.gif) top right no-repeat;
}
p, .pWidth
{
	width:460px;
}

.chart-view
{
	margin: 0 0 0 1em;
}
.chart-data div
{
	margin:  0 0 2em 0;
	padding: 0;
	overflow: auto;
	word-wrap: none;
	width: 716px;

}
.chart-data table
{
	border: solid 1px #cfcfcf;
	margin: 1em 1px 0em 1em;
	font-size: 1.2em;
}

.chart-data th
{
	font-weight: bold;
}
.chart-data th, .chart-data td
{
	padding: 1em;
}
.chart-data
{
	margin: 1em 0 0 0;
}
.alert
{
	font-weight: bold;
	color: #a9d2ff;
}
.subtle
{
	font-weight: normal;
	color: #777;
}
.textUpdated
{
	font: 1.2em;
	color: #a9d2ff;
}
.textNotice
{
	color: #1b1b1b;
	border: 1px solid #99ccff;
	background: #efefef;
	padding: 6px;
	margin: 8px 0;
}
.seperator
{
	border-top: dashed 1px #cfcfcf;
	margin: 0em 0px 2em 0px;
}
.modeInclusion
{
	width: 180px;
}
.digg
{
	margin-bottom: 1em;
	padding: 0;
	width:482px;
}

.post
{
	width: 200px;
	padding: 0 0 0 0;
	margin: 0 0 0 342px;
}

.post small
{
	display: block;
	background: url(../../../base/style/img/icons/comment.gif) no-repeat;
	font-size: 1.2em;
	padding: 0 0 0 18px;
	margin: 0 0 0.8em 0;
}
.post small.comment a
{
	color: #468cdb; /* blue */
}

a:hover, a
{
	cursor: pointer;
}

/* FORMS */

.form
{
	width: 717px; /* WebKit specific */
}
.form p
{
	font-size: 1.2em;
}
.form.comment
{
	width: 650px;
}
.form fieldset
{
	margin:0; 
	padding:0; 
	border:0;
}
.form legend 
{
	color:#b1c903;
	margin:0;
	padding:0;
	font: 12px/160% "Arial", Arial, "Bitstream Vera Sans", sans-serif;
	letter-spacing:-1px;
	line-height: 1.2em;
	font-size: 2.2em;

}
/*\*//*/
.form legend {
  display: inline-block;
}
/* End of IE5/Mac legend fix */

.form legend span.status
{
	color:#a9d2ff !important; /* Blue */
}
.form fieldset div 
{
	padding: 0.25em 0; 
}
.form label, 
.form span.label 
{
	margin-right: 5px;
	padding: 0;
	font-size:1.2em;
	width: 180px; 
	position: relative; 
	display: block; 
	float: left; 
	text-align: right;
}

.form span.label 
{
	font-weight: bold;
}

.form label.error, 
.form .note 
{ 
	margin-left: 170px; 
	font-size: 0.8em !important;
	color: #333; 
}
.form .buttons
{
	margin: 1em 0;
	padding-left: 200px; 
}
.form span.error 
{
	color: #C00; 
}
.form label em, 
.form span.label em 
{
	position: absolute; 
	right: 0; 
	font-style: normal; 
	color: #C00;
}
.form input.error 
{
	border-color: #C00; 
	background-color: #FEF; 
}
.form .set 
{
	margin: 1em 0 0 0;
	padding: 0.5em 0 0 0;
	border-top: 1px solid #ddd;
}
.form .set label, 
.form .set input
{
	display: inline; 
	float: none;
	margin: 0 0.1em 0 1px;
}

select, option
{
	background-color: white;
}
.form .set select
{
	background: white;
	margin: 0 0 0 16px;
}
.form .set ul
{
	padding: 0 0 0 200px;
}
.form .set ul ul
{
	padding: 0.5em 0 0 3em;
}
.form .set ul ul li label
{
	padding: 0 1.5em 0 0;
}
.form .set ul .slim
{
	padding: 0 0 0 200px;
}
.form .set li
{
	padding: 4px 0 0 0;
}
.form .set li:first-child
{
	padding: 0;
}
