

/*
 * Formattering av linker
 *******************************************************************/

a {
	color: #7F3300;
	text-decoration: none;
}


a:hover	{
	text-decoration: underline;
	cursor: pointer;
}


.linkNoColour {
    color: #303030;
}


/*******************************************************************/

html {
    overflow-y: scroll;
}


body {
	background: url("../pics/main/bgMain.png") repeat-x;
	background-color: #F0F0F0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #303030;
}


.font_italic {
	font-style: italic;
}


.font_normal {
	font-style: normal;
}


#header {
	width: 980px;
    margin-left: auto;
	margin-right: auto;
	height: 80px;
	background-image: url("../pics/main/hpnHeader.png");
}


#toolbar {
	position: relative;
    float: right;
    right: 90px;
	top: 65px;
	color: #F0F0F0;
	font-family: Verdana, "MyriadPro-Bold";
	font-size: 0.9em;
	letter-spacing: 0.04em;
}


#toolbar a {
	color: #F0F0F0;
}


#toolbar img {
	margin-right: 5px;
	margin-bottom: -3px;
}


#wrap {
	width: 980px;
    margin-left: auto;
	margin-right: auto;
}


#mainTop {
	width: 100%;
	height: 18px;
	background-image: url("../pics/main/wrapTop.png");
	background-repeat: no-repeat;
	display: inline-block;
}


#mainCenter {
	width: 100%;
	background-image: url("../pics/main/wrapCenter.png");
	display: inline-block;
	padding-bottom: 3px;
	margin-top: -3px;
	margin-bottom: -3px;
}


#mainBottom {
	float: left;
	width: 100%;
	height: 18px;
    background-image: url("../pics/main/wrapBottom.png");
	background-repeat: no-repeat;
	display: inline-block;
}


#leftColumn {
	float: left;
	width: 190px;
}


#content {
	float: left;
	padding: 0px 15px 0px 20px;
	margin-top: -8px;
	min-height: 600px;
	width: 755px;
}


#footer {
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
 	width: 100%;
	color: #A4A4A4;
	font-size: 0.8em;
}



#login {
	height: 100px;
	width: 182px;
	text-align: left;
	font-family: Verdana;
	font-size: 0.7em;
	margin-left: 10px;
	margin-top: -5px;
	padding: 5px 10px 5px 10px;
	background-image: url("../pics/main/login.png");
	background-repeat: no-repeat;
	color: #F0F0F0;
}


#login a {
	color: #F0F0F0;
	text-decoration: underline;
}


#login select {
	margin: 10px 0px 15px 0px;
	height: 18px;
	width: 140px;
	font-size: 1.1em;
}


#loggedIn {
	margin-top: 5px;
}


#notLoggedIn {
	margin-top: 20px;
}


h2 {
	font-size: 18px;
}


h3 {
	font-size: 16px;
}


h4 {
	font-size: 14px;
}


h6 {
	color: #A0A0A0;
	font-size: 16px;
}


img {
    border: none;
}


#menu ul,
#slideShowContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}


table {
	border-collapse: collapse;
	border: 0px;
	border-spacing: 0px;
}


fieldset {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #A4A4A4;
}


legend {
	margin-bottom: 10px;
	font-size: 12px;
	color: #A4A4A4;
}


textarea {
	overflow: auto;
	font-family: inherit;
}


input[type='text'], select, textarea {
	font-size: 11px;
	font-family: Verdana;
	padding: 2px;
}


.pageHeader	{
	width: 100%;
	height: 46px;
	font-family: Tahoma, Georgia, 'Times New Roman', Verdana;
	color: #303030;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
	background-image: url("../pics/main/headerBg.png");
	background-repeat: no-repeat;
	margin-left: -12px;
	margin-bottom: 10px;
}

.subHeader {
	height: 50px;
	font-family: Tahoma, Georgia, 'Times New Roman', Verdana;
	color: #303030;
	font-size: 15px;
	font-weight: bold;
	text-indent: 10px;
	background-image: url("../pics/subHeaderBackground.png");
	background-repeat: repeat-x;
}


.headerLogo {
	float: right;
}


.infoBox {
	width: 100%;
	border: 1px solid #A4A4A4;
	background-color: #F0F0F0;
}


.infoBox td {
	padding: 5px;
}


.printOnly {
	visibility: hidden;
}


#serverDBInfo {
	float: left;
	margin-top: 30px;
	margin-left: 10px;
	color: red;
}


.closeWindow:hover {
	cursor: pointer;
}




/*
 * Validering
 *************************************************************************/

input.error, select.error {
	background-color: #FFE1E1;
	border: 1px solid #DBC3C3;
}


label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	font-size: 10px;
	/*clear: both;*/
	float: left;
}


em {
	float: left;
	margin: 0px 2px 0px 2px;
	width: 10px;
}


.notValid {
	background-color: #FFE1E1;
}




/*
 * Søk
 *************************************************************************/

#quickSearch {
	position: relative;
	margin: 20px 0px 20px 10px;
}


#inputSearch, #btnSearch {
	float: left;
}


#inputSearch {
	border: 1px solid #484848;
	width: 132px;
	height: 14px;
}

.resultItem:hover {
	background-color:#3399FF;
}


/*
.hover {
	cursor: pointer;
	opacity: 0.5;
	background-color: #A4A4A4;
}*/


#searchContainer {
	position: relative;
	height: 350px;
	width: 750px;
}


#personResults, #horseResults {
    width: 730px;
	color: #303030;
	padding: 10px;
	float: left;
}



/*
 * Pop-up vinduer
 *************************************************************************/


.jqmWindow {
	z-index: 100;
	padding: 10px;
}


.jqmHeader {
	background: url("../pics/th_bg.png") repeat-x 0 50%;
	color: #E0E0E0;
	margin: -12px;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 0px 7px 8px;
	margin-bottom: 12px;
	position: relative;
}


.jqmHeader img {
	position: absolute;
    top: 2px;
    right: 0px;
}


.jqmHeader img:hover {
	cursor: pointer;
}


/**************************************************************************/



.rankingListDetails	{
	width: 100%;
}

.rankingListDetails #right {
	padding-left: 20px;
}


.readMore {
	float: right;
	margin-top: 20px;
}


.moreText {
	display: none;
}


#easyTooltip {
	border: 1px solid #ccc;
	padding: 5px;
	background: url("../pics/odd.png") repeat-x 0 50%;
}




.dbaEdit:hover {
	cursor: pointer;
}


#dbaEditDialog {
	color: #303030;
	width: 800px;
	margin-left: -400px;
}


