/* Common */

body {
	background-color: #fff;
	font-size: 0.8em;
	margin: 0px;
	padding-left: 240px;
	width: 560px;
	color: #7A7A7A;
}

body, input, button {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

h2 {
	border-bottom: 1px dotted #656565;
	font-size: 1.2em;
	padding: 6px 20px;
	color: #2e2e2e;
}

h2.blue {
	background: transparent url(images/hbg-blue.gif) 8px center no-repeat;
}

h2.orange {
	background: transparent url(images/hbg-orange.gif) 8px center no-repeat;
}

h2.green {
	background: transparent url(images/hbg-green.gif) 3px center no-repeat;
}

h3 {
	font-size: 1em;
	padding-left: 20px;
	padding-right: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* Header & Menu */

#menu {
	margin-top: 16px;
	color: #fff;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu > ul {
	margin: 0px;
	padding: 0px;
}

#menu > ul >  li {
	list-style: none;
	display: inline;
	padding: 0px 8px;
}

#theme-row {
	margin-top: 30px;
	font-size: 0.8em;
	height: 65px;
}

#theme-icons {
	height: 50px;
}

#theme-icons > img {
	width: 50px;
	height: 50px;
	border: 1px solid #000;
	cursor: pointer;
}

#loading {
	position: absolute;
	top: 0px;
	left: 850px;
	height: 21px;
	z-index: 100;
	background-color: #FA4B01;
	color: #fff;
	padding: 1px 15px 1px 15px;
	font-weight: bold;
	display: none;
}

/* Main */

#main {
	/*overflow: auto;
	height: 530px;*/
	margin-top: 20px;
}

#main a {
	color: #409DAE;
	text-decoration: none;
	border-bottom: 1px dotted #409DAE;
}

#main a.no-border {
	border-bottom: none;
}

#main a:hover {
	border-bottom: none;
}

#main h3 {
	clear: both;
	margin-top: 25px;
}

#main p {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.8em;
	text-align: justify;
}

#main p > img {
	margin: 5px 10px;
}

#main p.text-centered {
	text-align: center;
}

table.project {
	margin: auto 20px 30px 20px;
	border: 1px solid transparent;
	width: 520px;
}

table.project th {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	width: 20%;
}

table.project td {
	padding: 3px;
	text-align: justify;
}

#footer {
	text-align: center;
	margin-top: 30px;
}