@charset "UTF-8";
/* CSS Document */

/* css reset section */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li {
	margin:0;
	padding:0;
	text-align: left;
}
img {
	border:0;
}
img, div { 
	behavior: url(iepngfix.htc) 
}
ul,ol {
	list-style:none;
}

/* main layout section */

body {
	background-color:#fff;
	text-align:center;
	font-size:100.01%;
	font-family:Arial, Helvetica, sans-serif;
}

#newsBox {
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:18px;
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	height:194px;

}

#newsStory {
	background-repeat:no-repeat;
	padding-top:0px;
	padding-left:18px;
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;

}

h2, h1, .PageHeader {
	font-size:.85em;
	color:#CC0000;
	font-weight: bold;
	text-align: left;
}

h2 a {

	color:#CC0000;

	text-decoration:none;
}


h2 a:hover {


	text-decoration:none;
	color:#333;
}



h3 {
	font-weight:normal;
	font-size:.75em;
}

h4 {
	font-weight:normal;
	font-size:.55em;
}

.footer_links {
	font-weight:normal;
	font-size:.75em;
	color:#FFFFFF;
}

.footer_links a:link, .footer_links a:visited {
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}

.footer_links a:hover {
	color:#cc0000;
}

h6 {
	font-weight:normal;
	font-size:.75em;
	color:#FFFFFF;
	padding-left:10px;
}

h6 a {
	color:#000;
}


h6 a:hover {

		color:#fff;

	
}







li {
	display:inline;
}


#newsType {
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
}

.newsType a {
	color:#cc0000;
	text-decoration:none;
	font-size: 14px;
}

.nextGame_team {
	font-size: 12px;
	color: white;
}

.nextGame_details {
	font-size: 12px;
	color: black;
}

.nextGame_details a:link, .nextGame_details a:visited {
	font-size: 12px;
	color: black;
	text-decoration: underline;
}

.nextGame_details a:hover {
	font-size: 12px;
	color: white;
}


.newsType a:hover {
	color:#000;
}

.newsArticle {
	text-decoration:none;
	font-size: 13px;
}

.newsStory_homepage {
	padding-bottom: 10px;
}

#home {
	width:76px;
	background-image:url(../images/navButtons/home.gif);
	
}
#news {
	width:72px;
	background-image:url(../images/navButtons/news.gif);
	
}
#fixtures {
	width:108px;
	background-image:url(../images/navButtons/fixtures.gif);
	
}
#contacts {
	width:73px;
	background-image:url(../images/navButtons/contacts.gif);
	
}
#photos {
	width:83px;
	background-image:url(../images/navButtons/photos.gif);	
}

#downloads {
	width:109px;
	background-image:url(../images/navButtons/downloads.gif);
}

#merchandise {
	width:109px;
	background-image:url(../images/navButtons/merchandise.gif);
}

#sponsors {
	width:97px;
	background-image:url(../images/navButtons/sponsors.gif);
	
}


#navigation a {
	display:block;
	float:left;
	height:47px;
	background-position:0 -47px;

}
#navigation span {
	display:none; /* This hides the actual text of the button */
}
#navigation a:hover { /* a:hover is a rollover on a link */
	background-position:0 -94px;
}
#navigation .current {
	background-position:0 -94px;
}

#admin_div {
	width: 760px;
	height: 530px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	overflow: auto;
	font-size: x-small;
}

#body_div_nomargin {
	overflow: hidden;
}


#body_div_withmargin {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 730px;
	height: 355px;
	overflow-x:hidden;
  overflow-y:auto;
	/* height:530px;
	left:171px;
	top:173px;
	position:absolute;
	overflow-x:hidden;
  overflow-y:auto; */
}

#body_div_nomargin_with_scrolling {
	height: 550px;
	overflow-x:hidden;
  overflow-y:auto;
}

/* Legacy styles below */

a:link {
  color: #C00000;
  text-decoration: none;
}

a:visited {
  color: #C00000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

.table_header_2 {
  padding: 4px;
	font-size: small;
	color: white;
	font-weight: bold;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #C00000;
}

.table_cell_1 {
  padding: 4px;
	font-size: x-small;
	color: #333333;
	font-weight: normal;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #E2E2E2;
}

.table_cell_2 {
  padding: 4px;
	font-size: x-small;
	color: #333333;
	font-weight: normal;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #C0C0C0;
}

.list1 {
	font-size: small;
	font-weight: bold;
	display: block;
}

.breadcrumbs {
	font-size: x-small;
	color: #666666;
}

a.breadcrumbs:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.breadcrumbs:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.breadcrumbs:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

.editor_body {
	background-color: white;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}

.news_headline {
	font-weight: bold;
}

.news_article, .globalText {
	font-size: small;
	text-align: left;
}

.copyright {
	font-size: x-small;
}

.style1 {
	background-color: #cc0000;
	margin-bottom: 0px;
}
.style2 {
	background-image: url('/images/hawksJuniorRugby_15.gif');
	padding-top: 50px;
	padding-left: 20px;
	
}
.style3 {
	background-color: #6C9D31;
	padding-left: 10px;
}
.style4 {
	background-color: #0099FF;
	padding-left: 10px;
}
.style5 {
	background-color: #FF6600;
	padding-left: 10px;
}
.style6 {
	background-color: #ffa801;
	padding-left: 10px;
}

#bigBox {
	margin: 0px;
}