/* head */

#head {
background: #999999;
margin:0; 
top:0;  
display:block; 
width:100%; 
height:84px; }

#head h1 {
width:350px; 
height:0; 
overflow:hidden; 
background:url(../images/property2go-logo.gif) no-repeat; 
margin:0; 
float:left; 
color:#ffffff;}

#pad1 {height:41px;}

/* body */

#body-container { 
width:950px;
margin: 0 auto;
}

/* menu styles */

#menu {
        border-top: 1px solid #666666;
        border-bottom: 1px solid #666666;
}

#menu-options { 
width:950px;
margin: 0 auto;
}

td.menuborder { /* old */
        border-top: 1px solid #666666;
        border-bottom: 1px solid #666666;
}

div.menu{
        font-family: Arial, Tahoma, MS Sans Serif;
        font-size: 12px;
        font-weight: bold;
}

a.menu:link,a.menu:active,a.menu:visited { text-decoration: none; color : #000000; }
a.menu:hover                             { text-decoration: none; color : #FF0000; }

/* blue bordered table and cells */

td.blue, table.blue { background-color: #FFFFFF;
                      border-collapse: collapse;
                      border: 1px #666666 solid;}
        
th.blue {background-color: #DEE3E7;
         border-collapse: collapse;
         border: 1px #666666 solid;
         font-size : 11px;
         color : #000000;}

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
        background: #CCCCCC url("/images/pagebackground.jpg");
        background-repeat: repeat-y;
        background-position: top center;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 1px;
}

/* set the fixed width value \*

.fixedwidth {
	width: 770px;}

/* General font families for common tags */
font,th,td,p,ul { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #000000; }
a:hover                { text-decoration: underline; color : #FF0000; }
hr                { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* Main table cell colours and backgrounds */
td.row1        { background-color: #EFEFEF; }
td.row2        { background-color: #DEE3E7; }
td.row3        { background-color: #D1D7DC; }


/* Header cells (old colour #FFA34F) */
th        {
        color: #FFFFFF; font-size: 11px; font-weight : bold; 
        background-color: #006699; height: 25px;
}


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2        {
                        font-weight: bold; font-size: 22px; font-family: Arial, Helvetica, sans-serif;
                        text-decoration: none; line-height : 120%; color : #646464;
}


/* The 2nd largest text used in the index page title and toptic title etc. */
.subtitle        {
                        font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif;
                        text-decoration: none; line-height : 100%; color : #646464;
}
a.subtitle:hover{         color: #DD6900; text-decoration: underline; }

/*subtitle2 for property subtitles */

.subtitle2     {
                font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif;
                text-decoration: none; line-height : 100%; color : #FFFFFF;
	        background: #999999 url("images/subtitlebackground.jpg");
	        background-repeat: repeat-y;
	        background-position: top center;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #646464; }
a.gen,a.genmed,a.gensmall { color: #646464; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover        { color: #FF0000; text-decoration: underline; }

/* Form elements */
input,textarea, select {
        color : #646464;
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        border-color : #646464;
}

/* The text input fields background colour */
input.post, textarea.post, select {
        background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
        background-color : #EFEFEF;
        color : #646464;
        font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
        background-color : #FAFAFA;
        font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
        background-color : #FAFAFA;
        font-weight : normal;
}
