body{
	font-family: Helvetica;
	margin: 0;
	padding: 0;
	background-color: #010815;
	color: #fff;
	font-size: 0.75em;
}

a
{
	color: #6faddc;
	text-decoration: none;
	font-weight: bold;
}

dd
{
	padding-left: 0;
	margin-left: 0;
}

a img{
	border: none;
}



h1,h3,div,ul,li{
	margin: 0;
	padding: 0;
	font-size: 1em;
}

h1{
	color: #6faddc;
	margin-bottom: 1em;
	font-size: 1.6em;
	line-height: 1.4em;
}

h2
{
	padding: 15px 0 10px 0;
	margin: 0 0 0 0;
	font-size: 1.3em;
	line-height: 1.3em;
}

h3
{
	color: #6faddc;
	font-size: 1em;
	line-height: 1.1em;
	padding-bottom: 8px;
}

p
{
	padding: 0px 0px 7px 0px;
	margin: 0;
	font-size: 1em;
	line-height: 1.4em;
	color: #dedede;
}



.blue{
	color: #6faddc;
}





div.Login label{
	display: block;
	float: left;
	width: 6em;
	text-align: right;
	color: #6faddc;
	padding-right: 1em;
	line-height: 2em;
}
div.Login input.Text{
	width: 20em;
}

.Login
{
    position:relative;
    clear:both;
    top: -160px;
    width:400px;
}

.UploadButton{
	position: relative;
	/*left: -100px;*/
	top: 10px; 
}
.Error, .Message, .Message p, .Error p{
    color: #f00 !important;
}
ul.Error li{
    list-style-type: disc;
    margin-left: 2em;
}

.FrontMessage p, .FrontMessage li{
	color: #6faddc !important;
}

fieldset.CMS{
    /* border: dotted 1px #6faddc; */
    border: none;
    /* margin-top: 2em; */
    position: relative;
    margin: 0;
    padding: 0;
}
div.EditBorder{
    margin: 0;
    padding: 0;
	border: dashed 1px #6faddc;
	padding: 0.5em 0em;
	float: left;
	margin-top: 10px;
	width: 100%;
}

a.CMS{
    position: relative;
    /* top: -1.3em; */
    top: 10px;
    left: 0px;
    margin-left: 0;
    margin-top: 0;
    color: #6faddc;
    font-weight: bold;
    z-index: 5000;
    width: 5em;
}
a.CMS,span.Title{
    padding: 0.5 1em;
    border: solid 1px #6faddc;
}
span.Title{
	border: none;
	padding-top: 10px;
	display: block;
	float: left;
}

a.CMS:hover{
    background-color: #6faddc;
    color: #fff;
}

div.CMS input.Background{
    color: #6faddc;
	background-image: url(Media/SiteImages/background.jpg);
	background-repeat: repeat-x;
	background-position: 0 -20px;
	font-size: 1.5em;
}
div.CMS label{
	vertical-align: top;
	margin-top: 0.5em;
}

img.BodyImage{
    float: right;
}

div.Border{
}

div.CenterBorder{
	width: 996px;
	margin: 0 auto;
		background-color: #000;
}

div.banner
{
	background-color: #000;
}

div.Title{
	height: 166px;
	text-align: center;
	background-image: url(Media/SiteImages/banner.jpg);
	background-repeat: repeat-x;
}
div.Body{
	text-align: center;
	background-image: url(Media/SiteImages/background.jpg);
	background-color: #0c2045;
	background-repeat: repeat-x;
	display: table;
	width: 100%;
	padding-top: 1em;
}
div.Inner{
	text-align: left;
	margin: 0 auto;
}
div.Title div.Inner{
	width: 996px;
}
div.Body div.Inner{
	width: 840px;
	padding: 1em 0;
}

div.Partners{
	padding-left: 22px;
	background-image: url(Media/SiteImages/Stripe.jpg);
	background-repeat: repeat-x;
	height: 7em;
	font-weight: bold;
		background-color: #000;
}
div.Partners img{
	vertical-align: middle;
	margin-left: 3.5em;
	margin-right: 0em;
	margin-top: 1.4em;
	margin-bottom: 0.8em;
	border: 0px;
}

div.Footer{
	background-image: url(Media/SiteImages/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 3em;
}

img.NESALogo{
	float: left;
	margin-left: 80px;
	margin-top: 20px;
}

img.TyneMetLogo{
	float: right;
	margin-right: 80px;
	margin-top: 10px;
}
img.SportsBanner{
	margin-left: 80px;
	margin-top: 10px;
		background-color: #000;
}
div.SearchBox{
	float: right;
	position: relative;
	right: 80px;
	height: 50px;
	margin-top: -34px;
	text-align: right;
}

input.Text{
	/*background-color: #fff;
	border: 0;
	border-style: none; */
	
	/* margin: -1px 0;
	padding: 1px; */
	/* font-size: 0.8em;
	line-height: 1.0em;
	height: 1.3em; */
}
div.RoundText{
	float: left;
}

div.RoundText input{
	background-color: #fff;
	border: 0;
	border-style: none;
	/*width: 174px;*/
	margin: -1px 0;
	padding: 3px;
	font-size: 0.8em;
	line-height: 1.0em;
	height: 1.3em;
	font-weight: bold;
}
div.TextColumn{
    margin-bottom: 2em;
}



div.ImageColumn{
    float: right;
    background: #000;
    border: 1px solid #505072;
    width: auto;
    margin-left: 1em;
    margin-bottom: 1em;
}
div.ImageColumn img
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

img.LeftImage, img.RightImage{
    border: 1px solid #505072;
    margin: 0.5em;
}
img.LeftImage{
	margin-left: 0;
	margin-top: 0;
}
img.RightImage{
	margin-right: 0;
	margin-top: 0;
}

/* NAV */

div.SportsNav
{
	background-color: #000;
}



div.SportsNav ul
{
	padding-left: 83px;
	font-weight: normal;
	list-style-type: none;
	clear: both;
	padding-bottom: 2em;
	padding-top: 0em;
}

div.TopNav ul 
{
	padding-left: 85px;
	font-weight: normal;
	list-style-type: none;
	clear: both;
	padding-right: 3px;
	padding-bottom: 2em;
	padding-top: 0.9em;
	background-color: #000;
}
div.TopNav ul li, div.SportsNav ul li{
	float: left;
	padding-right: 2.35em;
	list-style-type: none;
}
div.TopNav ul li a, div.SportsNav ul li a{
	text-decoration: none;
	font-weight: normal;
	color: #fff;

}
div.TopNav ul li a:hover, div.SportsNav ul li a:hover{
	color:#6faddc;
}
div.TopNav ul li.Selected a, div.SportsNav ul li.Selected a{
	color: #6faddc;
}

div.TopNav ul.SubNav, div.SportsNav ul.SubNav{
	font-size: 0.95em;
	background-color: #081325;
	height: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}
div.TopNav ul.SubNav li{
	padding-right: 2.1em;
}
div.SportsNav ul.SubNav li{
	padding-right: 3em;
}
div.SportsNav ul li{
	padding-right: 4.7em;

}

div.CMSNav{
    margin-top: 15px;
    margin-left: 130px;
    width: 250px;
    float: left;
}
div.CMSNav ul li{
    list-style-type: disc;
    margin-left: 2em;
}

ul.ExampleNav{
}

ul.ExampleNav li{
	float: left;
	text-align: center;
}

ul.ExampleNav li a
{
	/* display: block; */
	padding: 0 0.5em;
}

.Calendar{
    background-color: White;
}


.User label, .Button label{
    display: block;
    float: left;
    width: 10em;
	margin-top: 0.5em;
	padding-top: 0.25em;
	text-align: right;
}

.PlayerPhoto{
	display: inline;
	vertical-align: bottom;
}
.Blue{
	color: #6faddc;
}
.ImageList{
	width: 80px;
	float: left;
}
dl.PlayerProfile{
	font-weight: bold;
	float: right;
	width: 400px;
	margin-top: 1em;
}
dl.PlayerProfile dt{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
dl.PlayerProfile dd{
	color: #6faddc;
	margin-bottom: 1em;
}

.User input{
	width: 20em;
	margin-top: 0.5em;
	margin-left: 1em;
	margin-right: 1em;
}

.User select{
	width: 20.5em;
	margin-top: 0.5em;
	margin-left: 1em;
	margin-right: 1em;
}

div.Button input.Button{
	margin-top: 0.5em;
	width: auto;
}

.CheckList label{
	display: block;
	height: 1.8em;
	line-height: 1.8em;
	vertical-align: middle;
	width: 10em;
	float: left;
}
.CheckList input{
	height: 1.8em;
	display: block;
	float: left;
}
.CheckList br{
	height: 1.8em;
	line-height: 1.8em;
}

input.Year{
	width: 5em;
	margin-right: 1em;
}
input.Qualification{
	width: 7em;
	margin-right: 1em;
}
input.Subject{
	width: 13em;
	margin-right: 1em;
}
input.Grade{
	width: 5em;
	margin-right: 1em;
}

.SignUp input,  .SignUp select{
	margin-top: 0.3em;
}

.SignUp label{
	padding-top: 0.6em;
	padding-bottom: 0.3em;
}
.SignUp div{
	padding-bottom: 1em;
}
.SignUp br{
	line-height: 3em;

}

.SortOrder label
{
    display: block;
    float: left;
    height: 2em;
    vertical-align: middle;
    margin-right: 0.5em;
}
.SortOrder input, .SortOrder select
{
    display: block;
    float: left;
    height: 2em;
    vertical-align: middle;
}

.HighLight{
    background-color: #5788ad;
    padding: 0.2 0.4em;
}

ul.PlayerList li{
	width: 100px;
	display: block;
	float: left;
	height: 120px;
	text-align: center;
}

.Section{
}

.widgettopleft
{
     width:10px;
     height:40px; 
     background-image:url (nesatable/TLtable.Gif);
     background-repeat:repeat-x;
     border-collapse:collapse;
     border:none;
}

.PickSport
{
   padding-top:15px;
    font-size: 1.2em;
    color:  #2C83D0;
    display:block;
     font-weight:bold;
	 padding-bottom:15px;
}

.PickTeam
{

    padding-left:10px;
    font-size: 1.1em;
    color:  #2C83D0;
    font-weight:bold;
     display:block;
}

.PickWidget
{
padding-left:10px;
 font-weight:bold;

 
}

.ExpandBottom
{
    clear:both;
   height:20px;
  
   
}



/*LightBox*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-image: url(Media/SiteImages/background.jpg); background-repeat: repeat-x; background-position: 0 -20px; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./Media/SiteImages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./Media/SiteImages/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-image: url(Media/SiteImages/background.jpg); background-repeat: repeat-x; margin: 0 auto; height: 3em; line-height: 2.5em; overflow: hidden; width: 100%; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 63px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



     