/* COLUMN WIDTHS */
.w1						{width:255px;}
.w2						{width:525px;}
.w3						{width:795px;}
.w1 td					{width:120px; max-width:120px;}
.w2 td					{width:255px; max-width:255px;}
.w3 td					{width:390px; max-width:390px;}



td						{padding:0 0 15px 0}
td.gutter				{width:15px}

div.title				{float:left}
.w1 div.title			{width:150px;}
.w2 div.title			{width:420px;}
.w3 div.title			{width:690px;}
div.date				{float:right}
td.date					{text-align:right}

.de, .de a				{color:#000;}
.en, .en a				{color:#00f;}
.ie .de, .ie .de a		{background:#fff}
.ie .en, .ie .en a		{background:#fff}
.title em				{text-decoration:underline; font-style:normal}
.mac .title em			{text-decoration:none; padding-bottom:1px; background:url(../gfx/ul.png) repeat-x; background-position:0 15px}
.mac .title.en  em		{background:url(../gfx/ul_blue.png) repeat-x; background-position:0 15px} /* blue underline gfk */
.title a				{color:#000;}
.artifact img.border	{border:1px solid #000}



/* FORM ELEMENTS */
input.text,		
textarea				{width:100%; background:#FFFFCC; border:0}
textarea.body			{height:250px}
input.checkbox			{margin:0; padding:0}
select					{border:0; background:#ffc;}


/* LIST VIEW */
#list td				{padding:0 10px 10px 0}


/* BUTTONS */
a.button				{text-decoration:none; padding:0 2px}
a:hover.button			{background:#000; color:#fff}
.button					{background:#06f; color:#fff;}
a.button.listed			{margin-left:10px}

.error					{background:#f00; color:#fff}
.draft .title a,
.draft div, .draft span,
.draft td				{color:#f00 !important}
.edit					{color:#f00 !important}
.red					{background:#f00; color:#fff }
.blue					{background:#06f; color:#fff }
.yellow					{background:#FEF200; color:#000 }
