
html {
	border: 0;
	height: 100%;
}
body {
	color: #444444;
	font-family: Arial, sans-serif;
	font-size: 78%;
	margin: 0;
	padding: 0;
}
body.blue {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/bg.gif") #000028 repeat-x;	
}
body.red {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/bg_red.gif") #280000 repeat-x;	
}
body.A {
	font-size: 92%;
}
a {
	background: none;
	color: #215db1;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #aa8c46;
	text-decoration: underline;
}

img {
	border: 0px;
}
table tr td {
	vertical-align: top;
}
p {
	color: #444444;
	font: normal 1em Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
}
p em {
	font-style: italic;
}
blockquote {
	display: block;
	border-top: 1px solid #d2c896;
	border-bottom: 1px solid #d2c896;
	color: #786e64;
	font: bold 1.1em Georgia,"Times New Roman",Times,serif;
	line-height: 1.6em;
	width: 450px;
	margin: auto;
	padding: 10px 0px 10px 0px;
}
blockquote span {
	display: block;
	color: #888888;
	font-size: .8em;
	padding: 10px 0px 0px 0px;
	text-align: right;
}
hr {
	clear: both;
	border: 0;
	color: #dcd7c8;
	background-color: #dcd7c8;
	height: 1px;
	margin: 0;
	padding: 0;
}
textarea {
	
}
.NavigationBar {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}
#rotary {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/main.gif") repeat-y;
	margin: auto;
	padding: 0;
	width: 890px;
}
#rotary_red {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/main_red.gif") repeat-y;
	margin: auto;
	padding: 0;
	width: 890px;
}
#mainbg {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/mainbg.gif") no-repeat;
	padding: 0;
	width: 890px;
	min-height: 700px;
}
#mainbg_red {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/mainbg_red.gif") no-repeat;
	padding: 0;
	width: 890px;
	min-height: 700px;
}
#content {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/content.gif") repeat-x;
	padding: 0;
	margin: auto;
	width: 800px;
	min-height: 700px;
}
#content_red {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/content_red.gif") repeat-x;
	padding: 0;
	margin: auto;
	width: 800px;
	min-height: 700px;
}
#header {
	display: block;
	height: 80px;
	width: 790px;
	margin: 0;
	position: relative;
}
#header .ri_logo a {
	display: block;
	position: absolute;
	width: 450px;
	height: 60px;
	text-indent: -1000em;
	top: 13px;
	left: 13px;
}
.ruleline {
	display: block;
	border-bottom: 1px solid #dcd7c8;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}

/* -- LoginBox -- */

#LoginBox {
	position: absolute;
	right: 10px;
	top: -68px;
	width: 500px;
	height: 56px;
	font-size: 9px;
	color: white;
}
#LoginBox a {
	color: #50AAFF;
}
#LoginBox div.title {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 8px;
}
#LoginBox div.title .error {
	color: red;
}
#LoginBox input {
	font-size: 9px;
	width: 60px;
}
#LoginBox table {
	float: right;
}
#LoginBox tr {
	text-align: right;
}
#LoginBox td {
	padding-left: 2px;
	padding-right: 2px;
	margin: auto;
	width: auto;
}
#LoginBox td.key {
	color: silver;
}
#LoginBox tr.login {

}
#LoginBox tr.password {

}
#LoginBox tr.name {
	height: 19px;
}
#LoginBox tr.rinumber {
	height: 19px;
}
#LoginBox tr.redbutton {
	text-align: right;
}
#LoginBox tr.redbutton td.key {
	padding-top: 8px;
}
#LoginBox tr.redbutton input {
	width: 50px;
	border: 1px solid silver;
	background-color: #FF0000;
	height: 14px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	color: black;
}
#LoginBox tr.redbutton input:hover {
	background-color: #DD0000;
}
#LoginBox tr.redbutton input:active {
	background-color: yellow;
}
#LoginBox tr.greenbutton {
	text-align: right;
}
#LoginBox tr.greenbutton input {
	width: 50px;
	border: 1px solid silver;
	background-color: #00FF00;
	height: 14px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	color: black;
}
#LoginBox tr.greenbutton input:hover {
	background-color: #00DD00;
}
#LoginBox tr.greenbutton input:active {
	background-color: yellow;
}

/* -- Navigation -- */

.navigation {
	position: relative;
	display: block;
	clear: both;
	margin:0;
	padding:0;
}
.nav1 {
	position: relative;
	z-index: 20;
	display: block;
	width: 780px;
	margin: auto;
}
.nav1 ul {
	list-style: none;
	margin:0;
	padding: 0px 0px 0px 10px;
}
.nav1 ul li {
	display: inline;
	margin:0;
	padding:0;
}
.nav1 a {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/menuleft.gif") left top no-repeat;
	float: left;
	display: block;
	margin:0;
	padding: 0px 0px 0px 10px;
	color: #ffffff;
	font-size: 1em;
	line-height: 25px;
}
.nav1 a span {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/menuright.gif") right top no-repeat;
	margin: 0px 7px 0px 0px;
	padding: 0px 10px 1px 2px;
	height: auto;
}
/* Hide rule from IE5-Mac \*/
.nav1 a span {
	float: none;
}
/* End IE5-Mac hack */
.nav1 a:hover {
	background-position: 0px -100px;
	color: #ffffff;
	text-decoration: none;
}
.nav1 a:hover span {
	background-position: 100% -100px;
}
.navigation .on a {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/menuleft2.gif") left top no-repeat;
	color: #aa8c46;
	font-weight: bold;
}
.navigation .on a span {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/menuright2.gif") right top no-repeat;
}
.navigation .on a:hover {
	background-position: left top;
	color: #aa8c46;
	text-decoration: underline;
}
.navigation .on a:hover span {
	background-position: right top;
}

/* -- Second Navigation -- */

.nav2 {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/menu.gif") no-repeat;
	clear: both;
	margin: auto;
	padding: 10px 0px 0px 0px;
	width: 780px;
	position: relative;
}
#ClubQuickJump {
	position: absolute;
	top: 10px;
	right: 10px;
}
#AddThis {
	position: absolute;
	top: 10px;
	right: 160px;
}
#ClubQuickJump select {
	width: 140px;
	font-size: 9px;
	background-color: #303080;
	border: 1px solid #303080;
	color: #EEEEEE;
}
.nav2a {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/menu1.gif") left bottom no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 10px 0px;
	width: 780px;
	min-height: 13px;
}
.nav2a ul {
	list-style: none;
	margin: 0px 15px 0px 15px;
	padding:0;
}
.nav2a ul li {
	display: inline;
	color: #dddddd;
	font-size: .85em;
	padding: 0px 10px 0px 0px;
}
.nav2a a {
	display: inline;
}
.nav2a .on a {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/arrow.gif") 0px 4px no-repeat;
	color: #aa8c46;
	font-weight: bold !important;
	padding: 0px 0px 0px 10px !important;
}
.nav2a .on a:hover {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/arrow.gif") 0px 4px no-repeat;
	color: #aa8c46;
	font-weight: bold !important;
	padding: 0px 0px 0px 10px !important;
}
.nav2b {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/menu2.gif") left bottom no-repeat;
	margin:0;
	padding: 0px 0px 15px 0px;
	width: 780px;
}
.nav2b ul {
	list-style: none;
	margin: 0px 15px 0px 15px;
	padding:0;
}
.nav2b ul li {
	display: inline;
	color: #dddddd;
	font-size: .85em;
	padding: 0px 10px 0px 0px;
}
.nav2b a {
	display: inline;
}
.nav2b .on a {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/arrow.gif") 0px 2px no-repeat;
	color: #aa8c46;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}
.nav2b .on a span {
	background: none;
}
.nav2b .on a:hover {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/arrow.gif") 0px 2px no-repeat;
	color: #aa8c46;
	font-weight: bold !important;
	padding: 0px 0px 0px 10px !important;
}
.navbot {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/menus.gif") no-repeat;
	width: 780px;
	height: 35px;
}

/* -- Third Navigation -- */

.nav3 {
	display: block;
}
.nav3 ul {
	background-color: #ffffff;
	list-style: none;
	margin: 0px 10px 0px 10px;
	padding:0;
	width: 160px;
}
.nav3 ul li {
	margin:0;
	padding:0;
	font-weight: normal;
}
.nav3 ul li a {
	display: block;
	width: 140px;
	margin: auto;
	padding: 3px 0px 5px 10px;
	border-bottom: 1px solid #dddddd;
	font-size: .85em;
}
.nav3 ul li a:hover {
	background-color: #f8f7ef;
}
.nav3 ul li ul {
	background-color: #ffffff;
	list-style: none;
	margin: 0px 10px 0px 10px;
	padding:0;
	width: 140px;
}
.nav3 ul li ul li {
	margin-left: 10px;
	padding:0;
	width: 130px;
}
.nav3 ul li ul li a {
	width: 125px;
}


.nav3 .on a {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/arrow.gif") #f8f7ef 0px 4px no-repeat;
	color: #aa8c46;
	font-weight: bold;
}
.nav3 .on a:hover {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/arrow.gif") #f8f7ef 0px 4px no-repeat;
	color: #aa8c46;
	font-weight: bold;
}
.nav3a {
	display: block;
	width: 170px;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/menu3.gif") 10px bottom no-repeat;
	padding: 0px 0px 25px 0px;
}

.nav3 .off  {
	font-weight: normal;
	background: none;
	color: #215db1;
	outline: none;
	text-decoration: none;
}
.nav3 .off a {
	font-weight: normal;
	background: none;
	color: #215db1;
	outline: none;
	text-decoration: none;
}

.nav3 ul li ul li.on a {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/arrow.gif") #f8f7ef 0px 4px no-repeat;
	color: #aa8c46;
	font-weight: bold;
}
.nav3 ul li ul li.on a:hover {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/arrow.gif") #f8f7ef 0px 4px no-repeat;
	color: #aa8c46;
	font-weight: bold;
}

/* -- Side -- */

.sidenav {
	display: block;
	width: 160px;
	float: left;
}
.poll {
	display: block;
	margin: 0px 0px -5px 0px;
	padding: 0px 10px 0px 15px;
}
.poll form, .poll input {
	font: 1em Arial,sans-serif;
}
.banner {
	display: block;
	padding: 10px 0px 0px 15px;
}
.banner img{
	margin: 10px 0px 5px 0px;
}

/* -- Related -- */

#related {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/siderelated.gif") no-repeat;
	width: 150px;
	margin: 30px 0px 0px 30px;
	padding:0;
	overflow: hidden;
	min-height: 200px;
	float: left;
}
#related .content {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/siderelated2.gif") repeat-y;
	width: 150px;
	min-height: 50px;
	margin:0;
	padding:0;
}
#related .title {
	color: #284678;
	font-size: .85em;
	padding: 15px 0px 10px 15px;
	margin:0;
	font-weight: bold;
}
#related .closing {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/siderelated3.gif") no-repeat;
	width: 150px;
	height: 25px;
}
#related ul {
	display: block;
	list-style: none;
	width: 150px;
	margin:0;
	padding:0;
}
#related ul li {
	display: block;
	font-size: 10px;
	line-height: 14px;
	margin:0;
	padding: 3px 10px 0px 15px;
	width: 125px;
}
#related ul li a {
	display: block;
	padding: 6px 10px 0px 15px;
	margin:	 -6px -10px 0px -15px;
}

#related ul li a:hover {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/arrows.gif") no-repeat;
}

#related ul li.family {
	font-weight: bold;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid silver;
}


/*--- Info ----*/

.info {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/sideinfo.gif") no-repeat;
	width: 150px;
	margin: 30px 0px 0px 30px;
	overflow: hidden;
	float: left;
}
.info ul {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/sideinfo2.gif") repeat-y;
	list-style: none;
	width: 150px;
	margin:0;
	padding:0;
}
.info ul li {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/sideinfoline.gif") no-repeat;
	font-size: .85em;
	line-height: 14px;
	margin:0;
	padding: 1px 0px 1px 0px;
}
.info ul li a {
	display: block;
	margin:0;
	padding: 5px 10px 5px 15px;
	width: 125px;
}
.info ul li a:hover {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/arrows.gif") no-repeat;
}
.info .on a {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/arrows.gif") no-repeat;
	color: #aa8c46 !important;
	font-weight: bold !important;
}
.info2 {
	color: #284678;
	font-size: .85em;
	padding: 15px 0px 10px 15px;
	font-weight: bold;
}
.info3 {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/sideinfo3.gif") no-repeat;
	width: 150px;
	height: 25px;
}
.info dl {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/sideinfo2.gif") repeat-y;
	width: 150px;
	margin:0;
	padding:0;
}
.info dl dt {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/sideinfoline.gif") no-repeat;
	font-size: .85em;
	line-height: 14px;
	margin:0;
	padding: 1px 0px 1px 0px;
}
.info dl dt a {
	display: block;
	margin:0;
	padding: 5px 10px 5px 15px;
	width: 125px;
}
.info dl dt a:hover {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/arrows.gif") no-repeat;
}
.info dl dd {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/sideinfoline.gif") no-repeat;
	font-size: .85em;
	line-height: 14px;
	margin:0;
	padding: 1px 0px 1px 10px;
}
.info dl dd a {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/arrows_dl.gif") no-repeat;
	display: block;
	margin:0;
	padding: 5px 10px 5px 15px;
	width: 115px;
}
.info dl dd a:hover {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/arrows.gif") no-repeat;
}

/* -- Article -- */

#article {
	display: block;
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	width: 610px;
}
#HomePage #article {
	display: block;
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	width: 780px;
}
.miniflag {
	float: left;
	padding: 0;
	margin: 0;
	padding-bottom: 0px;
	margin-right: 10px;
}
.miniflag img {
	padding: 0;
	margin: 0;
}
.fastlink  {
	float: right;
	margin-top: 10px;
}

.article {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/article.gif") no-repeat;
	background-color: #ffffff;
	line-height: 1.7em;
	overflow: auto;
	padding: 15px 15px 5px 15px;
	width: 580px;
	min-height: 900px;
}
#HomePage .article {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/article_home.gif") no-repeat;
	background-color: #ffffff;
	line-height: 1.7em;
	overflow: auto;
	padding: 15px 15px 5px 15px;
	width: 750px;
	min-height: 900px;
}
.article .editors {
	font-size: 9px;
	color: #808080;	
}
.article strong {
	color: #777777;
}
.article a strong {
	color: #4678c8;
}
.article a:hover strong {
	color: #aa8c46;
}
.closing {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/article2.gif") no-repeat;
	margin: 0;
	width: 610px;
	height: 50px;
}
#HomePage .closing {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/article2_home.gif") no-repeat;
	margin: 0;
	width: 780px;
	height: 50px;
}
.articletop {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/articletop.gif") no-repeat;
	width: 780px;
	height: 50px;
}
.articlemain {
	background-color: #ffffff;
	margin: -5px 0px -5px 0px;
	padding: 0px 20px 0px 15px;
	width: 745px;
}
.articlemain a {
	text-decoration: underline;
}
.articleheading {
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	font-size-adjust: none;
}
.articlebot {
	display: block;
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/articlebot.gif") no-repeat;
	width: 780px;
	height: 50px;
}/*
.article .left {
	float: left;
	font: 1em Arial,sans-serif;
	line-height: 1.6em;
	margin: 0px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
	width: 150px;
}
.article .right {
	float: left;
	font: 1em Arial,sans-serif;
	line-height: 1.6em;
	margin: 0;
	padding: 0px 0px 0px 20px;
	width: 150px;
}*/

/* Footer */

#footer {
	display: block;
	clear: both;
	width: 770px;
	height: 240px;
	padding: 0px 60px 0px 60px;
	font-size: 9px;
	text-align: center;
}
#footer.blue {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/footer.gif") no-repeat;
}
#footer.red {
	background: url("/WebObjects/Rotary.woa/Contents/WebServerResources/img/footer_red.gif") no-repeat;
}
#footer a {
	padding: 0px 5px 0px 5px;
}
#footer img {
	vertical-align: middle;
	padding: 10px;
}
#footer .language {
	display: block;
}
#footer #Copyright {
	padding: 20px;
}
#footer #Copyright p {
	padding: 0px;
	margin: 0;
	margin-bottom: 4px;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
}

#footer .sitelinks {
	display: block;
	float: right;
	padding: 20px 0px 0px 0px;
}
#footer .sitelinks a {
	color: #444444;
}
#footer .sitelinks a:hover {
	color: #aa8c46;
}

/* -------------------------------------------------------------
 * EventCalendar
 * ------------------------------------------------------------- */

.EventCalendar {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #303030;
	padding-top: 10px;
}
.EventCalendar .Title {
	text-transform: uppercase;
}
#HomePage .EventCalendar {
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #303030;
}
.EventCalendar table.calendar {
	border-bottom: 1px solid #EEEEEE;
}
.EventCalendar tr.Header1 td {
	border-left: 0;
	border-right: 0;	
	text-align: center;
}
.EventCalendar tr.Header1 td div {
	display: -moz-inline-stack;
   	display: inline-block;
   	zoom: 1;
   	*display: inline;
}
.EventCalendar tr.Header1 td .prev {
	float: left;
}
.EventCalendar tr.Header1 td .prev img {
	vertical-align: middle;
}
.EventCalendar tr.Header1 td .current {
	
}
.EventCalendar tr.Header1 td .current img {
	padding-right: 4px;
	padding-top: 4px;
}
.EventCalendar tr.Header1 td .next {
	float: right;
}
.EventCalendar tr.Header1 td .next img {
	vertical-align: middle;
}
.EventCalendar tr.Header2 td {
	font-size: 9px;
}
#HomePage .EventCalendar tr.Header2 td {
	font-size: 8px;
}
.EventCalendar tr.Rows td {
	
}
.EventCalendar tr.Rows td.normal {
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
}
.EventCalendar tr.Rows td.normalLast {
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
}
.EventCalendar tr.Rows td.normal:hover {
	background-color: #0089f3;
	color: white;
}
.EventCalendar tr.Rows td.disabled {
	background-color: #EEEEEE;
	color: #AAAAAA;
	border: 0;
	font-weight: normal;
	font-size: 9px;
}
#HomePage .EventCalendar tr.Rows td.disabled {
	background-color: #EEEEEE;
	color: #DDDDDD;
	border: 0;
	font-weight: normal;
	font-size: 7px;
}
.EventCalendar tr.Rows td div.anotherday {
	position: relative;
	color: black;
}
.EventCalendar tr.Rows td div.anotherday a {
	color: black;
}
.EventCalendar tr.Rows td div.today {
	position: relative;
	color: red;
}
.EventCalendar tr.Rows td div.today a {
	color: red;
}
.EventCalendar .dots {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.EventCalendar .dots .DISTRICTUAL {
	position: absolute;
	top: -3px;
	left: 2px;
	color: orange;
}
.EventCalendar .dots .ROTARY {
	position: absolute;
	top: 4px;
	left: 2px;
	color: blue;
}
.EventCalendar .dots .ROTARACT {
	position: absolute;
	top: -3px;
	right: 2px;
	color: red;
}
.EventCalendar .dots .INTERACT {
	position: absolute;
	top: 4px;
	right: 2px;
	color: #e510b0;
}
.EventCalendar .dots .OTHER {
	position: absolute;
	top: -3px;
	left: 10px;
	color: green;
}
.EventCalendar ul.legend {
	list-style: none;
	padding: 0px;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.EventCalendar ul.legend li {
	display: -moz-inline-stack;
   	display: inline-block;
   	zoom: 1;
   	*display: inline;
	width: auto;
}
#HomePage .EventCalendar ul.legend li span {
	font-size: 7px;
}
.EventCalendar ul.legend li .dot {
	display: -moz-inline-stack;
   	display: inline-block;
   	zoom: 1;
   	*display: inline;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 5px;
	font-size: 18px;
}
.EventCalendar ul.legend li.DISTRICTUAL .dot {
	color: orange;
}
.EventCalendar ul.legend li.ROTARY .dot {
	color: blue;
}
.EventCalendar ul.legend li.ROTARACT .dot {
	color: red;
}
.EventCalendar ul.legend li.INTERACT .dot {
	color: #e510b0;
}
.EventCalendar ul.legend li.OTHER .dot {
	color: green;
}
.EventCalendar .summary {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.EventCalendar .summary span a:hover {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

.EventCalendar .summary:hover a {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.EventCalendar .summary a:hover {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

.EventCalendar .districtualEvent {
	font-weight: bold;
	color: blue;
	padding-left: 7px !important;
}
.EventCalendar .districtualEvent .title {
	color: orange;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 12px !important;
}

.EventCalendar .clubEvent {
	padding-bottom: 10px !important;
}
.EventCalendar .clubEvent .rotary_title {
	color: blue;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 12px !important;
	font-weight: bold;
}
.EventCalendar .clubEvent .rotaract_title {
	color: red;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 12px !important;
	font-weight: bold;
}
.EventCalendar .clubEvent .interact_title {
	color: #e510b0;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 12px !important;
	font-weight: bold;
}
.EventCalendar .clubMeeting {
	padding-bottom: 10px !important;
}
.EventCalendar .clubMeeting .rotary_title {
	color: blue;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 12px !important;
	font-weight: bold;
}
.EventCalendar .clubMeeting .rotaract_title {
	color: red;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 12px !important;
	font-weight: bold;
}
.EventCalendar .clubMeeting .interact_title {
	color: #e510b0;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 12px !important;
	font-weight: bold;
}

/* -------------------------------------------------------------
 * RotaryListPage & TInspectPage
 * ------------------------------------------------------------- */
 
#RotaryListPage,
#RotaryInspectPage {
	background-color: white;
}
#RotaryListPage #TBarWrapper,
#RotaryInspectPage #TBarWrapper {
	width: 100%;
}
#RotaryListPage #BBarWrapper,
#RotaryInspectPage #BBarWrapper {
	width: 100%;
}
#RotaryListPage #CBarWrapper,
#RotaryInspectPage #CBarWrapper {
	position: relative;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
#RotaryListPage #CBarContent,
#RotaryInspectPage #CBarContent {
	position: relative;
	text-align: left;
}
#RotaryInspectPage .SubmitButton {
	border: 1px dashed #909090;
	margin: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #DDDDDD;
}

/* Patch to override li padding for Admin ui */
#related .RotaryEntitySelector ul li {
	padding: 0px 0px 0px 0px;
}
#related .RotaryEntitySelector ul li a {
	padding: 0px 0px 0px 0px;
}

/* -------------------------------------------------------------
 * RelatedClubMembers
 * ------------------------------------------------------------- */
 
#RelatedClubMembers {
	position: relative;
	padding: 20px;
}
#RelatedClubMembers .Title {
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
}
#RelatedClubMembers .Member {
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
	clear: both;
}
#RelatedClubMembers .Member .Photo {
	float: left;
	padding-right: 8px;
}
#RelatedClubMembers .Member .Assignment {
	font-size: 10px;
	color: #101010;
	text-transform: uppercase;
}
#RelatedClubMembers .Member .Name {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	margin-top: 5px;
}
#RelatedClubMembers .Member .EditLink  {
	border: 1px solid red;
	width: 10px;
}
#RelatedClubMembers .Member .EditLink img {
	position: relative;
	top: -0px;

	float: left;
}

#RelatedClubMembers td.MembersWithAssignment {
	vertical-align: top;
	width: 250px;
	padding-bottom: 30px;
}

#RelatedClubMembers td.HonoraryMembers {
	width: 200px;
	vertical-align: top;
	padding-left: 20px;
}
#RelatedClubMembers td.RegularMembers {
	vertical-align: top;
	margin-top: 30px;
	border-top: 1px solid silver;
}
#RelatedClubMembers td.RegularMembers table {
	width: 100%;
}
#RelatedClubMembers td.RegularMembers table tr td {
	vertical-align: top;
}
#RelatedClubMembers td.RegularMembers table tr td.col1 {
	width: 33%;
}
#RelatedClubMembers td.RegularMembers table tr td.col2 {
	width: 33%;
}
#RelatedClubMembers td.RegularMembers table tr td.col3 {
	width: 33%;
}


/* -------------------------------------------------------------
 * RelatedPastPresidents
 * ------------------------------------------------------------- */
 
#RelatedPastPresidents {
	position: relative;
}
#RelatedPastPresidents .title {
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
}
#RelatedPastPresidents table tr {
	height: 40px;
}
#RelatedPastPresidents table tr td.year {
	font-size: 10px;
	color: #101010;
	text-transform: uppercase;
}
#RelatedPastPresidents table tr td.name {
	font-weight: bold;
	font-size: 12px;
	line-height: 10px;
}
#RelatedPastPresidents .rank {
	font-weight: normal;
	font-size: 10px;
	color: #909090;
	padding-bottom: 5px;
}


/* -------------------------------------------------------------
 * EditPreferences
 * ------------------------------------------------------------- */

.EditPreferences {
	
}
.EditPreferences td.key {
	padding-right: 25px;
}


/* -------------------------------------------------------------
 * HomePage
 * ------------------------------------------------------------- */
 
#HomePage {
	font-size: 12px;
}
#HomePage p {
	font-size: 12px;
}

#HomePage #Spotlight {
	padding: 10px;
	text-align: left;
	min-height: 300px;
	clear: both;
}
#HomePage #Spotlight .TThumbnail {
	float: left;
	padding-right: 10px;
	clear: left;
}
#HomePage #Spotlight p {
	text-align: left;
	padding: 5px;
	margin: 0;
}
#HomePage #Spotlight .SpotlightTitle {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
	padding-bottom: 6px;
	text-align: left;
}


#HomePage #RelatedNews {
	margin: 10px;
	line-height: 11px;
}
#HomePage #RelatedNews p {
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 9px;
	text-align: left;
}
#HomePage #RelatedNews .firstColumn {
	float: left;
	width: 230px;
}
#HomePage #RelatedNews .secondColumn {
	float: left;
	width: 230px;
	margin-left: 18px;
	margin-right: 18px;
}
#HomePage #RelatedNews .thirdColumn {
	float: right;
	width: 230px;
}
#HomePage #RelatedNews .News {
	padding-bottom: 15px;
}
#HomePage #RelatedNews .News .TThumbnail {
	float: right;
	padding-left: 8px;
}
#HomePage #RelatedNews .News .Title {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
	clear: both;
	border-bottom: 1px solid silver;
	margin-bottom: 6px;
}
#HomePage #RINewsFeed {
	font-size: 9px;
	text-align: left;
	line-height: 11px;
	clear: both;
	vertical-align: top;
}
#HomePage #RINewsFeed #FeedTitle {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px solid silver;
}
#HomePage #RINewsFeed .News {
	vertical-align: top;
	display: -moz-inline-stack;
   	display: inline-block;
   	zoom: 1;
   	*display: inline;
	width: 235px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#HomePage #RINewsFeed .News img {
	float: right;
	padding-left: 8px;
}
#HomePage #RINewsFeed .News .Title {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
	clear: both;
	border-bottom: 1px solid silver;
	margin-bottom: 6px;
}


/* -------------------------------------------------------------
 * Rotary HomePage
 * ------------------------------------------------------------- */
 
#RotaryHomePage {

}
#RotaryHomePage .toprow {
	padding-bottom: 20px;
}
#RotaryHomePage #RightColumn {
	float: right;
	width: 150px;
}
#RotaryHomePage #RightColumn ul.MainList {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#RotaryHomePage #RightColumn ul.MainList li {
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}
#RotaryHomePage #RightColumn ul.MainList .title {
	font-weight: bold;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 12px;
	text-align: left;
	width: 150px;
}
#RotaryHomePage #RightColumn ul.MainList .title .rank {
	font-weight: normal;
	font-size: 9px;
	color: #909090;
	padding-bottom: 10px;
}
#RotaryHomePage #RightColumn ul.MainList .caption {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 9px;
	font-size: 9px;
}

#RotaryHomePage #LeftColumn {
	float: left;
	width: 360px;
}
#RotaryHomePage #LeftColumn ul.MainList {
	list-style: none;
	margin:0;
	padding: 20px 0px 10px 0px;
}
#RotaryHomePage #LeftColumn ul.MainList li {
	padding-bottom: 20px;
}
#RotaryHomePage #LeftColumn ul.MainList .title {
	font-weight: bold;
	font-size: 13px;
}
#RotaryHomePage #Spotlight {
	padding: 10px;
	width: 380px;
	font-size: 11px;
	text-align: justify;
}
#RotaryHomePage #Spotlight p {
	font-size: 11px;
	text-align: justify;
	padding: 5px;
	margin: 0;
}
#RotaryHomePage #Spotlight .SpotlightTitle {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
	padding-bottom: 6px;
}
#RotaryHomePage #RelatedNews {

}
#RotaryHomePage #RelatedNews p {
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 9px;
	text-align: left;
}
#RotaryHomePage #RelatedNews .News {
	padding-top: 15px;
	padding-bottom: 15px;
}
#RotaryHomePage #RelatedNews .News img {
	float: right;
	padding-left: 8px;
}
#RotaryHomePage #RelatedNews .News .Title {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
	clear: both;
	border-bottom: 1px solid silver;
	margin-bottom: 6px;
}


/* -------------------------------------------------------------
 * ClubMatrix
 * ------------------------------------------------------------- */
 
#ClubMatrix {

}
#ClubMatrix .RTCITC {
	font-weight: bold;
}
#ClubMatrix table {
	padding-top: 10px;
	padding-bottom: 10px;
}
#ClubMatrix .FlagCell {
	border-bottom: 1px solid silver;
}
#ClubMatrix .ClubCell {
	border-bottom: 1px solid silver;
}
#ClubMatrix .ClubCell .name {
	font-size: 16px;
	font-weight: bold;
}
#ClubMatrix .ClubCell td.code {
	font-size: 9px;
	color: #404040;
	font-weight: bold;
	width: 33%;
	text-align: center;
}
#ClubMatrix .ClubCell td.left {
	text-align: left;
}
#ClubMatrix .ClubCell td.right {
	text-align: right;
}
#ClubMatrix .ClubCell .roles {
	font-size: 11px;
}

/* -------------------------------------------------------------
 * ClubPage
 * ------------------------------------------------------------- */
 
#ClubPage {
	
}
#ClubPage img {
	padding: 0;
	margin: 0;
}
#ClubPage table tr td {
	vertical-align: top;
}
#ClubPage .toprow {
	padding-bottom: 10px;
}
#ClubPage .title {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#ClubPage .flagrow {
	padding-top: 10px;
}
#ClubPage .flag {
	text-align: center;
	padding-top: 36px;
	margin-right: 30px;
}
#ClubPage .label {
	font-size: 9px;
	color: #101010;
	text-transform: uppercase;
	font-weight: bold;
}
#ClubPage .attribute {
	padding-bottom: 10px;
}
#ClubPage .history {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	text-align: justify;
}
#ClubPage .website {
	font-size: 9px;
	text-align: right;
}
#ClubPage .feedback {
	font-weight: bold;
	color: red;	
}
#ClubPage .possibleMatch {
	font-weight: bold;
	padding-top: 8px;
}


#ClubPage #UpcomingMeeting p {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#ClubPage #UpcomingMeeting .title {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	
	padding-top: 15px;
	padding-bottom: 2px;
}
#ClubPage #UpcomingMeeting .Meeting {
	
}
#ClubPage #UpcomingMeeting .Meeting .label {
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 0px;
	line-height: 12px;
}
#ClubPage #UpcomingMeeting .Meeting .title {
	padding-bottom: 5px;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
	border-bottom: 1px solid silver;
	margin-right: 210px;
	clear: left;
}

#ClubPage #MeetingsArchive {
	
}
#ClubPage #MeetingsArchive .title {
	font-weight: bold;
	font-size: 16px;
}
#ClubPage #MeetingsArchive .Meeting {
	border-top: 1px solid silver;
}
#ClubPage #MeetingsArchive .Meeting .label {
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 0px;
	line-height: 12px;
}
#ClubPage #MeetingsArchive .Meeting .title {
	padding-top: 10px;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
}


#ClubPage .Newsletter {
	padding: 10px;
	padding-bottom: 15px;
	width: 260px;
	float: left;
}
#ClubPage .Newsletter .TThumbnail {
	float: left;
	padding-right: 8px;
}
#ClubPage .Newsletter .Title {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
	clear: both;
	border-bottom: 1px solid silver;
	margin-bottom: 6px;
}
#ClubPage .Newsletter ul.newsletter_tools {
   	margin: 0;
   	padding: 0;
   	font-weight: bold;
}
#ClubPage .Newsletter ul.newsletter_tools li {
	display: -moz-inline-stack;
   	display: inline-block;
   	zoom: 1;
   	*display: inline;
}
#ClubPage .LatestNewsletter {
	padding-bottom: 15px;
	padding-left: 15px;
	float: right;
	width: 200px;
}
#ClubPage .LatestNewsletter .TThumbnail {
	float: left;
	padding-right: 8px;
}
#ClubPage .LatestNewsletter .Title {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
	clear: both;
	border-bottom: 1px solid silver;
	margin-bottom: 6px;
}


#ClubPage #Spotlight {
	padding: 10px;
	text-align: left;
	clear: both;
}
#ClubPage #Spotlight .TThumbnail {
	float: right;
	padding-left: 10px;
	clear: right;
}
#ClubPage #Spotlight p {
	text-align: left;
	padding: 5px;
	margin: 0;
}
#ClubPage #Spotlight .SpotlightTitle {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
	padding-bottom: 6px;
	text-align: left;
}


#ClubPage #LatestNews .News p {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#ClubPage #LatestNews .News .Image {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}
#ClubPage #LatestNews .News .Title {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
	border-bottom: 1px solid silver;
	margin-right: 210px;
	padding-top: 14px;
	clear: left;
}

#ClubPage #NewsArchive .News p {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#ClubPage #NewsArchive .News .Image {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}
#ClubPage #NewsArchive .News .Title {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
	border-bottom: 1px solid silver;
	clear: left;
}

#ClubPage #EventArchive .Event {
	padding-bottom: 30px;
}
#ClubPage #EventArchive .Event p {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#ClubPage #EventArchive .Event .Title {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
	border-bottom: 1px solid silver;
	clear: left;
}

/* -------------------------------------------------------------
 * MemberPage
 * ------------------------------------------------------------- */
 
#MemberPage {
	
}
#MemberPage .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#MemberPage .label {
	font-size: 9px;
	color: #101010;
	text-transform: uppercase;
	font-weight: bold;
}
#MemberPage .value {
	padding-bottom: 10px;
}
#MemberPage #LeftColumn {
	position: relative;
	float: left;
	width: 180px;
	margin-top: 20px;
	border-right: 1px solid #DDDDDD;
}
#MemberPage #RightColumn {
	float: right;
	width: 360px;
	padding-top: 20px;
}
#MemberPage .Photo {
	width: 130px;
	margin-bottom: 20px;
}

/* -------------------------------------------------------------
 * PrivacyStatement
 * ------------------------------------------------------------- */
 
.PrivacyStatement {
	margin: 25px;
	padding: 25px;
	border: 5px dotted silver;
}
.PrivacyStatement img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.PrivacyStatement .title{
	font-size: 16px;
	font-weight: bold;
}
.PrivacyStatement p {
	
}

/* -------------------------------------------------------------
 * GenericPage
 * ------------------------------------------------------------- */

#GenericPage {
	
}
#GenericPage img {
	padding: 15px;
}
	
/* -------------------------------------------------------------
 * Governor
 * ------------------------------------------------------------- */
 
#Governor {
	
}
#Governor .name {
	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
}
#Governor .photo {
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}
#Governor .memberPageLink {
	font-size: 9px;
	padding-bottom: 10px;
}
#Governor .letters {
	float: right;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 140px;
	font-size: 11px;
	font-weight: bold;
}
#Governor .letters ul {
	font-size: 11px;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
}

#Governor .letters li {

}
#Governor .letters ul li a {
	font-size: 11px;
}
#Governor .letters li img {
	vertical-align: middle;
}

#Governor .historicalNews {
	float: right;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 140px;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}

#Governor .historicalNews ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
}

#Governor .historicalNews p {
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 8px;
	text-align: justify;
}
#Governor .historicalNews .News  {
	font-size: 8px;
	text-align: justify;
	padding-bottom: 25px;
}
#Governor .historicalNews .News .TThumbnail {
	float: right;
	padding-left: 8px;
}
#Governor .historicalNews .News .Title {
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
	clear: both;
	border-bottom: 1px solid silver;
	margin-bottom: 6px;
}



#Governor .historicalGalleries {
	float: right;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 140px;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}

#Governor .historicalGalleries ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 20px;
}

#Governor .historicalGalleries ul li {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid silver;
}


#Governor .historicalGalleries p {
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 8px;
}
#Governor .historicalGalleries .Gallery  {
	font-size: 8px;
}

#Governor .historicalGalleries .Gallery .Title {
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
}








#Governor .historicalEvent {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	width: 400px;
	float: left;
}

#Governor .historicalEvent ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
}

#Governor .historicalEvent p {
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	text-align: justify;
}
#Governor .historicalEvent .Event  {
	border: 3px solid #0000AA;
	font-size: 9px;
	text-align: justify;
	margin-bottom: 25px;
	padding: 15px;
	width: 360px;
}
#Governor .historicalEvent .Event .TThumbnail {
	float: right;
	padding-left: 8px;
}

#Governor .historicalEvent .Event .Title {
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
	clear: both;
	border-bottom: 1px solid silver;
	margin-bottom: 6px;
}



/* -------------------------------------------------------------
 * PasswordReset
 * ------------------------------------------------------------- */
 
#PasswordReset {
	font-size: 12px;
	padding-top: 1cm;
}
#PasswordReset ol li {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 10px;
}
#PasswordReset p {
	font-size: 13px;
	padding-bottom: 10px;
}
#PasswordReset .title {
	font-size: 36px;
}
#PasswordReset img {
	padding-right: 40px;
	padding-bottom: 40px;
	padding-top: 20px;
}
#PasswordReset .error {
	font-size: 18px;
	font-weight: bold;
	color: red;
	padding-bottom: 0.5cm;
}

/* -------------------------------------------------------------
 * MemberMatrix
 * ------------------------------------------------------------- */

#MemberMatrix {
	font-size: 10px;
}
#MemberMatrix #Selector {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	list-style: none;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 20px;
}
#MemberMatrix #Selector #LetterLine div {
	display: inline;
	padding-right: 3px;
}
#MemberMatrix #Selector #RankLine div {
	padding-right: 3px;
	font-size: 12px;
}
#MemberMatrix #Selector #RankLine .exportLink {
	float: right;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
#MemberMatrix #Selector #Description {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
}
#MemberMatrix #Selector #PopUpButtons {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 10px;
}
#MemberMatrix #Selector #PopUpButtons div {
	display: inline;
	padding-right: 3px;
}
#MemberMatrix #Selector div a {
	font-weight: bold;
}
#MemberMatrix #Selector div a:hover {
	font-size: 18px;
}
#MemberMatrix #Selector #RankLine div a:hover {
	font-size: 12px;
}
#MemberMatrix #Selector div.on a {
	color: red;
}
#MemberMatrix #Selector div.on a:hover {
	color: white;
}
#MemberMatrix #Selector select {
	border: 1px solid silver;
	width: 150px;
}
#MemberMatrix table .col1 {
	width: 33%;
}
#MemberMatrix table .col2 {
	width: 33%;
}
#MemberMatrix table .col3 {
	width: 33%;
}

/* -------------------------------------------------------------
 * YearBook
 * ------------------------------------------------------------- */

#YearBook {
	font-size: 13px;
}
#YearBook p {
	font-size: 13px;
}
#YearBook .error {
	color: red;
	font-weight: bold;
}
#YearBook img {
	padding: 20px;
}

/* -------------------------------------------------------------
 * BoardPage
 * ------------------------------------------------------------- */
 
#BoardPage  {

}
#BoardPage table.boardMembers {
	padding: 20px;
}
#BoardPage table.boardMembers img {
	border: 1px solid #404040;
}
#BoardPage table.boardMembers td.role {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#BoardPage .title {
	font-size: 18px;
	font-weight: bold;	
}
#BoardPage .roleMasterLabel {
	font-size: 9px;
	font-weight: bold;
	text-transform: none;
	color: #999999;
}


/* -------------------------------------------------------------
 * DistrictualRanking
 * ------------------------------------------------------------- */
 
#DistrictualRanking  {

}
#DistrictualRanking table.Ranking {
	padding-top: 20px;	
}
#DistrictualRanking td.role {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#DistrictualRanking td.photo {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#DistrictualRanking .boardName {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	border-top: 1px solid silver;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}
#DistrictualRanking .title {
	font-size: 18px;
	font-weight: bold;	
}
#DistrictualRanking .roleMasterLabel {
	font-size: 9px;
	font-weight: bold;
	text-transform: none;
	color: #999999;
}

/* -------------------------------------------------------------
 * EventListing
 * ------------------------------------------------------------- */
 
#EventListing {
	font-size: 12px;
}
#EventListing .Dates {
	text-transform: uppercase;
	font-size: 9px;
}
#EventListing .Name {
	font-size: 13px;
	font-weight: bold;
}
#EventListing .Image {
	float: right;
	margin-left: 20px;
}
#EventListing .Text {
	font-size: 11px;
}

#EventListing .open {
	color: green;
	font-weight: bold;
}
#EventListing .close {
	color: red;
	font-weight: bold;
}
#EventListing .registered {
	color: green;
	font-weight: bold;
}
#EventListing .unregistered {
	color: red;
	font-weight: bold;
}
#EventListing .notice {
	text-transform: uppercase;
	font-weight: bold;
}

#EventListing .past {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	color: silver;
}
#EventListing .future {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* -------------------------------------------------------------
 * EventPage
 * ------------------------------------------------------------- */
 
#EventPage {
	font-size: 12px;
}
#EventPage .RoundBox {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
}
#EventPage .Dates {
	text-transform: uppercase;
	font-size: 9px;
}
#EventPage .Name {
	font-size: 13px;
	font-weight: bold;
}
#EventPage .Image {
	float: right;
	padding-left: 20px;
}
#EventPage .Text {
	font-size: 11px;
}
#EventPage .limited {
	color: #FFAA00;
	font-weight: bold;
	font-size: 14px;
}
#EventPage .open {
	color: white;
	font-weight: bold;
	font-size: 18px;
}
#EventPage .close {
	color: red;
	font-weight: bold;
}
#EventPage .registered {
	color: white;
	font-weight: bold;
}
#EventPage .unregistered {
	color: red;
	font-weight: bold;
}
#EventPage .notice {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	font-size: 10px;
	color: #132479;
}
#EventPage .notice a {
	color: #1f3fdd;
	font-weight: bold;
	font-size: 13px;
}

#EventPage .notice2 {
	padding-top: 20px;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	line-height: 13px;
}
#EventPage .past {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	color: silver;
}
#EventPage .future {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* -------------------------------------------------------------
 * ClubHighlight
 * ------------------------------------------------------------- */

#ClubHighlights .Highlight {
	padding: 10px;
	text-align: left;
	min-height: 300px;
	clear: both;
}
#ClubHighlights .Highlight .TThumbnail {
	float: left;
	padding-right: 10px;
	clear: left;
}
#ClubHighlights .Highlight p {
	text-align: left;
	padding: 5px;
	margin: 0;
}
#ClubHighlights .Highlight .HighlightTitle {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
	padding-bottom: 6px;
	text-align: left;
}


#ClubHighlights p {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#ClubHighlights .title {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 2px;
}
#ClubHighlights .Meeting {
	padding-bottom: 10px;
}
#ClubHighlights .Meeting .label {
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 0px;
	line-height: 12px;
}
#ClubHighlights .Meeting .title {
	padding-bottom: 5px;
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d71;
	border-top: 1px solid silver;
	clear: left;
}
#ClubHighlights .Meeting .title .miniflag {
	float: left;
	margin-top: -3px;	
}
#ClubHighlights .Meeting .title .rotary {
	color: blue;	
}
#ClubHighlights .Meeting .title .rotaract {
	color: red;	
}
#ClubHighlights .Meeting .title .interact {
	color: #e510b0;	
}

/* -------------------------------------------------------------
 * GalleryPage
 * ------------------------------------------------------------- */

#GalleryPage {
	
}

#GalleryPage .Image {
	float: left;
	padding: 5px;
}


