body
{
	background: url('images/main_background.jpg') repeat-x #313131;	
	margin:auto;
	padding:0;
}

body.showpic
{
	background: #0f2208;	
	margin:0;
	padding:0;
}

IMG
{
	border:0;
	margin:0;
	padding:0;
}

#header
{
	width:100%;
	height:160px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
	background: url('images/header_sdclub_bg.jpg') repeat-x;
}

#contentholder
{
	width:1000px;
	text-align:center;
	font-family:arial;
	margin-left:auto;
	margin-right:auto;		
	background-color:#FFFFFF;
}

#content
{
	text-align:justify;
	padding:20px 20px 0px 20px;	
	background: url('images/shade_content.jpg') repeat-x #FFFFFF;
	font-size:13px;
	color:#1A3B0E;
}

#content P
{
	margin-top:0px;
	margin-bottom:20px;
	vertical-align:top;
}

#footer
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;	
}

#columnleft
{
	width:760px;
	background-color:#0f0;
	float:left;
	display:inline;	
	margin-right:20px;
}

#columnmid
{
	width:370px;
	background-color:#FFF;
	float:left;
	display:inline;	
}

#columnleftandmid
{
	width:760px;
	background-color:#FFF;
	float:left;
	display:inline;	
	margin-right:20px;
}

#columnright
{
	width:180px;
	background-color:#fff;
	float:left;
	display:inline;	
	text-align:center;
	font-size:12px;
	display:inline;	
}

#frontleft, #frontright
{
	float:left;	
	display:inline;
	width:370px;
}

#frontright
{
	margin-left:20px;
	width:370px;
}

.panel {width:370px;margin-bottom:20px;}
.paneltitleholder {background: url('images/panel_title_bg.gif');height:44px;}
.paneltitleicon {float:left;display:inline;}
.paneltitlecontent {padding:12px 0px 0px 50px;color:#FFFFFF;font-weight:bold;text-align:left;}

.panelcontentholder {background: url('images/panel_bg.gif') repeat-y;}
.panelcontent{padding:10px 10px 10px 10px;text-align:justify;font-size:12px;font-family:arial;}
.panelfooterholder {width:370px;}


.panelmid {width:270px;margin-bottom:20px;}
.panelmidtitleholder {background: url('images/panel_title_bg.gif');height:44px;}
.panelmidtitleicon {float:left;display:inline;}
.panelmidtitlecontent {padding:12px 0px 0px 50px;color:#FFFFFF;font-weight:bold;text-align:left;}

.panelmidcontentholder {background: url('images/panelmid_bg.gif') repeat-y;}
.panelmidcontent{padding:15px;text-align:justify;font-size:12px;font-family:arial;}
.panelmidfooterholder {width:270px;}


.clear {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
       margin:auto;
}


/* Primary Navigation */
#primary-navigation {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background: url("images/nav_bg.gif") repeat-x #666666;
	height: 23px; /* original height */
	padding: 0px;
	position: relative;
	z-index: 3;
	border-top:1px solid #FFFFFF;
	margin-top:0px;
}

#primary-navigation ul {
	margin: 0;
	padding: 0;
}

.selected
{	
	background: url("images/nav_selected.gif") repeat-x #3E5C34;
	margin: 0 0px;
	height: 24px; /* original height */
	padding: 0px;
	position: relative;
	z-index: 3;
}

#primary-navigation li { /* this one between options */
	float: left;
	display: block;
	padding: 0px 13px 5px 13px;
	border-right: 1px solid #FFFFFF;
	height: 18px;  /* original height */
	position: relative;
	z-index: 5;
}

#primary-navigation li a {
	font-family: arial;
	font-weight: normal; /* fonts for menu */
	font-size: 11px;
	color: white;
	height: 14px; /* mouseover dropdown height */
	text-decoration:none;
}

#primary-navigation li div, 
#primary-navigation li ul, 
#primary-navigation li li {
	width:230px;
}



#primary-navigation li ul {
	border-top:1px solid #29551B;
	background: url("images/nav_dd_background.gif") repeat-x #CDD8CA; /*drop down bgcolor */
	padding: 0 0 0px;
	margin: 0;
	border-left: none;
	border-right: none;
	display: table; /* Mozilla, Opera background fix *//* Mozilla, Opera background fix */
}

#primary-navigation li div {
	position: absolute;
	left: -1px;
	top: 23px;
	margin: 0;
	display: none;
}

#primary-navigation li li {
	display: block;
	float: left;
	padding: 0px 0 0px 0;
	margin: 0px 0px 0px;
	border-left: none;
	height: 23px; /* dropdown height */
	background-color:#FFFFFF;
	border-right:1px solid #29551B;
	border-left:1px solid #29551B;
	border-bottom:1px solid #29551B;
	text-align:left;
}

#primary-navigation li li a {
	display: block;
	padding: 6px 5px 3px;
	margin: 0px 0px;
	text-transform: none; /* fonts for dropdown menu */
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color:#29551B;
}

#primary-navigation li li a img {
	vertical-align: middle;
}

#primary-navigation li li:hover {
	background: none transparent;
}

#primary-navigation a:hover {
	text-decoration: none;
}

#primary-navigation li li a:hover {
	text-decoration: none;
	background: url("images/nav_dd_background.gif") repeat-x #CDD8CA; /*drop down bgcolor */
}

#primary-navigation li:hover div, #primary-navigation li.over div {
	display: block;
}

#primary-navigation li:hover, 
#primary-navigation li.over, 
#primary-navigation li.active {
	background: url("images/nav_active.gif") repeat-x #4B7A3C;
}

/* Code for removing the primary navigation */
.nonav #top-of-page {
	height: 77px;
}

.nonav #content {
	background: url("http://www.vmware.com/img/background_no_nav.gif") no-repeat white;
}
/* END Primary Navigation */

H2
{
	color:#2C591D;	
}

H3
{
	color:#2C591D;	
	margin-top:30px;
	font-size:16px;
	margin-bottom:25px;
	text-decoration:underline;
}

H3 A
{ 
	color:#569840;	
	text-decoration:underline;	
}

H3 A:hover
{
	text-decoration:underline;	
	color:#569840;	
}

H4
{
	color:#467a34;	
	margin-top:30px;
	font-size:13px;
	font-weight:bold;
	margin-bottom:3px;
	font-family:arial;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0px 10px 10px 10px;
	}

img.alignright {
	float:right;
	padding:0px 10px 10px 10px;
	}

img.alignleft {
	float: left;
	padding:0px 10px 10px 10px;
	}

/*TABLE*/
TABLE
{
	border-spacing:0px;	
	border-collapse: collapse;
	margin-bottom:30px;
}

TD
{
	text-align:left;
	font-size:12px;	
	padding:8px;
	border-style: solid;
	border-color: #DDDDDD;
	border-width:1px;
	vertical-align:top;
}

.promo TD
{
	border-width:0px;
}


#suggestionform TABLE
{
	border-spacing:0px;	
	border-collapse: collapse;
	margin-bottom:30px;	
}

#suggestionform TD
{
	text-align:left;
	font-size:12px;	
	padding:4px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width:0px;
	vertical-align:top;
}

#suggestionform TD.rowtitle
{
	width:150px;
	font-weight:bold;	
}

#suggestionform TD.aligncenter
{
	text-align:center;
}

.instructor TD.rowtitle
{
	font-weight:bold;	
	background-color:#E9FBE2;	
}

.tablecoltitle
{
	font-weight:bold;
	background-color:#1A3B0E;
	color:#FFFFFF;	
	text-align:center;
}

.tablecoltitle TD
{
	text-align:center;
}

.eventdate{
font-size:24px;	
font-weight:bold;
}

.eventdateempty{
background-color:#B4CFAA;
}

.eventcalendarmonth
{
font-size:36px;	
font-weight:bold;
background-color:#E9FBE2;
}

.eventdetail{
font-size:11px;	
border-top:1px solid #CCC;
padding-bottom:5px;
margin-bottom:10px;
}



TR.alt1 TD
{
	background-color:#E9FBE2;	
}

.eventcalendarrow
{
	height:100px;	
}


TR.alt2 TD
{
	background-color:#F5FEF1;
}

TD.figures
{
	text-align:right;
}

/*TABLE*/

/*LIST*/
OL.lowerroman
{
	list-style-type:lower-roman;
}

OL.loweralphabet
{
	list-style-type:lower-alpha;	
}

/*LIST*/

.picholderleft, .picholderright
{
  background-color: #fff;
  border-width: 0px;
   width:400px	
}
.picholderright, .picholderright350, .picholderright300
{
  float: right;
  padding:0px 10px 0 10px;
  margin-left:15px;
}

.picholderleft, .picholderleft350
{
  float: left;
  padding:0px 10px 0 10px;
  margin-right:15px;
}

.picholderleft350, .picholderright350, .picholderright300
{
  background-color: #FFFFFF;
  border-width: 0px;
  width:350px	
}

.picholderleft300, .picholderright300, .picholderright300
{
  background-color: #FFFFFF;
  border-width: 0px;
  width:300px	
}
   
.picholderright IMG, .picholderleft IMG, .picholderleft350 IMG, .picholderright350, .picholderright350 IMG, .picholderleft, .picholderleft300 IMG, .picholderright300, .picholderright300 IMG 
{
	padding-bottom:10px;	
}   

.byelawslist
{
	font-size:11px;
	line-height:16px;
	text-align:justify;
}

.commenthidden {display:none}
.commentshown {display:inline}


dl {
  width: 555px;
  background: #0F0 url(images/contentbottom.gif)no-repeat bottom left;
  }

dt {
  margin: 0;
  padding: 6px;
  background: #0F0 url(images/contenttop.gif)no-repeat top left;
  }

dd {
  margin: 0;
  padding: 0px 16px 6px 16px;
  font-family:arial;
  font-size:12px;
  text-align:justify;
  }
  
.rounded:before {
  background: transparent url(images/top-right.png) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url(images/top-left.png);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}

.rounded:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(images/bottom-left.png);
  margin: 0 0 -1px 0;
  height: 30px;
  background: white;
  background: transparent url(images/bottom-right.png) scroll no-repeat bottom right ;
  padding: 0;
}  

.archive
{
	padding:10px;
	background-color:#F5F5F5;
	border:1px dotted  #BBB;	
	margin-bottom:10px;
	font-size:12px;
	line-height:22px;
}

.sridpromo
{
	padding:10px;
	background-color:#F5F5F5;
	border:1px dotted  #BBB;	
	margin-bottom:10px;
	width:400px;
	font-size:12px;
	line-height:22px;
}

.phailinpromo
{
	padding:10px;
	background-color:#F5F5F5;
	border:1px dotted  #BBB;	
	margin-bottom:10px;
	width:700px;
	font-size:12px;
	line-height:22px;
}
.phailinprice
{
	font-weight:bold;
	font-size:10px;
	background:#ddd;
	color:#333;
	padding:2px;
}

.sridpromodrinks
{color:#F00;font-weight:bold;}

.sridpromofood
{color:#BC6A22;font-weight:bold;}

.sridpromoprice
{color:#00F;font-weight:bold;}

.sridpromoweek
{font-size:16px;font-weight:bold;}

.contactclub
{
	padding:10px;
	background-color:#E1F6D8;
	border:1px dotted  #1A3B0E;	
	font-size:11px;
	width:300px;
}

A
{
	color:#1A3B10;
	text-decoration:underline;
}



/* topnav */
#topnavholder
{
	width:1000px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;	
	background-color:#F6F6F6;		
	padding:0;
	margin-top:-5px;
	height:27px;
	z-index: 100;
}

#topnav {
	margin-left:auto;	
	margin-right:auto;	
	height: 25px; /* original height */
	padding: 0px;
	text-align:center;
}

#topnav ul {
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	z-index:100;	
	
}

#topnav li { /* this one between options */
	float: right;
	display: block;
	height: 14px; /* original height */
	height:19px;
	position: relative;
	border-right:1px solid #FFF;
	z-index: 5;
	padding: 4px 0px 4px 0px;
	background: url("images/topnav_bg.gif") no-repeat #F6F6F6;	
	z-index:100;	
}

#topnav li a {
	 /* fonts for menu */
	color: #4D5B47;
	text-decoration:none;
	font-size:14px;
	height: 14px; /* original height */
	padding: 4px 15px 5px 15px;
	z-index:100;	
}


#topnav li a:hover {
	text-decoration: none;
	background-color:#E6E6E6;
	height: 14px; /* original height */
	z-index:100;	
}

#topnav li:hover, 
#topnav li.over, 
#topnav li.active {
z-index:100;	
}

/* END topnav */

.copyright
{
	font-size:11px;
	font-family:tahoma;
	margin-right:20px;
	color:#aaaaaa;
	text-align:right;
	padding-bottom:15px;
}

.copyright A
{
	color:#FF7E00;
}

.copyright A:hover
{
	color:#F6A950;
}

A
{
	color:#4D5B47;
	text-decoration:underline;
}

A:hover
{
	color:#89AE79;
	text-decoration:underline;
}

INPUT, TEXTAREA, SELECT
{
	border-top:1px solid #7F9E75;	
	border-left:1px solid #7F9E75;	
	border-bottom:2px solid #2C591D;	
	border-right:2px solid #2C591D;	
}

INPUT
{
	background-color:#FFF;	
}


.tdcenter
{
	text-align:center;
}

.tdright
{
	text-align:right;
	white-space:nowrap;
}

.success{color:#698F1F;font-weight:bold;}
.fail{color:#F00;font-weight:bold;}

.jadepromo
{
	padding:10px;
	background-color:#F5F5F5;
	border:1px dotted  #BBB;	
	margin-bottom:10px;
	width:325px;
	min-height:300px;
	margin-right:23px;
	margin-bottom:20px;
	font-size:12px;
	line-height:22px;
	float:left;
	display:inline;		
	clear:right;
}

.photogallery_s
{
	padding:5px;
	background-color:#F5F5F5;
	border:1px dotted  #BBB;	
	float:left;
	display:inline;		
}

#holdpic
{
	float:left;
	display:inline;
}

#showpic
{
	float:left;
	display:inline;	
	width:100%;
	clear:right;
}

#newsandnotices	H3{	margin-bottom:0px;}
.newsandnoticescontent{ margin-top:15px;margin-bottom:30px;font-size:12px;}

.post-date{
width:40px;
height:40px;
float: left;
display: inline;
margin: 0px 15px 0 0;
background: url(images/date_bg.gif) no-repeat;
}

.day {width:40px;text-align:center;font-size:18px;font-weight:bold;color:#4D5B47;}
.day2 {padding-top:5px;width:40px;text-align:center;font-size:16px;font-weight:bold;color:#4D5B47;	letter-spacing:-2px}
.month {width:40px;text-align:center;font-size:12px;font-weight:bold;color:#FFF;}

.newsandnoticestitle
{
	width:100%;
	font-size:10px;
	color:#537544;
}

.newsandnoticestitle H3, .newsandnoticestitlestart H3 {margin-top:10px;}
.newsandnoticestitle H4, .newsandnoticestitlestart H4  {margin-top:10px;margin-bottom:5px;}
.newsandnoticestitle A, .newsandnoticestitlestart A {font-size:12px; width:150px;}


.panelcontent H4
{
	margin-top:0px;	
	line-height:16px;
	font-weight:bold;
	font-size:12px;
}

.settingspicW
{
	width:245px;
	height:180px;
	float:left;
	display:inline;
	text-align:center;
}

.settingspicH
{
	width:245px;
	height:260px;
	float:left;
	display:inline;
	text-align:center;
}

#indexholder
{
	float:left;
	display:inline;
	width:760px;
	background:#FFF;
}

#flasholder
{
	z-index:2;
}

.view a
{
	font-size:11px;
	color:#f00;
}

.businessdirectory
{
	float:left;
	display:inline;
	width:250px;	
}

.noticetable TD
{
	font-size:10px;	
	font-family:arial;
}

.post-date{
width:40px;
height:40px;
float: left;
display: inline;
margin: 0px 10px 0 0;
background: url(images/date_bg.gif) no-repeat;	
}

.day {width:40px;text-align:center;font-size:18px;font-weight:bold;color:#4D5B47;}
.month {width:40px;text-align:center;font-size:12px;font-weight:bold;color:#FFF;}

.postheader	{clear:right;margin-bottom:20px;}
.postheadertitle{}
.postheadertitle H2 {}

/* for photo gallery */
.listalbum
{
	width:700px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}

.albumpic
{
	padding:20px;
	float:left;
	display:inline;	
	text-align:center;
	background:#efefef;
	vertical-align:middle;
	margin-left:40px;
}

.albumdesc
{
	width:450px;
	padding:10px;
	float:left;
	display:inline;	
}

.albumdesc H4
{
	margin-top:0px;
	margin-bottom:10px;
}

.albumdesc P {font-size:11px;width:400px;}

.listpics
{
	float:left;
	display:inline;
	width:100px;
	height:90px;
	border-right:1px solid #fff;	
	border-bottom:1px solid #fff;
	padding-top:10px;
	text-align:center;
	background:#eee;
}

.backtogallery
{
	clear:both;
	margin:10px 0 10px 0;	
}
/* for photo gallery */

.promoupdates
{
	width:180px;
	background:#4b8237;
	color:#FFF;
	margin-bottom:20px;
	padding:5px 0 5px 0;
}
.latestupdates
{
	font-weight:bold;
	color:#ffc10a;
}

.columndatetext
{
	white-space:nowrap;
}