.link
{
border:none;
display: inline; 
margin: 0em;   
padding: 0em;
outline: none;
outline-offset: 0em; 
background: none;
color: blue;
cursor: pointer;
font: inherit;
text-decoration: underline;
}

.link_noline
{
border:none;
display: inline; 
margin: 0em;   
padding: 0em;
outline: none;
outline-offset: 0em; 
background: none;
color: blue;
cursor: pointer;
font: inherit;
}

.blacklink
{
border:none;
display: inline; 
margin: 0em;   
padding: 0em;
outline: none;
outline-offset: 0em; 
background: none;
color: black;
cursor: pointer;
font: inherit;
text-decoration: underline;
}

nav{
	position:fixed;
	top:50px;
	left:0px;
	width:100%;
	z-index:5;
    height:45px;
}

nav ul ul {
	display: none;
	background: #0033CC; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	width:200px;
}

nav ul li:hover > ul {
	display: block;
}
	

nav ul {
	background: #FF9900; 
	background: linear-gradient(top, #FF9900 0%, #FF9933 100%);  
	background: -moz-linear-gradient(top, #FF9900 0%, #FF9933 100%); 
	background: -webkit-linear-gradient(top, #FF9900 0%,#FF9933 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
/*	border-radius: 10px;  */
	width:100%;
	margin-top:0px;
    margin-bottom:0px;
	list-style: none;
	position: relative;
	display: inline-table;
}
nav ul:after {
	content: ""; clear: both; display: block;
}

nav > ul > li:last-of-type{
    float:right;
    padding-right:3%;
}

nav ul li {
	float: left;
}
nav ul li:hover {
	background: #4b545f;
	background: linear-gradient(top, #000066 0%, #0033CC 40%);
	background: -moz-linear-gradient(top, #000066 0%, #0033CC 40%);
	background: -webkit-linear-gradient(top, #000066 0%,#0033CC 40%);
}
nav ul li:hover a {
	color: #fff;
}
	
nav ul li a {
		display: block; padding: 15px 40px;
		color: #757575; text-decoration: none;
	}

nav ul ul li {
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;

}

nav ul ul li a {
	padding: 15px 40px;
	color: #fff;
}	
nav ul ul li a:hover {
	background: #000066;
}

nav > ul > li:last-of-type >ul>li>a {
    padding-left: 10px;
}



.background{
	min-height: 1200px;
    background: lightblue; /* For browsers that do not support gradients */    
/*    background: -webkit-linear-gradient(left top, lightblue, orange); /* For Safari 5.1 to 6.0 */
/*    background: -o-linear-gradient(bottom right, lightblue, orange); /* For Opera 11.1 to 12.0 */
/*    background: -moz-linear-gradient(bottom right, lightblue, orange); /* For Firefox 3.6 to 15 */
/*    background: linear-gradient(to bottom right, lightblue, orange); /* Standard syntax (must be last) */
/*	background-repeat: no-repeat;*/
	background-size: 110% 100%;
	padding-top:30px;
	margin:0px

}

.board{
	background-color: #FFF;
}

.holdingDiv{
	background-color:white;
	width:1165px;
	margin: 0 auto;
	position:relative;
	padding-left:100px;
	padding-right:100px;
	padding-bottom:50px;
	padding-top:15px;
	margin-top:-4px;
	min-height:700px
}

.leagues{
	width:300px;
	display:inline-block;
	vertical-align:top;
	height:300px;
	border:5px solid #0033CC;
	border-radius:20px;
	margin:10px;
	background-color:white;
	padding:0px;
}

.headerdiv{
	width:100%;
	height:50px;
	background-color:#FF9900;
	top: 0px;
    position: fixed;
    z-index: 6;
}

.header{
	width:100%;
	text-align:center;
	color:#0033CC;
	margin:3px;
}

.abutton{
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
    text-decoration: none; font: menu; color: ButtonText;
    display: inline-block; padding: 2px 8px;
	margin: 2px;
}	

.newYear{
	background: cornflowerblue;
    padding: 5px;
    border: 2px solid blue;
    width: 50%;
    margin: 0 auto;
    font-size: large;
}

.newYear button{
	margin: 0 auto;
    display: block;
    position: relative;
    margin-top: 15px;
	background-color: navy;
    color: white;
}

.popUp{
	width: 50%;
    background-color: cornflowerblue;
    left: 25%;
    z-index: 2;
    border-radius: 5px;
    position: fixed;
    border: 2px solid blue;
    font-size: x-large;
}

.popUp button{
	float: right;
    border-radius: 5px;
    background-color: white;
    border: none;
    background-color: cornflowerblue;
}