#ajaxloader {
	vertical-align: top !important;
}


#statusindicator {
	color: black;
	font-size: 15px;
	height: 20px;
	width: 750px;
	margin-bottom: 2px;
}

#editalbumform, #editsingleform {
	padding: 0px;
	margin: 0px;
}

#editalbumtable, #editsingletable {
	padding: 0px;
	margin: 0px;
}

.form_error	{
	border: red 2px solid !important;
}

.form_error:focus	{
	border: red 3px solid !important;
}

.error_message {
	color:  red;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}

.formlabel {
	vertical-align: top;
	font-size: 16px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
}

.formelement {
	vertical-align: top;
	text-align: right;
	padding-right: 6px;
}

.formelement input {
	background-color: #4c4c4c;
	border: white 1px solid;
	color: white;
	width: 164px;
	height: 18px;
}

.formelement input:focus {
	border: white 2px solid;
	font-weight: bold;
	width: 162px;
	height: 16px;
}

.suggestionelement {
	background-color: #4c4c4c;
	border: white 1px solid;
	color: white;
	width: 270px;
	height: 16px;
	margin-top: 1px;
}

.suggestionelement:focus {
	border: white 2px solid;
	font-weight: bold;
	width: 268px;
	height: 14px;
	margin-top: 1px;
}

.editbutton {
	cursor: pointer;
}

.ductip {
	border: white solid 1px;
	background-color: #191919;
	margin: 1px;
	padding: 1px;
	font-size: 12px;
}

.ductip:hover {
	cursor: move;
}

.ductipsselectlist {
	margin:0px;
	padding:0px;
	height:150px;
	width:330px;
	list-style-type: none;
}

.ductipstoplist {
	height:300px;
	width:330px;
	margin:0px;
	padding:0px;
	text-align: left;
	list-style-type: none;
}

.tipshelp {
	font-size: 12px;
	color: yellow;
}

.tipscontainer {
	height: 225px;
	width: 355px;
	border: 1px white solid;
}

#scrollcontainer {
	overflow: auto;
	overflow-y: auto;
	overflow-x: visible;
	height: 646px;
	width: 350px;
	position:relative;
}

#tipnumbers {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 2px;
	margin-top: 0px;
}

#tipnumbers li {
	padding-bottom:2px;
	padding-top:2px;
	font-size: 13px;
}

.deleteoldentries {
	padding: 0px;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 14px;
}

#chartsheader {
	font-weight: bold;
	text-align: center;
	font-size: 19px;
	vertical-align: top;
	font-family: verdana, arial, helvetica, "sans-serif !important";
	color: black;
}

.topheader {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	text-align: left;
	height: 20px;
	font-family: verdana, arial, helvetica, "sans-serif !important";
}
.topheaderleft {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	font-family: verdana, arial, helvetica, "sans-serif !important";
}
td.topelement {
	font-size: 9px;
	border-top: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	height: 18px;
	margin-top: 5px;
	padding-left: 5px;
	text-align: left;
	font-family: verdana, arial, helvetica, "sans-serif !important";
	color:  black;
}
td.topelementleft {
	font-size: 10px;
	height: 18px;
	margin-top: 5px;
	font-family: verdana, arial, helvetica, "sans-serif !important";
}
td.topelementleft2nd {
	font-size: 12px;
	font-weight: bold;
	background-color: #CACACA;
	height: 18px;
	margin-top: 5px;
	text-align: right;
	padding-right: 5px;
	font-family: verdana, arial, helvetica, "sans-serif !important";
	color:  black;
}