body.cms
{
    background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body.overflow-hidden
{
    overflow: hidden !important;
}

div.cms select, div.cms input[type=text], div.cms input[type=password], div.cms textarea
{
	border: solid 1px #bcbcbc;
	font-size: 12px;
	font-weight: normal;
	background: #ffffff repeat-x 0px 0px;
	text-align: left;
	padding: 7px 6px 7px 6px;
	height: auto;
	color: #454545;
	font-family: helvetica;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-appearance: none !important;
}

div.cms select
{
	padding: 6px 6px 6px 6px;
}

div.cms input[type="button"], div.cms input[type="submit"]
{
   font-size: 13px;
   color: #FFFFFF;
   background: #666666;
   border: solid 0px #666666;
   cursor: hand;
   text-align: center;
   padding-top: 7px;
   padding-bottom: 8px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

div.cms select::-ms-expand 
{
    display: none !important;
}

div.cms-menu
{
	background: #333333;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 0px 3px;
	border: solid 0px #000000;
	border-right: none;
    position: fixed;
    top: 100px;
    z-index: 99990;
    right: 0px;
}

div.cms-menu ul
{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	list-style: none !important;
	line-height: normal !important;
}

div.cms-menu ul li
{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 3px 0px !important;
}

div.cms-menu ul li input
{
	width: 100px !important;
	text-align: left !important;
	border: solid 0px #666666 !important;
	color: #ffffff !important;
	background: #666666 !important;
	padding: 6px !important;
	margin: 0px !important;
	font-size: 12px !important;
}

div.cms-login-box
{
	padding: 50px 0px 0px 0px;
}

div.cms-login-box table
{
	margin: auto !important;
	border: none !important;
	background: none !important;
	height: auto !important;
	width: auto !important;
	table-layout: auto !important;
}

div.cms-login-box table tr
{
	background: none !important;
	height: auto !important;
}

div.cms-login-box table tr td
{
	background: none !important;
	padding: 6px !important;
	line-height: normal !important;
	border: none !important;
	height: auto !important;
	width: auto !important;
}

div.cms-login-box table tr td input[type="text"],
div.cms-login-box table tr td input[type="password"] {
  width: 190px;
  border: solid 1px #ddd;
  font-size: 12px;
  font-weight: normal;
  background: #ffffff;
  text-align: left;
  padding: 8px;
  margin: 0px;
  height: auto;
  color: #333333;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: normal;
  height: auto;
  display: inline;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0,.1);
}

div.cms-login-box table tr td.submit
{
	text-align: right;
}

div.cms-login-box table tr td.submit input[type=button]
{
	width: 190px;
}

div.cms-overlay-shadow
{
	position: fixed; 
	z-index: 99998; 
	left: 0px; 
	top: 0px; 
	right: 0px; 
	bottom: 0px; 
	background: url(../images/cms/transparent-black-25.png);
}

div.cms-overlay-box
{
	position: fixed; 
	z-index: 99999; 
	left: 0px; 
	top: 0px; 
	right: 0px; 
	bottom: 0px; 
	border: solid 1px #000000; 
	background: #ffffff; 
	overflow: auto;
}

div.cms-overlay-box div.cms-overlay-box-header
{
	height: 46px;
	padding: 0px; 
	background: #333333; 
	border-bottom: solid 1px #ffffff;
	position: relative;
}

div.cms-overlay-box div.cms-overlay-box-header img.cms-overlay-box-header-logo
{
	display: block;
	margin: 0px 0px 0px 0px;
}

div.cms-overlay-box div.cms-overlay-box-header img.cms-overlay-box-header-close
{
	position: absolute;
	right: 10px;
	top: 8px;
}

div.cms-overlay-box div.cms-overlay-box-content
{
	position: relative;
}

div.cms div.toolbar
{
	background: #f6f6f6;
	padding: 6px;
}

div.cms div.toolbar input[type="button"], div.cms div.toolbar input[type="submit"]
{
	width: 120px;
}

div.cms span.mandatory
{
	color: #cf3430;
}

table.search-grid
{
    width: 100%;
    border-collapse: collapse;
    border: solid 0px #e4e4e4;
}

table.search-grid tr td
{
    padding: 6px;
    border: none; 
    background: #ffffff;
}

table.search-grid tr td a
{
    text-decoration: none;
    color: #1d94d2; 
}

table.search-grid tr td a:hover
{
    color: #89b317; 
}

table.search-grid tr.header
{
}

table.search-grid tr.header th
{
    background: #efefef;
    border: none;
    border-right: solid 1px #f6f6f6;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    text-align: center;
}

table.search-grid tr.row
{
}

table.search-grid tr.row td
{
}

table.search-grid tr.row-alternate
{
}

table.search-grid tr.row-alternate td
{
    background: #f6f6f6;
}

table.search-grid tr.SelectedRowStyle
{
}

table.search-grid tr.SelectedRowStyle td
{
    background: #8a8a8a;
    color: #ffffff;
}

table.search-grid tr.Hover
{
}

table.search-grid tr.Hover td
{
    background: #c5c5c5;
    cursor: pointer;
    cursor: hand;
}

table.search-grid tr.pager td
{
    border-top: solid 1px #959595;
    background: #e0e0e0;
}

table.search-grid tr.pager td table tr td
{
    border: none;
}

table.search-grid tr.pager td table tr td span
{
    display: block;
    border: solid 1px #959595;
    background: #ffffff;
    padding: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

table.search-grid tr.pager td table tr td a
{
    display: block;
    border: none;
    background: none;
    padding: 3px;
    text-decoration: none;
    color: #333333;
   -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    background: #e0e0e0;
}

table.search-grid tr.pager td table tr td a:hover
{
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #959595;
    background: #d7d7d7;
}

div.cms .float-left
{
	float: left;
}

div.cms .float-right
{
	float: right;
}

div.cms .clear-both
{
    float: none;
    clear: both;
    width: auto;
    height: 0px;
    line-height: normal;
    padding: 0px;
    margin: 0px;
}