﻿@charset "UTF-8";

/**
* NUCLEUS APP STYLESHEET: HOME.CSS
*
* VERSION 1.0, 2011-09-29
* By: Five East Ltd. - office@fiveeast.net
*
*/

ul.links, ul.links li {
	margin: 0;
	padding-left:0px;
	list-style: none;
}
ul.links li {
	padding: 5px 0 0 0;
	font-weight: bold;
}
ul.links a img {
	margin:0 2px -2px 0
}

.col-left {
	width: 49%;
	float: left;
}

.col-right {
	width: 49%;
	margin-left: 2%;
	float: right;
}

#gmap {
	height: 300px;
	margin-bottom: 20px;
}
#trends {
	margin-top: 10px;
}
#trends .box-content {
	padding: 10px;
}
#trends ul, #trends li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#trends li {
	padding: 5px 25px 0 0;
	font-weight: bold;
	display: inline;
	white-space: nowrap;	
}

#trends a img {
	margin:0 0 -2px 0
}

#highlights-nav {
	width: 100px;
}
#highlights {
	height: 375px;
}

#highlights.box .box-content {
	padding: 0;
	height: 375px;
	overflow: auto;
}
#highlights table {
	border: none !important;
	margin: 1%;
	width: 98%;
	*width: 94%;
}
#highlights table td {
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 3px 0 3px 6px;
}
#highlights table td.info {
	text-align: right;
	font-size: 11px;
}


table.status {
	margin-top: 18px;
}
table.status td {
	padding-bottom: 6px;
}
table.status td.label {
	color: #333;
	font-weight: bold;	
}
table.status td.value {
	font-size: 27px;
	line-height: 27px;
	text-align: right;
	vertical-align: middle;
	width: 40%;
	padding-right: 10px;
}
table.status hr {
	margin-bottom: 5px;
}

/*homepageBoxMinHeight. For layout related issues in IE7*/
.shortCutBox 
{
    min-height:140px;     
}

.shortCutBox td
{
    padding: 0 0 7px 0;
}

/*aboutPrisBox. For height equalization with Shortcuts*/
.aboutPrisBox
{
    max-height:140px;
    min-height:140px;
}


