.print_false {
	display:block;
}

.screen_false {
	display:none;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	overflow-x:auto !important; 
}

body.standard {
	background-color:#996; /* this only applies to the 'framed' edition */
}

body.superuser {
	background: #fff url('/file/images/admin_bg.png') repeat;
}

body, ul, div, td, a:link, a:visited, a:hover, a:active {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
}

table, input {
	color:black;
}

table.a {
	text-decoration:underline;
}

a, a:link, a:visited, a:active {
	color:#242424;
	text-decoration:none;
}

a:hover {
	color:black;
	text-decoration:underline;
}

a.selected {
	font-weight:bold;
}

li {
	color: red;
	left: -20px;
	position:relative;
}

body.site {
	background-color:white;
}

.tundra .dijitSplitterV, .tundra .dijitGutterV {
	background-color:#cccc99;
	width:3px;
}

.dijitSplitterV .dijitSplitterThumb {
	left:1px;
	width:3px;
}

.tundra .dijitContentPane {
	background-color:white;
}

.dijitContentPane {
	background-color:white;
	border-left:1px solid #999955;
}

div.topframe {
	border-bottom:1px solid #666701;
	background-color:#666701;
	height:100px; 
	padding:0px; 
	overflow:hidden;
	background: #666701 url('/images/logo_gradient.png') repeat-y;
}

div#topimg {
	background: url('/images/logo_djr.gif');
	width: 100%;
	height: 100%;
}

div.leftframe {
	border-right:1px solid #999955;
}

#leftpane {
	padding-left:3px; 
	background-color:#cccc99;
}

img {
	border:none;
}

p{
	line-height: 15px;
}

.h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:black;
	font-weight:bold;
	padding:5px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:black;
	font-weight:bold;
	padding:5px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:black;
	font-weight: bold;
	line-height: 16px;
	padding: 0px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#686601;
 	font-weight:bold;
	height: 20px;
	padding: 0px;
	margin:0px;

}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#686601;
	font-weight: normal;
	line-height: 20px;
	padding-top: 15px;
}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#686601;
	font-weight: bold;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#686601;
	font-weight: bold;
	line-height: 12px;
	padding-top: 2px;
	padding-bottom: 0px;
}

.header {
	padding:10px;
	border-bottom:1px solid #666701;
}

.menu {
	font-size:11px;
	width:1%;
	white-space:nowrap;
	border-right:1px solid #666701;
	padding:10px;
}

.mainpane {
	padding:0px;
}

#mainpage {
	margin: 1% auto;
	border:2px solid #686601; 
	padding:0px; 
	width:1000px; 
	height:96%;
}

.datapane {
	padding:20px;
	background-color:white;
}

table.mainheader td {
	border-collapse:collapse;
	border-bottom: 1px solid #b7b778;
	margin:0px 0px 20px 0px;
	background-color:#cccc99;
	color:black;
	vertical-align:middle;
}

.mainheader td {
	margin:0px;
	padding:5px;
}

div#pagefilter {
	border-top:0px;
	position: absolute;
	right: 158px; 
	top: 41px; 
	width: 145px;
	z-index: 15;
	height: 18px;
	background-color:#7b762c; 
}

div.pagefilter {
	padding: 0px !important;
}

input#livesearch {
	width: 145px;
	line-height: 14px;
}

div#liveSearchFrame {
	white-space:nowrap; 
	overflow:hidden; 
	color:white; 
	border:1px solid #7b762c;
}

table.data, table.normaldata {
	width:100%;
	border-width:1px;
	border-style:solid;
	border-color:white;
	padding:1px;
	white-space:0px;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.parring {
	border:1px solid #aeaeae;
}

table.parring tr th, table.parring tr td {
	padding:2px 10px 2px 10px;
}

table.parring tr th.parringkey, table.parring tr td.parringkey {
	padding:2px 30px 2px 10px;
}

.data tr:hover {
	background-color:#e3e3ce;
}

div.data, div.normaldata {
	width:79%;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}

th {
	background-color:#efefef;
	text-align:left;
	color:black;
}

td.key, th.key {
	width:1%;
	// white-space:nowrap;
	white-space: normal;
	padding:2px 10px 2px 10px;
}

td.val, th.val {
	//white-space:nowrap;
	white-space: normal;
	padding:2px 10px 2px 10px;
}

td.tinyVal {
	white-space:normal;
	padding:2px 10px 2px 10px;
}

input:focus, select:focus, textarea:focus {
    background-color:#ffffe2;
}

.button_wrap {
	background-color:#efefef;
	padding:0px 10px 0px 10px;
	width:120px;
	border:1px solid #898989;
	white-space:nowrap;
	margin-bottom:10px;
	font-size:11px;
	color:#242424;
}

button {
	padding:0px 10px 0px 10px;
	height:1em;
}

.groupbox {
	border:2px solid #0a642b;
}

table.dbTableCustom {
	margin:3px 0px 5px;
	width:100%;
	border:1px solid white;
	border-collapse:collapse;
}

th.dbTableCustomHeader	{
	background-color:#efefef;
	padding:2px 4px 2px 4px;
	text-align:left;
	border-bottom:1px solid white;
	border-right:1px solid white;
	color:black;
}

th.dbTableCustomHeader a:link, th.dbTableCustomHeader a:visited, th.dbTableCustomHeader a:hover, th.dbTableCustomHeader a:active {
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	font-size:11px;
	color:black;
	font-weight:bold;
}
	
th.dbTableCustomHeader a:hover {
	text-decoration:underline;
}

th.dbTableCustomHeaderFGV {
	border:0px;
}

td.dbTableCustomData, td.dbTableCustomDataLine {
	vertical-align:middle;
	text-align: left;
	padding:4px 4px 2px 4px;
	border:1px solid white;
}

td.dbTableCustomData a:link, td.dbTableCustomData a:visited, td.dbTableCustomData a:hover, td.dbTableCustomData a:active {
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	font-size:11px;
	color:#686601;
}
td.dbTableCustomData a:hover {
	color:black;
	text-decoration: underline;
}

tr.dbTableDefaultRow1, tr.dbTableDefaultRow2 {
	background-color:white;
}

tr.dbTableDefaultRow1:hover, tr.dbTableDefaultRow2:hover {
	background-color:#e3e3ce;
}

.link_back, #link_back {
	font-style: italic;
	color: #464646;
}

.active {
	font-weight:bold;
}

div#leftmenu ul li {
	white-space: nowrap;
}

table.femled td th {
	vertical-align:middle;
	padding:3px;
}

span.femled_data {
	font-size:1em;
	font-weight:bold;
}

table.femled_data td {
	font-size:0.9em;
	padding-right:5px;
	vertical-align:top;
}

table.femled_data {
	width:100%;
}

.msg, .err {
	padding:2px 10px 2px 10px;
	color:white;
	font-size:1.2em;
	line-height:2em;
	font-weight:bold;
}
.msg {
	background-color:darkgreen;
}
.err {
	background-color:#890000;
}

input:disabled {
	background-color:white;
	font-style:italic;
	border:0px;
}

input:disabled, input:disabled + span, .inactive {
	color:#777 !important;
}

input.fancy, select.fancy {
	font-size:11px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	width:250px;
	background-color:white;
}

.femled_1 { font-size:1.00em; }
.femled_2 { font-size:0.95em; }
.femled_3 { font-size:0.90em; }
.femled_4 { font-size:0.85em; }
.femled_5 { font-size:0.80em; }
.femled_6 { font-size:0.75em; }
.femled_7 { font-size:0.70em; }

.dijitTitlePaneContentInner {
	padding:0px;
}

.dijitTitlePaneContentOuter {
	padding:0px;
	background-color:white;
}

table.hvalpeliste {
	width:100%;
	padding:1px;
	color:black;
	border-collapse:collapse;
	border:1px solid black;
	border-bottom:0px;
}

tr.info td {
	background-color:#cdc098;
	color: black;
	text-align:center;
}

tr.info th {
	background-color:#dedede;
	color: black;
	text-align:center;
	font-weight: normal;
}

tr.info th a {
	color: navy;
}

tr.info_ex th {
	font-weight:bold; 
	text-align: left;
	padding-left: 3px;
}


/************** d2feStatusBox START **************/
#d2feStatusBox {
	margin-bottom: 5px;
}
/************** d2feStatusBox END **************/

.login_popup {
	width: 1010px !important;
	height: 350px !important;
}

tr.parent td, tr.parent td a {
	color:#8e5d09;
}

#site_link {
	color: #7f7f7f;
}

#site_link a {
	color: #464646;
}

table.races td, table.races td a, table.racessimple td, table.racessimple td a {
	text-align:center;
	font-weight: bold;
	font-size: 110%;
}
table.racessimple td, table.racessimple td a {
	font-size: 105%;
	text-align:left;
	padding-left: 20px;
}

table.racessimple td img {
	width: 180px;
}

table.hanhundPickrace td, table.hanhundPickrace td a {
	font-weight: bold;
	line-height: 150%;
	font-size: 120%;
}

tr.info th.description a {
	font-weight: bold;
	color: red;
}
div.key_val_row{
	padding: 2px 30px 2px 10px;
	display: block;
}
div.key_val_row:hover{
	background-color:#e3e3ce;
}

span.key{
	width: 100px;
	display: inline-block;
}

li.child_item{
	margin-left: 20px;
}
