#MyGallery {
	width: 800px; !important
	height: 600px; !important
}
body {
	background-color: #F2F2F4;
}
img {
	border: 0;
}
body,td,th {
	font-family: Arial, Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 160%;
}
input, textarea, select {
	padding: 3px;
	font-family: Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 13px;
	color: #333333;
	border: 1px solid #CCCCCC;
}
/* 
Link styles 
*/
a:link { 
	color: #003366; 
	text-decoration: none; 
	font-weight: bold;
}
a:visited { 
	color: #003366; 
	text-decoration: none; 
	font-weight: bold;
}
a:hover { 
	color: #003366; 
	text-decoration: underline; 
	font-weight: bold;
}
a:active { 
	color: #003366; 
	text-decoration: none; 
	font-weight: bold;
}
/*
Content styles 
*/
.rowcolor1 { 
	background-color: #F1F1F1; 
}
.rowcolor2 { 
	background-color: #FFFFFF; 
}

#pathway {
	line-height: 25px;
	border-bottom: 1px dotted #CCCCCC;
}
#pathway ul {
	padding: 0px;
	margin: 0;
}
h1 ul {
	list-style-type: none;
	margin: 0;
	display: inline;
}
h1 li {
	text-align: right;
	list-style-type: none;
	display: inline;
}
h1 ul li a {
	background: transparent url(images/list-active.gif) left center no-repeat;
	padding-left: 10px;
	padding-right: 3px;
	text-decoration: none;
	color: #333;
}
h1 ul li a:hover {
	background: transparent url(images/list-orange.gif) left center no-repeat;
	color: #333;
}
/*
Menu styles
*/
#menu {
	padding: 0px;
}
#menu ul {
	list-style-type: none;
	padding: 0 0 0 5px;;
	margin: 0 0 0 0px;
	line-height: 20px;
}
#menu li {
	list-style-type: none;
}
#menu ul li a
{
	background: transparent url(images/list-active.gif) left center no-repeat;
	padding-left: 15px;
	text-decoration: none;
	color: #333;
}
#menu li li a
{
	font-weight: normal;
	background: transparent url(images/list-active.gif) left center no-repeat;
	padding: 0 0 0 15px;
	text-decoration: none;
	color: #333;
}
#sub_item {
	font-weight: lighter;
	border-bottom: 1px dotted #CCCCCC;
}
#sub_sub_item a {
	font-weight: normal;
}
#menu ul li a:hover {
	background: transparent url(images/list-orange.gif) left center no-repeat;
	color: #333;
}

#content {
	padding-left: 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#content table {
	border: 1px solid #CCCCCC;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}
#content th {
	color: #333333;
	text-align: left;
	background-color: #DFDFDF;
	padding: 3px 5px 3px 5px;
}
#content td {
	padding: 3px 5px 3px 5px;
}
.mandatory { 
	color: red; 
	font-size: 11px; 
}
/*
Output messages
*/
#message {
	border: 1px solid #999;
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}
.message ul li {
	margin: 3px;
	padding: 3px;
}
.message_green {
	color: #006600;
}
.message_red {
	color: #CC0000;
}
.with_sidemenu {
	width: 451px;
}
.without_sidemenu {
	width: 100%;
}
#contextual_menu {
	padding: 10px;
	margin: 0 0 10px 10px;
	width: 120px;
	float: right;
	display: inline;
	background-color: #F2F2F2;
}
#contextual_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0px 5px 0px 5px;
}
#contextual_menu li {
	list-style-type: none;
}
#contextual_menu ul li a {
	background: transparent url(images/list-active.gif) left center no-repeat;
	padding-left: 15px;
	text-decoration: none;
	color: #333;
}
#contextual_menu ul li a:hover {
	background: transparent url(images/list-orange.gif) left center no-repeat;
	color: #333;
}
.news_div {
	border-top: 1px dotted #CCCCCC;
	background-color: #F0F3F8;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.news_title {
	display: block;
	color: #003366;
	height: 20px;
	font-size: 16px;
}
.news_author {
	display: block;
	color: #666666;
	height: 23px;
}
.news_author img {
	vertical-align: middle;
}
.news_text {
	display: block;
}
.news_languages {
	display: block;
}
.news_admin_actions {
	display: block;
	padding: 5px;
	margin-top: 10px;
	background-color: #E1E8F0;
}
