body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #3a5495;
	margin-top: 1em;
}

#mainTable {
	width: 50%;
	border-collapse: collapse;
}

#headerLeft {
	font-size: 2.3em;
	color: #3a5495;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0.2em;
}

#headerRight {
	text-align: right;
	font-size: 0.75em;
	padding-bottom: 0.2em;
}
#headerRight input.login {
	width: 7em;
	font-size: 0.8em;
	/*border: 0.1em solid #3a5495;*/
	padding: 0.2em;
}
#headerRight input.submit {
	font-size: 0.8em;
	padding: 0.1em;
}
#headerRight a {	
	color: #3a5495;
	text-decoration: none;
	font-weight: bold;
}

#menu {
	font-size:0.8em;
	font-weight: bold;
	border-top: 0.1em solid #aeb3c0;
	padding: 0.8em 0em;
}
#menu a {
	color: #3a5495;
	text-decoration: none;
	padding: 0.2em 0.5em;
	font-weight: bold;
}
#menu a:hover {
	background-color: #5e6e96;
	color: #FFF;
}

#albunsTable {
	width: 100%;
	font-size: 0.75em;
	border-collapse: collapse;
}
#albunsTable th {
	background-color: #3a5495;
	color: #FFF;
	font-weight: bold;
	padding: 0.5em;
	text-align: left;
}
#albunsTable #thumbnail { width: 75px; }
#albunsTable #title { width: 50%; }

#albunsTable tr.evenItem {
	height: 75px;
	padding: 0.2em;
	background-color: #dce1ec;
	color: #1f2f58;
}

#albunsTable tr.oddItem {
	height: 75px;
	background-color: #b4bed7;
	color: #1f2f58;
}
#albunsTable td { vertical-align: top; padding: 0.5em; font-size: 0.9em; }
#albunsTable td.th { padding: 0em; vertical-align: middle;  }

table.toolbox {
	font-size: 1em;
	font-weight: bold;
	color: #557353;
	height: 100%;
	width: 100%;
	border-collapse: collapse;
}
table.toolbox div {
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: bold;
	color: #3a5495;
	cursor: pointer;
	padding-top: 0.6em;
}
table.toolbox div.view { background-color: #7CAC84; color:#fff;}
table.toolbox div.edit { background-color: #7CAFD5; color:#fff;}
table.toolbox div.del { background-color: #D04E4E; color:#FFF; }

table.editTable {
	font-size: 1em;
	font-weight: bold;
	color: #354754;
	width: 100%;
}
table.editTable a {
	text-decoration: none;
	color: #354754;
	cursor: pointer;
}
table.editTable a.del { color: #581f1f; }

table.editTable input {
	width: 100%;
	font-size: 1em;
	/*border: 0.1em solid #3a5495;*/
	padding: 0.2em;
}
table.editTable input.submit {
	font-size: 1em;
	padding: 0.1em;
	width: auto;
}

td.editTd {
	text-align: left;
	background-color: #7CAFD5;
	color: #354754;
	border-bottom: 0.1em solid #6d7f58;
	vertical-align: middle;
	background-image: url('../images/bar_shadow2.png');
	background-repeat: repeat-x;
}

td.editTd a {
	text-decoration: none;
	background-color: #354754;
	color: #FFF;
	font-weight: bold;
	padding: 0.2em 0.3em;
	cursor: pointer;
}

table.pictureTable {
	font-size: 1em;
	border-collapse: collapse;
}
table.pictureTable span {
	font-size: 0.7em;
	text-decoration: none;
	color: #557353;
	font-weight: bold;
	cursor: pointer;
}
table.pictureTable span.del { color: #581f1f; }

table.viewTable {
	font-size: 1em;
	font-weight: bold;
	color: #557353;
	width: 100%;
}
table.viewTable a {
	text-decoration: none;
	color: #557353;
	cursor: pointer;
}
table.viewTable a.del { color: #581f1f; }

table.viewTable input {
	width: 100%;
	font-size: 1em;
	/*border: 0.1em solid #3a5495;*/
	padding: 0.2em;
}
table.viewTable input.submit {
	font-size: 1em;
	padding: 0.1em;
	width: auto;
}

td.viewTd {
	text-align: left;
	background-color: #b7d496;
	color: #557353;
	border-bottom: 0.1em solid #6d7f58;
	vertical-align: middle;
	background-image: url('../images/bar_shadow2.png');
	background-repeat: repeat-x;
}

td.viewTd a {
	text-decoration: none;
	background-color: #557353;
	color: #FFF;
	font-weight: bold;
	padding: 0.2em 0.3em;
	cursor: pointer;
}