@import "gallery.css";

body {
	font-family: arial, helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: #b2bbba;
	margin: 20px;
}

table.main {
	background-image: url("../static/images/man.jpg");
	background-position: top;
	background-repeat: no-repeat;
}

a.menu {
	color: gray;
	font-size: 13px;
	text-decoration: none;
	font-weight: bolder;
	margin: 5px 12px 5px 12px;
	text-transform: capitalize;
}

a.menu:hover {
	color: red;
	border-bottom: solid red 2px;
}

span.menu-disabled {
	color: silver;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	margin: 5px 12px 5px 12px;
	text-transform: capitalize;
}

h1 {
	font-size: 24px; /*color: #333333;*/
	color: #2a4a49;
	margin-top: 7px;
	padding-left: 10px;
}

h2 {
	font-size: 22px; /*color: #333333;*/
/*color: #ddb482;*/
	color: #c9a983;
	margin-top: 3px;
}

h3 {
	font-size: 17px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 10px;
}

.wrapright {
	border: 0;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	float: right;
	text-align: right;
}

td {
	font-family: arial, helvetica, Verdana, sans-serif;
	font-size: 12px;
}

img.border-white {
	border: solid white 8px;
}

a.footer {
	color: darkblue;
	font-weight: bold;
	text-decoration: underline;
}

a.footer:hover {
	color: #e51414;
}

tr.selected {
	background-color: orangered;
}

span.cs {
	color: black;
}

span.en {
	color: gray;
}


