﻿+div#cph
{
	float: left;
	margin-top: 15px;
	/*background: #f1f4f8 url(/common/images/header/logo.png) no-repeat left top;*/
	background:#f1f4f8 none;
	width: 900px;
	height: 114px;
}

div#cph table
{
	float: left;
	width: 900px;
}

div#cph td
{
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

div#cph td#upperCell
{
	text-align: right;
	width:686px;
	height: 46px;
	border-top: 1px solid #b2bfd7;
	border-bottom: 1px solid #b2bfd7;	
}

div#cph td#lowerCell
{
	text-align: right;
	width:686px;
	height: 43px;
	font-size: 13px;
	border-bottom: 1px solid #b2bfd7;
}

div#cph img
{
	border: 0px;
}

div#cph ul
{
	display: inline;
	list-style-type: none;
	font-family: arial;
	font-weight: bold;
}

div#cph td#leftCell
{
	width: 214px;
	border-right: 1px solid #b2bfd7;
	border-top: 1px solid #b2bfd7;
	border-bottom: 1px solid #b2bfd7;
}

div#cph td#upperCell li
{
	display: inline;
	list-style-type: none;
	padding: 0px 5px;
	color: #001557;
	font-size: 10px;
}

div#cph td#upperCell a
{
	color: #001557;
	text-decoration: none;
}

div#cph td#upperCell a:hover
{
	color: #cb5e11;
	text-decoration: underline;
}

div#cph td#lowerCell li
{
	display: inline;
	padding: 0px 5px;
	color: #001557;
	font-family:Times New Roman,serif;
	font-size: 13px;
}

div#cph td#lowerCell a
{
	text-decoration: none;
	background: url(/common/images/menu/sep.png) -2px -5px no-repeat;
	color: #001557;
}

div#cph td#lowerCell a:hover
{
	background: url(/common/images/menu/sep-h.png) -2px -5px no-repeat;
	color: #cb5e11;
}

div#cph td#sepCell
{
	height:25px;
	background: white url(/common/images/header/line.png) no-repeat center center;
}

div#cph .noRightBorder
{
	border-right: none;
}

