/*	Toowoomba Motel & Events Centre	*/
/*	www.toowoombamotel.com.au		*/
/*	Common CSS code					*/
/*									*/


body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #000;
	background: #404040 url(images_common/tmec_body_bkgnd.gif) top right repeat;
}

/*  ##################################################  */
/*	NOTE text Colour is set in sepearte branding files  */
/*  ##################################################  */

h1, h2, h3, h4, h5, h6
{
	font-family: verdana,arial,sans-serif;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 10px;
}

h1
{
	font-size: 20px;
	margin-top: 26px;
	margin-bottom: 5px;
}

h2
{
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 5px;
}

h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

p, br, textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 0px;
	line-height: 135%;
}

li
{
	font-size: 12px;
	padding-bottom: 5px;
	margin-right: 20px;
	line-height: 135%;
}

li.levelone
{
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 20px;
}

li.leveltwo
{
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 10px;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.small { font-size: 10px; }
.links { font-size: 11px; }

.note
{
	background: #f0f0f0;
	padding: 5px;
}

.smallc
{
	font-size: 10px;
	text-align: center;
}

.contact
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
}

.copyright
{
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	color: #e0e0e0;
}

a:link { color: #2020ff; }
a:visited { color: #6060b2; }
a:hover { color: #ff6060; }
a:active { color: #ff0000; }

a.entryfooter:link
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

a.entryfooter:visited
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

a.entryfooter:hover
{
	text-decoration: underline;
	color: #ffff80;
}

a.entryfooter:active { color: #ff8080; }



a.sectionlink:link
{
	text-decoration: none;
	border: solid transparent 1px;
	font-weight: bold;
}

a.sectionlink:visited
{
	text-decoration: none;
	border: solid transparent 1px;
	font-weight: bold;
}

a.sectionlink:hover
{
	text-decoration: underline;
	border: solid #fff 1px;
}





table
{
	empty-cells: show;
	font-size: 11px;
}

table.outtertable
{
	background: #fff;
	border: solid #888;
	border-width: 0 1 1 1px;
}

th { background: #ffefd8; }

img
{
	border: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #888;
	margin: 0px;
}

input
{
	font-family: helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
}
