/* CSS Style Sheet*/

body {
color:#000;
font-family:Tahoma, Arial, sans-serif;
font-size:0.9em;
margin:0;
padding:0;
}

h1 {
font-size:1.8em;
letter-spacing:-1px;
color:#333;
font-weight:normal;
}

h2 {
font-size:1.4em;
letter-spacing:-1px;
color:#333;
font-weight:normal;
}

h3 {
font-size:1.2em;
letter-spacing:-1px;
color:#333;
font-weight:normal;
}

/***Standard Links for page Green - Underlined on Hover***/
a {
color:#060;
background-color:transparent;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

/***Fixed width to fit inside 1024px screen***/

#container {
width:1000px;
margin:0;
padding:0;
}

#header {
height:120px;
}

/***Left Navigation Panel***/

#navleft {
float:left;
width:220px;
padding-top:5px;
}

#navleft ul {
list-style-type:none;
margin:0;
padding-left:5px;
}

/***No padding on standard list item**/

#navleft ul li {
display:block;
color:#fff;
background-color:#060;
text-decoration:none;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
font-weight:bold;
}

#navleft ul li a {
display:block;
color:#000;
background-color:#fff;
text-decoration:none;
font-weight:normal;
padding:5px 7px 6px;
border-bottom:1px solid #fff;
}

#navleft ul li a:hover {
background-color:#E6E6E6;
border-bottom:1px solid #000;
color: #090;
}

/**Extra class for a Title list item***/

.title {
color:#fff;
background-color:#060;
background-image:url(nav.gif);
background-repeat:repeat-x;
padding:5px 7px 7px;
}

/***Main Content Section***/

#content {
padding:10px;
background-color:#FFF;
width:750px;
margin-left:220px;
margin-top:10px;
min-height:495px;
}

/***Divs for Significant Hands on Match Reports***/

/***Hand Analysis Section***/

#analysis {
padding:0 10px 10px 10px;
overflow:visible;
}

/***Hand Layout Section***/

#board {
float:right;
height:300px;
width:300px;
position:relative;
border: 1px solid #000;
margin-left:20px;
}

/***Bidding Sequence Section***/

#bidding {
padding-top:10px;
height:190px;
width:300px;
clear:right;
float:right;
border-left:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
margin-left:20px;
margin-bottom:10px;
}

/*Navigation for Significant Hands***/

#bottomnav {
float:left;
width:700px;
font-weight:bold;
font-size:medium;
font-variant:small-caps;
padding:0 10px;
margin:20px 0 10px;;

}

#bottomnav a {
color:#090;
background-color:#fff;
text-decoration:none;
}

/***Table Classes For Team Match Pages***/

/***Headings and Outer Border for Table***/

.maintitle {
border: 2px solid #000;
border-collapse:collapse;
padding:2px;
}

/***1st Row of the Table***/

.tablerow1col1, .tablerow1col2, .tablerow1col3, .tablerow1col4, .tablerow1col5, .tablerow1col6, .tablerow1col7 {
border-top: 1px solid #000;
border-bottom: 1px solid #999;
padding:2px 5px;
}
.tablerow1col1 {
border-right: 1px solid #000;
}

.tablerow1col2 {
border-right: 1px solid #ccc;
border-left: 1px solid #000;
}

.tablerow1col3 {
border-right: 1px solid #ccc;
}

.tablerow1col4 {
border-right: 1px solid #ccc;
}

.tablerow1col5 {
border-right: 1px solid #000;
}

.tablerow1col6 {
border-right: 1px solid #000;
border-left: 1px solid #000;
}

.tablerow1col7 {
border-left: 1px solid #000;
}

/***Subsequent Rows In Section***/

.tablecol1, .tablecol2, .tablecol3, .tablecol4, .tablecol5, .tablecol6, .tablecol7 {
border-bottom: 1px solid #999;
padding:2px 5px;
}

.tablecol1 {
border-right: 1px solid #000;
}

.tablecol2 {
border-right: 1px solid #ccc;
border-left: 1px solid #000;
}

.tablecol3 {
border-right: 1px solid #ccc;
}

.tablecol4 {
border-right: 1px solid #ccc;
}

.tablecol5 {
border-right: 1px solid #000;
}

.tablecol6 {
border-right: 1px solid #000;
border-left: 1px solid #000;
}

.tablecol7 {
	border-left: 1px solid #000;
}

/***Table Total Rows***/

.tabletotcol1, .tabletotcol2, .tabletotcol3, .tabletotcol4, .tabletotcol5, .tabletotcol6, .tabletotcol7 {
border-top: 2px solid #999;
border-bottom: 1px solid #000;
padding:2px 5px;
}

.tabletotcol1 {
border-right: 1px solid #000;
}

.tabletotcol2 {
border-right: 1px solid #ccc;
border-left: 1px solid #000;
font-style:italic;
font-weight:bold;
}

.tabletotcol3 {
border-right: 1px solid #ccc;
font-style:italic;
font-weight:bold;
}

.tabletotcol4 {
border-right: 1px solid #ccc;
font-style:italic;
font-weight:bold;
}

.tabletotcol5 {
border-right: 1px solid #000;
font-style:italic;
font-weight:bold;
}

.tabletotcol6 {
border-right: 1px solid #000;
border-left: 1px solid #000;
}

.tabletotcol7 {
border-left: 1px solid #000;
}

/***Section Totals***/

.sectiontot {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
font-size:x-large;
padding:2px 5px;
}

/***Fix for Section Total Border***/

.tablefix {
	border-right: 1px solid #000;
	padding:2px 5px;
}

/***Footer Section***/

#foot {
clear:both;
width:1000px;
color:#fff;
background-color:#060;
background-image:url(nav.gif);
background-repeat:repeat-x;
padding:5px 0px 7px 0px;
text-align:center;
}

#foot a {
color:#fff;
background-color:transparent;
text-decoration:none;
}

/***Other classes for Text***/

.large {
font-size:1.8em;
letter-spacing:-1px;
color:#333;
font-weight:normal;
}

.medium {
font-size:1.4em;
letter-spacing:-1px;
color:#333;
font-weight:normal;
}

.small {
font-size:1.2em;
letter-spacing:-1px;
color:#333;
font-weight:normal;
}

/***Map Style on Contact Page***/

.map {
float:right;
margin:5px 0 0 5px;
border:solid 2px #060;
}
