/*********************************************************************************************
This is the main stylesheet. These are the styles are for the website content that is editable 
by the client. These styles appear in the WYSIWYG editor.
*********************************************************************************************/

BODY {
	background: #FFFFFF;
	background-image: none;
	font-size:16px;
	line-height:normal;
	font-family: "Verdana";
	font-style: normal;
	text-align: center;
	color: 000;
	margin-top:0;
	font-weight: 500;
}

/* TinyMCE specific rules */
body.mceContentBody {background: #ffffff; background-image: none; text-align: left; width: 751px;}

a {text-decoration: underline;outline: none}
a:link {color: blue;	background: transparent; text-decoration: underline;outline: none}
a:visited {
	color: blue;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: underline;
	outline: none;
	background-image: url(../images/conedown.jpg);
}

a img { border:0;}

h1 {font-size: 24px; color: #000 width: 250;}
h2 {font-size: 14px; color: #8b7367; margin: 8px 0;}
h3 {font-size: 13px; color: #8b7367}
h4 {font-size: 110%; color: #8b7367}

P {
	margin-top: 6px;
	margin-bottom: 10px;
	font-family: "Verdana";
	font-size: 16px;
}

TD {font-size: 12px;}

ul.space li {margin-bottom: 6px;}

.error {color: red}
.clear {clear: both; height:1px; overflow: hidden; margin:0; padding:0;}
.imgLeft {float:left;}
.alignRight {text-align:right;}

.pageContent {padding: 0 20px 0 30px;}
.pageContent ul {margin-top: 0; margin-bottom: 0;}
.day {display:block;float:left; width: 100px; margin:0; padding:0 0 0 15px;}
.time{display:block;float:left; width: 250px; margin:0; padding:0;}
.label{display:block; float:left; width:150px; margin:0;padding:0;}
.data{display:block; float:left; width:100px; margin:0; padding:0;}

/*Home Page*/
.homeTop {
	position:relative;
	padding: 0 0 0 0px;
	margin:0;
	width: 650px;
	font-size: 16px;
}

.homeTopContent {
	width: 700px;
	padding: 0 40px 0 50px;
	margin: 0 5 0 0;
}
.homeMiddle {
	padding: 0 0 0 342px;
	height: 50px;
	width:428px;
	background:transparent url("../images/home_bg_mlt.gif"/*tpa=http://www.meltonchinesemedicine.com.au/images/home_bg_mlt.gif*/) top left no-repeat;
}
.button {
    background-color: #ff00ff;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
/*Acupuncture Page*/
.subContent{margin: 0 0 0 -220px; padding: 0;}
.subContent img{float:left; margin: 0 0 20px 0;}
