/* GENERAL STYLES */
body {
	color: #272727;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f3f3f3 url(../gfx/bg.gif) left top repeat-x;
	text-align: center;
}
img, ul, li {
	border: none; 
	margin: 0;
	padding: 0;
}
a {
	color: #272727;
	text-decoration: none;
}
h2 {
	font-family: tahoma;
	color: #d90067;
	font-size: 14px;
	margin: 0 0 12px 20px;
}
h3 {
	color: #d90067;
	font-size: 14px;
	margin: 0 0 12px 0;
}
p {
	margin: 0;
}
fieldset,
form {
	border: 0;
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* END - GENERAL STYLES */

/* ------------ */

/* GRID */
#main {
	text-align: left;
	margin: 0 auto;
	width: 930px;
	font-size: 12px;
	line-height: 14px;
}
.left-column {
	float: left;
	width: 220px;
}
.content {
	float: left;
	width: 710px;
}
/* END - GRID */

/* ------------ */

/* BUTTONS */
.button {
	display: block;
	line-height: 33px;
	background: url(../gfx/button.gif) left 2px no-repeat;
	float: left;
	padding: 0 0 0 17px;
}
.button span,
.button input {
	display: block;
	line-height: 33px;
	background: url(../gfx/button.gif) right 2px no-repeat;
	font-weight: bold;
	color: #fff;
	padding: 0 34px 0 0;
	border: 0;
	margin: 0;
}
.button input {
	height: 33px;
	overflow: visible;
	width: auto;
	_width: 1px;
}
.submit-button .button{
	float: right;
}
.submit-button {
	display: block;
	padding: 0 40px 0 0;
}
/* END - BUTTONS */

/* ------------ */

/* HEADER */
.header {
	height: 118px;
	padding: 11px 0 0 0;
}
.header a {
	display: block;
	outline: none;
}
/* END - HEADER */

/* ------------ */

/* FOOTER */
.footer {
	text-align: center;
	font-size: 11px;
	padding: 10px 0 20px 0;
}
/* END - FOOTER */

/* ------------ */

/* NAVIGATION */
ul.nav {
	list-style: none;
}
ul.nav li {
	margin: 0 0 20px 0;
	font-weight: bold;
}
ul.nav li.active ul li a {
	color:#272727;
}
ul.nav li.active,
ul.nav li.active a,
ul.nav li.active ul li.active a {
	color: #d90067;
}
ul.nav ul {
	list-style: none;
	margin: 8px 0 0 14px;
}
ul.nav li ul li {
	margin: 0 0 7px 0;
	font-weight: normal;
}
/* END - NAVIGATION */

/* ------------ */

/* CONTENT */

.block {
	background: url(../gfx/block-bottom.gif) left bottom no-repeat;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
}
.block-top {
	background: url(../gfx/block-top.gif) left top no-repeat;
	height: 10px;
	line-height: 0;
	font-size: 0;
	margin: 0 0 7px 0;
}
.block-content {
	width: 670px;
	margin: 0 0 0 4px;
	padding: 0 14px 0 16px;
	overflow: hidden;
	position: relative;
}
.small-block {
	background: url(../gfx/block-small-bottom.gif) left bottom no-repeat;
}
.small-block .block-top {
	background: url(../gfx/block-small-top.gif) left top no-repeat;
}
.small-block .block-content {
	width: 430px;
}
p.todo {
	color: #656565;
}
.button-bar {
	overflow: hidden;
	padding: 12px 0 0 16px;
}
.block-content img {
	float: left;
	border: 1px solid #919191;
	margin: 0 30px 0 0;
}
p.project-desc {
	padding-right: 130px;
}
span.views {
	position: absolute; 
	right: 14px;
	top: 0;
}
span.last-change {
	font-size: 10px;
	position: absolute; 
	bottom: 0;
	left: 173px;
}
a.view {
	position: absolute;
	right: 14px;
	bottom: -2px;
	padding: 0 27px 0 0;
	background: url(../gfx/view.gif) right top no-repeat;
	line-height: 25px;
	text-decoration: underline;
}
.project {
	margin-top: 12px;
	padding-bottom: 17px;
	background: url(../gfx/project-bottom.gif) left bottom repeat-x;
}
.project .last-change {
	bottom: 17px;
}
.project .view {
	bottom: 15px;
}
/* END - CONTENT */

/* ------------ */

/* FORMS */

label {
	
}
.default-label {
	display: block;
	overflow: visible;
	margin: 0 0 15px;
	clear: both;
}
.label {
	float: left;
	width: 145px;
}
.sublabel {
    font-size: smaller;
    color: #808080;
}
.remark {
	clear: both;
	display: none;
	margin: 0 0 0 145px;
	color: #f00;
}
.default-label input,
.default-label select,
.default-label textarea {
	border: 1px solid #808080;
	padding: 3px;
}
.default-label .input-notext {
	border: 0;
}

.input1of1 {
	width: 236px;
}
.input1of4 {
	width: 54px;
}
.input3of4 {
	width: 172px;
}
.input1of6 {
	width: 34px;
}
label.fout span.remark,
div.fout span.remark {
	display: block;
}
label.fout input,
label.fout textarea,
div.fout input,
div.fout textarea {
	border: 1px solid #f00;
}
.multiple-checks {
	overflow: hidden;
	_margin-left:145px;
}
.multiple-checks input,
.single-check input {
	border: 0;
}
.single-check {
	display: block;
	margin: 0 0 0 145px;
}
.personal-image {
	overflow: auto;
	margin: 0 0 10px;
}
.personal-image label {
	display: block;
	clear: both;
}


/* END - FORMS */

/* ------------ */



.inlogstatus
{
	position:absolute;
	right:10px;
	top:10px;
}
.inlogstatustext
{
	margin-right:10px;
}
.logoff
{
	color: #d90067;
}
