﻿body
{ 
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	margin: 0px;
	font-size: 0.7em;
	background-position: center top;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-color: white;
	color: #a9a9a9; }

a:link
{
	color: #4682b4;
}
a:visited
{
	color: #6a5acd;
}
a:hover
{
    text-decoration: none;
}
a:active
{
	text-decoration: none;
	color: #483d8b;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}


/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
#poster
{
	background: url(images/ChoicePoster.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 726px;
	height: 120px;
	margin-top: 8px;
}

#footer
{
	width: 580px;
	margin-right: auto;
	text-align: left;
	margin-top: 10px;
	padding-left:20px;
	padding-bottom: 12px;
	color: #a9a9a9;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 726px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* for the login block */

#loginbanner
{
	width: 540px;
	height: 26px;
	margin-right: auto;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	text-align: left;
	background-color: #f8f8f8;
	border-right: slategray 1px solid;
	border-top: slategray 1px solid;
	border-left: slategray 1px solid;
	border-bottom: slategray 1px solid;
}

/* Command buttons on pages - loginbanner,*/
.actionbuttons
{
	text-align:right;
	position:relative;
	padding: 0px 1px 0px 1px;

}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #DBDB79;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #a9a9a9;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

/************************************************************************
* 
* Global formatting
*
************************************************************************/


/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}


/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
    margin:0px 0px 0px 0px;
    width:444px;
}

/* surrounds the buttons for list items */
.editbuttons
{
    padding-top: 6px;
}

/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

/* Used by the page number control */
.PageNumbers
{
	display: inline;
}

.PageNumbers span
{
    padding-left: 3px;
}


/************************************************************************
* 
* Rollover buttons
* Note - as setting style here for rollover buttons cannot set additional
* styles for buttons elsewhere. If you try this additional styling are
* only applied when user actually mouse overs control (i.e. looks v.bad)
* Default colour is LightSlateGray. Need to set within page for others.
* On focus/over forecolor changes slightly from white to off-white. This
* will not take effect if the forecolor (text) is set.
************************************************************************/

.buttonsmall, .buttonsmall-ovr, .buttonsmall-focus
{
	border: none;
	height: 20px;
	background-color: #778899;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	padding-top: 3px;
	
}
.buttonsmall-ovr
{
	text-decoration: underline;
	color: #fafad2;
}
.buttonsmall-focus
{
	color: #fafad2;
}

/************************************************************************
* 
* Forms
*
************************************************************************/

.formview
{
	background-color: #f8f8ff;
	color: #483d8b;
	font-size: small;
}

.wizardbutton
{
	width: 62px;
	color: #4682b4;
	height: 19px;
	background-color: #ffffff;
	border-right: #4682b4 1px solid;
	border-top: #4682b4 1px solid;
	border-left: #4682b4 1px solid;
	border-bottom: #4682b4 1px solid;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}


/* Choice Site Additional Elements */

.menuLink
{
	font-size: 1.5em;
}

.txtDisplay
{
	background-color: #f8f8ff;
	color: #696969;
}

.labeltitle
{
	font-size: 38px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

.panellist
{
	color: #696969;
	background-color: #f8f8ff;
	border-top: #b0c4de 1px solid;
	border-left: #b0c4de 1px solid;
	border-bottom: #b0c4de 1px solid;
	border-right: #b0c4de 1px solid;
}

.panelfeedback
{
	color: #006400;
	background-color: #fafcfa;
	border-top: #9acd32 1px solid;
	border-left: #9acd32 1px solid;
	border-bottom: #9acd32 1px solid;
	border-right: #9acd32 1px solid;
}

.panelLogin
{
	background-color: #f5f5f5;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
	border-right: #a9a9a9 1px solid;
	color: #808080;
}

.labeltext
{
	font-size: 1.8em;
	margin: 5px 0 5px 0;
}

#contenttable
{	
	margin-right: auto;
	margin-left: auto;
	
}

/* Links for the AboutUs Page*/

.aAbout:link
{
	color: #808080;
}
.aAbout:visited
{
	color: #808080;
}
.aAbout:hover
{
    text-decoration: none;
}
.aAbout:active
{
	text-decoration: none;
	color: #a9a9a9;
}

.cyhgreytext
{
	color: #808080;
	font-weight:bold;
}


/* Landlord links used in property choose pages */
.LandlordLinks
{
	line-height: 1.3em;
	padding-left: 30px;
	font-size: 1.3em;

}
/* Landlord Area links used in property choose pages */
.AreaLinks
{
	line-height: 1.6em;
	font-size: 1.4em;
	padding-top: 12px;

}


