/* Wafflebox Master Style Sheet */
 	
*  
{  
	-moz-box-sizing: border-box;   
}  
	 	 
input[type=image] 
{ 
	  border: 0px; 
}	
	
body
  {
       background-color: #fff;
       margin-top: 0px;
       text-align: center;
  }
  
#maincontainer
	{
		width: 913px;
		margin: auto;
		background-image: url('images/background.jpg');
	    background-repeat: repeat-y;  
	    background-position: center; 
	    text-align: left;
	}
	
.pagebody
	{
		width: 880px;
		background-color: #fff;
		margin-left: 17px;
		margin-right: 17px;
		padding: 0px;
	}

.header
	{
 	  background-image : url('images/header_bg.jpg');
	  background-repeat: no-repeat;  
	  background-position: center; 
	  width: 880px;
	  height: 132px;
	  margin: 0px;
	  padding: 0px;
	}
	
.pagecontent
	{
	  text-align: left;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   + Navigation Bar
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

.menuImgFirst
	{
		margin-left: 8px;
		border: 0px;
	}

.menuImg
	{
		margin-left: 1px;
		border: 0px;
	}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   + Ratings
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ratingStar {
    
    cursor: pointer;
    
    
    width: 11px;
	height: 10px;
	margin-right: 3px;	
	background-repeat: no-repeat;
	margin-top: 1px;
	float: left;
}

.filledRatingStar {
    background-image: url(Images/star_filled_wb.gif);

}

.emptyRatingStar {
    background-image: url(Images/star_empty_wb.gif);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   + Search Bar
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

.searchContainer
	{
		width: 346px;
		height: 22px;
		margin-bottom: 8px;
		margin-top: 95px;
		margin-right: 12px;
		border: 0px;
		float: right;
		text-align: right; 
	}
	
.searchtext
	{
		font-family: arial, "lucida console", sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #78236D;
		vertical-align: middle;
		margin-left: 10px;
	}
	
.searchInput
	{
	 	font-family: arial, "lucida console", sans-serif;
	 	font-size: 11px;
	 	vertical-align: middle;
	 	margin-left: 8px;
	 	padding-left: 4px;
	 	color: #000; 
		background: #fff;
		border: 1px solid #000;
	}

/* Using submit with CSS applied solves IE7 issue with ignore image submits */  

.searchButton
 	{
 		width: 70px;
 		height: 20px; 
 		border: 0px;
 		margin-left: 8px;
 		margin-right: 0px;
 		vertical-align: middle; 
 		background:url(images/search.gif) no-repeat;
 		cursor: pointer; 
 	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	 + Search Results
	 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

.searchrestextLeft
	{
    font-family: arial, "lucida console", sans-serif;
    font-size: 12px;
    color: #544E59;
   
   
    width: 100px;
	}
	
.searchrestextCenter
	{
    font-family: arial, "lucida console", sans-serif;
    font-size: 12px;
    color: #544E59;

    width: 648px;
  
    text-align: center;
	}
	
.searchrestextRight
	{
    font-family: arial, "lucida console", sans-serif;
    font-size: 12px;
    color: #544E59;
    
  
    text-align: right; 
    width: 100px;
	}
	
a.profileLink
{
	color: #78236D;
	font-family: arial, "lucida console", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}



a:hover.profileLink
{
	color: #88B92A;
	font-family: arial, "lucida console", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   + Login Bar 
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.loginbar
	{
	    font-family: arial, "lucida console", sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #b50000;
		background-color: #E2EECA;
		width: 863px;
		height: 29px;
		margin-top: 2px;
		margin-left: 8px;
		padding-top: 3px;
		padding-bottom: 0px;
	}
	
.memberslogintext
	{
		font-family: arial, "lucida console", sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #88B92A;
		vertical-align: middle;
		margin-left: 10px;
		height: 28px;
	}

.memberslogouttext
	{
		font-family: arial, "lucida console", sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #88B92A;
		vertical-align: middle;
		margin-right: 10px;
		height: 28px;
		width: 860px;
		text-align: right;
	}

.membersloginfailed
	{
		font-family: arial, "lucida console", sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #b50000;
		vertical-align: middle;
		margin-left: 10px;
		height: 28px;
	}

a.memberslogintext:link     
	{
		text-decoration: underline; 
		color: #88B92A; 
	}

a.memberslogintext:visited  
	{ 
		text-decoration: underline; 
		color: #455426; 
	}

a.memberslogintext:active  
	{
		text-decoration: underline; 
		color: #88B92A;
	}
	
a.memberslogintext:hover
	{
		text-decoration: underline; 
		color: #78236D;
	}

.login
	{
		font-family: arial, "lucida console", sans-serif;
		font-size: 11px;
		color: #000;
		vertical-align: middle;
		margin-left: 16px;
	}
	
.loginInput
	{
	 font-family: arial, "lucida console", sans-serif;
	 font-size: 11px;
	 vertical-align: middle;
	 background: #fff;
	 color: #000;
	 border: 1px solid #000;
	}
	
/* Using submit with CSS applied soleves IE7 issue with ignore image submits */  

.loginButton
 	{
 		width: 77px;
 		height: 22px; 
 		border: 0px;
 		margin-left: 8px;
 		margin-right: 0px;
 		vertical-align: middle; 
 		background:url(images/login.gif) no-repeat;
 		cursor: pointer; 
 	}
 	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	 + Work Area - container for left aligned body text when used with the waffletags
	 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

.workarea
	{
	  float: left;
	  width: 325px;
	  margin-left: 4px;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	 + Waffleboxes
	 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

.wafflebox
	{
		width: 260px;
		height: 370px;
		float: right;
		background:url(images/wafflebox_bg.jpg) no-repeat;
		margin-right: 3px;
		margin-left: 3px;
		margin-top: 12px;
	}

.splitheading
	{
	 margin-top: 14px;
	 margin-left:58px;
	}
	
.splitheadingPurple
	{
		color: #78236D;
		font-family: arial, "lucida console", sans-serif;
    font-size: 22px;
    font-weight: bold;
	}

.splitheadingGreen
	{
		color: #88B92A;
		font-family: arial, "lucida console", sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-left: -4px;
	}
	
.profileHeader
{
	color: #88B92A;
	font-family: arial, "lucida console", sans-serif;
	font-size: 28px;
	font-weight: bold;
	
}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	 + Waffletags
	 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	 
.waffletags
	{
		width: 532px;
		height: 178px;
		float: right;
		background:url(images/waffletags_bg_blank.jpg) no-repeat;
		margin-right: 3px;
		margin-left: 0px;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	
.waffletagsContainer
	{
		width: 492px;
		height: 110px;
		margin-right: 3px;
		margin-left: 25px;
		margin-top: 14px;
		margin-bottom: 12px;
		overflow: auto;
	}
	

.waffletagText
	{
		color: #98959B;
		font-family: arial, "lucida console", sans-serif;
        font-size: 13px;
	}
	
.waffletagTextMid
	{
		color: #98959B;
		font-family: arial, "lucida console", sans-serif;
        font-size: 18px;
	}
	
.waffletagTextLarge
	{
		color: #98959B;
		font-family: arial, "lucida console", sans-serif;
        font-size: 22px;
        font-weight: bold;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	 + Wafflebox Tables
	 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

.waffletableContainer
	{
		width:  230px;
		height: 300px;
		margin-top: 18px;
		margin-left: 18px;
	}
	
table.waffletable
	{
		width: 228px; 
		margin: 0px;
		margin-left: 1px;
        margin-right: 1px;
		padding: 0px;
	}
	
tr.waffletableHeader
	{
		margin: 0px;
		padding: 1px;
		height: 18px;
		background-color: #88B92A;
		/* background:url(images/table_header.gif) no-repeat; */
		color: #fff;
		font-family: arial, "lucida console", sans-serif;
        font-size: 11px;
        text-align: left;
	}	

tr.profilewaffletableHeader
	{
		margin: 0px;
		padding: 1px;
		height: 18px;
		background:url(images/table_header_mid.gif) repeat-x; 
		background-color: #88b92a;
		color: #fff;
		font-family: arial, "lucida console", sans-serif;
        font-size: 11px;
        text-align: left;
        border-style: hidden;
	}
	
	
.profilewaffletableHeader2
    {
	    margin: 0px;
	    padding: 1px;
	    height: 18px;
	    /* background:url(images/table_header_left.gif) repeat-x; */
	    background-color: #88b92a;
	    color: #fff;
	    font-family: arial, "lucida console", sans-serif;
        font-size: 11px;
        text-align: left;
        width: 366px;
	    margin-left: 24px;
        margin-right: 24px;	
        padding-left: 4px;
        padding-right: 4px;
     }	

tr.waffletableHeaderMid
	{
		margin: 0px;
		padding: 1px;
		height: 18px;
		background:url(images/table_header_mid.gif) repeat-x;
		color: #fff;
		font-family: arial, "lucida console", sans-serif;
        font-size: 11px;
        text-align: left;
	}	
	
th.waffletableHeaderLeft
	{
		background:url(images/table_header_left.gif) no-repeat;
	}

	
th.waffletableHeaderRight
	{
		background:url(images/table_header_right.gif) no-repeat;
		background-position: top right;
	}
	
.waffletablerow
	{
		background-color: #E7E7E7;
		font-family: arial, "lucida console", sans-serif;
        font-size: 11px;
        text-align: left;
        color: #4C5359;	
	}

.waffletablerowAlt
	{
		background-color: #F7F7F7;
		font-family: arial, "lucida console", sans-serif;
        font-size: 11px;
        text-align: left;
        color: #4C5359;	
        border: solid 1px #fff;
   }
	
.waffletableAvatar
	{
		display: block;
		margin: 3px;
		width: 63px;
		height: 63px;
	}
	
.waffletableAvatarMed
{
	display: block;
	margin: 3px;
	width: 114px;
	height: 140px;
}
	
.waffletablePlay
	{
		display: block;
		margin: 3px;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   + Profile 
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	 	

.profileContainerOuter
	{
        /* width: 502px; */
        width: 492px;
		height: 194px; 
		text-align: left;
		float: left;
		margin-right: 3px;
		margin-left: 6px;
		margin-top: 12px;
		margin-bottom: 12px;
	}

.profileContainerInner
	{
		text-align: center;
		font-family: arial, "lucida console", sans-serif;
        font-size: 12px;
        /* width: 496px; */
        width: 492px;
		height: 178px;
		float: left;
		margin-right: 3px;
		margin-left: 3px;
		margin-top: 1px;
		margin-bottom: 12px;
	}
	
.profileAvatarContainer
	{
		margin-left:  0px;
		margin-right: 2px;
		width: 140px;
		height: 180px;
		float: left;
		text-align: left;
		font-family: arial, "lucida console", sans-serif;
        font-size: 12px;
	}
	
.profileAvatarSpacer
    {
        height: 96px; 
    }

.profileTextContainer
	{
		margin-left: 12px;
		margin-right: 8px;
		height: 160px;
		float: left;
		text-align: left;
		font-family: arial, "lucida console", sans-serif;
	}
	
.profileUploadInput
    {
       font-size: 9px;
    }
    
/* Legacy Style*/    
.profileUploadContainer
	{
		margin-left: 12px;
		margin-right: 8px;
		width: 450px;
		height: 40px;
		float: left;
		text-align: left;
		font-family: arial, "lucida console", sans-serif;
	}
	
.profileCodeGenContainer
	{
		margin-left: 6px;
		margin-right: 12px;
		margin-top: 12px;
		width: 312px;
		height: 115px;
		background:url(images/waffleprofilecode_bg_sm.jpg) no-repeat;
		float: right;
		text-align: left;
		font-family: arial, "lucida console", sans-serif;
        font-size: 10px;
	}
	
.profileCodeGenContainerInner
	{
	    margin-right: 3px;
		margin-left: 25px;
		margin-top: 12px;
		margin-bottom: 16px;
		width: 266px;
		height: 40px;
		float: left;
		text-align: left;
		font-family: arial, "lucida console", sans-serif;
        font-size: 10px;
	}

.profileCallContainer
	{
	    margin-left: 6px;
	    margin-right: 12px;
	    margin-top: 12px;
	    width: 312px;
	    height: 136px;
	    background:url(images/waffleprofilecall_bg_sm.jpg) no-repeat;
	    float: right;
	    text-align: left;
	    font-family: arial, "lucida console", sans-serif;
        font-size: 10px;
	}

.profileCallContainerInner
	{
		margin-right: 2px;
		margin-left: 2px;
		margin-top: 4px;
		margin-bottom: 16px;
		width: 256px;
		height: 30px;
		/* color: #78236D; */
		color: #ff9000;
		clear: both;
		text-align: center;
		font-family: arial, "lucida console", sans-serif;
        font-size: 27px;
        font-weight: bold;
	}
	
.profileaboutContainer
    {
        width: 560px; 
        word-wrap: break-word;
    }

	
.profilecalltableContainer
    {
        width: auto;
        float: left;
        clear: both;        
    }
	
	
.profilewaffletablerow
	{
		background-color: #E7E7E7;
		font-family: arial, "lucida console", sans-serif;
        font-size: 12px;
        text-align: left;
        vertical-align: top;
        color: #4C5359;	
        padding: 4px;
        margin: 0px;
	}

.profilewaffletablerowAlt
	{
		background-color: #F7F7F7;
		font-family: arial, "lucida console", sans-serif;
        font-size: 12px;
        text-align: left;
        color: #4C5359;	
        vertical-align: top;
        padding: 4px;
        margin: 0px;
   }
   
img.profileAvatar
	{
		border: 0px;
		display: block;
		float: left;
		width: 114px;
		height: 140px;
		margin: 4px;
		color: Black;
	}	

.profileContainer
	{
		margin-left: 12px;
		margin-right: 8px;
		background-color: #f0f;
		float: left;
		text-align: center;
		font-family: arial, "lucida console", sans-serif;
        font-size: 12px;
	}	
	
table.profilewaffletable
	{
		width: 600px;
		margin: 0px;
		margin-left: 48px;
        margin-right: 48px;
		padding: 0px;
	}
	
table.searchresultswaffletable
	{
		width: 776px;
		margin: 0px;
		margin-left: 48px;
        margin-right: 48px;
		padding: 0px;
	}

.profileaboutme
    {
        margin-left: 450px;
            font-family: arial, "lucida console", sans-serif;
    font-size: 12px;
    color: #544E59;
    }
    

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   + Side Menu
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

.sidemenuContainerSmall
	{
		width: 120px;
		margin-top: 0px;
		margin-left: 18px;
		margin-right: 12px;
		float: left;
		vertical-align: top;
		font-family: arial, "lucida console", sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #78236D;
        cursor: pointer;
	}

.sidemenuContainerSmallHelp
	{
		width: 120px;
		margin-top: 15px;
		margin-left: 18px;
		margin-right: 12px;
		float: left;
		vertical-align: top;
		font-family: arial, "lucida console", sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #78236D;
        cursor: pointer;
	}

.sidemenuContainer
	{
		width: 160px;
		margin-top: 0px;
		margin-left: 18px;
		margin-right: 12px;
		float: left;
		vertical-align: top;
		font-family: arial, "lucida console", sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #78236D;
        cursor: pointer;
	}



.sidemenuWorkArea
	{
		background-color: #7EAE22;
		width: 160px;
		margin-top: 0px;
		padding: 0px;
		margin: 0px;
		float: left;
	}

.sidemenutop
	{
		float: left;
		padding: 0px;
		width: 160px;
		height: 2px;
        margin: 0px;
        background-image: url('images/sidemenu_top.gif');
	    background-repeat: no-repeat;
	    background-position: top;  
		margin: 0px;	
	}
	
.sidemenubottom
	{
		float: left;
		width: 160px;
		padding: 0px;
		height: 2px;
        margin-top: 0px;
		margin-left: 18px;
		margin-right: 12px;
        background-image: url('images/sidemenu_bottom.gif');
	    background-repeat: no-repeat;
	    background-position: bottom;  
	    margin: 0px;
	}

.sidemenuitem
	{
		
		padding: 4px;
		height: 16px;
		vertical-align: middle;
		font-family: arial, "lucida console", sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #78236D;
        margin: 4px;
        cursor: pointer;
	}
	
.FAQitem
	{
		
		padding: 4px;
		height: 16px;
		vertical-align: middle;
		font-family: arial, "lucida console", sans-serif;
        font-size: 14px;
        font-weight: normal;
        /*color: #78236D;*/
        color: #544E59;
        margin: 5px;
        cursor: pointer;
        text-decoration: none;
	}
	
ul.wide li 
	{ 
		margin: 4px 0px;
		 list-style-type:disc;
		 
	}


.sidemenuitem:hover
	{
		/*background-color: #F1FDD9;*/
		color: #88B92A;
		/*color: #BC91B6;*/
 		cursor: pointer; 
	}
	
.FAQitem:hover
{
	/*background-color: #F1FDD9;*/
	color: #88B92A;
	/*color: #BC91B6;*/
	cursor: pointer; 
}
	
a.sidemenulink:link     
	{
		text-decoration: none;
		color: #88B92A;
	}

a.sidemenulink:visited  
	{ 
		text-decoration: none;
		color: #455426; 
	}

a.sidemenulink:active  
	{
		text-decoration: none;
		color: #88B92A;
	}
	
a.sidemenulink:hover
	{
		text-decoration: none;
		color: #BC91B6;
	}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	 + Phonebook Table
	 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.phonebooktable
	{
		width: 366px;
		margin: 0px;
		margin-left: 0px;
        margin-right: 0px;
		padding: 0px;
		padding-left: 4px;
		border: 0px;
		border-style: hidden;
	}
	
.phonebooktable td
	{
		border: 0px;
		border-style: hidden;
		padding: 4px;
	}
	
.phonebooktable th
	{
		border: 0px;
		border-style: hidden;
		padding: 4px;
	}

.phonebooktableheader
	{
		width: 366px;
		height: 2px;
		margin: 0px;
		margin-left: 0px;
        margin-right: 0px;
		padding: 0px;
		padding-left: 0px;
		background-image: url('images/pb_header.gif');
	    background-repeat: no-repeat;
	    background-position: bottom;  
	}
	
table.phonebooktablebody
	{
		width: 366px;
		margin: 0px;
		padding: 0px;
	}

.phonebookscrollarea
	{
		width: 405px;
		height: 130px;
		margin: 0px;
		margin-left: 8px;
		margin-top: 2px;
		padding: 0px;
		overflow:auto;
	}
	
.phonebookInputIndent
	{
		margin-left: 8px;
	}	
	
.phonebookInputBox
	{
		margin-left: 4px;
		padding-left: 4px;
		font-size: 10px;
	}	
	
.phonebookHeaderIndent
	{
		margin-left: 0px;
		padding-left: 4px;
		border-style: hidden; 
	}	
	
.phonebookRowIndent
	{
		margin-left: 4px;
	}	
	
.phonebookRowCenter
	{
		text-align: center;
	}	
	
.phonebookRowRight
	{
		margin-right: 4px;
		text-align: right;
	}	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   + Implement Dragable Div
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.dragwinClose
    {
       width: 16px;
       height: 16px;
       margin-top: 16px;
       margin-right: 16px;
       float: right;
       cursor: pointer; 
    }

.dragwinTopHalf
	{
	
		width: 480px;
		height: 58px;
		float: left;
		clear: both;
		margin: 0px;
		background-image: url('images/wb_float_wintop3.gif');
	    background-repeat: repeat-y;
	    background-position: top;  
	}

.dragwinHalf
	{
		width: 480px;
		float: left;
		clear: both;
		margin: 0px;
		background-image: url('images/wb_float_mid.gif');
	    background-repeat: repeat-y;  
	    background-position: center; 
	}	

.dragwinBottomHalf
	{
		width: 480px;
		height: 14px;
		float: left;
		margin: 0px;
		clear: both;
		background-image: url('images/wb_float_bottom.gif'); 
		background-repeat: no-repeat;
	}
	
.dragwinbutton
    {
        border: 0px;
        cursor: pointer;
    }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   + Page Footer
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

.footer
	{
		background-color: #E2EECA;
		width: 863px;
		/* height: 50px; */
		height: 40px; 
 		background:url(images/footer.gif) repeat-x;
		text-align: center;
		margin-left: 8px;
		padding-top: 8px;
		font-family: arial, "lucida console", sans-serif;
		font-size: 11px;
		color: #3A5702;
		clear: both;
	}

a.footlink:link     
	{
		text-decoration: none; 
		color: #3A5702; 
	}

a.footlink:visited  
	{ 
		text-decoration: none; 
		color: #455426; 
	}

a.footlink:active  
	{
		text-decoration: none; 
		color: #3A5702;
	}
	
a.footlink:hover
	{
		text-decoration: underline; 
		color: #ccc;
		background: #78236D;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	 + Text Properties
	 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	
	
/* Headings */

h1.GreenHeading,h2.GreenHeading,h3.GreenHeading,h4.GreenHeading,h5.GreenHeading
  {
    font-family: arial, "lucida console", sans-serif;
    color: #88B92A;
    margin-left: 8px;
  }
  
h1.PurpleHeading,h2.PurpleHeading,h3.PurpleHeading,h4.PurpleHeading,h5.PurpleHeading
  {
    font-family: arial, "lucida console", sans-serif;
    color: #78236D;
    margin-left: 8px;
  }

.splitheadingBody
	{
	 margin-top:4px;
	 margin-bottom:4px;
	 margin-left:8px;
	 vertical-align: middle;
	 clear: left;
	}

.splitheadingPageTitle
	{
	 margin-top:12px;
	 margin-bottom:4px;
	 margin-left:12px;
	 vertical-align: middle;
	 clear: left;
	}

.splitheadingProfileText
	{
	 margin-top:0px;
	 margin-bottom:4px;
	 margin-left:8px;
	 vertical-align: top;
	 clear: left;
	}
	
.splitheadingEditLink
	{
		vertical-align: 22%;
		margin-left: 8px;
		font-family: arial, "lucida console", sans-serif;
    font-size: 12px;
	}
	
.splitheadingGrey
	{
		color: #544E59;
		font-family: arial, "lucida console", sans-serif;
    font-size: 14px;
    font-weight: normal;
    
    margin-left: 4px;
	}
	
  
/* Paragraph */
	
.bodytextmini
	{
    font-family: arial, "lucida console", sans-serif;
    font-size: 10px;
    color: #544E59;
    margin-left: 0px;
    margin-top: 1px; margin-bottom: 1px;
	}


.bodytextedit
	{
    font-family: arial, "lucida console", sans-serif;
    font-size: 12px;
    color: #544E59;
    margin-left: 0px;
	}

.bodytextIndented
	{
    font-family: arial, "lucida console", sans-serif;
    font-size: 12px;
    color: #544E59;
    margin: 8px;
    padding: 0px;
    margin-left: 16px;
    margin-right: 16px;
	}
		
.bodytext
	{
    font-family: arial, "lucida console", sans-serif;
    font-size: 12px;
    color: #544E59;
    margin: 8px;
    padding: 0px;
    margin-left: 8px;
    margin-right: 8px;
	}
	
.bodytextsm
	{
    font-family: arial, "lucida console", sans-serif;
    font-size: 11px;
    color: #544E59;
    margin: 1px;
    padding: 0px;
    margin-left: 8px;
    margin-right: 8px;
    margin-left: 8px;
    margin-top: 2px; margin-bottom: 2px;
	}
	
.bodytextMid
	{
    font-family: arial, "lucida console", sans-serif;
    font-size: 16px;
    color: #544E59;
    margin-left: 12px;
    margin-top: -3px;
	}
	
.bodytextBig
	{
    font-family: arial, "lucida console", sans-serif;
    font-size: 24px;
    color: #544E59;
    margin-left: 12px;
	}
	
input, textarea
	{
		color: #781351; 
		color: #000; 
		background: #E2EECA;
		background: #F1FDD9;
		border: 1px solid #781351;
		margin-top: 2px; margin-bottom: 2px;
		padding-left: 4px;
	}
		
select
	{
		color: #781351;
		color: #000; 
		background: #E2EECA;
		background: #F1FDD9;
		border: 1px solid #781351;
		margin-top: 2px; margin-bottom: 2px;
	}
	
.InputText
	{
	 font-family: arial, "lucida console", sans-serif;
	 font-size: 12px;
	 vertical-align: middle;
	 margin-left: 8px;
	 padding-left: 4px;
	}
		
.generalIndent
	{
		margin-left: 8px;
	}

.generalRightSpan
	{
	    text-align: right; 
		margin-right: 8px;
		float: right;
	}
	
.generalSpacer
    {
		height: 48px;
		margin-left:  8px;
		margin-right: 8px;
		clear: both;
    }		
	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	 + Text Properties: Hyperlinks
	 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	


a.hyperlink:link     
	{
		text-decoration: underline; 
		color: #88B92A;
	}

a.hyperlink:visited  
	{ 
		text-decoration: underline; 
		color: #455426;
		color: #88B92A; 
	}

a.hyperlink:active  
	{
		text-decoration: underline; 
		color: #88B92A;
	}
	
a.hyperlink:hover
	{
		text-decoration: underline; 
		color: #78236D;
	}

a.hyperlink_plain:link     
	{
		text-decoration: none; 
		color: #88B92A;
	}

a.hyperlink_plain:visited  
	{ 
		text-decoration: none; 
		color: #455426;
		color: #88B92A; 
	}

a.hyperlink_plain:active  
	{
		text-decoration: none; 
		color: #88B92A;
	}
	
a.hyperlink_plain:hover
	{
		text-decoration: none; 
		color: #78236D;
	}
	
	
	
	
	a.hyperlink_purple:link     
	{
		text-decoration: none; 
		color: #78236D;
	}

a.hyperlink_purple:visited  
	{ 
		text-decoration: none; 
		color: #88B92A;
		color: #78236D; 
	}

a.hyperlink_purple:active  
	{
		text-decoration: none; 
		color: #78236D;
	}
	
a.hyperlink_purple:hover
	{
		text-decoration: none; 
		color: #78236D;
	}
	
	
	
	a.hyperlink_purpleul:link     
	{
		text-decoration: underline;
		color: #78236D;
	}

a.hyperlink_purpleul:visited  
	{ 
		text-decoration: underline; 
		color: #88B92A;
		color: #78236D; 
	}

a.hyperlink_purpleul:active  
	{
		text-decoration: underline; 
		color: #78236D;
	}
	
a.hyperlink_purpleul:hover
	{
		text-decoration: underline; 
		color: #78236D;
	}
	
	
	
	
	
	

a.wt_hyperlink_plain:link     
	{
		text-decoration: none; 
		color: #98959B;
	}

a.wt_hyperlink_plain:visited  
	{ 
		text-decoration: none; 
		color: #455426;
		color: #98959B; 
	}

a.wt_hyperlink_plain:active  
	{
		text-decoration: none; 
		color: #98959B;
	}
	
a.wt_hyperlink_plain:hover
	{
		text-decoration: none; 
		color: #78236D;
	}
		
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	 + Text Properties
	 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

img
	{
		border: 0px;
	}

.imgcontainerLeft
	{
		border: 0px;
		margin: 8px;
		margin-left: 16px;
		float: left;
	}
	
.imgcontainerRight
	{
		border: 0px;
		margin: 8px;
		margin-right: 16px;
		float: right;
	}
	
.imghelp
	{
		
		display: inline;
		margin-left: 2px;
	}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   + Waffleborders (Dynamic Wafflebox Surround)
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	
	 
.waffleborderContainerStandardCenter
	{
		width: 640px;
		margin-left:128px;
		margin-right: 128px;
		margin-top: 24px;
	}
	
.waffleborderContainerStandardCenterSpacer
	{
		height: 48px;
		margin-left:128px;
		margin-right: 128px;
		clear: both;
	}
	 
.waffleborderContainerStandard
	{
		width: 640px;
		float: left;
		margin-left: 12px;
	}
	
.helpContainerStandard
{
		width: 680px;
		float: left;
		margin-left: -5px;
}
	
.waffleborderTop
	{
	
		width: 640px;
		height: 58px;
		float: left;
		clear: both;
		margin: 0px;
		background-image: url('images/wb_lg_top.jpg');
	    background-repeat: repeat-y;
	    background-position: top;  
	}

.waffleborder
	{
	    width: 640px;
	    float: left;
	    clear: both;
		margin: 0px;
		background-image: url('images/wb_lg_bg.jpg');
	    background-repeat: repeat-y;  
	    background-position: center; 
	}	

.waffleborderBottom
	{
		width: 640px;
		height: 14px;
		float: left;
		margin: 0px;
		clear: both;
		background-image: url('images/wb_lg_bottom.jpg'); 
		background-repeat: no-repeat;
	}
			
.waffleborderContainerHalf
	{
		width: 48px;
		float: left;
		background-image: url('images/wb_half_bg.jpg');
        background-repeat: repeat-y;  
        background-position: center; 
		margin-left: 12px;
	}

.waffleborderTopHalf
	{
	
		width: 480px;
		height: 58px;
		float: left;
		clear: both;
		margin: 0px;
		background-image: url('images/wb_half_top.jpg');
        background-repeat: repeat-y;
	    background-position: top;  
	}

.waffleborderHalf
	{
		width: 480px;
		float: left;
		clear: both;
		margin: 0px;
		background-image: url('images/wb_half_bg.jpg');
	    background-repeat: repeat-y;  
	    background-position: center; 
	}	

.waffleborderBottomHalf
	{
		width: 480px;
		height: 14px;
		float: left;
		margin: 0px;
		clear: both;
		background-image: url('images/wb_half_bottom.jpg'); 
		background-repeat: no-repeat;
	}
	
.waffleborderSpanLeft
	{
		margin-left: 36px;
		margin-right: 8px;
		font-family: arial, "lucida console", sans-serif;
        font-size: 12px;
        color: #544E59;
	}
	
.waffleborderSpanLeftSignUpComplete
	{
		margin-left: 8px;
		margin-right: 60px;
		font-family: arial, "lucida console", sans-serif;
		font-size: 12px;
		color: #544E59;
	}
	

.waffleborderContentPane
	{
		width: 428px;
		float: left;
		margin-top: 0px;
		margin-left: 0px;
		padding-left: 36px;
		margin-right: 8px;
		font-family: arial, "lucida console", sans-serif;
        font-size: 12px;
        color: #544E59;
       /* background-color: Aqua; */
	}	

.waffleborderContentPaneLarge
	{
		width: 588px;
		float: left;
		margin-top: 0px;
		margin-left: 0px;
		padding-left: 36px;
		margin-right: 8px;
		font-family: arial, "lucida console", sans-serif;
        font-size: 12px;
        color: #544E59;
	}

.helpContentPaneLarge
{
		width: 650px;
		float: left;
		margin-top: 0px;
		margin-left: 15px;
		padding-left: 36px;
		margin-right: 8px;
		font-family: arial, "lucida console", sans-serif;
        font-size: 12px;
        color: #544E59;	
}
	
.waffleborderSpan
	{
		margin-left: 4px;
		margin-right: 4px;
		font-family: arial, "lucida console", sans-serif;
        font-size: 12px;
        color: #544E59;
        float: left;
	}	
	
.waffleborderSpanCenter
	{
		font-family: arial, "lucida console", sans-serif;
        font-size: 12px;
        color: #544E59;
        text-align: center;

	}
	
.waffleborderSpanRight
	{
		margin-left: 8px;
		margin-right: 36px;
		font-family: arial, "lucida console", sans-serif;
        font-size: 12px;
        color: #544E59;
        float: right;
	}
	
.waffleborderSpanRightSignUpComplete
	{
		margin-left: 60px;
		margin-right: 8px;
		font-family: arial, "lucida console", sans-serif;
		font-size: 12px;
		color: #544E59;
		float: right;
	}
	
.waffleborderSpan
	{
		margin-left: 4px;
		margin-right: 4px;
		font-family: arial, "lucida console", sans-serif;
        font-size: 12px;
        color: #544E59;
	}
	

.waffleborderHelp
    {
       width: 16px;
       height: 16px;
       margin-top: 16px;
       margin-right: 16px;
       float: right;
       cursor: pointer; 
    }
    

ratingStar
{
font-size: 0pt;

width: 12px;
height: 12px;

cursor:hand;
background-repeat: no-repeat;

}

 





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   + Detail View Adjustments
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

phonebookDVSpacer
    {
      height: 14px;
      width: 10px; 
    }

.phonebookDVIndent
    {
       margin-left: 18px;
    }
		
.phonebookDVName
	{
	 font-family: arial, "lucida console", sans-serif;
	 font-size: 12px;
	 vertical-align: middle;
	 margin-left: 48px;
	 padding-left: 4px;
	}
	
.phonebookDVAddButton
	{
	 margin-left: 320px;
	 padding: 4px;
	 border: 0px;
	 border-style: none;
	 background-color: white;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   +Sign Up Image Position
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

.imgSignUp
	{
		border: 0px;
		margin: 8px;
		margin-right: 24px;
		margin-top: 56px; 
		float: right;
	}
	
.signupButton
    {
	  border: 0px; 
    }

.feedbackEmail
	{
	 font-family: arial, "lucida console", sans-serif;
	 font-size: 12px;
	 vertical-align: middle;
	 margin-left: 2px;
	 padding-left: 4px;
	}

.feedbackButton
	{
	 width: 60px;
	 height: 28px;
	 margin-left: 320px;
	 padding: 4px;
	 border: 0px;
	 border-style: none;
	 background:url('images/mnu_send.gif') no-repeat;
	 cursor: pointer; 
	}
	
	      .collapsePanel {
	        background-color:white;
	        overflow:hidden;
        }

        .collapsePanelHeader{
	        width:100%;
	        height:30px;
	        background-image: url(../pic/bg-menu-main.png);
	        background-repeat:repeat-x;
	        color:#FFF;
	        font-weight:bold;
        }
        
        
    .comments
	{
		background-color: #E7E7E7;
		font-family: arial, "lucida console", sans-serif;
        font-size: 10px;
        text-align: left;
        vertical-align: top;
        color: #4C5359;	
        padding: 4px;
        margin: 0px;
	}
	
