﻿@import url(nav.css);

/* HTML TAG REDEFINITIONS */

body {
	margin:0 0 36px 0;

	background-color:#c3c4c5;
	background-image:url(/_images/bg/bg_gradient.gif);
	background-position:top left;
	background-repeat:repeat-x;
	
	text-align:center;
}

body, td {
	font-family:"Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size:12px;
	line-height:17px;
}

img {
	border:none;
}

img.right {
	position:relative;
	float:right;
	clear:none;
	
	margin:0 0 8px 24px;
}

h1 {
	color:#FF1100;
	font-size:19px;
	font-weight:bold;
}

h2 {
	margin:24px 0 4px 0;
	
	color:#3DA4BB;
	font-size:14px;
}

h3 {
	margin:0 0 0 0;
	
	color:#3DA4BB;
	font-size:12px;
}

h4 {
	margin:0 0;

	color:#3DA4BB;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

h5 {
	margin:0 0;

	color:#3DA4BB;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}

h6 {
	margin:0 0;

	color:#3DA4BB;
	font-size:12px;
	font-weight:normal;
	font-variant:small-caps;
	text-transform:lowercase;
}

a {
	color:#FF4800;
	text-decoration:none;
}

a:hover {
	background-color:#FFDED1;
}
a.noHover:hover {
	background-color:#FFFFFF;
}

th {
	text-align:left;
}

SMALL {
color:#A9ABAC;
font-size:10px;
font-weight:bold;
}

.txtBox {
	background-color:#FFFFFF;
	color:#000000;
	border: solid 1px #c3c4c5;
}

/* GLOBAL GENERIC STYLES */
.note {
	color:#525759;
	font-size:10px;
	line-height:12px;
	padding-top:0px;
	margin-top:0px;
}
	
	/* ALTERNATING TABLE ROW STYLES */
	tr.d0 {
		/* no special formatting */
	}
	
	tr.d1 {
		background-color:#F5F5F5;
	}

/* BANNER STYLES */
#banner {
	position:relative;
	z-index:100;
	
	width:100%;
	background-color:#DC0C05;
	background-image:url(/_images/bg/banner-red.gif);
	background-position:top left;
	background-repeat:repeat-y;
	
	text-align:center;
}

#banner #topStrip {
	width:100%;
	height:20px;
	
	background-color:#F1F2F2;
}

#banner #topStrip a {
	position:relative;
	left:416px;
	z-index:500;
}

#bannerPlayer {
	display:none;
	position:absolute; /* this is required, or the banner layout breaks in IE */
}

#bannerGraphics {
	position:relative;
	width:750px;
	margin:0 auto;
	z-index:1000;
}


/* MAJOR LAYOUT DIVS */
#main {
	position:relative;
	z-index:0;
	width:750px;
	margin:0 auto;
	padding:18px 0 0 0;
		
	background-color:white;
	
	text-align:left;
}

#sideBar_01, #sideBar_02 {
	position:absolute;
	right:-189px;
	width:173px;
	top:56px; /*was 92px before addition of sponsor animation */
	/*height:193px;*/
	
	background-color:#cccecf;
	
	vertical-align:middle;
}

#sideBar_02 {
	top:227px;
	height:156px;
}

#sideBar_03 {
	position:absolute;
	right:-189px;
	width:173px;
	top:92px;
}

#leftColumn {
	position:absolute;
	left:16px;
}

/* styles for the side navigation are in the "nav.css" file imported into this one */


#links { /* see the #sideNav section for link (<a>) styles */
	position:relative;
	clear:both;
	width:187px;
	
	font-size:11px;
}

#links p {
	margin:0 0 24px 0;
}

#links p img {
	display:block;
	margin:0 0 4px 0;
}

#content {
	position:relative;
	top:-2px;
	margin:0 0 0 244px;
	width:467px;
	min-height:650px; /* holds div open in case the content is too short */
	
	text-align:left;
}

* html #content {
	height:650px; /* equivalent for "min-height" in the #content descriptor above, but for IE */
}

/* CONTENT AREA STYLES */
#content div {
	position:relative;
}

#content div h1 {
	position:relative;
	padding-top:16px;
	
	background-image:url(/_images/bg/divider_gradient.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


#content p {
	margin:0 0 8px 0;
}

#content img.lead-in {
	margin:0 0 16px 0;
}

#content ul, #content ol {
	margin:0 0 8px 16px;
	padding:0 0;
}

#content ol {
	margin-left:28px;
}

* html #content ol {
	margin-left:30px;
}

#content ul li, #content ol li {
	margin:0 0;
}

#content a {
	white-space:nowrap;
}

#content #breadcrumbs {
	margin:0 0 16px 0;
	
	font-size:11px;
}

#content #breadcrumbs, #content #breadcrumbs a {
	color:#A9ABAC;
}

#content #breadcrumbs a:hover {
	background-color:#E0E1E1;
}

#content table {
	border:none;
}

#content table td {
	padding:4px 4px 4px 4px;
	
	vertical-align:top;
}

#content table.grid {
	width:100%;
}

#content table.listing {
	width:100%;
	margin:24px 0 auto 0;
	
	border-top:solid 1px #D4D5D5;
	border-left:solid 1px #D4D5D5;
	border-collapse:separate;
	overflow:hidden;
}

#content table.listing th, #content table.listing td { /* + overrides to td and th, below */
	padding:4px 4px;
	
	border-top:solid 1px white;
	border-right:solid 1px #D4D5D5;
	border-bottom:solid 1px #D4D5D5;
	border-left:solid 1px white;
	
	text-align:left;
	vertical-align:top;
}

#content table.listing th {
	height:18px;
	
	background-color:#D9DED1;
	background-image:url(/_images/bg/table_header_gradient.gif);
	background-position:top left;
	background-repeat:repeat-x;
	
	color:#3DA4BB;
	font-size:9px;
	line-height:12px;
}

* html #content table.listing th { /* for IE */
	height:12px;
}

#content table.listing td {	
	font-size:10px;
	line-height:14px;
}

#content table.listing h2 {
	margin:0 0;
	
	font-size:10px;
	line-height:14px;
}

#content table.listing p {
	margin-bottom:0;
}

#content table.listing .news a
{
    float:left;
    width: 430px;
    overflow: hidden;
}    

#content table.nospace {
	margin:0 0 16px 0;
}

/* FOOTER STYLES (INCLUDING SPONSOR LOGOS AREA) */
#main div#logos {
	margin:14px 0 0 244px;
	padding:14px 0 0 0;
	width:467px;
	
	background-image:url(/_images/bg/divider_gradient.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#main div#logos img {
	margin:0 0px 0 0;
	vertical-align:top;
}

#main div#footer {
	position:relative;
	clear:both;
	height: 28px;
	width:467px;
	margin:0 0 0 244px;
	padding:8px 0 0 0;
	
}

#main div#footer .footerContent
{
    position:absolute;
    top:42px;
    background-color:#c3c4c5;	
	color:white;
	font-size:9px;
	text-align:left;	
}

#main div#footer a {
	color:white;
}

#main div#footer a:hover {
	background-color:#c3c4c5;
}

/* ================================================================ 
Menu on the Alena Sharp's page
=================================================================== */

/* Add a margin and a relative position with a high z-index to make it appear over any element below */
#menu_container {margin:15px 10px 45px -10px; position:relative; width:435px; height:25px; z-index:100;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;width:250px; font-size:12px; color:#fff; height:25px; line-height:24px; text-decoration:none; text-indent:5px; border:1px solid #000; border-width:1px 1px 1px 1px;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; background:#FF3300;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#dfd7ca; color:#c00;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#dfd7ca; color:#c00;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#dfd7ca; color:#c00;}

/* Set up the pointer for the sub level indication */
#pmenu li.drop {background:#FF3300 url(http://www.cncanadianwomensopen.com/_images/button/darrow.gif) no-repeat right center;}

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li a ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

* html #pmenu li a:hover ul {
	visibility:visible;
}

.full {
	background-image:url(http://www.rcga.org/_uploads/InternalPix/Can%20Women%20Open/full.gif);
	background-repeat:no-repeat;
}