body
{
	font-family: sans-serif;
	font-size: 80%;
}

table.v2_tight
{
	border-collapse: collapse;
}

td.v2_tight
{
	border: 0;
	padding: 0;
}

p.v2_error
{
	font-weight: bold;
	color: red;
}

p.v2_warning
{
	font-weight: bold;
	color: orange;
}

p.v2_info
{
	font-weight: bold;
	color: green;
}
 
div.v2_edit_buttons
{
	text-align: right;
}

input.v2_create_first_article
{
	margin-top: 8px;
}
 
td
{
	vertical-align: top;
}

img
{
	border: 0;
}

iframe#v2_operations
{
	visibility: hidden;
	height: 0px;
}

div.v2_reset
{
	clear: both;
}

img.v2_right
{
	float: right;
	padding-left: 4px;
}

img.v2_left
{
	float: left;
	padding-right: 4px;
}

#v2_editor_background
{
	padding: 4px;
	background-color: white;
	background-image: none;
}

div#google_analytics_warning
{
	z-index: 1000000;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 294px;
	padding: 4px;
	padding-left: 56px;
	background-image: url(/_system/ga/google_analytics_warning_bg.png);
	color: black;
	text-align: left;
	font: 10pt Verdana, Arial, sans-serif;
}

div#google_analytics_warning_text
{
	padding-bottom: 4px;
	border-bottom: 1px solid #999999;
}

div#google_analytics_warning_buttons
{
	padding-top: 4px;
}

div#google_analytics_warning button
{
	border: 0;
	background-color: #999999;
	color: white;
	border-radius: 5px;
}

div#google_analytics_warning button:hover
{
	background-color: #666666;
}