﻿/****************************************************/
/* contains styles for panels */

.col
{
   float:left;
   margin: 8px 17px 0 0;
   width: 300px;
}

#col3
{
    margin-right: 0px;
}

.col .panel
{
    width: 303px;
    /* visibility: hidden; */
}

.panel
{
    background: #FBFBFB url(/imgs/bkbox.gif) repeat-x scroll center bottom;
    position: relative;
	overflow: auto;
	margin: 0 0 8px;
}

.panel .btmLeft,
.panel .btmRight
{
    position: absolute;
    width: 18px;
    height: 18px;
    bottom: 0px;   
}
.panel .btmLeft { background: url(/imgs/CnrBoxL.gif) no-repeat; left: 0px; }
.panel .btmRight { background: url(/imgs/CnrBoxR.gif) no-repeat; right: 0px; }

/****************************************************/
/* Header area */

.panel .header 
{
    height: 65px;
    background: url(/imgs/boxBkLn.gif) repeat-x scroll center bottom;
}

.job { background-image: url(/imgs/jobsIconBox.gif); }
.pin { background-image: url(/imgs/pinIconBox.gif); }
.world { background-image: url(/imgs/worldIconBox.gif); }
.feature { background-image: url(/imgs/caseIconBox.gif); }
.news { background-image: url(/imgs/newsIconBox.gif); }
.weather { background-image: url(/imgs/umbrellaIconBox.gif); }
.latest { background-image: url(/imgs/clockIconBox.gif); }
.poll { background-image: url(/imgs/graphIconBox.gif); }
.recruitment { background-image: url(/imgs/cardIconBox.gif); }
.about { background-image: url(/imgs/chairIconBox.gif); }
.disclaimer { background-image: url(/imgs/case2IconBox.gif); }
.privacy { background-image: url(/imgs/lockIconBox.gif); }
.terms { background-image: url(/imgs/fileIconBox.gif); }

.panel .header h1,
.panel .header h2
{
	color:#00236C;
	font-size:14px;
	padding: 35px 0 0 75px;
	margin: 0px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.panel .header .right 
{
    height: 65px;
    width: 17px;
    background: url(/imgs/btnBoxPl.gif) no-repeat right bottom; 
    float: right;
}

.maxBtn,
.minBtn,
.closeBtn
{
    color: transparent;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: 35px;
    cursor: pointer;
}
.maxBtn 
{
    background-image: url(/imgs/plus.png);
    width: 18px;
    right: 45px;
}
.minBtn
{
    background-image: url(/imgs/minus.png);
    width: 15px;
    right: 30px;
}
.closeBtn
{
    background-image: url(/imgs/close.png);
    width: 17px;
    right: 15px;
}

/****************************************************/
/* Content areas */

div.content
{
	padding: 10px 15px 18px;	
	overflow: auto;
	border-left: 1px #DDDDDD solid;
	border-right: 1px #DDDDDD solid;
	border-bottom: 1px #DDDDDD solid;
}

.panel ul.content
{
	padding: 0px 0px 18px;	
	overflow: auto;
	border-bottom: 1px #DDDDDD solid;
	margin: 0px;
}

.panel ul.content li,
.panel .result
{
	background: #F9F9F9 url(/imgs/bkLn.gif) repeat-x scroll center bottom;
	font-size:10px;
	padding:10px;
	font-size: 1em;
	border-left: 1px #DDDDDD solid;
	border-right: 1px #DDDDDD solid;
	list-style:none;
	margin: 0px;
}

div.atoz{
	height:31px;
	padding: 12px 0px 0px 13px;
	font-size:16px;
	text-align:left;
	margin: 0px;
	border-left: #DDDDDD 1px solid;
	border-right: #DDDDDD 1px solid;
	border-bottom: #DDDDDD 1px solid;
	background:url(../imgs/bkLn.gif) #f9f9f9 repeat-x bottom;
}
div.atoz a
{
    border-right: 1px black solid;
    padding: 0px 7px;
}
div.atoz a.last
{
    border-right: none;
}
ul.atoz
{
    float: left;
    padding:10px 0 0 5px;
    width: 220px;
}

.pager
{
    text-align: center;
}

.expand 
{ 
    display: block;
    font-size:11px;
    padding:7px 10px 0 0;
    text-align:right;
    color:#00236C;
    text-decoration:none;
}

.newlocation
{
    background-color: #FBFBFB;
    border: 1px #DDDDDD dotted;
    margin: 10px 0;
}

.dropspace
{
    height: 50px;
}

/****************************************************/
/* Homepage customize panel */
a.customise 
{
    display: block;
	width:146px;
	height:22px;
	margin: 13px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	float: right;
	clear: right;
	background:url(../imgs/customize_btn.gif) no-repeat;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: 0px;
	color:#6E8A09;
    font-weight:bold;
    font-size:12px;
}
a.customise:hover { color: #6E8A09; }

div.customise {
	float:left;
	width:912px;
	height:auto;
	padding:12px 15px 12px 15px;
	margin:0px 0px 6px 0px;
	background:url(../imgs/customize_bg.gif) repeat-x;
	border-top:1px solid #DFDFDE;
	border-bottom:1px solid #DFDFDE;
	text-align:left;
	font-weight:bold;
	color: #00236c;
	font-size:14px;	
}

div.customise ul{
	margin:12px 0px 7px 0px;
	float:left;
	width:217px;
	padding:0px;
}

div.customise ul li{
	height:24px;
	background:url(../imgs/customize_bg2.gif) no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	line-height: 23px;
	list-style: none;
}

div.customise label{
	font-size:13px;
	font-weight:normal;
	color:#666666;
	padding:0px;
	margin-left:4px;
}

div.customise input 
{
    vertical-align: middle;
}

.centre_btns{
	float:left;
	width:100%;
	text-align:center;
}

div.customise input[type=button],
div.customise .btn 
{
	float: none;
}

/****************************************************/
/* News panel */

#news li
{
    padding: 3px;
    font-size: 10px;
    height: 27px;
    list-style:none;
}
#news li:hover { background:#CEED5E none repeat scroll 0 0; }
#news li a
{
    font-weight:normal;
    color:#333333;    
    text-decoration:none;
}
#news img { float: right; margin-right: 1px; }

/****************************************************/
/* Weather */

#weather div.content
{
    padding: 0px 0px 18px;
}

#weather img 
{
	float:left;
}

#weather hr
{
    background:transparent url(../imgs/divVert.gif) no-repeat scroll center center;
    height:2px;
    margin:5px 0 0;
    border: 0px;
}

.weaBox{
	width:172px;
	float:right;
}

.weaHead{
	margin:8px 0px 0px 0px;
	font-size:20px;
	color:#002c86;
	font-weight:bold;
	text-align:left;
}

.weaMax{
	background:url(../imgs/max.gif) no-repeat right center;
	margin:0px 8px 0px 0px;
	font-size:50px;
	text-align:left;
	font-weight:bold;
}

.weaMin{
	background:url(../imgs/min.gif) no-repeat right top;
	margin:6px 8px 0px 0px;	
	padding: 2px 0px 3px 0px;
	font-size:22px;
	text-align:left;
	font-weight:bold;
}

.weaDesc{
	margin:0px 8px 0px 0px;	
	padding: 0px 0px 0px 0px;
	font-size:16px;
	text-align:left;
	font-weight:bold;
}
