/*
IE 6 and below
    Use * html {} to select the html element.
IE 7 and below
    Use *+html, * html {} to select the html element.
IE 7 only (NOT IE 6 or Firefox)
    Use *+html {} to select the html element.
IE 7 AND modern browsers only (NOT IE 6)
    Use html>body {} to select the body element.
Modern browsers (Firefox only NOT IE 7) 
    Use html>/star star/body {} to select the body element.  
*/
@import url("navstylee.css");
@import url("MsgStylee.css");
@import url("box.css");
A:link {
	color: #0000FF;
}  
A:visited { 
color: #0000FF
}  
A:active { 
color: #0000FF
}   
A:hover { 
color: #FF9900; 
text-decoration: underline;
} 
.hide{
	visibility: hidden;
	display: none;
}
.show{
	visibility: visible;
}
/*
########################## HOME PAGE ###########################
*/
.MacError{
	padding: 5px;
	border: 2px dotted #FF0000;
}
/*dropshadow containers ##############*/
/* HOMEPAGE version */
#DropshadowHomewrapper{
	margin: 0px 0px 0px 0px;
	width: 590px;
}
#DropshadowHomeTop{
	background-image: url(../pics/DropshadowTop.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 38px;
	padding: 8px 10px 0px 5px;
	margin: 0px 0px 0px 3px;
	width: 595px;
}

#DropshadowHomeMid{
	background-image: url(../pics/DropshadowMid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 25px 0px 10px;
	margin: 0px 0px 0px 3px;
	width: 575px;
	display:table;
}

#DropshadowHomeBase{
	background-image: url(../pics/DropshadowBase.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 23px;
	padding: 0px 10px 0px 5px;
	margin: 0px 0px 0px 3px;
	width: 595px;
}
/* Addrress book  version */
#DropshadowMssgMid{
	background-image: url(../pics/DropshadowMid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 10px 10px 5px;
	margin: 0px 0px -10px 3px;
	width: ;
}
/* All other pages  version */
#DropshadowDivwrapper{
	margin: 0px 0px 0px 0px;
	width: 610px; 
	/*width: 590px; line 272*/
}
#DropshadowDivTop{
	background-image: url(../pics/DropshadowTop.gif);
	background-repeat: repeat-y;	
	/*background-repeat: no-repeat;*/
	background-position: left top;
	height: 38px;
	padding: 8px 10px 0px 5px;
	margin: 0px 0px -3px 3px;
	width: ;
	
}
*+html #DropshadowDivTop{
	margin: 0px 0px -7px 3px;
}
*+html #DropshadowDivMid{
	padding: 3px 10px 10px 5px;
}

#DropshadowDivMid{
	background-image: url(../pics/DropshadowMid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 10px 10px 5px;
	margin: 0px 0px -10px 3px;
	width: ;
}

#DropshadowDivMid-freestyle{
	background-image: url(../pics/DropshadowMid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 10px 10px 5px;
	margin: 0px 0px -10px 3px;
	width: ;
}
#DropshadowDivBase{
	background-image: url(../pics/DropshadowBase.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 23px;
	padding: 0px 10px 0px 5px;
	margin: 0px 0px 0px 3px;
	width: ;
}
/*common to old and new */
#DropshadowDivMid-freestyle img{
	background-image: url(../pics/ImgDropshadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	/*margin: 0px 6px 6px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 4px 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
#ImgAddShadow img{
	background-image: url(../pics/ImgDropshadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 6px 0px 6px;
	padding: 0px 4px 4px 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
#Spacer{
	background-image: url(../pics/HR.gif);
	text-align: center;
	height: 10px;
	width: ;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}
/* END dropshadow container*/
/* Half width dropshadow containers*/
#HalfDSDivwrapper{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 2px;
	width: 300px;
	/*float:left;*/
}
#HalfDSDivwrapper-Right{
	padding: 0px;
	margin: 0px 2px 0px 0px;
	width: 300px;
	/**/float:right;
}
html>body #HalfDSDivwrapper-Right{
	margin: 0px 10px 0px 0px;
}
#HalfDSDivwrapper-Left{
	padding: 0px;
	margin: 0px 2px 0px 0px;
	width: 300px;
	/**/float:left;
}
html>body #HalfDSDivwrapper-Left{
	margin: 0px 10px 0px 0px;
}
#HalfDSDivTop{
	background-image: url(../pics/HalfDSTop.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 35px;
	padding: 10px 10px 0px 5px;
	margin: 0px 0px 0px 0px;
	width: 285px;
}

#HalfDSDivMid{
	background-image: url(../pics/HalfDSMid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 280px;
	display:table;
}

#HalfDSDivBase{
	background-image: url(../pics/HalfDSBase.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 23px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 300px;
}

/* END Half width dropshadow containers*/
/* Quarter width dropshadow containers*/
#QuarterDSDivwrapper{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 2px;
	width: 200px;
	/*float:left;*/
}
#QuarterDSDivwrapper-Right{
	padding: 0px;
	margin: 0px 2px 0px 0px;
	width: 250px;
	/**/float:right;
}
html>body #QuarterDSDivwrapper-Right{
	margin: 0px 10px 0px 0px;
}
#QuarterDSDivTop{
	background-image: url(../pics/QuarterDSTop.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 35px;
	padding: 10px 10px 0px 5px;
	margin: 0px 0px 0px 0px;
	width: 235px;
}

#QuarterDSDivMid{
	background-image: url(../pics/QuarterDSMid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 230px;
	display:table;
}

#QuarterDSDivBase{
	background-image: url(../pics/QuarterDSBase.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 23px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 250px;
}

/* END Quarter width dropshadow containers*/
/*Why not items ###########*/
#whynot{
	height: 140px;
	margin-bottom: 0px
}
#whynot img{
	text-align: center;
}
#whynot .intro{
	text-align: center;
	padding: 2px;
	border: 1px solid #0099CC;
	font-weight: bold;
	color: #0099CC;
	width: 95px;
	height: 130px;
	margin-right:17px;
	float:left;
}
#whynot .black,
#whynotLoggedIn .black{
	color: #333333;
	font-weight: normal;
	line-height: 14px;
}
.intro img{
	border: 1px solid #0099CC;
	padding:4px;
	background-color: #FFFFFF;
}
div.intro a{
	display:block;
	color: #0099CC;
	width: 95px;
	height: 130px;
	line-height: normal;
}
div.intro a:link {
	color: #0099CC;
	text-decoration: none;
}      
div.intro a:visited {
	color: #0099CC;
	text-decoration: none;
}  
div.intro a:active {
	color: #0099CC;
	text-decoration: none;
}    
div.intro a:hover {
	color: #083F88;
	background-color: #D1F0FF;
	text-decoration: none;
} 
/*WHYNOT logged in items*/
#whynotLoggedIn{
	height: 125px;
	height: 140px;
	margin-bottom: 0px
}
#whynotLoggedIn img{
	text-align: center;
}

#whynotLoggedIn .introLoggedIn{
	text-align: center;
	padding: 2px;
	border: 1px solid #0099CC;
	font-weight: bold;
	color: #0099CC;
	line-height: 14px;
	width: 95px;
	height: 115px;
	height: 130px;
	margin-right:17px;
	float:left;
}

.introLoggedIn img{
	border: 1px solid #0099CC;
	padding:4px;
	background-color: #FFFFFF;
}
div.introLoggedIn a{
	display:block;
	color: #0099CC;
	width: 95px;
	height: 115px;
	height: 130px;
	line-height: normal;
}
div.introLoggedIn a:link {
	color: #0099CC;
	text-decoration: none;
}      
div.introLoggedIn a:visited {
	color: #0099CC;
	text-decoration: none;
}  
div.introLoggedIn a:active {
	color: #0099CC;
	text-decoration: none;
}    
div.introLoggedIn a:hover {
	color: #083F88;
	background-color: #D1F0FF;
	text-decoration: none;
} 


/*
General Layoutstyles
##########################################
*/
body {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #C0C0C0;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-arrow-color: #FF6600;
	scrollbar-track-color: #F2F5FE;
	background-color: #FFFFFF;
	margin: 0px;
	line-height: 130%;
	background-image: url(../pics/bckg.gif);
	background-repeat: repeat;	
}

p {
	margin-top: 3px;
	color: #000000;
	line-height: 130%;
	margin-bottom: 7px;
}
td {
	font-size: 11px;
	text-decoration: none;
}
#header{
	padding: 0px;
	height: 130px;
	background-image: url(../pics/top-headerhome.jpg);
	width: 980px;
	text-align: left;
	position:relative;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
}

#headerAus{
	padding: 0px;
	height: 130px;
	background-image: url(../pics/top-headerhome.jpg);
	width: 980px;
	text-align: left;
	position:relative;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
}

#OuterCasing {
	width: 980px;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
}
#OuterCasingBusiness {
	width: 780px;
	margin-top: 10px;
	padding: 0px;
	margin-top: 10px;
	text-align: left;
}
#TallBanner{
	float:right;
	/*width: 120px;*/
	position:relative;
	background-color: #FFFFFF;
	margin-top: 10px;
	right: 10px
	
}
#TallBanner img{	
	border: 1px solid #0099CC;
}
#mainframe {
	width: 780px;
	border: 1px solid #BCD1D7;
	padding: 0px;
	margin-top:10px;
	background-color: #FFFFFF;
}

#body-area {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 160px;
	/*2009
	border:1px solid #CC0000;
	float:left;
	width:610px;
	margin: 20px 0px 0px 5px;
	*/
}

#body-areaBusiness {
	padding: 0px 0px 0px 0px;
	margin: 20px 10px 0px 10px;
}
#UserID{
	z-index: 10;
	margin-left:70px;
	margin-top:-15px;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

#ShortBanner{
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#TopBanner{
	top: 25px;
	float: right;
	right: 200px;
	border: 2px solid #666666;
	height: 60px;
	width:468px;
	position: absolute;
}
#BodyBanner{
	float: right;
	/*height: 60px;
	width:468px;*/
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#BodyBanner img{	
	border: 1px solid #0099CC;
}


hr {  
	color: #990000
}
li {
	margin: 0px 0px 4px 25px;
	padding:0px 0px 3px 0px;
}
/*FIREFOX only */
html>/* */body li {
	margin: 0px 0px 0px 20px;
	padding:0px 0px 3px 0px;
}
ol{
	list-style-type: decimal;
}
ul {
	margin: 0px 0px 0px 0px;
	list-style-image: url(../pics/bullet.gif);
	padding: 0px;
}


/* FREESTYLE STYLES 
############################################*/
h1 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 1px;
	font-style: italic;
	color: #1D6699;
	line-height: normal;
}
#ImgAddShadow h1 {
	margin-top: -7px;
}
*+html #ImgAddShadow h1 {
	margin-top: 1px;
}
/* Subheading */
h2 {
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 1px;
	color: #0099CC;
}
/* Para-Hilight */
h3 {
	font-size: 12px;
	LINE-HEIGHT: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 1px;
}
/* Boxed in */
h4 {
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: normal;
	background-color: #F2F5FE;
	padding: 5px;
	border: 1px solid #C6CCE3;
	margin-top: 1px;

}

/* StandoutRed */
h5 {
	font-size: 14px;
	color: #6633FF;
	margin-bottom: 3px;
	line-height: 22px;
	font-weight: normal;
	margin-top: 1px;
}
/* Tiny */
h6 {
	font-size: 10px;
	margin-bottom: 1px;
	margin-top: 1px;
	
}
/* END FREESTYLE STYLES*/
.GoBack{
	text-decoration: none;
}
.size12{
	font-size:13px;
}
.Orange {
	color: #FF6600; 
	font-weight: bold;
}
.red{
	color: #FF0000;
	font-weight: bold;
}
.Comment {
	border: 1px solid #98B9C2;
	background-color: #CC0000;
	font-size: 12px;
	margin: 1px 0px 3px 0px;
	font-weight: normal;
	color: #FFFFFF;
}
.tdouterborder {
	border: 1px solid #BCD1D7;
	background-color: #F9FBFF;
}

.tiny {
	font-size: 9px;
	text-decoration: none;
	left: auto;
	clip:  rect( auto  );
}
.reallyTiny { 
	font-size: 7pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #AAAAAA
}
.smallGrey {
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C3C3C3;

}
/*
FORMS
##############################################
*/
form{
	margin:0px;
	padding:0px;
}


.formsmall {  
font-size: 10px}
.formpicbutton {
	margin-top: 6px;
	margin-bottom: 10px;
}
.form_submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00012F;
	background-color: #F2F5FE;
	font-weight: bold;
	height: 22px;
	border-top: 2px outset #C8CBDE;
	border-right: 2px outset #6633CC;
	border-bottom: 2px outset #6633CC;
	border-left: 2px outset #C7C9DE;
	padding: 0px 3px 3px;
	margin: 0px;
}
.form_window {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 0px 2px 2px;
	background-image: url(../pics/formwindowshade.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-left-color: #6699CC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #D8E4F1;
	border-bottom-color: #D8E4F1;
	
}
html>body .form_window {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 0px 2px 2px;
	background-image: url(../pics/formwindowshade.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-left-color: #6699CC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #D8E4F1;
	border-bottom-color: #D8E4F1;
	
}
.form_window2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #D1D4E3;
	padding: 2px;
	background-color: #F2F5FE;
	color: #666666;
}
.form_window3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #6699CC;
	padding: 2px;
	color: #666666;
	font-weight: normal;
}
.form-window-editor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #FFCC00;
	padding: 2px;
	background-color: #FFFFFF;
	background-image: none;
}
/*Formdropshadow*/
.Formborder{
	background-color: #FFFFFF;
	padding: 4px;
	margin:0px 0px 0px 0px;
	border: 1px solid #999999;
	text-align: left;
}
.FormDropshadowTable{
	background-color: #FFFFFF;
	padding: 4px;
	margin:0px 0px 0px 0px;
	border: 1px solid #999999;
	background-image: url(../pics/td-baseshadow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
}
html>body .FormDropshadowTable{
	margin:6px 0px 0px 0px;
}

.FormDropshadowWindow{
	width: 115px;
	height: 16px;
	font-size: 11px;
	padding: 2px 0px 0px 3px;
	font-weight: normal;
	border: 1px solid #0099CC;
}
#FormDropshadowWindow{
	width: 120px;
	padding: 0px 5px 4px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../pics/formwindow-shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*ENDFormdropshadow*/

/*
Area map #######################
*/
#Area-MapCont{
	width:470px;
	/**/height: 650px;
	background-color: #FFFFFF;
}
.MapImg{
	background-position: center 0px;
	background-repeat: no-repeat;
	position: relative;
	center: 0px;
	top: 0px;
}
#Area-MapCont .hide{
	visibility: hidden;
	display: none;
}
#Area-MapCont .crosshair{
	cursor: crosshair;
}
#Area-MapCont .show{
	visibility: visible;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 0px 0px 0px 12px;
	border: 1px solid #FFCC00;
}
/*IE 6 only */
* html  #Area-MapCont .show{
	margin: 0px 0px 0px 12px;
}
#MiniMap{
	width:180px; 
	position:absolute; 
	right:-25px; 
	top:220px 
}
html>/* */body #MiniMap{
	right:-30px; 
}
.areamaplist{
	/*float:right;*/
	border: 1px solid #ffffff;
	width:120px;
	height:200px;
	padding: 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* 
Area pages
##############################################
*/
#area-subarea {
	padding-top: 8px;
	margin-left: 0px;
}
#area-subarea ul {
	margin-top: 10px;
	list-style-image: none;
	margin-left: 0px;
	list-style-type: none;
}
#area-Topsection {
}
/*
Personal Profile pages
##############################################
*/
#ImgDropshadow{
	background-image: url(../pics/ImgDropshadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 6px 6px 0px;
	padding: 0px 4px 4px 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
/*
Journal pages
##############################################
*/
/*Edit Journal pages*/
#Journal-library{
margin: 5px;
}
#Journal-library H2{
	color: #FF6600;
}
.iframe{
	border: 1px solid #FF9900;
}
#Journal-library img{
	border: 1px solid #000066;
	width:70%;
	height:inherit;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	background-image: none;
}
#Journal-library .LibPhotosBlock{
	display: block;	
}
.Journal-img{
	background-image: url(../pics/ImgDropshadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 6px 0px 6px;
	padding: 0px 4px 4px 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
/*
PhotoAlbum pages
##############################################
*/
#PhotoAlbum td{
	text-align: center;
	padding:10px 2px 0px 2px;
}
#PhotoAlbum H2{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 15px;
	padding: 2px 0px 2px 0px;
	margin: 0px 11px 5px 0px;
	background-image: url(../pics/formwindowshade.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
#PhotoAlbum p{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
*+html #PhotoAlbum H2 {
	margin: 0px 13px 5px 2px;
}
#PhotoAlbum p a {
	color: #000000;	
}
#PhotoAlbum p a:visited {
	color: #000000;	
}
#PhotoAlbum p a:hover {
	color: #000000;	
}

#PhotoAlbum H2 a {
	color: #000000;	
}
#PhotoAlbum H2 a:visited {
	color: #000000;	
}
#PhotoAlbum H2 a:hover {
	color: #000000;	
}
#PhotoAlbum .DS{
	background-image: url(../pics/ImgDropshadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	/*width:180px;*/
	margin: 0px 8px 0px 0px;
	padding: 0px 6px 6px 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F3F3F3;
	border-left-color: #F3F3F3;
}
#PhotoAlbum img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 4px solid #FFFFFF;

}

/*
Funsnaps pages
##############################################
*/
#funsnaps td{
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	padding:10px 2px 0px 2px;
	color: #083F88;
}
#funsnaps img{
	background-image: url(../pics/ImgDropshadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 4px 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-left-color: #EEEEEE;
}

/*
Area Detail pages
##############################################
*/
#Areatopnav{
	margin:0px 12px 0px 0px; 
	display:block; 
	height:22px
}
#Areatopnav div{
	float:right;
	margin:0 0 0 10px;
}
.hideAreaTabs{
	display: none;
}
.showAreaTabs{
	display: block;
}
#makelikeatable{	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 10px;
	display:table;
}

#makelikeatable img{
	margin-right: 6px;
	border: 1px solid #CCCCCC;
	float:left
}

/* 
Business logged in  pages 
*/
#scrolldiv{
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/*Tour Pages ###########*/
#tour{
	margin: 0px 5px 5px 5px;
	padding: 4px 0px 4px 0px;
	text-align: center;
}
#tour img{
	margin-left: 0px
}

/*
Footer pages
##############################################
*/
#footer {
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	background-color: #F5F5F5;
	margin:0px 10px 10px;
	padding: 4px;

}
#footer h2{
	font-size: 9px;
}
#footer p{
	font-size: 9px;
	color: #A0C7D6;	
}
A.footer:link {
	color: #A0C7D6;
	text-decoration: none;
}       
A.footer:visited { 
	color: #A0C7D6;
	text-decoration: none;
}   
A.footer:active { 
	color: #A0C7D6;
	text-decoration: none;
}    
A.footer:hover {
	color: #999999;
	text-decoration: underline;
} 
