﻿div#TopLogo {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 100px;
    width: 252px;
}

div#TopMenuPanelContainer {
    position: absolute;
    bottom: 8px;
    width: 100%;
}

div#TopMenuPanel {
    float: right;
    clear: both;
}

div#PopUpFormContainerBackground
{
	visibility: hidden;
	position: absolute;
	width: 0px;
	height: 0px;
	left: 0px;
	right: 0px; /* background: url(../images/panorama-1.jpg) no-repeat center center fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: alpha(opacity=25,Style=0);
	-moz-opacity: 0.25;
	opacity: 0.25;
	background-color: #a5d5be;
}

div#PopUpFormContainer {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 0px;
    height: 0px;
    /* border-style: solid;
	 border-width: 2px;
	 border-color: #009999; */
    visibility: hidden;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: #CCC;
    background: #FFF;
    padding: 10px;
    z-index: 10;
}

div#PopUpFormContainer .popUpFormTitle {
	padding:10px;
	font-size:16px;
	font-weight:bold;
}

div#PopUpFormContainer hr
{
	margin: 20px 0px;
	height: 1px;
}

td#PopUpFormTitleCell
{
	width: 100%;
	color: #333333;
	padding-left: 4px;
	padding-right: 0px;
}

td#PopUpFormCloseBtnCell
{
	width: 22px; 
	padding-top:2px;
}

table.top-row-table {
    border: 0;
    width: 100%;
    table-layout: fixed;
    background-color: #E5362A;
}

.h2 {
    border-width: 2px 0px 0px 0px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 2px;
    margin-top: 6px;
    margin-bottom: 2px;
    color: #E5362A;
}

input.ake-button
{
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	color: #333333;
	text-align: center;
	text-decoration: none;
	background: #a5d5be;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-width: 0px;
	padding: 10px 28px 10px 28px;
	margin: 15px 0px;
}

input.ake-button-right {
    font-weight: bold;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: center;
    text-decoration: none;
    background: #a5d5be;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-width: 0px;
    padding: 10px 28px 10px 28px;
    margin: 15px 0px 0px 15px;
    float: right;
}

input.ake-button:hover {
	background: #666666;
	color: #ffffff;
}

input.ake-button-inline
{
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	color: #333333;
	text-align: center;
	text-decoration: none;
	background: #a5d5be;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-width: 0px;
	padding: 10px 28px 10px 28px;
	margin: 2px 0px 2px 0px;
}

input.ake-button-inline:hover {
	background: #666666;
	color: #ffffff;
}


.xd-grid
{
	width: 100%;
	color: #333333;
}

.xd-grid-header {
    background-color: #E5362A;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}

.xd-grid-header-desc {
    background-position: 5px;
    background-image: url('../Images/sortDesc.png');
    background-repeat: no-repeat;
    text-align: left;
    background-color: #E5362A;
    color: #ffffff;
    font-weight: bold;
    padding-left: 22px;
}

.xd-grid-header-asc {
    background-position: 5px;
    background-image: url('../Images/sortAsc.png');
    background-repeat: no-repeat;
    text-align: left;
    background-color: #E5362A;
    color: #ffffff;
    font-weight: bold;
    padding-left: 22px;
}

.ake-green-button, .ake-green-button:link, .ake-green-button:Visited, .ake-green-button:Active
{
	display: block;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	color: #333333;
	text-align: center;
	text-decoration: none;
	background-color: #a5d5be;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 0px;
	margin: 15px 0px;
}

.ake-green-button:Hover, .ake-green-button:focus
{
	border: 1px inset #808000;
	color: #000000;
	background: #666666;
    padding: 9px 0px;
}

.tool-menu-item, .tool-menu-item:link, .tool-menu-item:active, .tool-menu-item:visited
{
	background: transparent;
	border-style: none;
	color: #000000;
	font-family: "Helvetica Neue" , Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	border-width: 0px;
	border-style: none;
	border-color: transparent;
	border-width: 0px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	text-transform: none;
}

	.tool-menu-item:hover, .tool-menu-item:active
	{
		color: #000000;	
	}

.grid-view-link-inline, .grid-view-link-inline:link, .grid-view-link-inline:Visited, .grid-view-link-inline:Active
{
	padding: 2px;
}

	.grid-view-link-inline:Hover
{
	padding: 2px;
	background: #666666;
	color: #ffffff;
}

.grid-header-link-inline, .grid-header-link-inline:link, .grid-header-link-inline:Visited, .grid-header-link-inline:Active
{
	padding: 2px 4px 2px 4px;
}

	.grid-header-link-inline:Hover
{
	padding: 2px 4px 2px 4px;
	background: #666666;
	color: #ffffff;
}
