/*
------------
Investors Real Estate Trust
Author: Chad Cuddigan
Version: 4/18/08
------------*/

/* global styles
----------------------*/
html
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	font-size: 84%;
	font-family: Trebuchet MS, Arial, sans-serif;
	background-image: url('../images/background_main.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
	color: #737373;
	height: 100%;
}

img
{
	padding: 0px;
	border: 0px;
}

/* main page div id's
------------------------*/
#info
{
	color: #fff;
	width: 700px;
	height: 24px;
	padding-top: 3px;
	margin: 0 auto;
}
#info a { color: White; text-decoration: none; }
#info a:hover {text-decoration: underline; }

#header
{
	width: 700px;
	height: 126px;
	margin: 0 auto;
	color: #fff;
}

#header div.left
{
	height: 126px;
	float: left;
}

#header div.right
{
	height: 24px;
	padding-top: 100px;
	padding-right: 12px;
	overflow: hidden;
	vertical-align: bottom;
	float: right;
	font-style: italic;
	font-size: 1.3em;
}

#buttons
{
	clear: both;
	width: 700px;
	height: 38px;
	margin: 0 auto;
	_position: relative;
	_bottom: 7px;
}

#page_wrapper
{
	width: 100%;
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}

html>body #page_wrapper {
    height: auto;
	}

#main_wrapper
{
	width: 700px;
	background-color: #fff;
	margin: 0 auto;
	padding-bottom: 40px;
}

#main
{
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 311px;
}

#sidebar
{
	padding-top: 10px;
	padding-right: 10px;
	width: 211px;
	float: right;
}

#clear
{
	clear: both;
}

#footer
{
	border-top: solid 3px #ce9d4e;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 30px;
	background-color: #715433;
}

#footer_body
{
	color: #a88c6d;
	width: 700px;
	margin: 0 auto;
}

#footer a { color: White; text-decoration: none; }
#footer a:hover {text-decoration: underline; }

#footer a.light { color: #a88c6d; }


/* Menu Button list
--------------------------*/

#buttons ul.buttons
{
	position: relative;
	margin: 0;
	padding: 0;
	height: 38px;
}

ul.buttons li
{
	position: relative;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	list-style: none;
	float: left;
	width: 116px;
}

ul.buttons li a
{
	text-align: center;
	padding-top: 9px;
	background-image: url('../images/btn_bg.jpg');
	background-position: 100% 0%;
	display: block;
	height: 29px;
    color: #fff;
    text-decoration: none;
}

ul.buttons li a:hover
{
	background-image: url('../images/btn_bg_hover.jpg');
}

ul.buttons li a.last
{
	background-position: 99.25% 0%;
	width: 120px;
}

/* Main page content styles
---------------------------*/

div.container
{
        border: solid 1px #ddd;
        padding: 4px;
        width: 430px;
}

div.container_body
{
        margin-top: 2px;
        padding-top: 2px;
        border-top: 1px dotted #ce9e4e;
}

#main h1
{
	padding: 0px;
	margin: 0px;
	color: #467587;
	font-size: 1.5em;
}

#news ul
{
	list-style: none;
	margin: 0;
	margin-top: 2px;
	padding-left: 0em;
	text-indent: 0em;
}

#news li
{
	margin-bottom: 4px;
}

#news a
{
	color: #467587;
	text-decoration: none;
}

#news a:hover
{
	text-decoration: underline;
}

span.news_time
{
        color: #ce9e4e;
}

#dividend_graph
{
	border: solid 1px #ddd;
	width: 438px;
	height: 188px;
}

/* Info sidebar styles. Market summary, etc.
------------------------*/

#sidebar a
{
	color: #4c8296;
	text-decoration: none;
}

#sidebar a:hover
{
	text-decoration: underline;
}

#sidebar ul
{
	list-style: none;
	margin: 0;
	margin-left: 4px;
	padding: 0px;
}

#sidebar ul li:before
{
	color: #ce9e4e;
	content: "\00BB \0020";
}

#sidebar td
{
	color: #4c8296;
	font-weight: bold;
}

#sidebar td.market_value
{
	color: #457688;
	color: #715433;
	font-weight: bold;
}

div.sidebar_container
{
	text-align: left;
	width: 204px;
	font-size: 1.0em;
	border: solid 1px #ddd;
	background-color: #fff;
	padding: 2px;
}

div.sidebar_info_header
{
	width: 210px;
	padding-top: 1px;
	height: 25px;
	text-align: center;
	background-image: url('../images/sidebar_info_header_bg.jpg');
}

div.sidebar_info_header h1
{
	padding: 0px;
	margin: 0px;
	color: #cae7f1;
	font-size: 1.2em;
}

div.sidebar_photo
{
	width: 210px;
	height: 298px;
	background-image: url('../images/sidebar_photo.jpg');
	background-position: 0% 100%;
	position: absolute;
}

div.sidebar_photo_text
{
	opacity: 0.7;
	width: 202px;
	background-color: #0d0d0d;
	padding: 4px;
	position: absolute;
	color: #fff;
	bottom: 0;
}

#market_summary table
{
	font-size: 0.9em;
	font-weight: normal;
}

#market_summary span.defaultbold
{
	font-weight: bold;
}

#market_summary span.default
{
	font-weight: bold;
	color: #715433;
}

#market_summary td.biggysmall
{
	font-size: 0.8em;
	color: #aaa;
}