body {
	overflow-y:scroll;
	color:#000000;
	background:url('../images/balura-background.png') no-repeat 50% 340px, #9d9f7c url('../images/background-pattern.jpg');
	font:normal normal normal 0.8em Verdana, Arial, sans-serif;
	text-indent:0px;
	text-align:left;
	letter-spacing:0px;
	text-transform:none;
	margin:0px;
	padding:0px;
}
h1, #title {
	font-variant:small-caps;
	font:normal small-caps bold 1.8em Verdana, Arial, sans-serif;
	margin-left:15px;
}
h2 {
	font:normal small-caps bold 1.3em Verdana, Arial, sans-serif;
}
a:link, a:active, a:visited {
	text-decoration:none;
	color:#183070;
}
a:hover {
	text-decoration:none;
	color :#40202a;
}
pre {
	margin:0px;
}
input, select {
	background-color:rgba(255,255,255,0.5);
	border:0px;
	width:200px;
	-webkit-box-shadow:1px 1px 1px 0px rgba(50,50,50,0.2);
	-moz-box-shadow:   1px 1px 1px 0px rgba(50,50,50,0.2);
	box-shadow:        1px 1px 1px 0px rgba(50,50,50,0.2);
}
input[type="checkbox"] {
	width:auto;
	-webkit-box-shadow:0px 0px 0px 0px;
	-moz-box-shadow:   0px 0px 0px 0px;
	box-shadow:        0px 0px 0px 0px;
}
input[type="submit"] {
	-webkit-box-shadow:1px 1px 1px 0px rgba(50,50,50,0.2), 1px 1px 1px 1px rgba(255,255,255,0.5) inset, -1px -1px 1px 1px rgba(50,50,50,0.2) inset;
	-moz-box-shadow:   1px 1px 1px 0px rgba(50,50,50,0.2), 1px 1px 1px 1px rgba(255,255,255,0.5) inset, -1px -1px 1px 1px rgba(50,50,50,0.2) inset;
	box-shadow:        1px 1px 1px 0px rgba(50,50,50,0.2), 1px 1px 1px 1px rgba(255,255,255,0.5) inset, -1px -1px 1px 1px rgba(50,50,50,0.2) inset;
}
textarea {
	background-color:rgba(255,255,255,0.5);
	border:0px;
	-webkit-box-shadow:1px 1px 1px 0px rgba(50,50,50,0.2);
	-moz-box-shadow:   1px 1px 1px 0px rgba(50,50,50,0.2);
	box-shadow:        1px 1px 1px 0px rgba(50,50,50,0.2);
}
.prevnextarrowcell {
	width:30px;
}
#maincontainer {
	background:rgba(255,255,255,0.5);
	margin:0px auto 0px auto;
	padding:5px 5px 0px 5px;
	margin-top:10px;
	width:990px;
	min-height:550px;
	-webkit-box-shadow:0px 2px 5px 1px #333;
	-moz-box-shadow:   0px 2px 5px 1px #333;
	box-shadow:        0px 2px 5px 1px #333;
	-webkit-border-radius:10px;
	-moz-border-radius:   10px;
	border-radius:        10px;
}
#topmenucontainer {
	text-align:center;
}
#topmenu {
	margin-top:10px;
	display:inline-block;
	width:1000px;
	background:#ffffff;
	height:40px;
	-webkit-box-shadow:0px 2px 5px 1px #333, 0px -10px 25px 5px #aaa inset;
	-moz-box-shadow:   0px 2px 5px 1px #333, 0px -10px 25px 5px #aaa inset;
	box-shadow:        0px 2px 5px 1px #333, 0px -10px 25px 5px #aaa inset;
	-webkit-border-radius:10px;
	-moz-border-radius:   10px;
	border-radius:        10px;
}
.loginfield {
	width:210px;
	border:0px;
}
.topmenu { /* The ul containing the menu */
	margin:0px auto 0px auto;
	padding:0px;
	height:100%;
	display:table;
}
.topmenu li { /* The li in the menu */
	background-color:transparent;
	padding:0px;
	display:table-cell;
	position:relative;
	text-align:center;
	height:100%;
	vertical-align:middle;
}
.topmenu li:hover a, .topmenuselected { /* The a in the li in the menu, and current page menu item */
	/* We add multiple identical shadows to get it more visible with that much spread */
	-webkit-text-shadow:0px 0px 20px #44aaff, 0px 0px 20px #44aaff, 0px 0px 20px #44aaff;
	-moz-text-shadow:   0px 0px 20px #44aaff, 0px 0px 20px #44aaff, 0px 0px 20px #44aaff;
	text-shadow:        0px 0px 20px #44aaff, 0px 0px 20px #44aaff, 0px 0px 20px #44aaff;
}
.pageselected {
	-webkit-text-shadow:0px 0px 11px #44aaff, 0px 0px 11px #44aaff, 0px 0px 11px #44aaff;
	-moz-text-shadow:   0px 0px 11px #44aaff, 0px 0px 11px #44aaff, 0px 0px 11px #44aaff;
	text-shadow:        0px 0px 11px #44aaff, 0px 0px 11px #44aaff, 0px 0px 11px #44aaff;
}
.topmenu li a { /* The a in the menu */
	text-decoration:none;
	height:100%;
	padding:0px 8px;
	margin:0px;
}
.topmenu select { /* The select in the menu */
	width:auto;
	padding:0px 8px;
	margin:0px;
}
#topmenu a:link, #topmenu a:active, #topmenu a:visited {
	color:#666666;
}
#alert {
	background-color:#902020;
}
tr, th, td {
	border:0px;
	font-size:0.95em;
	/*Why is this here?!
	padding-left:10px;*/
}
.searchresult {
	width:100%;
	border-spacing:0px;
}
#alertcontainer {
	pointer-events:none;
	z-index:9998;
	width:100%;
	height:100%;
	position:absolute;
	background:transparent;
	text-align:center;
	display:none;
}
#alertbox {
	width:auto;
	color:#ffffff;
	cursor:pointer;
	padding:10px;
	margin:200px auto 0px auto;
	background:rgba(100,0,0,0.8);
	display:inline-block;
	text-align:left;
	-webkit-box-shadow:3px 3px 5px 3px #333;
	-moz-box-shadow:   3px 3px 5px 3px #333;
	box-shadow:        3px 3px 5px 3px #333;
	-webkit-border-radius:3px;
	-moz-border-radius:   3px;
	border-radius:        3px;
}
#resultbox {
	color:#ffffff;
	cursor:pointer;
	list-style:none outside none;
	padding:2px;
	margin:0px;
	display:none;
	position:fixed;
	background:rgba(0,0,0,0.7);
	-webkit-box-shadow:3px 3px 5px 3px #333;
	-moz-box-shadow:   3px 3px 5px 3px #333;
	box-shadow:        3px 3px 5px 3px #333;
	-webkit-border-radius:3px;
	-moz-border-radius:   3px;
	border-radius:        3px;
}
#footer {
	position:relative;
	margin:5px auto 0px auto;
	height:20px;
	width:1000px;
}
.suggestopt {
	color:#ffffff;
}
.suggestopt-over {
	color:#44aaff;
}
.addeditjudgtable {
	padding:0px;
	margin:0px;
	border-spacing:0px;
}
.show-container {
	display: block;
	margin: 0 auto;
	width: 80%;
	min-height:36.5em;
}
.judg-showinfo {
	text-align:center;
	margin:0px;
	padding:0px;
	width:100%;
	display:inline-block;
	min-height:6em;
}
.judg-left {
	margin:0px;
	padding:0px;
	width:50%;
	display:inline-block;
	vertical-align:top;
}
.judg-doginfo {
	min-height:8em;
}
.judg-judgement {
	min-height:11em;
}
.judg-addit {
	min-height:6em;
}
.judg-right {
	margin:0px;
	padding:0px;
	padding-left:18%;
	display:inline-block;
	vertical-align:top;
}
.judg-right div, .judg-left div {
	padding:0px;
	margin:0px;
}
.judg-actions {
	margin:0px;
	padding:0px;
	text-align:center;
}
