﻿/*#Free
{ 
  font-size : 20px;
  color : blue;
  background-image: url(../Images/Main_Background_1366.jpg);
}*/


/*.mytmp
{ 
  font-size : 20px;
  color : blue;
  background-image: url(../Images/Main_Background_1366.jpg);
}*/

/*h1, h2 
{
    margin: 0px ;
}

body 
{
    margin: 0px !important;
}*/

.mybutton
{
    color : red;
    background-color : black;
}

.Freepanel
{ 
  font-size : 25px;
  color : black;
  background-image: url(../Images/Main_Background_500.jpg);
  width : 100%;
  height : 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.BTHeveryhorse
{
    text-align :center ;

}

.BTHhome
{ 
  font-size: 25px;
  line-height: 26px;
}


/* http://www.w3schools.com/colors/colors_picker.asp */

/* need to make either the button or border change colour on hover

*/
.Level1
{
    background-color : #808080 !important;
}

.Level2
{
    background-color : #bfbfbf !important;
}

.Level3
{
    background-color : #f2f2f2 !important;
}

/*.btn-default
{
    background-color : #808080;
}*/

.btn-default:hover
{
    border-color: black !important;
}


.HorseMainTable
{   
    padding-right : 50px !important;
}


.PleaseWait
{
    height: 32px;
    width: 500px;
    background-image: url(../Images/PleaseWaitSmall.gif);
    background-repeat: no-repeat ;
    padding-left: 40px;
    line-height: 32px;
}
    
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../Images/PleaseWaitBig.gif) 50% 50% no-repeat rgb(249,249,249);
}


.tableMod1 {
    /*table-layout: fixed;*/
    word-wrap: break-word;
    font-size : smaller;
    /*overflow: hidden;*/
}

.tableMod2 {
    /*table-layout: fixed;*/
    word-wrap: break-word;
    font-size : xx-small;
    /*overflow: hidden;*/
}

/*table {
    table-layout: fixed;
    word-wrap: break-word;
    font-size : xx-small;
    overflow: hidden;
}*/



