/*body {
    font-family: Arial, Helvetica, Sans-Serif !important;
    font-size: 14px !important;
}

table.skin-header {
   
    background-color:#e8e8e8;
    height: 110px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    
    display: block;
}
.grey 
{
    color:white;
    z-index:1;}

div.RadComboBox table tr {
	display: table-row !important;
}

div.RadComboBox table tr td {
	display: table-cell !important;
}

table.skin-header tr,
table.skin-header tbody,
table.skin-header td {
	display: inline-block;
	width: 100%;
	color: #e8e8e8;
}

table.skin-header div.skin-header-content {
    width: 1024px;
    height: 91px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    display: block;
    color: #e8e8e8 !important;;
}

table.skin-header table.skin-header-content {
   
    background-repeat: no-repeat;
    background-position: center center;
    height: 91px;
    width: 1024px;
    display: block;
}

table.skin-header-content td.skin-header-logo {
	display: table-cell;
	width: 500px;
}

table.skin-header-content td.skin-header-login {
	display: table-cell;
    color: #6D6D6D;
    text-align: right;
}

a.skin-header-user:link, 
a.skin-header-user:visited, 
a.skin-header-user:hover, 
a.skin-header-user:active {
    color: #6D6D6D;
}

div.skin-header-menu {
    color: #3d3d3d;
    height: 46px;
    width: 1024px;
	text-indent: 5px;
}

table.skin-header-menu {
    height: 46px;
    width: 100%;
}

.menu-left {
	position: absolute;
	top: 0px;
	left: -75px;
	height: 46px;
	z-index: 10;
	background: url(images/menu.gif);
}

.menu-center {
	position: relative;
	float: left;
	height: 46px;
	width: 100%;
	background: url(images/menu.gif);
}

.menu-right {
	position: absolute;
	top: 0px;
	right: -75px;
	height: 46px;
	width: 75px;
	z-index: 10;
	background: url(images/menu.gif);
}

div.skin-content {
  
    text-align: left;
}

div.leftPane {
    width: 212px;
    display: inline;
    float: left;
}

div.contentPane {
    width: 600px;
    display: inline;
    float: left;
}

div.rightPane {
    width: 212px;
    display: inline;
    float: left;
}

div.skin-footer {
    padding-top: 25px;
    text-align: center;
    color: #858585;
    font-size: 11px;
}*/
