#main
{
    width: 877px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #E4E4E4;
    background-image: url(../images/bg.png);
    background-repeat: repeat-x;
}

#banner
{
    margin-left: 1px;
    background-color: #CCCCCC;
    padding: 5px;
    width: 621px;
    margin-top: 5px;
}

#content
{
    background-color: #FFFFFF;
    width: 100%;
    font-size: 11px;
    overflow: auto;
    min-height: 240px;
}

#header
{
    background-color: #000000;
    height: 120px;
}
#contentl
{
    float: left;
    width: 195px;
    background-color: #F0F0F0;
    padding: 10px;
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
}

#picl
{
   float: left;
   width:185px;
   padding-left:1px;
   padding-right:1px; 
   background-image:url(../images/badge.jpg);
    
}

#sub-menu
{
    background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
    padding: 10px;
}

#contentr
{
    float: right;
    width: 625px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
}
#top
{
    margin-top: 1px;
    margin-right: 1px;
    margin-left: 1px;
}

#contentr a
{
    color: #009900;
    text-decoration: none;
}

#data
{
    float: left;
    width: 872px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

#footer
{
    font-size: 11px;
    background-color: #FFFFFF;
    text-align: center;
    padding: 10px;
}

#footer a
{
    color: #FFF;
    text-decoration: none;
}

#footer a:hover
{
    color: #CD905A;
    text-decoration: underline;
}

#footer img
{
    border: 0px;
    text-decoration: none;
}

#footer em
{
    text-align:left; 
    
}

#content h1
{
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

#contentr a:hover
{
    color: #CD905A;
    text-decoration: underline;
}

#sponsors
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D9D9D9;
    width: 97%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D9D9D9;
    margin-top: 10px;
    padding-top: 10px;
}

/*Begin Menus*/
#menus
{
    height: 32px;
    background-color: #000000;
}

#menuh-container
	{
			
	
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin-left:2px;
	margin-top: 2px;
	margin-bottom:2px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	
	white-space:nowrap;
	margin:0;
	/*padding: 0.3em;*/
	padding: 5px;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #AAAAAA;
	background-color: #000000;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #669900;
	border: solid 1px #aaaaaa;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{

	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:7em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
    /*width:100%;*/
   
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:125px;
	 
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */


h1
{
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    font-weight: bold;
}

h4
{
    color: #666666;
    font-size: 15px;
}

h5
{
    color: #666666;
}

.othernewstitle
{
    float: left;
    padding-top: 2px;
}

.sub-menu-items
{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0px;
}
.sub-menu-items ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    float: left;
}
.sub-menu-items li
{
    width: 160px;
    display: block;
    text-indent: 4px;
    margin: 0;
    list-style-type: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D9D9D9;
    background-image: url(../images/arrow.jpg);
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 10px;
}
.sub-menu-items li a:hover
{
    color: #999999;
}
.sub-menu-items li a
{
    text-decoration: none;
    color: #333333;
}
.sub-head
{
    background-color: #333333;
    height: 20px;
    padding-left: 5px;
    width: 165px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}
.emailLink
{
    color: #999999;
    cursor: pointer;
}


.leaguetable
{
    margin: 0 0 16px 0;
    padding: 0;
    line-height: 1.3em;
    border-collapse: collapse;
    border: 1px solid #d8d8d8;
    width: 97%;
    font-size:1.5em;
}

.team
{
     
    text-align: left;
    /*background: #eaeaea url(../images/menubg2.gif) bottom left repeat-x;*/
    color: #505050; 
	width:45%;
	
}
.score{
	width:20%;


}
.teamfixture
{
     width:40%;
    text-align: center;
    /*background: #eaeaea url(../images/menubg2.gif) bottom left repeat-x;*/
    color: #505050; 
}

.leaguetableth
{
    padding: 5px;
    
    background: #eaeaea url(../images/menubg2.gif) bottom left repeat-x;
    color: #505050;
    text-align: center;
}

.leaguetabletdeven:hover
{
  background-color:#aaaaaa; 
  color:#ffffff;  
}

.leaguetabletdodd:hover
{
  background-color:#aaaaaa;   
}

.leaguetabletdeven
{
    padding: 1px; /* font-size:0.9em;*/
    font-size: 0.8em;
    text-align: center;
    /*background: #f4f4f4 url(../images/menubg.gif) bottom left repeat-x;*/
    color: #000000;
	border: 1px solid #d8d8d8;
}

.leaguetabletdodd
{
    padding: 1px;
    font-size: 0.8em;
    text-align: center;
    color: #000000;
    background-color: #edf5ff;
}

.committeetable
{
    /*border: 1px #333333 solid;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #000000;
    /*background-color: #F1F9FC;*/
    width: 70%;
    margin: 0 0 0 25px;
    text-align: center;
}

.committeetableleft{

	text-align: left;

}

a[href^="http:"]{
	background: url(../images/externallink.gif) no-repeat right top;
	padding-right:10px;
}

a[href^="http://www.dsmafa.org.uk"], a[href^="http://dsmafa.org.uk"]  {
  background-image: none;
  padding-right: 0;
}

.bigtext{
	font-size:15pt;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}
