/**************** PortCon Skin *******************/

.MainContainer
{
	width: 100%;
}

.Header
{
	width: 100%;
	height: 75px;
	background-image: url(/Portals/_default/Skins/PortCon/banner.jpg);
	background-repeat: no-repeat;
}

.GlobalMenu
{
		border-top: solid 5px #039;
		border-bottom: solid 5px #039;
		background-color: #369;
		text-align: right;
		height: 16px;
		padding: 5px 0;
}

.RadMenu_Global 
{
	float: right !important;
}

.RadMenu_Global .rmItem
{
	padding: 0 5px;
	border-right: solid 1px #ccc;
}
.RadMenu_Global .rmLast
{
	border-right: none;
}

.RadMenu_Global .rmText
{
	color: #fff;
	font-size: 90%
}

.ContentPanel
{
	min-height: 300px;
}
.ContentPanel td.Left
{
	background-color: #9cc;
}
.ContentPanel td.Content
{
	padding: 10px;
}

.ContentPane
{
	max-width: 700px;
	min-width:500px;
}

.LeftPanel
{
	position: relative;
}

.Radmenu_PortCon
{
	border-top: solid 1px #fff;
}

.RadMenu_PortCon .rmItem
{
	background-color: #039;
	border-bottom: solid 1px #fff;
	width: 178px;
	margin-left: 0;
}
.RadMenu_PortCon .rmLink
{
	border-left: solid 10px #06c;
	padding: 3px 3px 3px 14px;
}
.RadMenu_PortCon .rmText
{
	color: #fff;
	font-size: 85%;
}

.Footer
{
		border-top: solid 5px #039;
		border-bottom: solid 5px #039;
		background-color: #369;
		text-align: center;
		padding: 5px 0;
		color: #fff;
		font-size: 85%;
}

.User
{
	font-size: 85%;
	font-weight: normal;
}
a.User
{
	color: #ccc;
}

/* Port Status */

.PortStatus
{
	color: #fff;
	padding: 10px 5px 5px;
	width: auto;
	clear: both;
}

.PortStatus h1
{
	display: block;
	background-color: #9cc;
	font-size: 100%;
	color: #039;
	font-weight: normal;
}

.PortStatus .PortSelect
{
	width: 100%;
}

.PortStatus .StatusMessage
{
	font-weight: bold;
	padding: 5px 10px;
	min-height: 75px;
	background-color: #039;
	display: block;
	font-size: 90%;
}

.PortStatus .LastChanged
{
	text-align: right;
	font-size: 80%;
	background-color: #06c;
	display: block;
	padding-right: 2px;
	min-height: 10px;
}

.CurrentTrafficSection
{
	margin-bottom: 5px;
}

