/*

Meet With Approval
CSS Styles

Howard Baines Limited
October 2007

*/

body	
{
	padding: 0px;
	margin: 0px;
	color: #333;
	font: 0.7em/1.5em Verdana, "Lucida Grande", Lucida, sans-serif;
	background: url(/images/top_line.gif) repeat-x;
}

form 
{
	padding: 0px;
	margin: 0px;
}

#PageContainer 
{
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

#Envelope 
{
	width: 860px;
	margin-top: 0px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}

#MainColumn 
{
    float: left;
    clear: left;
    width: 640px;
    background-color: White;
    min-height: 800px;
	margin-top: 7px;
}

#MainColumnHome
{
    float: left;
    clear: left;
    width: 640px;
    background-color: White;
	border-right-width: 4px;
	margin-top: 7px;
}

#MainContent
{
	border-right-style: none;
	border-bottom-style: none;
	margin: 0;
	padding: 30px 30px 30px 0;
}

#HomeLoginArea
{
    display: inline-block;
    width: 545px;
    padding: 10px 10px 20px 20px;
    color: #000000;
    background-color: #FFFFCC;
	margin-bottom: 25px;
	margin-top: 20px;
	border-bottom: 2px solid #FFCC00;
	border-top: 2px solid #FFCC00;
	float: left;
}

    #HomeLoginArea #LoginFormArea
    {
        float: left;
        width: 260px;
        padding-top: 20px;
    }
    
    #HomeLoginArea #LoginFormArea INPUT
    {
        margin-bottom: 5px;
    }
    
    #HomeLoginArea #LoginFormArea SELECT
    {
        margin-bottom: 5px;
    }

    #HomeLoginArea #LoginPrivacy
    {
        float: right;
        width: 190px;
        color: #333;
        clear: right;
	    background: #FFFFCC url( "images/lock_on_yellow_background.jpg" ) no-repeat left top;
	    padding: 6px 10px 10px 60px;
	    margin-top: 10px;
	    border-style: none;
	    border-left: 1px solid #999;
}
    
    #HomeLoginArea #LoginPrivacy B
    {
        display: inline;
        border: none;
        color: #444444;
	    font-size: 1.1em;
	    font-weight: bold;
	    line-height: 2.2em;
}
    
    #HomeLoginArea #LoginAlert
    {
        background-position: left top;
        float: right;
        width: 190px;
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 60px;
        background-image: url( "images/alert_on_yellow_background.jpg" );
        background-repeat: no-repeat;
        color: #333;
        clear: right;
	    border-left: 1px solid #999;
}
    
    #HomeLoginArea #LoginAlert B
    {
        display: inline;
        border: none;
        font-weight: bold;
        color: #444444;
    }

#SecurityQuestion
{
	margin-top: 10px;
}

#QuestionText {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
}

#MainContent #Logo
{
    width: 860px;
    padding-top: 0;
    padding-bottom: 20px;
	border-bottom: 3px double #ccc;
}

#MainContent A
{
    color: #0090CF;
	text-decoration: none;
}

#MainContent A:hover 
{
	text-decoration: underline;
}

#MainContent P
{
    display: block;
    width: 75%;
    clear: both;
}

#MainContent #MeetingHeader
{
    width: 100%;
	float: left;
	margin-bottom: 25px;
	border-bottom-style: none;
}    

    #MeetingHeader #MeetingInfo 
    {
        padding-top: 10px;
        padding-bottom: 10px;
	    float: left;
	    font-size: 1em;
	    border-right-style: none;
}
    
    #MeetingHeader #MeetingInfo A
    {
        display: block;
        clear: both;
        padding-bottom: 5px;
        color: #0090CF;
	    text-decoration: none;
}

#MeetingHeader #MeetingInfo A:hover {
	text-decoration: underline;
}

    #MeetingHeader #CancelButton
    {
        float: right;
        padding-top: 7px;
        padding-bottom: 10px;
	    border-style: none;
	    margin-top: 35px;
}

#MainContent A.StandardButton
{
    display: block;
    width: 117px;
    text-align: center;
    color: Black;
    text-decoration: none;
	background: url(images/button.jpg) repeat-x;
	border-style: none;
	height: 23px;
	margin-bottom: 0;
	margin-right: 0;
	padding: 8px 0 0;
	margin-top: 0;
}

    #MainContent A.StandardButton.Outlook
    {
	    border-style: none;
    }

#MainContent A.StandardButton2
{
    display: block;
    width: 117px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 0;
    text-align: center;
    color: Black;
    text-decoration: none;
	background: url(images/button.jpg) repeat-x;
	margin-top: 10px;
	border-style: none;
	height: 31px;
	float: right;
}

#MainContent A.PositiveButton
{
    display: block;
    width: 117px;
    margin-right: 5px;
    text-align: center;
    color: Black;
    text-decoration: none;
	background: url(images/button_green.jpg) repeat-x;
	border-style: none;
	height: 24px;
	padding-top: 7px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#MainContent A.NegativeButton
{
    display: block;
    width: 117px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    color: Black;
    text-decoration: none;
	background: url(images/button_red.jpg) repeat-x;
	border-style: none;
	height: 31px;
}

#MapPanel
{
    display: block;
    width: 440px;
    clear: both;
    padding-bottom: 10px;
}

    #MapPanel A
    {
        font-size: 0.8em;
        color: #0090CF;
	    text-decoration: none;
       }

#MapPanel A:hover 
{
    text-decoration: underline;
}

#MeetingHeader I
{
    display: block;
    padding-top: 5px;
    color: #999;
    font-style: normal;
}

#MainContent H1
{
    display: block;
    clear: both;
    padding-bottom: 0px;
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
}

#MainContent TD .Highlight
{
    background-color: Green;
    color: White;
    padding: 2px;
    margin-top: 5px;
	display: block;
	width: 80px;
	text-align: center;
}

#MainContent TD .Highlight2
{
    background-color: Black;
    color: White;
    padding: 2px;
    margin-top: 5px;
	display: block;
	width: 80px;
	text-align: center;
}

#MainContent TD.InnerCell
{
    border-left: 1px none #E9E9E9;
	border-right-style: none;
	border-top-color: #E9E9E9;
	border-top-style: none;
	padding: 2px 5px;
	height: auto;
}

#MainContent TH.InnerCell
{
    border-left: solid 1px #E9E9E9;
	border-right-style: none;
	border-top-color: #E9E9E9;
	border-top-style: none;
	padding: 0 5px;
}

#MainContent TD.InnerCell table
{
    border-left: solid 1px #E9E9E9;
	border-right-style: none;
	border-top-color: #E9E9E9;
	border-top-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

    TD.InnerCell TD
    {
        border: none;
	    padding-bottom: 3px;
	    padding-top: 3px;
	    height: auto;
    }

#MainContent TD.CommentCell
{
    padding-top: 10px;
    padding-bottom: 10px;
	padding-right: 90px;
	font-size: 1em;
	line-height: 1.8em;
}

#MainContent TD.CommentCell B
{
    display: inline;
    border: none;
	font-size: 1em;
	color: #333;
}

#MainContent TD.CommentCell I
{
    font-style: normal;
}

#MainContent #PleaseEmail
{
    width: 100%;
	float: left;
	margin-bottom: 25px;
	border-bottom-style: none;
}    

    #PleaseEmail #PleaseEmailText 
    {
        width: 40%;
        padding-top: 10px;
        padding-bottom: 10px;
        float: left;
        font-size: 0.9em;
    }

    #PleaseEmail #PleaseEmailOptions
    {
        width: 50%;
        float: right;
        border-left: solid 1px #E9E9E9;
	    padding: 10px;
    }

    #PleaseEmail #PleaseEmailOptions TD
    {
        border: none;
	    padding: 0;
	    height: 25px;
    }

    #PleaseEmail #PleaseEmailOptions LABEL
    {
        font-weight: normal;
        font-size: 1em;
    }

    #PleaseEmail #PleaseEmailOptions INPUT
    {
        margin: 0px;
        border: 0px;
        width: 25px;
    }

#MainContent #Branding
{
    padding-bottom: 10px;
	float: right;
	width: 100%;
	clear: left;
	margin-bottom: 10px;
	border-bottom-style: none;
}

    #Branding #LogoUploadText
    {
        float: left;
        width: 45%;
        clear: left;
        font-size: 0.9em;
}

    #Branding #LogoUploadFile
    {
        float: right;
        width: 39%;
        clear: right;
        text-align: center;
    }
    
    #Branding #LogoUploadFile IMG
    {
        border: solid 4px #E9E9E9;
        padding: 5px;
    }
    
    #Branding #LogoUploadFile A
    {
        color: #0090CF;
        text-decoration: none;
    }

#Branding #LogoUploadFile A:hover
    {
        text-decoration: underline;
    }

LABEL
{
    vertical-align: middle;
	font-size: 1.1em;
}

TEXTAREA
{
    width: 450px;
    height: 75px;
    color: #666666;
	margin-top: 2px;
	font: 1.2em Arial;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

INPUT
{
    margin-top: 2px;
    margin-bottom: 15px;
    width: 250px;
    clear: right;
	color: #666;
	font-size: 1.2em;
}

SELECT
{
    margin-top: 2px;
    margin-bottom: 15px;
    width: 250px;
    clear: right;
	color: #666;
}

.HideMe
{
    display: none;
    visibility: hidden;
}

TD INPUT
{
    margin-top: 0;
    margin-bottom: 15px;
    width: 250px;
    clear: right;
	font-size: 1em;
	color: #666;
}

TD INPUT
{
    margin-bottom: 3px;
}

INPUT.StandardButton
{
    display: block;
    width: 117px;
    margin-right: 5px;
    font-weight: normal;
    text-align: center;
    color: Black;
    text-decoration: none;
    background: url(images/button.jpg) repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	border-style: none;
	height: 31px;
	font-style: normal;
}

INPUT.PositiveButton
{
    display: block;
    width: 117px;
    text-align: center;
    color: Black;
    text-decoration: none;
    background: url(images/button_green.jpg) repeat-x;
    margin-top: 3px;
	height: 31px;
	border-style: none;
}

INPUT.NegativeButton
{
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    color: Black;
    text-decoration: none;
    background: url(images/button_red.jpg) repeat-x;
    margin-top: 3px;
	width: 117px;
	border-style: none;
	height: 31px;
}

INPUT.DateTextBox
{
    width: 100px;
}
    
TABLE LABEL
{
	font-size: 1.1em;
}    
    
TABLE SELECT
{
    margin-top: 0;
    width: auto;
    margin-bottom: 3px;
}

B
{
    display: block;
    font-size: 12px;
    width: 100%;
    border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	clear: both;
	color: #999;
}

TD
{
    padding-bottom: 2px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	padding-top: 6px;
	height: 30px;
	border-bottom-style: none;
}

TH
{
    border-bottom: solid 1px #E9E9E9;
    padding-bottom: 2px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	padding-top: 6px;
}

#RightColumn    
{
    float: right;
    clear: right;
    width: 216px;
	background-repeat: repeat-y;
	padding-left: 0;
	position: relative;
	left: -4px;
	font-size: 0.9em;
	border-left: 1px solid #ccc;
	margin-top: 130px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#RightColumn B
{
    border: none;
}

    #RightColumn #UserInfo
    {
        padding-left: 15px;
	    color: #999;
	    font-weight: bold;
	       text-transform: uppercase;
	    font-size: 1.2em;
    }

    #RightColumn #UserInfo B
    {
	    color: #333;
	    text-transform: capitalize;
	    font: normal 2.1em Georgia, "Times New Roman", Times, serif;
    }

#RightTab
{
    padding-top: 3px;
    padding-bottom: 3px;
	padding-left: 15px;
	font-weight: bold;
	color: #999;
	font-size: 12px;
}

#RightColumn UL
{
    list-style: none;
    margin: 0px;
    padding-bottom: 20px;
	padding-left: 0;
	background-position: 0 center;
}

    #RightColumn UL LI
    {
        width: 190px;
        padding-top: 0;
        font-style: italic;
	    margin: 0;
	    color: #999;
	    font-size: 1.1em;
	    background: #FFFFFF url(/images/bullet.gif) no-repeat 13px 5px;
	    padding-bottom: 0;
	    padding-left: 28px;
    }

    #RightColumn UL LI A
    {
        font-style: normal;
        color: #0090CF;
	    text-decoration: none;
	    background-position: 0;
	    background-repeat: no-repeat;
    }

#RightColumn UL LI A:hover 
{
	text-decoration: underline;
}

    #RightColumn UL.ActionTabs
    {
        margin-top: 20px;
    }

    #RightColumn UL.ActionTabs LI
    {
        font-style: normal;
	    padding-top: 5px;
	    padding-bottom: 5px;
	    background: #FFFFCC url(/images/bullet.gif) no-repeat 13px 10px;
	    margin-top: 2px;
    }

    #RightColumn UL.ShortTabs
    {
        margin-top: 20px;
    }

    #RightColumn UL.ShortTabs LI
    {
	    width: 100px;
    }
    
    #RightColumn UL LI.SelectedTab
    {
        color: #000;
        font-style: normal;
        margin-top: 1px;
}
    
    #RightColumn UL LI.SelectedTab A
    {
        color: #333;
        text-decoration: none;
    }
    
.ErrorMessage
{
	background-color: #FFFFCC;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

    .ErrorMessage b
    {
	display: inline;
	border-bottom-style: none;
	color: #333;
	padding-right: 10px;
    }
     
    .LoginForm
    {
    }
    
.Email
{
    margin-top: 0px;
}
    
.Hint
{
    background-color: #ECFEDA;
	display: block;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

    .Hint b
    {
        border: none;
        font-weight: bold;
	    color: #333;
	    display: inline;
	    padding-right: 10px;
    }
    
    .Logo
    {
	margin-bottom: 20px;
	margin-top: 20px;
}
    
    .Description
    {
	margin-bottom: 20px;
}

TD A.StandardButton 
{
	margin: 0px auto 5px auto;
	border-style: none;
	height: 31px;
	font-weight: normal;
	font-style: normal;
}

TD A.PositiveButton 
{
	margin: 0px auto 5px auto;
	border-style: none;
}

TD A.NegativeButton 
{
	margin: 0px auto 5px auto;
	border-style: none;
}

TD input.StandardButton 
{
	margin: 0px auto 5px auto;
	font-weight: normal;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border-style: none;
}

    TD.InnerCell A.StandardButton
    {
	    margin: 5px auto 5px auto;
	border-style: none;
}
    
    TD.InnerCell A.PositiveButton
    {
	    margin: 5px auto 5px auto;
	border-style: none;
}
    
    TD.InnerCell A.NegativeButton
    {
	    margin: 5px auto 5px auto;
	border-style: none;
}

    TD.InnerCell input.StandardButton 
    {
	    margin: 5px auto 5px auto;
	    border-style: none;
    }

a:hover 
{
	text-decoration: underline;
}

#BoxHolder
{
    display: inline-block;
    padding: 0px;
    width: 100%;
	border-bottom-style: none;
}

    #BoxHolder input.StandardButton 
    {
	    font-weight: normal;
	    font-style: normal;
	    padding-top: 5px;
	    padding-bottom: 5px;
	    margin-bottom: 5px;
	    margin-top: 5px;
	    margin-right: 0px;
	    float: left;
	    clear: none;
	    border-style: none;
	    font-size: 1em;
    }
    
    #BoxHolder A.StandardButton 
    {
	    font-weight: normal;
	    font-style: normal;
	    padding-top: 5px;
	    padding-bottom: 5px;
	    margin-bottom: 5px;
	    margin-top: 5px;
	    margin-right: 0px;
	    border-style: none;
    }
    
    #BoxHolder A.StandardButton2 
    {
	    font-weight: normal;
	    font-style: normal;
	    clear: none;
	    border-style: none;
	    padding-top: 6px;
	    padding-bottom: 0;
	    float: left;
	    margin: 5px 10px;
    }

#RssFeed
{
	font-size: 1em;
	border-style: none;
	position: relative;
	background: #e6e6e6 url(Images/rss.gif) no-repeat 5px 5px;
	padding: 5px 5px 5px 25px;
}

    #RssFeed A
    {
        color: #0090CF;
	    text-decoration: none;
    }

#RssFeed A:hover 
{
	text-decoration: underline;
}

#Footer
{
    width: 860px;
    color: #999999;
    line-height: 1.7em;
	clear: both;
	border-top: 1px solid #ccc;
	padding: 0 0 20px;
	float: none;
	margin-left: 10px;
	margin-right: 10px;
}

    #Footer #FooterText
    {
        float: left;
        width: 400px;
        padding-top: 10px;
        font-size: 0.9em;
	padding-bottom: 20px;
}
    
    #Footer #FooterText A
    {
        color: #999999;
    }

    #Footer #FooterLogos
    {
        float: right;
        padding: 0;
        margin: 0;
        width: 330px;
        margin-top: 10px;
        padding-bottom: 10px;
        visibility: visible;
	    text-align: right;
	    display: none;
    }
    
h1
{
    font-weight: normal;
    font-size: 1em;
}

h2
{
    font-weight: bold;
    font-size: 1em;
}

.animationWait 
{
    margin: 10px;
}  


/* @group homepage */

#home_header 
{
	border-bottom: 4px solid #0090CF;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -30px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 30px;
	background: #000 url(images/cal_icon.gif) no-repeat 560px 32px;
}

#HomeIntro
{
    text-align: center;
	color: #444444;
	padding: 40px 30px 20px;
	font: 2.8em/1.3em Georgia;
}

    #HomeIntro B
    {
        display: inline;
	    clear: none;
	    font-size: 1em;
	    padding: 0;
	    border: 0;
	    color: #444444;
    }

#HomeIcons
{
    padding-top: 30px;
	font-size: 1.2em;
	display: none;
}

    #HomeIconsInvite
    {
        background-position: center top;
        width: 180px;
        display: block;
        float: left;
        text-align: center;
        padding: 5px;
        padding-top: 120px;
        background-image: url( "images/invite.jpg" );
        background-repeat: no-repeat;
        color: #333;
        font-size: 0.9em;
    }

    #HomeIconsDiscuss
    {
        background-position: center top;
        width: 180px;
        display: block;
        float: left;
        text-align: center;
        padding: 5px;
        padding-top: 120px;
        background-image: url( "images/discuss.jpg" );
        background-repeat: no-repeat;
        color: #333;
        font-size: 0.9em;
    }

    #HomeIconsMeetup
    {
        background-position: center top;
        width: 180px;
        display: block;
        float: right;
        text-align: center;
        padding: 5px;
        padding-top: 120px;
        background-image: url( "images/meetup.jpg" );
        background-repeat: no-repeat;
        color: #333;
        font-size: 0.9em;
    }
    
#HomeFeatures
{
    display: block;
    width: 100%;
    padding-top: 10px;
    color: #333;
}

    #HomeFeatures B
    {
        display: inline;
        border: none;
        font-weight: bold;
        color: #999;
	    font-size: 1.1em;
	    line-height: 2.2em;
    }

    #HomeFeatureLeft
    {
        width: 45%;
        float: left;
        padding-bottom: 25px;
	    padding-left: 20px;
    }

    #HomeFeatureRight
    {
        width: 45%;
        float: right;
        padding-bottom: 25px;
    }

#Quotes
{
    margin-top: 0px;
	background: none repeat-y;
}

BLOCKQUOTE
{
	text-align: left;
	line-height: 1.6em;
	font-size: 1em;
	margin: 2px 0px 0px 0;
	color: #666;
	padding: 10px 10px 10px 20px;
	background: none repeat-y;
	font-style: italic;
}

BLOCKQUOTE CITE 
{
	clear: left;
	display: block;
	font-weight: bold;
	color: #0090CF;
}

BLOCKQUOTE .highlight 
{
	background-color: #FFFFCC;
	color: #000;
}

.home_table_col 
{
	width: 120px;
	text-align: center;
}

.cost 
{
	margin-bottom: 30px;
}

.cost TD 
{
	padding-top: 4px;
	padding-bottom: 4px;
}

.cost TH 
{
	padding-top: 8px;
	padding-bottom: 8px;
}

.home_table_col .heading 
{
	font-weight: bold;
	font-size: 1.3em;
}

.features 
{
	height: 40px;
	vertical-align: top;
	text-align: left;
}

#ProgressIndicator
{
    position: absolute;
    vertical-align: bottom;
    background-color: Red;
}