* { border : 0 none; font-family : inherit; font-size : 90%; font-style : inherit; 
    font-weight : inherit; line-height : 120%; margin : 0; outline : 0; padding : 0; vertical-align : baseline; }

li { list-style : none; }

img { border : 0 none; }

a:hover { color : #353; }
a { color : #353; }
a:visited { color : #353; }

@font-face {
    font-family: 'VegurRegular';
    src: url('../fonts/vegur-r_0.602-webfont.eot');
    src: url('../fonts/vegur-r_0.602-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vegur-r_0.602-webfont.woff') format('woff'),
         url('../fonts/vegur-r_0.602-webfont.ttf') format('truetype'),
         url('../fonts/vegur-r_0.602-webfont.svg#VegurRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VegurRegular';
    src: url('../fonts/vegur-b_0.602-webfont.eot');
    src: url('../fonts/vegur-b_0.602-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vegur-b_0.602-webfont.woff') format('woff'),
         url('../fonts/vegur-b_0.602-webfont.ttf') format('truetype'),
         url('../fonts/vegur-b_0.602-webfont.svg#VegurBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'VegurMedium';
    src: url('../fonts/vegur-m_0602-webfont.eot');
    src: url('../fonts/vegur-m_0602-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vegur-m_0602-webfont.woff') format('woff'),
         url('../fonts/vegur-m_0602-webfont.ttf') format('truetype'),
         url('../fonts/vegur-m_0602-webfont.svg#VegurMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}



p { margin : 20px; }

h1 { font-size : 24px; font-weight : bold; margin : 0 20px; text-align: center; }

h2 { font-size : 20px; font-weight : bold; margin : 0 20px; }

h3 { font-size : 16px; font-weight : bold; margin : 0 20px; }

body { background: transparent; 
       font : 18px/1.5 'VegurRegular',"Myriad Pro", "myriad-pro-1","myriad-pro-2", Calibri, HelveticaNeue,Helvetica,Arial ,serif; color: #333;}
/* */

strong { font-weight : bold; }

.hidden { display: none; }

table.datatable input {width: 150px; margin: 0px;}

ul.leaguemenu li {  width: 80px; border-top: 20px; float: left;  }

ul.leaguemenu li a { width: 70px; display: block; margin: 10px 0px; text-align: center;}

ul.leaguemenu { display:block; padding: 0;  }

div.leagueview {display: block;clear: both;}


/** Notices and Errors **/
div.message {
	clear: both;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #4ba343;
	padding: 5px;
  text-align: center;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

div.flash_failure {
	clear: both;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #c73e14;
	padding: 5px;
  text-align: center;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

div.error-message {
	/* clear: both; */
	font-weight: bold;
	color: #c73e14;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 100%;
	line-height: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 100%;
	line-height: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/** Tables **/
.datatable {
	background: transparent;
	border-right:0;
	clear: both;
	color: #333;
	margin: 10px 0;
	width: 100%;
}
.datatable th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
    vertical-align: top;
	padding:4px;
}
.datatable th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.datatable th a.asc:after {
	content: ' (ascending)';
}
.datatable th a.desc:after {
	content: ' (descending)';
}

.datatable th label {
    margin: 0px;
}

.datatable tr td {
	background: transparent;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}

table .disabled td {
  color: #ccc;
}

table.playertable {
    width: 500px; margin: 0px auto;

}

td.editicons {
    width: 120px;
}

td.editicons a {
    width: 40px;
    margin: 10px;
}

td.actionlink {
    width: 70px;
}

td.actionlink a  {
    font-size: 12px;
}
 div.scorePopUp { position: absolute; top: 0px; left: 60px; width: 200px; padding: 30px; background-color: #fafaef; border: 1px solid #ccc; height: 200px; 
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
   box-shadow: 0px 0px 10px rgba(0,0,0,.2);
 }

 div.scorePopUp p { height: 100px; overflow: auto; margin-bottom: 35px;}

