﻿/* Reset Margin & Padding; Assign default font and family */
html,body {
	margin: 0px;
	padding: 0px;
	font: 12px Tahoma, Verdana, sans-serif;
}

body {
	background: #CCCCCC url('images/bg_body.jpg') repeat-x;
	padding-bottom: 5px;
}

body.AjaxBody {
	background: #FFFFFF none;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: Navy;
}

a:hover {
	text-decoration: underline;
}

:focus {
	outline: none;
}

textarea {
	resize: none; /* Webkit Specific property: disables textarea resize grip*/
}

span.small {
	font: bold 10px Tahoma, Verdana, sans-serif;
}

h4 {
	margin: 0;
	padding: 0;
}

.CenterRoundPanel
{
	margin:auto;
}
.LDILogo {
	cursor: pointer;
	background: transparent url('images/cologo.png') no-repeat center center;
	width: 300px;
	height: 100px;
	outline: none;
	border: none;
}

/* Login Specific Classes */
.WhatsThis {
	cursor: help;
	text-align: right;
	background: url('images/icons/help.png') center center no-repeat;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.ForgotLogin {
	background: url('images/icons/lock_key.png') top left no-repeat;
	text-indent: 16px;
	padding-left: 16px;
	line-height: 16px;
	vertical-align: middle;
}

.ResetPassword {
	background: url('images/icons/lock_break.png') top left no-repeat;
	padding: 8px 0px 8px 16px;
	line-height: 16px;
	vertical-align: middle;
}


/* Navigation & Master Page Styles */
.MenuNav {
	position: relative;
	vertical-align: middle;
}

/* Overrides the default ASPxMenu controls to ignore the global anchor tag styles */
.dxgv__cci
{
	margin-left: 4px;
	margin-right: 4px;
	white-space:nowrap;
}
.dxmControl a, .dxmMenu a, .dxmVerticalMenu a, .dxmSubMenu a
{
	color: black !important;
	text-decoration: none !important;
}
.dxmLoadingPanel
{
	font: 9pt Tahoma;
	color: #303030 !important;
}

.SearchBar {
	position: absolute;
	right: 5px;
	top: 0px;
	vertical-align: middle;
	height: 34px;
}

.Content {
	margin: auto;
	width: 100%;
}

/* Master Page Footer */
.footer_nav,.footer_nav_r,.footer_nav ul
.footer_nav_r ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100;
	vertical-align: middle;
}

.footer_nav a,.footer_nav_r a {
	display: block;
	padding: 0 10px;
	z-index: 100;
}

.footer_nav li {
	float: left;
	border-right: solid thin grey;
}

.footer_nav li.last {
	border-right: none;
}

.footer_nav_r li {
	float: right;
	border-left: solid thin grey;
}

.footer_nav_r li.first {
	border-left: none;
}

/* Global Ajax Message Classes */
.AjaxMessage {
	margin: 0px 5px 10px 5px;
	padding: 5px 5px 5px 35px;
	font-weight: bold;
	background: #FFFFFF no-repeat 5px center;
	border: 1px solid #DDDDDD;
}

.AjaxMessage.Fail {
	color: #9e1111;
	background-color: #f5e8e8;
	background-image: url('images/fail.png');
	border-color: #dfb2b2;
}

.AjaxMessage.Success {
	color: #11a322;
	background-color: #e8f6e9;
	background-image: url('images/success.png');
	border-color: #b2e1b7;
}

/* Quick Contact Faux Close Button */
.pcCloseButton {
	float: right;
	background: transparent url('images/popup_sprite.png');
	background-position: 0px -50px;
	width: 15px;
	height: 14px;
	cursor: pointer;
}

/* Global Gridview odd row style */
.gvOddRow {
	background: #FFFFAD;
}

/* Global Table label and field cells; for continuity of styles */

td.Label {
	width: 150px;
	padding-right:8px;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
}

td.Required 
{		
	text-align: right;	
	background: url(images/asterisk.png) 99% 35% no-repeat;
	white-space: nowrap;
}
       
td.Field {
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
	padding-left: 3px;
}

.Required_Inline
{
	width: 8px;
	height: 8px;
	display: inline;
	line-height: 8px;
	background: url(images/asterisk.png) center center no-repeat;	
}
.highlight { background-color: yellow }
