

/*-----------------------------------------------------------------------------------
	Ye Olde Walkerville Bed & Breakfast CSS
	Paul Agius
-----------------------------------------------------------------------------------*/

a:link 
{
color: #800000;
}

a:visited
{
color: #800000;
}

a:hover
{
color: #ff0000;
}

body
{
margin: 0;
padding: 0;
background-color: #E6E6D6;
background-image: url("images/bg_main.gif");
}

td
{
color: #000000;
font-family: arial;
font-size: 10pt;
font-style: normal;
}

.detail
{
color: #333333;
font-family: arial;
font-size: 8pt;
}

.more
{
font-family: arial;
font-size: 8pt;
}

.caption
{
color: #666666;
font-family: arial;
font-size: 8pt;
}

.heading
{
color: #990000;
font-family: arial;
font-size: 12pt;
font-weight: bold;
}

.roomname
{
color: #990000;
font-family: arial;
font-size: 16pt;
font-weight: bold;
}

.roomname1
{
color: #000000;
font-family: arial;
font-size: 16pt;
font-weight: bold;
}

.textbody2
{
color: #666666;
font-family: arial;
font-size: 9pt;
line-height: 14pt;
font-style: normal;
}

.displayField
{
border: 1px solid #cccccc; 
padding: 2px;
padding-left: 5px;
padding-right: 5px;
background-color: #ffffff;
cursor: default;
}

.footer
{
color: #666666;
font-family: arial;
font-size: 7pt;
font-style: normal;
}

OL.numbers 
{
list-style-type: arabic-numbers
font-style: bold;
}

OL.letters 
{
list-style-type: lower-alpha
font-weight: bold;
}

TABLE.listtable
{
}

TABLE.listtable TR.listrow1
{
background-color: #eeeeee;
}

TABLE.listtable TR.listrow2
{
background-color: #ffffff;
}

TABLE.listtable TR.listrow3
{
background-color: #E6E6D5;
}

TABLE.listtable TR.headerrow
{
font-weight: bold;
background-color: #cccccc;
}

INPUT.btnFontStyle
{
color: #000000;
font-family: arial;
font-size: 8pt;
}

SELECT.sltFontStyle
{
color: #000000;
font-family: arial;
font-size: 8pt;
}


