body {
	margin: 0;
	background: #fff;
	color: #333;
	font: 68.8% verdana, arial, helvetica, sans-serif;
	min-width: 80em;
}

.spinner {
	padding: 5px;
	position: absolute;
	right: 0;
}

.warning {
	color:red;
}

#topMainMenu {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	padding: 7px 12px;
	border: 1px solid #ccc;
	border-style: solid none solid none;
}

#topMainLoginMenu {
	float: right;
	padding-top: 1px;
	padding-bottom: 3px;
}

#topMainLogo {
	text-align: center;
}

#topMainLogo table {
	border: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

#topMainLogo td,th {
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 12px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#topMainLogo form {
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 5px;
}

#bottomMainFooter {
	clear: both;
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	padding: 7px 12px;
	border: 1px solid #ccc;
	border-style: solid none solid none;
	text-align: center;
	margin-bottom: 2em;
}

/* GENERAL */
a:link,a:visited,a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: #006dba;
	font-weight: normal;
	font-size: 16px;
	margin: .8em 0 .3em 0;
}

ul {
	padding-left: 15px;
}

input,select,textarea {
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	font: 11px verdana, arial, helvetica, sans-serif;
	margin: 2px 2px 2px 2px;
	padding: 2px 4px;
}

input.searchButton {
	
}

select {
	padding: 2px 2px 2px 0;
}

textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus,select:focus,textarea:focus {
	border: 1px solid #b2d1ff;
}

.body {
	float: left;
	margin: 0 15px 10px 15px;
}

/* NAVIGATION MENU */
.nav {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	border-style: solid none solid none;
	margin-top: 1em;
	padding: 7px 12px;
}

.menuButton {
	font-size: 10px;
	padding: 0 5px;
}

.menuButton a {
	color: #333;
	padding: 4px 6px;
	padding-left: 25px;
}

.menuButton a.home {
	background: url(../images/skin/house.png) center left no-repeat;
}

.menuButton a.help {
	background: url(../images/skin/information.png) center left no-repeat;
}

.menuButton a.list {
	background: url(../images/skin/database_table.png) center left no-repeat;
}

.menuButton a.show {
	background: url(../images/skin/database_edit.png) center left no-repeat;
}

.menuButton a.login {
	background: url(../images/skin/database_edit.png) center left no-repeat;
}

.menuButton a.register {
	background: url(../images/skin/database_add.png) center left no-repeat;
}

.menuButton a.user {
	background: url(../images/skin/database_edit.png) center left no-repeat;
}

.menuButton a.userProfile {
	background: url(../images/skin/properties.gif) center left no-repeat;
}

.menuButton a.logout {
	background: url(../images/skin/database_delete.png) center left
		no-repeat;
}

.menuButton a.create {
	background: url(../images/skin/database_add.png) center left no-repeat;
}

.menuButton a.upload {
	background: url(../images/skin/database_add.png) center left no-repeat;
}

.menuButton a.search {
	background: url(../images/skin/question.gif) center left no-repeat;
}

/* MESSAGES AND ERRORS */
.message {
	background: #f3f8fc url(../images/skin/information.png) 8px 50%
		no-repeat;
	border: 1px solid #b2d1ff;
	color: #006dba;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 30px
}

.error {
	background: #f3f8fc url(../images/skin/exclamation.png) 8px 50%
		no-repeat;
	border: 1px solid red;
	color: #cc0000;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 30px
}

div.errors {
	background: #fff3f3;
	border: 1px solid red;
	color: #cc0000;
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 0;
}

div.errors ul {
	list-style: none;
	padding: 0;
}

div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
	line-height: 16px;
	padding-left: 30px;
}

td.errors select {
	border: 1px solid red;
}

td.errors input {
	border: 1px solid red;
}

/* TABLES */
table {
	border: 1px solid #ccc;
	width: 100%
}

tr {
	border: 0;
}

td,th {
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 12px;
	padding: 5px 6px;
	text-align: left;
	vertical-align: top;
}

th {
	background: #fff url(../images/skin/shadow.jpg);
	color: #666;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	padding: 2px 6px;
}

th a:link,th a:visited,th a:hover {
	color: #333;
	display: block;
	font-size: 10px;
	text-decoration: none;
	width: 100%;
}

th.asc a,th.desc a {
	background-position: right;
	background-repeat: no-repeat;
}

th.asc a {
	background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
	background-image: url(../images/skin/sorted_desc.gif);
}

td.name {
	vertical-align: middle;
}

.odd {
	background: #f7f7f7;
}

.even {
	background: #fff;
}

/* LIST */
.list table {
	border-collapse: collapse;
}

.list th,.list td {
	border-left: 1px solid #ddd;
}

.list th:hover,.list tr:hover {
	background: #b2d1ff;
}

/* PAGINATION */
.paginateButtons {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	border-top: 0;
	color: #666;
	font-size: 10px;
	overflow: hidden;
	padding: 10px 3px;
}

.paginateButtons a {
	background: #fff;
	border: 1px solid #ccc;
	border-color: #ccc #aaa #aaa #ccc;
	color: #666;
	margin: 0 3px;
	padding: 2px 6px;
}

.paginateButtons span {
	padding: 2px 3px;
}

/* DIALOG */
.dialog table {
	padding: 5px 0;
}

.prop {
	padding: 5px;
}

.prop .name {
	text-align: left;
	width: 15%;
	white-space: nowrap;
}

.prop .value {
	text-align: left;
	width: 85%;
}

.prop .add {
	padding-left: 24px;
	font-size: 10px;
	background: transparent url(../images/skin/add.png) 2px 50% no-repeat;
	cursor: pointer;
}

.prop .delete {
	padding-left: 24px;
	font-size: 10px;
	background: transparent url(../images/skin/delete.png) 2px 50% no-repeat;
	cursor: pointer;
}

/* ACTION BUTTONS */
.buttons {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	color: #666;
	font-size: 10px;
	margin-top: 5px;
	overflow: hidden;
	padding: 0;
}

.buttons input {
	background: #fff;
	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	margin-left: 3px;
	overflow: visible;
	padding: 2px 6px;
	padding-left: 28px;
}

.buttons input.delete {
	background: transparent url(../images/skin/delete.png) 5px 50% no-repeat;
}

.buttons input.edit {
	background: transparent url(../images/skin/edit.gif) 5px 50% no-repeat;
}

.buttons input.save {
	background: transparent url(../images/skin/save.gif) 5px 50% no-repeat;
}

.buttons input.login {
	background: transparent url(../images/skin/database_edit.png) 5px 50%
		no-repeat;
}

.buttons input.register {
	background: transparent url(../images/skin/database_save.png) 5px 50%
		no-repeat;
}

.buttons input.preview {
	background: transparent url(../images/skin/database_table.png) 5px 50%
		no-repeat;
}

.buttons input.upload {
	background: transparent url(../images/skin/database_save.png) 5px 50%
		no-repeat;
}

.buttons input.cancel {
	background: transparent url(../images/skin/cancel.gif) 5px 50% no-repeat;
}

.buttons input.tweetUpload {
	background: transparent url(../images/skin/twitter-small.png) 5px 50%
		no-repeat;
}

.buttons input.advancedSearch {
	background: transparent url(../images/skin/icon_search.png) 5px 50%
		no-repeat;
}

.buttons a.replay {
	background: transparent url(../images/skin/icon_replay.gif) 5px 50%
		no-repeat;
	padding-left: 32px;
}

.buttons a.print {
	background: transparent url(../images/skin/icon_print.gif) 5px 50%
		no-repeat;
	padding-left: 32px;
}

.buttons a.generateTranscript {
	background: transparent url(../images/skin/comment.gif) 5px 50%
		no-repeat;
	padding-left: 32px;
}

.buttons a.tweetUpload {
	background: transparent url(../images/skin/twitter-small.png) 5px 50%
		no-repeat;
	padding-left: 32px;
}

.links {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	color: #666;
	font-size: 10px;
	margin-top: 5px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

.links a {
	background: #fff;
	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	margin-left: 3px;
	overflow: visible;
	padding: 2px 6px;
}

.links a.replay {
	background: transparent url(../images/skin/icon_replay.gif) 5px 50%
		no-repeat;
	padding-left: 32px;
}

.links a.print {
	background: transparent url(../images/skin/icon_print.gif) 5px 50%
		no-repeat;
	padding-left: 32px;
}

.links a.edit {
	background: transparent url(../images/skin/edit.gif) 5px 50% no-repeat;
	padding-left: 32px;
}

.links a.update {
	background: transparent url(../images/skin/update.gif) 5px 50% no-repeat;
	padding-left: 32px;
}

.links a.delete {
	background: transparent url(../images/skin/delete.png) 5px 50% no-repeat;
	padding-left: 32px;
}

.link a.upload {
	background: transparent url(../images/skin/upload.png) 5px 50% no-repeat;
	padding-left: 32px;
}

.link a.download {
	background: transparent url(../images/skin/download.png) 5px 50%
		no-repeat;
	padding-left: 32px;
}

.link a.tweetUpload {
	background: transparent url(../images/skin/twitter-small.png) 5px 50%
		no-repeat;
	padding-left: 32px;
}
