﻿// P {font-family: Arial; font-size: 10pt;}
P {font-family: Georgia, serif; font-size: 12pt; line-height: 1; font-weight:normal}

TD1 {font-family: Arial; font-size: 8pt;}
 
H1 {
font-family: Arial; 
color:#FFFFCC; 
background:#000000; 
font-size: 30pt;
} 
H2 {font-family: Arial; color:#FFFFCC; background:#000000; font-size: 24pt;} 
H3 {font-family: Arial; color:#000000; font-size: 12pt;} 
H4 {font-family: Arial; color:#000000; font-size: 14pt;} 

H5 {font-family: Arial; color:#000000; font-size: 10pt;} 

H6 {
font-size: 8pt;
font-family: Arial;
}  
H6 A {font-size: 8pt; }

H7L {font-family: Arial; font-size: 10pt; line-height: 150%}



TH {
font-family: Arial; 
font-size: 10pt;
height: 10px
}

TD {font-family: Arial; font-size: 10pt;}

.leagues_firstphase_firstcolumn_header {
color: yellow;
font-family: arial;
font-size: 12pt;
text-align: left;
background: #000000;
}

#menu ol {
list-style-type: square;
width: 20em;
text-align: left;
margin-left: -2.5em
}

a  { 
text-decoration: none; 
color: #0000FF; 
font-weight: bold; 
//font-family: Arial
font-family: Georgia

}
a:hover {
color:#FFFFCC; 
background:#0000FF; 
text-decoration:bold; 
//font-family: Arial
font-family: Georgia

} 

/* Following CSS code is for page layout */	

#all_cq {
	width: 1000px;
	// height: 1900px;
	// margin-left: auto;
	// margin-right: auto;
	float: left;
}

#head {
  text-align: center;
  float: left;
  width: 900px;
}

#left {
  float: left;
  width: 120px;
}

#centre_home_cq {
  float: left;
  width: 800px;
  padding-right: 20px;
  padding-left: 5px;
 }

#subhead_home_cq{
  text-align: left;
  float: left;
  width: 800px;
}

#subhead_home_crichq_window{
  text-align: left;
  float: left;
  width: 850px;
}

#right_subhead_weather_cq {
  float: right;
  width: 200px;
  padding-left: 10px;
}

#subhead_home_news_cq{
  text-align: left;
  float: left;
  width: 750px;
}

#subhead_home_news_cq_box {
    width: 750px;
    padding: 10px;
    border: 2px solid gray;
    margin: 0;
    background-color:white
}


#subfooter{
  text-align: left;
  float: left;
  width: 520px;
}


#footer {
  float: left;
  width: 1000px;
  text-align: centre;
}


/* End of page layout */



/* STYLING FOR DIVISON ONE TABLES */


/* This appears to do the borders */
#division_one
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}

/* this appears to do borders and padding for the header and cells */

#division_one td, #first_phase th 
{
border:1px solid #98bf21;
padding:5px;
}

/* This does the table header - centres, padding, black backround, yellow letters */

#division_one th 
{
text-align:left;

padding-top:8px;
padding-bottom:8px;
padding-right:5px;
padding-left:5px;

/* padding:4px; */
background-color:#800000;
color:#FFFF00;
}

/* This gives the first item in the header row a different style: bigger font and left aligned */
/* Commented out for 2018 home page first round conference groups */

/* #division_one th:first-child
{
font-size:12pt;
text-align:left;
} /

/* This gives style for table rows */

#division_one tr 
{
color:#800000;
background-color:#FFFFF0;
text-align:left;
}

/* This gives style for table cells - set same as the rows*/

#division_one td
{
color:#800000;
background-color:#FFFFF0;
text-align:left;
}

/* This gives separate style for first cell in each row (the team names) */

#division_one td:first-child
{
color:#800000;
text-align:left;
font-weight:bold;
}

/* This gives separate style for last cell in each row (the points) */

 
/* #division_one td:last-child */
/*{ */
/*font-weight:bold; */
/*} */


/* END OF DIVISON ONE STYLING */