/*------------------------------------------------------------------------------
MAIN FORM
------------------------------------------------------------------------------*/
#cmsToolBarForm,
body {
	margin: 0;
}
/*------------------------------------------------------------------------------
PANELS
------------------------------------------------------------------------------*/
div.panelWrap {
	padding: 3px 0 0 3px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial;
	font-size: 12px;
	text-align: left;
	line-height: normal;
	color: #fff;
	background-color: #555;
	clear: left;
	border-bottom: 3px solid #000;
	}
div.panelWrap td {
	font-family: "Lucida Grande", "Trebuchet MS", Arial;
	font-size: 12px;
	}
div.panelWrap table.panel {
	width: 100%;
	min-width: 964px;
	background: #fff url(/_images/cms/layout/bg-bm.gif) repeat-x bottom left;
	}
div.panelWrap table.panel tr.head td {
	background: transparent url(/_images/cms/layout/bg-tm.gif) repeat-x 0 0;
	}
div.panelWrap table.panel tr.body td {
	background: #fff url(/_images/cms/layout/bg-mr.gif) repeat-y top right;
	}
div.panelWrap table.panel tr.foot td {
	vertical-align: bottom;
	background: #fff url(/_images/cms/layout/bg-bm.gif) repeat-x 0 0;
	}
div.panelWrap table.panel tr.foot td.left,
div.panelWrap table.panel tr.foot td.right,
div.panelWrap table.panel tr.foot td img {
	vertical-align: bottom;
	}
div.panelWrap table.panel tr td.left {
	width: 27px;
	vertical-align: top;
	background: #fff url(/_images/cms/layout/bg-ml.gif) repeat-y 0 0;
	}
div.panelWrap table.panel tr td.right {
	width: 27px;
	vertical-align: top;
	background: #fff url(/_images/cms/layout/bg-mr.gif) repeat-y 0 0;
	}
div.panelWrap table.panel tr.head td table tr td {
	background-image: none;
	}
/*------------------------------------------------------------------------------
HYPERLINKS and GENERAL STYLES
------------------------------------------------------------------------------*/
div.panelWrap a {
	text-decoration: none;
	}
div.panelWrap a:link, div.panelWrap a:visited {
	color: #626262;
	}
div.panelWrap a:hover {
	color: #909195;
	}
/*------------------------------------------------------------------------------
PLY TOOLS NAVIGATION
------------------------------------------------------------------------------*/
#plyToolsNav {
	margin: 0;
	padding: 0;
	background: #555;
	}
#plyToolsNav ul {
	margin: 0 100px 0 0;
	padding: 0;
	float: right;
	}
#plyToolsNav li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
	}
#plyToolsNav li a {
	display: block;
	margin: 0 15px;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	}
#plyToolsNav li a:link, #plyToolsNav li a:visited {
	color: #b0afaf;
	}
#plyToolsNav li a:hover {
	color: #fbfafa;
	}
/*------------------------------------------------------------------------------
DASHBOARD
------------------------------------------------------------------------------*/
#cmsDashboard {
	margin: 6px 0 13px;
	font-weight: bold;
	color: #909195;
	}
#cmsDashboard.large {
	margin: 6px 0 0;
	}
#cmsDashboard th, #cmsDashboard td {
	color: #909195;
	}
#cmsLogo {
	border-right: 1px solid #ddd6d4;
	width: 89px;
	vertical-align: middle;
	}
#cmsLogo a {
	display: block;
	margin: 0;
	padding: 14px 20px 14px 0;
	background: #fff;
	}
#cmsLogOff {
	border-left: 1px solid #ddd6d4;
	width: 109px;
	vertical-align: middle;
	}
#cmsLogOff a {
	display: block;
	margin: 0;
	padding: 0;
	width: 109px;
	line-height: 91px;
	float: right;
	text-decoration: none;
	text-align: center;
	background: #fff;
	}
#cmsStatusBar {
	padding: 0 15px;
	border-bottom: 1px solid #ddd6d4;
	vertical-align: middle;
	height: 50px;
	}
/* general styles */
#cmsDashboard p {
	margin: 0;
	}
#cmsDashboard strong {
	font-weight: bold;
	color: #555;
	}
#cmsDashboard form {
	margin: 0;
	padding: 0;
	}
/*------------------------------------------------------------------------------
TOOLBAR
------------------------------------------------------------------------------*/
#cmsToolBar {
	margin: 0;
	padding: 0 15px;
	vertical-align: middle;
	height: 60px;
	}
#cmsToolBarForm input, #cmsToolBarForm select {
	font-size: 9px;
	}
#cmsSelectTool {
    margin: 0 !important;
	color: #000;
}
#cmsToolBar td {
	vertical-align: middle;
}
/*------------------------------------------------------------------------------
BUTTONS
------------------------------------------------------------------------------*/
ul.cmsButtons {
	margin: 0;
	padding: 0;
	}
ul.cmsButtons li {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 12px;
	list-style-type: none;
	background: url(/_images/cms/layout/btn-sd-left.gif) no-repeat 0 0;
	border: 1px solid #bbbbb1;
	border-left: 0;
	}
ul.cmsButtons li a {
	display: block;
	padding: 0 12px;
	line-height: 25px;
	background: url(/_images/cms/layout/btn-sd-right.gif) no-repeat top right;
	}
ul.cmsButtons li#cmsButtonsFirst {
	border: 1px solid #bbbbb1;
	}
ul.cmsButtons li a:link, ul.cmsButtons li a:visited {
	color: #1a1a1a;
	}
ul.cmsButtons li a:hover {
	color: #000;
	}
ul.cmsButtons li.on {
	background: url(/_images/cms/layout/btn-sd-left.on.gif) no-repeat 0 0;
	}
ul.cmsButtons li.on a {
	padding: 2px 11px 0 13px;
	line-height: 23px;
    color: #000;
	background: url(/_images/cms/layout/btn-sd-right.on.gif) no-repeat top right;
	}
