@charset "utf-8";

/* Stylesheet for Rotary Club of Padstow web site http://www.padstowrotary.org.au */


p {
	padding-left: 6px;
	padding-right: 6px;
}

li {
	padding-right: 6px;
}

#pagewrapper {
	width: 791px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
    background: white;
	border: thin solid black;
}

#topmenu {
	width: 100%;
	left: auto;
	right: auto;
	background: #0000FF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	border-top: medium ridge black;
	border-bottom: medium ridge black;
}

.topmenuitem {
	font-family: sans-serif;
	color: #FFFFFF;
	font-size: 80%;
    text-transform: capitalize;
	width: 55px;
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}

.topmenuitem a:link {
	color: #FFFF00;
	text-decoration: none;
}

.topmenuitem a:visited {
	color: #FFFF00;
	text-decoration: none;
}

.topmenuitem a:hover {
	color: #FF0000;
}

#breadcrumb {
	width: 100%;
	left: auto;
	right: auto;
	background: #FFFF7F;
	font-size: 80%;
    font-variant: small-caps;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: medium ridge black;
}

.bcitem {
	font-family: sans-serif;
	color: #0000FF;
    text-transform: capitalize;
	width: 55px;
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}

.bcitem a:link {
	color: #0000FF;
	text-decoration: none;
}

.bcitem a:visited {
	color: #007F00;
	text-decoration: none;
}

.bcitem a:hover {
	color: #FF0000;
}

hr {
    color: silver;
    margin-left: 20px;
    margin-right: 20px;
}

.standout {
	color: red;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.smallhead {
	color: blue;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.title {
    font-style: italic;
}

.label {
	color: green;
	text-align: right;
	font-weight: bold;
}


.clear {
	clear : both;
	margin: 0;
	padding: 0;
}
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Various case transformations */
.ucase {
    text-transform: uppercase;
}
.proper {
    text-transform: capitalize;
}
.smallcaps {
    font-variant: small-caps;
}
.lcase {
    text-transform: lowercase;
}

.caption {
    font-variant: small-caps;
    color: #0F0000;
    font-size: 12px;
}	

.plaincaption {
    font-variant: small-caps;
    font-size: 12px;
    font-weight: bold;
}	

.heavy {
    font-weight: bold;
}
    
iframe.menu {
    position: absolute;
	background: #FFFFFF;
    top: 120px;
    width: 140px;
    height: 380px;
    border: none;
	left: auto;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

iframe.callout {
    position: absolute;
    top: 180px;
    width: 140px;
    height: 380px;
    border: thin solid black;
	right: 5px;
    margin: 0px;
    padding: 0px;
    text-align: center;
	background: #FFFFFF;
	z-index: 19;
}

#divtoscroll {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	left:1px;
	top:0px;
	width:100%;
	background: #FFFFFF;
}

#main {
	width: 100%;
    position: relative;
    top: 0px;
    left: auto;
    right: auto;
    padding-left: 3px;
    padding-right: 3px;
}

div.quicklinks {
	float: left;
	width: 10%;
	font-size: 80%;
	text-align: center;
	border: solid thin gray;
	background: #DFDFDF;
}

div.banner {
	width: 90%;
}

p.whitebg {
	background: #FFFFFF;
}

p.indent {
    margin-left: 20px;
    margin-right: 20px;
}

.boardmtg {
    color: #FF00FF;
}

blockquote {
    margin-left: 20px;
    margin-right: 20px;
    font-style: italic;
    text-align: justify;
    font-family: times, serif;
}

blockquote:before {
    content: url("/images/quotel.gif");
    float: left;
}

blockquote:after {
    content: url("/images/quoter.gif");
    float: right;
    text-align: right;
}

blockquote i, blockquote em {
    font-style: normal;
}

.justify { text-align: justify }
.centre { text-align: center }
.left { text-align: left }
.right { text-align: right }

.LetterAndLine:first-letter {
    font-family: serif;
    /* font-size: 400%;  */
    /* float: left; */
	font-weight: bold;
    color: #FF0000;
}
.LetterAndLine:first-line {
    font-variant: small-caps;
}

p.scroll {
    text-align: justify;
    font-size: 75%;
    margin-bottom: 0px;
    color: blue;
    border: none;
    background-color: transparent;
}

p.std {
    text-align: justify;
    /* font-family: serif; */
    margin-bottom: 6px;
    color: black;
    border: none;
    padding-left: 6px;
    padding-right: 6px;
}

p.tip {
    text-align: justify;
    font-family: sans-serif;
}

.pad {
	padding: 5px;
}

.padlft {
	padding-left: 5px;
}

.padryt {
	padding-right: 5px;
}

.padtop {
	padding-top: 5px;
}

.padbtm {
	padding-bottom: 5px;
}

.bdrlft {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: black;
}

.bdrryt {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: black;
}

.bdrtop {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: black;
}

.bdrbtm {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: black;
}

p.week {
    text-align: center;
}

p.pgtitle {
    text-align: center;
    font-size: 150%;
    color: #FF0000;
    font-weight: bold;
    margin-bottom: 0px;
}

p.pgsubtitle {
    text-align: center;
    font-size: 100%;
    color: black;
    font-weight: bold;
	left: auto;
	right: auto;
}

h1 {
    text-align: center;
    text-decoration: none;
    font-size: 150%;
    font-family: serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    background-color: transparent;
    color: red;
}

h2 {
    text-align: left;
    padding-left: 5px;
    text-decoration: none;
    font-size: 130%;
    font-family: serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    background-color: transparent;
    color: blue;
    margin-bottom: 0;
}

h3 {
    text-align: left;
    padding-left: 5px;
    text-decoration: none;
    font-size: 115%;
    font-family: serif;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    background-color: transparent;
    color: blue;
    margin-bottom: 0;
}

h4 {
    text-align: left;
    padding-left: 5px;
    text-decoration: none;
    font-size: 100%;
    font-family: serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    background-color: transparent;
    color: blue;
    margin-bottom: 0;
}

h5 {
    text-align: left;
    padding-left: 5px;
    text-decoration: none;
    font-size: 100%;
    font-family: serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    background-color: transparent;
    color: blue;
    margin-bottom: 0;
}

span.highlight { background-color: yellow }

.centred {
    text-align: center;
}
table.project {
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
}

table.centred {
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    text-align: center;
    width: auto;
}
td.centred {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
}

td.top {
    vertical-align: top;
}

td.project {
	width: 50%;
    text-align: center;
    font-weight: normal;
	vertical-align: top;
}	

td.bdr {
	border-width: thick;
	border-style: solid;
	border-color: blue;
}

td.bdrlft {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: blue;
}

td.bdrryt {
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: blue;
}

td.bdrtop {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: blue;
}

td.bdrbtm {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: blue;
}

th.mtlft {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

td.mtlft {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

td.mtryt,th.mtryt {
	padding-right: 5px;
	text-align: left;
}

/* tag and desc are used for tables when an acronym or short description has an expanded description */
td.tag {
    vertical-align: top;
    font-weight: normal;
    text-align: left;
	color: #0000FF;
}

td.desc {
    vertical-align: top;
    font-weight: normal;
    text-align: left;
}

/* Turn off the display of a link by making it the same colour as the background */
.nolink img {
    border: 2px solid white;
}
.nolink a:link {
    border: none;
}

/* Turn off the display of links around an arrow in calendars */
td.calnav > a > img {
    border: 2px solid #0000FF;
}
td.calnav a:link {
    border: none;
}

/* Turn off the display of a link around an arrow, and reduce space requirements around graphic */
p.arrow  {
	font-size: 0px;
	margin: 0px;
	text-align: center;
}
p.arrow img {
    border: 2px solid white;
}
p.arrow a:link {
    border: none;
}

/* Emulate a link */
.fakelink {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

a.mainlink {
    font-size: 20px;
}

a.projlink {
    font-size: 14px;
}

table.ctrbdr {
    margin-left: auto;
    margin-right: auto;
    border-style: ridge;
    border-width: 3px;
    border-color: white;
    empty-cells: show;
    border-collapse: collapse;
}
table .info {
    background-color: #FFFF9F;
    padding-left: 10px;
    padding-right: 10px;
    border: ridge;
    border-width: 1px;
    font-weight: normal;
    empty-cells: show;
    border-collapse: collapse;
}
td.info0 {
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    border: ridge;
    border-width: 1px;
    font-weight: normal;
}
td.info1 {
    background-color: #CFCFCF;
    padding-left: 10px;
    padding-right: 10px;
    border: ridge;
    border-width: 1px;
    font-weight: normal;
}

/* Ordered lists: (1,2,3)(A,B,C)(I,II,III)(i,ii,iii) */
ol.lvl1 {
    list-style-type: decimal;
    margin-left: 0.2cm;
    text-align: left;
}
ol.lvl2 {
    list-style-type: upper-alpha;
    margin-left: 0.2cm;
    text-align: left;
}
ol.lvl3 {
    list-style-type: upper-roman;
    margin-left: 0.2cm;
    text-align: left;
}
ol.lvl4 {
    list-style-type: lower-roman;
    margin-left: 0.2cm;
    text-align: left;
}

/* Unordered lists: dot, dash, colon, equals */
ul.lvl1 {
    list-style-image: url('/images/dot-r.gif');
    text-align: left;
}
ul.lvl2 {
    list-style-image: url('/images/dash-r.gif');
    text-align: left;
}
ul.lvl3 {
    list-style-image: url('/images/colon-r.gif');
    text-align: left;
}
ul.lvl4 {
    list-style-image: url('/images/equals-r.gif');
    text-align: left;
}

/* Styles used for the members' news page. */

.news {
	text-indent: -8em;
	padding-left: 8em;
}	

.newsdate {
	font-family: courier,monospace;
	font-weight: bold;
}	

/* Image styles */
img.floatr {
    float: right;
    margin: 0px;
}
img.floatl {
    float: left;
    margin: 0px;
}

/* Weekly thumbnail page */
th.wtlft {
    text-align: center;
    color: blue;
    font-weight: bold;
    width: 102px;
    font-family: serif;
}
th.wtryt {
    text-align: left;
    color: blue;
    font-weight: bold;
    font-family: serif;
}
td.wtryt {
    text-align: left;
    font-family: serif;
}
p.wthdr {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    font-size: 150%;
    color: red;
}
p.wtdate {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    color: black
}
p.wtcaption {
    margin-top: 0px;
    margin-bottom: 12px;
    text-align: center;
    font-family: serif;
    color: black;
}
p.clubnotes {
    text-align: center;
    font-family: serif;
    font-weight: normal;
    font-size: 100%;
}
p.homelink {
    margin-top: 12px;
    margin-bottom: 0px;
    text-align: center;
    font-family: serif;
    font-weight: normal;
    font-size: 100%;
}
p.pgdate {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 80%;
    color: blue;
}

p.mwphoto {
    text-align: center;
    margin-bottom: 0px;
}

p.mwphoto  > img {
    border: thin solid black;
}

img.photo  {
    border: thin solid black;
}

/* Thought of the week */
p.mwththdr {
    text-align: center;
    margin-bottom: 4px;
    font-weight: bold;
}
p.mwthtauthor {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 90%;
}
p.mwthttext {
    margin-top: 0px;
    text-align: center;
}

/* Year file for Weekly meetings */

/* Left heading on 3-column table for year file */
th.mhlft {
    text-align: center;
    width: 150px;
    color: blue;
    font-weight: bold;
}
/* Centre heading on 3-column table for year file */
th.mhctr {
    text-align: center;
    width: 102px;
    color: blue;
    font-weight: bold;
}
/* Right heading on 3-column table for year file */
th.mhryt {
    text-align: left;
    color: blue;
    font-weight: bold;
}

/* Left item on 3-column table for year file */
td.milft {
    text-align: center;
    width: 150px;
}
/* Centre item on 3-column table for year file */
td.mictr {
    text-align: center;
    width: 102px;
}
/* Right item on 3-column table for year file */
td.miryt {
    text-align: left;
}

/* Thumbnail member picture cell */
td.thumb {
    text-align: center;
    vertical-align: top;
    width: 120px;
    height: 140px;
    font-family: Arial, sans-serif;
}
td.thumb .thumbname {
    font-size: 13px;
    display: inline;
    color: blue;
    text-decoration: underline;
}
td.thumb .thumbjobs {
    font-size: 11px;
}

.pagelogo {
    text-align: center;
    vertical-align: top;
    width: 170px;
}

.lgprint {
    font-size: 24px;
}

.smprint {
    font-size: 10px;
}

.tinyprint {
    font-size: 8px;
}

#pagelogo {
    position: static;
    margin-left: 20px;
    width: 170px;
    float: left;
    top: 0px;
    left: 0px;
}

#pagetext {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 150px;
}

#phf td {
    color: #FFFF00;
    background-color: #0000FF;
    font-size: 16px;
    font-weight: bold;
    font-family: monospace;
    text-align: center;
    border-style: ridge;
    border-color: #FFFF00;
    border-width: 2px;
    padding: 4px;
}

#sas td {
    color: #0000FF;
    background-color: #FFFF00;
    font-size: 16px;
    font-weight: bold;
    font-family: monospace;
    text-align: center;
    border-style: ridge;
    border-color: #0000FF;
    border-width: 2px;
    padding: 4px;
}

@media print
{
    p.homelink { display: none; }
	#topmenu { display: none; }
	p.arrow { display: none; }
    td.calnav  img { display: none; }
    td.calnav  { font-size: 0px; }
    #pagewrapper { border: none; }
    iframe { display: none; }
}

.Eventtooltip
{
	border: #000 1px solid;
	padding: 5px;
	font-size: 10px;
	width: 200px;
	color: #000;
	font-family: Arial,sans-serif;
	background-color: #ffd;
	text-align: left;
}

body {
    color: black;
    font-family: serif;
    min-height:100%; 
    background:transparent url(/images/ribkgrnd.gif) repeat top left fixed; 
    height:100%; 
    }

    
