﻿body 
{
    background-image: url(../images/bg.gif);
    background-repeat:repeat;
    background-color: #CCCCCC;
    font-family: Arial, Verdana, Sans-Serif;
    color: #696969;
    font-size: 10px;
}

input, select, textarea {
	border: 1px solid #C4D9F4;
	text-align: left;
	font: normal Arial, Verdana, sans-serif;
}

input {
	width: 100px;
}

.XLbtn_Gray {
	width: 50px;
	cursor: hand;
	cursor: pointer;
}

#loginbox {
	height: 24px;
	overflow-y: hidden;
}

A { font-family: Arial, Helvetica, Sans-Serif; color: #0099FF; text-decoration: none;}
A:HOVER { text-decoration: underline; }

.bold
{
    font-weight: bold;
}

.textCenter
{
    text-align:center;
}

.marginAuto
{
    margin-left:auto;
    margin-right:auto;
    width: 50em;
}

.BlueHeadingLarge
{
    font-size: 16px;
    font-weight: bold;
    color: #0099FF;
}

.BlueLabel
{
    font-weight: bold;
    color: #0099FF;
}

.error
{
    color:#CC0000;
}

.RedHeading
{
    font-size: 11px;
    font-weight: bold;
    color: #CC0000;
}

.BlueLink
{
    font-weight: bold;
    color: #0099FF;
    font-size: 11px;
}

A.BlueLink {color : #0099FF; font-weight: bold; text-decoration: none;}
A.BlueLink:visited {color : #0099FF; font-weight: bold; text-decoration: none;}
A.BlueLink:link	{color : #0099FF; font-weight: bold; text-decoration: none;}
A.BlueLink:visited {color : #0099FF; font-weight: bold; text-decoration: none;}
A.BlueLink:hover
{
    color: #0099FF;
    text-decoration: underline;
}

.XLbtn_LtBlue
{
BORDER-RIGHT: navy 1px solid; 
BORDER-TOP: navy 1px solid; 
FONT-WEIGHT: bold; 
FONT-SIZE: 12px; 
BORDER-LEFT: navy 1px solid; 
CURSOR: hand; 
BORDER-BOTTOM: navy 1px solid; 
FONT-FAMILY: Arial, Helvetica, sans-serif; 
HEIGHT: 22px; 
BACKGROUND-COLOR: #d2d9fb;
}	

.XLbtn_Gray
{
FONT-WEIGHT: bold; 
FONT-SIZE: 9pt; 
MARGIN-BOTTOM: 20px; 
CURSOR: hand; 
FONT-FAMILY: Arial,Helvetica,sans-serif;
text-align:center;
}

/***********************************************
/ begin Master Page styles 
/**********************************************/

#MasterTable 
{
    width: 785px; 
    
    height: 400px; 
}

#MasterTopLeft 
{ 
    /* upper left corner image */
    background-image: url(../images/MasterTopLeft.gif); 
    background-repeat: no-repeat; 
    height: 19px;
    width: 19px;
}

#MasterTop 
{ 
    /* top tiled border image */
    background-image: url(../images/MasterTop.gif); 
    background-repeat: repeat-x; 
    height: 19px;
}

#MasterTopRight 
{ 
    /* upper right corner image */
    background-image: url(../images/MasterTopRight.gif); 
    background-repeat: no-repeat; 
    height: 19px;
    width: 19px;
}

#MasterLeft 
{ 
    /* left tiled border image*/
    background-image: url(../images/MasterLeft.gif); 
    background-repeat: repeat-y; 
    width: 19px;
}

#MasterCenter 
{
    background-color: #FFFFFF;
    vertical-align: top;
    height: 400px;
}

#MasterRight
{
    /* right tiled border image */
    background-image: url(../images/MasterRight.gif);
    background-repeat: repeat-y;
    width: 19px;
}

#MasterBottomLeft
{
    /* bottom left corner image */
    background-image: url(../images/MasterBottomLeft.gif);
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
}

#MasterBottom
{
    /* bottom tiled border image */
    background-image: url(../images/MasterBottom.gif);
    background-repeat: repeat-x;
    height: 19px;
}

#MasterBottomRight
{
    /* bottom right corner image */
    background-image: url(../images/MasterBottomRight.gif);
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
}

#BodyTable
{
   width: 746px;
   /*height: 440px;*/
   background-color: #FFFFFF;
   border: solid 1px #FFFFFF;
   margin: 0px auto;
}

#BodyTop
{
   /* blue top image with rounded corners for content area */
    background-image: url(../images/ContentTop.gif);
    background-repeat: no-repeat;
    height: 12px;
}

#BodyFooter
{
    /* footer background image */
    background-image: url(../images/footer.gif);
    background-repeat: no-repeat;
    height: 49px;
    text-align: center;
}

#BodyMenu
{
    /* Menu table with background fade */
    background-image: url(../images/ContentFade.gif);
    background-repeat: repeat-x;
    width: 1px;
    height: 440px;
    width: 180px; 
    vertical-align: top; 
    background-color: #FFFFFF;
    padding-left: 14px;
}

#BodyContent
{
    /* content table with background fade */
   background-image: url(../images/ContentFade.gif);
   background-repeat: repeat-x;
   width: 1px;
   height: 440px; 
   width: 546px; 
   vertical-align: top; 
   background-color: #FFFFFF; 
   padding: 0px 4px 10px 4px;
}

/***********************************************
/ end Master Page styles 
/**********************************************/

#GrayTable
{
   width: 242px;
   background-color: #F6F6F6;
   border: solid 1px #dcdcdc;
}

/***********************************************
/ begin Menu styles 
/**********************************************/
#MainMenuTable
{
    width: 170px;
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
}

.Menu
{
    font-size: 11px;
    font-weight: bold;
    color: #0099FF;
    text-transform: uppercase;
    
}

A.Menu {color : #0099FF; text-decoration: none; font-size: 10px; font-weight: bold;}
A.Menu:visited {color : #0099FF; text-decoration: none;}
A.Menu:link	{color : #0099FF; text-decoration: none;}
A.Menu:visited {color : #0099FF; text-decoration: none;}
A.Menu:hover {color : #CC0000; text-decoration: none;}

A.MenuMember {color : #CC0000; text-decoration: none; font-size: 10px; font-weight: bold; text-transform: uppercase;}
A.MenuMember:visited {color : #CC0000; text-decoration: none;}
A.MenuMember:link	{color : #CC0000; text-decoration: none;}
A.MenuMember:visited {color : #CC0000; text-decoration: none;}
A.MenuMember:hover {color : #0099FF; text-decoration: none;}

.MenuRow
{
    /* menu table row */
    padding:6px 0px 6px 4px;
    border-top: solid 1px #CCCCCC;
}

/***********************************************
/ end Menu styles 
/**********************************************/



.RedArrow
{
    color: #CC0000;
    font-size: 11px;
    font-weight: bold;
    margin-right: 6px;
}

.Footer
{
    font-size: 9px;
    color: #0099FF;
}

A.Footer {color : #0099FF; text-decoration: none;}
A.Footer:visited {color : #0099FF; text-decoration: none;}
A.Footer:link	{color : #0099FF; text-decoration: none;}
A.Footer:visited {color : #0099FF; text-decoration: none;}
A.Footer:hover {color : #CC0000; text-decoration: underline;}

.Copyright
{
    font-size: 9px;
}

.dotted
{
    border-bottom: dotted 1px #0099FF;
}

#EventDiv
{
    width: 172px;
    height: 20px;
    background-color: #0099FF;
    color: #FFFFFF;
    font-size: 11px; 
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
}

A.EventDiv {color : #FFFFFF; font-weight: bold; text-decoration: none;}
A.EventDiv:visited {color : #FFFFFF; font-weight: bold; text-decoration: none;}
A.EventDiv:link	{color : #FFFFFF; font-weight: bold; text-decoration: none;}
A.EventDiv:visited {color : #FFFFFF; font-weight: bold; text-decoration: none;}
A.EventDiv:hover {color : #FFFFFF; font-weight: bold; text-decoration: none;}

#ContentTable
{
    width: 326px;
}

#MainContent
{
    width: 306px;
}

#RightCallout
{
    width: 190px;
    border: solid 1px #dcdcdc;
    background-color: #FFFFFF;
}

#FutureEvents
{
    border: solid 1px #FFFFFF;
    background-color: #8dd5fd;
	padding: 2px;
}

#FutureEvents .RedHeading
{
    font-size: 14px;
}

/***********************************************
/ Search Styles
/**********************************************/

.search_title {
	margin-top: 22px;
	font-size: 12px;
}

.search_desc {
	font-size: 11px;
}

.search_url {
	font-size: 10px;
	color: #7e0300;
}

.search_text {
	width: 465px;
}

.submit {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
}

.search_submit {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	width: 63px;
}

/***********************************************
/ Profile Update
/**********************************************/

#ProfileUpdate input, #ChangePassword input {
    font-size: 10px;
    font-weight: normal; 
}

/***********************************************
/ Header Styles
/**********************************************/

#hd_table {
	background-image: url('/images/upload/images/headers/headerNew2.jpg');
	background-repeat: no-repeat;
}

#hd_emptyspace {
	width: 746px;
	height: 120px;
}

#hd_leftspace {
	width: 354px;
	height: 48px;
}

#hd_loginarea {
	width: 392px;
	height: 48px;
	vertical-align: top;
}


/***********************************************
/ Member Directory
/**********************************************/

.member_search {
	font-size: 10px;
	width: 140px;
}

.member_dropdown {
	font-size: 10px;
}

.member_dir {
	height: 100%;
	width: 438px;
}

.member_dir .mb_logo {
	float: left;
	max-width: 328px;
}

.member_dir .mb_info {
	float: right;
	width: 328px;
}

.member_dir .mb_info ._company {
	font-weight: bold;
	font-size: 12px;
	color: #03C;
}

.member_dir .mb_info ._address {
	font-size: 11px;
	color: #000;
}

.member_dir .mb_info ._phone {
	padding: 4px 0;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

.member_dir .mb_info ._link {
	padding: 2px;
	float: right;
}

.member_dir .mb_info ._link a {
	font-size: 10px;
	text-decoration: none;
	color: #03C;
}

.member_dir .mb_info ._link a:hover {
	color: #000;
}