/* Rounded tables*/
/* http://kalsey.com/2003/07/rounded_corners_in_css/ */

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}



/* Rounded table - personal message*/

.roundcont {
	width: 640px;
	background-color: #cccccc;
	margin-top: 10px;
	/*color: #000000;*/
}

.roundcont p {
	margin: 0 10px;
}

.roundcont h2 {
	margin: 0 10px;
}

.roundtop { 
	background: url(../media/tr_lightgrey.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../media/br_lightgrey.gif) no-repeat top right; 
}


/* Rounded table - virtual tour*/

.roundcont_vtour {
	width: 640px;
	background-color: #D4E8F4;
	/*color: #000000;*/
}

.roundcont_vtour p {
	margin: 0 10px;
}

.roundcont_vtour h2 {
	margin: 0 10px;
}


.roundtop_vtour { 
	background: url(../media/tr_blue.gif) no-repeat top right; 
}

.roundbottom_vtour {
	background: url(../media/br_blue.gif) no-repeat top right; 
}


/* Rounded table - grey*/

.roundcont_grey {
	width: 640px;
	background-color: #333333;
	/*color: #000000;*/
}

.roundcont_grey p {
	margin: 0 10px;
	color: #FFFFFF;
}

.roundcont_grey h2 {
	margin: 0 10px;
	color: #FFFFFF;
}

.roundtop_grey { 
	background: url(../media/tr_grey.gif) no-repeat top right; 
}

.roundbottom_grey {
	background: url(../media/br_grey.gif) no-repeat top right; 
}

/* Rounded table - sidetable*/
/*header*/
.roundcont_sidetop {
	width: 230px;
	background-color: #333333;
	padding-bottom: 10px;
	/*color: #000000;*/
}

.roundcont_sidetop p {
	margin: 0 10px;
	color: #FFFFFF;
}

.roundcont_sidetop h2 {
	margin: 0 10px;
	color: #FFFFFF;
}

.roundcont_sidetop h2 a{
	color: #FFFFFF;
	text-decoration: underline;
}

.roundtop_sidetop { 
	background: url(../media/tr_grey.gif) no-repeat top right; 
}


/*body*/
.roundcont_sidebottom {
	width: 230px;
	background-color: #DADC9C;
	/*color: #000000;*/
}

.roundcont_sidebottom p {
	padding-top: 10px;
	margin: 0 10px;
	color: #000000;
}

.roundcont_sidebottom h2 {
	padding-top: 10px;
	margin: 0 10px;
	color: #000000;
}


.roundbottom_sidebottom {
	background: url(../media/br_green.gif) no-repeat top right; 
}







/* Rounded table - green*/

.roundcont_green {
	width: 640px;
	background-color: #DADC9C;
	/*color: #000000;*/
}

.roundcont_green p {
	margin: 0 10px;
}

.roundcont_green h2 {
	margin: 0 10px;
}

.roundtop_green { 
	background: url(../media/tr_green.gif) no-repeat top right; 
}

.roundbottom_green {
	background: url(../media/br_green.gif) no-repeat top right; 
}


















