/* Main CSS document for all Footy Tipping Pages */
* {
 padding: 0;
 margin: 0;
	
}

#wrapper {	
  width: 960px;     /*960*/
  margin: 0 auto;

}

#logo {
  background:url('../images/mylogo.jpg')no-repeat;
  background-color: #FACD8A;
	margin: 1px;
	float:left;
	width: 98px;
	height: 98px;
}

#header {
	float: left;
	background: #facd8a;
	margin: 10px 5px 0 0;
	width: 959px;
	height: 100px;
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: 5px 5px 0 0;	
}

#main_content {
	float: right;
/*	background: #f0f0f0; */
    background: linear-gradient(white,#facd8a); 
	margin: 8px 0px 5px 0px;
	width: 746px;    /*748*/
	height: 600px;
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: 5px 5px 0 0;
	font-size: 15px;

}

#sidebar {
	float: left;
	margin: 8px 0px 5px 0px;
/*	padding-top: 5px;*/
	width: 200px;
	height: 600px;
	background: linear-gradient(white,#facd8a);
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: 5px 5px 0 0; 
/*	background-image:url('../images/sherrin_small2.jpg'); */
	   	
}

#footer {
	clear: both;
	float: left;
	background: linear-gradient(white,#facd8a);
	width: 959px;
	height: 40px;
    border: 1px solid black;
	border-radius: 5px;
	box-shadow: 5px 5px 0 0;
}

#footer h3 {
	color: black;
	font-weight: bold;
	text-align:center;
    margin-top: -12px;
}

.navigation {
  margin-top: 3px; 
  margin-left: 1px;
  margin-right: auto;
  width: 95%;
 /* float:left; */

}

.navigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

.navigation li a {
    display: block;
	width: 194px; 
	color: #333;
/*	padding:1px;  */
    background-color:#f4ae0b;
	border: 2px solid;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	text-decoration:none;	
	font-size: 18px;
}

.navigation li a:hover {
  background-color: #9e7107;
	color: #fff;
}

.navigation li.disabled a:hover{
   background-color: #999999;
   color: #aaa;	
}

.navigation li.disabled a {
    display: block;
	width: 194px; 
	color: #333;
/*	padding:1px;  */
    background-color: #d9d9d9;
	border: 2px solid;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	text-decoration:none;	
	font-size: 18px;	
}

p.padding {
  padding-left:25px;
}

a.padding {
  padding-left:25px;
}

p.warning {
  padding-left:25px;
  color:red;
  font-weight:bold
}

p.firm {
  padding-left:25px;
  color:black;
  font-weight:bold;
}
p.foot {
  color:black;
  font-weight:bold;
  vertical-align: center;
  text-align: center;   
}


h1 {
  text-Align: center;
  padding: 20px;
  font-size: 260%;
  font-weight: bold;	
}

#header h1 {
/*	color: #cc7a00; */
    color: #66ff33;
	text-align: center;
	text-shadow: 3px 3px 3px black;	
}

h2, h3, h4 {
	padding: 20px;	
}

.header-login
{
  position: relative;
  z-index: 2;
  display: block;
  padding:0px 15px 0px 15px;
  margin: 15px;
  width: 330px;
  height: 20px;
  margin-top: -10px;  
/*bottom: 0; */
/*  right: 0;  */
  float: right;
  background-color: #facd8a;
  text-align: right;
/*-moz-box-shadow: 0px 0px 10px #000;
  -webkit-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000; */
}
.header-login a,
.header-login a:link,
.header-login a:visited,
.header-login a.visited,
.header-login a:hover,
.header-login a.hovered
{
  text-align:right;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 5px;
  color: #ff00ff;
  display:inline;
}

.header-login a:hover,
.header-login a.hovered
{
  color: #006e04;
}

.textbottom {vertical-align:text-bottom;}

[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],
.ng-cloak, .x-ng-cloak {
   display: none;
}
