﻿body
{
	font-family:  Arial, Gulim, Calibri;
}
table.login
{
	margin-left: auto;
	margin-right:auto;
}
a img
{
	border: none;
}
.primary, a
{
	color: #AA9D71;
}
.secondary
{
	color: #E2DED6;
}
.pageTitle
{
	font-family: Gulim, Calibri, Arial;
	font-size: 18pt;
	font-weight: normal;
}
.disable
{
	position: fixed;
	left: 0;
	top: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	opacity:0.5
}
.hitlist, .keyPanel
{
	padding: 4px;
	color: #333333;
	border-spacing: 0px;
	border-collapse: collapse;
}
.headerRow, .headerRow a, .keywordName
{
	font-weight: bold;
	background-color: #AA9D71;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
.MIKGName
{
	font-weight: bold;
	background-color: #665e43;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
.row, .row a
{
	color: #333333;
	background-color: #F7F6F3;
	text-decoration: none;
}
.alt, .alt a
{
	color: #665e43;
	background-color: #FFFFFF;
}
.row a:hover
{
	text-decoration: underline;
}
.hitlist .row:hover, .hitlist .row:hover a
{
	background-color: #CCCCCC;
}
.selected, .selected a, .selected a:visited
{
	color: #FFFFFF;
	background-color: #999999;
}
.sort, .sort a, .sort a:visited, .hitlist .sort:hover a
{
	background-color: #E2DED6;
	font-weight: bold;
	color: #333333;
}
.noteAccordHead
{
	background-color: #E2DED6;
	color: #333333;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url('/Images/RoundBtn_Right.gif');
	background-repeat:no-repeat;
	background-position: center left;
}
.noteAccordHeadSelected
{
	background-color: #5D7B9D;
	color: #FFFFFF;
	background-image: url('/Images/RoundBtn_Down.gif');
	background-repeat:no-repeat;
	background-position: center left;
}
.noteAccordHead, .noteAccordHeadSelected
{
	padding: 2px;
	cursor: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.noteAccordContent
{
	font-size: 10pt;
	padding: 2px;
	color: #333333;
	background-color: #F7F6F3;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
.buttons
{
	background-color:#AA9D71;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #665e43;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:6px 10px;
	text-decoration:none;
}
.buttons:hover 
{
	background-color:#665e43;
}
.buttons:active 
{
	position:relative;
	top:1px;
}
