html
{
	background-color: white;
}
html, body
{
	height: 100%;
	font-family: Lucida Grande, Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	font-size: 16pt;
}

input, select, textarea
{
	font-family: Lucida Grande, Tahoma, Helvetica, Arial, sans-serif;
}
a
{
	color: black;
	text-decoration: none;
}
a:hover
{
	color: white;
	background-color: #006CE3;
	text-decoration: none;
}
a img
{
	border: none;
}

br.clear
{
	clear: both;
}

div#Content
{
	width: 75%;
	margin: 0 0 0 21%;
	padding: 50px 0 0 0;
}
input.image.delete, a.delete.image
{
	width: 16px;
	height: 16px;
	display: block;
}
a.delete.image
{
	margin: 0 auto;
	margin-bottom: 5px;
}
a.delete.image img
{
	margin: 0;
	padding: 0;
}
a.delete.image:hover
{
	background-color: white;
}
a.new
{
	display: block;
	float: left;
	width: 0px !important;
	height: 0px !important;
	width /**/: 16px;
	height /**/: 16px;
	padding: 0 16px 16px 0 !important;
	overflow: hidden;
	background-color: white;
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 10px;
	background-image: url(Images/ico_new.gif);
}
a.new:hover
{
	background-color: #FAFAFA !important;
	background-image: url(Images/ico_new_hover.gif);
}

span.empty
{
	display: block;
	float: left;
	width: 0px !important;
	height: 0px !important;
	padding: 0 16px 16px 0 !important;
	overflow: hidden;
	margin-left: 10px;
}

span.move
{
	cursor: pointer;
	display: block;
	float: left;
	width: 0px !important;
	height: 0px !important;
	padding: 0 16px 16px 0 !important;
	overflow: hidden;
	background-color: white;
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 10px;
	background-image: url(Images/ico_move.gif);
}
span.move.hover, span.move.active
{
	background-image: url(Images/ico_move_hover.gif);
}
span.hide, span.unhide
{
	cursor: pointer;
	display: block;
	float: left;
	width: 0px !important;
	height: 0px !important;
	padding: 0 16px 16px 0 !important;
	overflow: hidden;
	background-color: white;
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	margin-right: 20px;
}
span.hide
{
	background-image: url(Images/plus.gif);
}
span.unhide
{
	background-image: url(Images/minus.gif);
}

p.notice
{
	font-size: .5em;
	padding: 10px 5px;
	background-color: #FAFAFA;
	margin: 20px;
	text-align: center;
}

#Back
{
	z-index: 0;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: black;
	width: 100%;
	height: 100%;
	cursor: pointer;

	opacity: 0.15;
	-moz-opacity: 0.15;
	background-color: black;
}

#LanguageSwitch
{
	list-style: none;
	font-size: .5em;

	margin: 0;
	padding: 0;
	width: 350px;
	height: 25px;

	position: absolute;
	top: 0;
	left: 45%;
	margin-left: -116px;
}
#LanguageSwitch li
{
	display: block;
	width: 114px;
	height: 25px;
	float: left;
	background: white url(Images/top_tab.png) no-repeat scroll bottom center;
	margin-left: 2px;
	text-align: center;
	line-height: 18px;
}
#LanguageSwitch li.active
{
	color: #006CE3;
	text-transform: uppercase;
	background-image: url(Images/top_tab_active.png);
}

#LanguageSwitch li, #LanguageSwitch li a
{
	color: black;
}
#LanguageSwitch li a:hover
{
	background: none;
	color: #006CE3;
}