* {
	margin:0;
}
html,body {
	height:100%;
}
body {
	margin:0;
	height:100%;
	width:100%;
	font-size:14px;
	line-height:1.66em;
	background:#fff; 
	font-family: Corbel,"Lucida Grande","Lucida Sans","Bitstream Vera Sans",Verdana,sans-serif;
	color:#000;
}
code { 
        font-size:11px;
}

pre { 
        max-width: 640px;
		min-width:150px; 
        overflow:auto;
        max-height:100px; 
}

p {
	font-size: 1em;
	margin: 1.2em 0;
}

ul, ol {
    margin:0em 1em;
	list-style-type:disc;
}
h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-bottom: .17em;
	margin-top:0.5em;
}

h2 { font-size: 1.5em; }
h3 { font-size: 1.33em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.1em; }

h1#logo {
	background-image:url(/shared/images/logo/logo.png);
	width:450px;
	height:100px;
	position:relative;
	left:40px;
	margin-right:40px;
	float: left;
}

a {
	color: #476CB1;
	text-decoration: none;
}
a:hover {
	color: #aa2f2f;
}
.content a {
	border-bottom:1px solid #f6d05e;
}

#content a:hover { border-bottom-color:transparent; }


a.legal {
	color:#7a7a7a;
	padding-top:3px;
	padding-bottom:3px;
	font-size:0.95em;
	text-decoration: none;
	margin:0 1em;
}
a.legal:hover {
	background-color: #cccccc;
	padding-top:3px;
	padding-bottom:3px;
	color: #7a7a7a;
}


pre, .monospace, code {
	font-family:  "Bitstream Vera Sans Mono", Consolas, "Andale Mono", "Lucida Console", Monaco, "Courier New", Courier, monospace;
	font-size: 1em;
}

h2.title, h1.title {
	display:block;
	/** webkit */
	color:transparent;
	text-indent:-999em;
	background-repeat: no-repeat;
	background-position: left center;
	width:500px;
	height:50px;
	
}
h2#error-404 {
	background-image:url(/shared/images/headers/404.png);
}

#header div {
	float:left;
}

hr { 
	background:#AFAFAF url(/shared/images/template/gloss-top.gif) repeat-x scroll left top;
	border-color:#EAEAAE;
	border-style:solid none;
	border-width:1px medium;
	color:#AFAFAF;
	height:2px;
	width:85%;
	margin: 1em auto;
}
/**
 * container outer style
 */
#page { 
	background:#fff; 
	width:100%; 
	min-height:100%;
	height: auto !important;
	height: 100%; 
	margin:0 auto -75px; 
	z-index:50;
}


#ui-footer .ui-footer-border {
	width:100%;
	height:1px;
	background:#fff;
	overflow: hidden;
}

#ui-footer .ui-footer-wrap {
	width:900px;
	margin: 0 auto;
	padding-top:10px;
}

#ui-footer a {
	border-bottom: 0 none;
	text-decoration: none;	
}

#ui-footer .ui-version-info , #ui-footer .ui-copyright {
	display:block;
	clear: both;
	width:100%;
}
#ui-footer .ui-copyright {
	text-align: center;
}

#ui-footer label { 
	color: #ccc;
}

#ui-transition {
	height:300px;
	position:absolute;
	z-index:0;
	top: 150px;
	width:100%;
	top:100px;
	left:0;
	background:url(/shared/images/template/app-transition.jpg) repeat-x top left;
}

#ui-app-container {
	z-index:1;
	background:url(/shared/images/template/app-glow.png) no-repeat top center;
	font-weight:normal;
    height:auto;
	padding:1em;
	background-position:0 2px;
	width:100%;	
}

.ui-app-container td { padding:3px; }


#ui-footer {
	font-size:0.85em;
	color:#adadad;
	border-top:1px solid #dfdfdf;
	margin:0 auto;
	width: 100%;
	clear: both;
	background:#f4f4f4 url(/shared/images/template/footer/footer-bg.png) center top no-repeat;
	position: relative;
	height:74px;
	text-align: center;
	overflow:hidden;
}

#ui-footer-clear {
	height:75px;
	clear:both;
}
.ie6 #page { height: 100%; }
#wrap {
	width:900px;
	position:relative;
	margin:0 auto;
}


#ui-header {
	float: left;
	width: 100%;
}

#body {
	top:100px;
	margin: 0 auto 20px auto;
	position:absolute;
	float:left;
	left:50%;
	text-align:left;
	/*z-index:1;*/
	margin-left:-450px;

}
#ui-content {
	float: left;
    width:100%;
	padding-top:1em;
	/*padding: 1em;*/
	/*background-color:white;*/
}


div#ui-breadcrumbs {
	background-color:#f4f4f4;
	border-bottom:1px solid #d6d1c9;
	border-top:0px solid #FFFFFF;
	padding:5px 5px 5px 15px;
	position: relative;
}

#ui-breadcrumb-category {
	padding-left:24px;
	background:url(/shared/images/template/app-bar/crumb-start.png) left center no-repeat;
	display: block;
	height: 30px;
}

.ui-breadcrumbs .ui-breadcrumb-apps {
	list-style: none;
	margin: 0;
}

.ui-breadcrumb-apps .ui-breadcrumb {
	background:transparent url(/shared/images/template/app-bar/app-sep.gif) no-repeat scroll left center;
	float:left;
	margin:0;
	padding-left:10px;
	padding-right:5px;
	position:relative;
}

.ui-breadcrumb-apps .ui-app-first { background: transparent; padding-left:0px; }
#ui-breadcrumbs .ui-breadcrumb a, #ui-breadcrumb-category {
	color:#333;
	text-decoration: none;
}

#ui-breadcrumbs .ui-breadcrumb a:hover, #ui-breadcrumb-category:hover {
	color:#999;
	text-decoration: none;
}

#ui-breadcrumbs .ui-breadcrumb-apps .ui-app-active {
	font-weight:bold;
}

.ui-gloss-top {
	background-image: url(/shared/images/template/gloss-top.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#ui-nav-glow {
	position: relative;
	padding:7px 3px 0 3px;
	background:transparent url(/shared/images/template/app-glow.png) top center;
}

.ui-menu-border { 
       width:1px; height:100%; 
       background:#E0E0D1;
       position: absolute;
	   z-index: 6;
       top:0;
}

.ui-menu-border-r {
	right:0;
}

.ui-menu-border-l {
	left: 0;
}

.ui-action {
	display: inline-block;
	width:20px;
	height:20px;
	border:0 none;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-999em;
}

#sitemap-link {
	background-image:url(/shared/images/template/footer/app-index-ico.gif);
	line-height:1.75em;
	margin-right:1em;
	text-transform: lowercase;
	position: absolute;
	right:0;	
}


select[disabled], input[disabled] {
	background: #efefef !important;
	color: #999;
}

input[type=submit], button, input[type=button], input[type=reset], .button, .button_warn {
	text-align:center;
	margin:2px;	
	cursor:pointer;
	overflow:visible;
}

input, button, div.button {
	padding:2px 4px;
	font-size:inherit;
	font-family: "Segoe Ui", Candra, "Bitstream Vera Sans", "Dejavu Sans", "Trebuchet MS", Verdana;
}

input[type=text], input[type=password], textarea, .ui-text, select {
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #DDDDDD;
	padding:2px;
	
}

input[type=text]:hover, input[type=password]:hover, textarea:hover, .ui-text:hover {
border-color:#BBBBBB;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, .ui-text:focus {
border-color:#a2d72a;
}

/**
 * @TODO This should become the primary input style
 */


input[type=submit], input[type=button], input[type=reset], button, .button_warn, .secondary {
	border:1px solid #EAEAEA;
	color: #333;
	background:#d9d8d4 url(/shared/images/buttons/bg-normal.png) top left no-repeat;
	border-color:#b8b8b8 #adadaa #a3a19b #b8b8b8;
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, button:hover, .button_warn:hover, .secondary:hover {
	background-image:url(/shared/images/buttons/bg-normal-roll.png);
	background-color:#c8c7c3;
}

input.main, input.primary, button.main {
	border:1px solid #B79628;
	color:#fff;
	text-shadow: 1px 1px 4px #a2802f;
	font-weight: bold;
	background:#fff url(/shared/images/buttons/bg-main.png) repeat-x left top;
	border-color:#d89d24 #ce861f #cd7f19 #d89d24;
}

input.main:hover, input.primary:hover, button.main:hover {
	background-image:url(/shared/images/buttons/bg-main-roll.png);
}


label.hinted {
	display:none;
}

input.hinted {
	color:#aaa;
}

.ui-action {
	display: inline-block;
	width:20px;
	height:20px;
	border:0 none;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-999em;
}

.ui-action-label { text-indent: 0; width: auto; background-position: right center; padding-right:21px; margin-right:3px; line-height:1.5em;}

#cp_login {
	display:none;
	position:absolute;
	z-index:9999;
	right:175px;
	top:20px;
}

#login-container, #cp-underlay {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.ie6 #cp-underlay { 
	display: none;
}

#cp-underlay {
	background:#393939;
	bottom:-10px;
	height:auto;
	left:-10px;
	opacity:0.5;
	filter: alpha(opacity=50);
	z-index:99;
	top:-10px;
	right:-10px;
	overflow: visible;
	position: absolute;
	width:auto;
}
#login-container {
	position: relative;
	background:#fff;
	border:1px solid #dedede;
	padding:3px;
	margin-top:-1px;
	width:150px;
	padding:10px;
	z-index:100;
}

#cp-login-close, #cp-login-small {
	height:32px;
	text-indent:-999em;
	display: block;
	float: left;
}

#cp-login-small {
	background:url(/shared/images/cp-login-hdr.png) center left no-repeat;
	width:100px;
}

#cp-login-close {
	background:url(/shared/images/modal/modal-close.png) center center no-repeat;
	top: -10px;
	float: right;
	position: relative;
}
#cp-submit {
	margin: 0.5em 0 0.25em 0;
}

#cp_login img { padding-bottom:3px; padding-top:6px; }

.cp-label {
	color:#9a9a9a;
}


.cp-options {
	color:#9a9a9a;
	margin:0 0 0.25em 0;
	padding:0; 
}


.header-quicklink {
	text-indent:-999em;
	position:relative;
	top:10px;
	display:block;
	width:125px;
	height:40px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

#ui-header-buttons { float:right; margin-right:40px; }
a#contact_us_btn {
	background-image:url(/shared/images/index/connector/contact-us.png);
}
a#cp_login_btn {
	background-image:url(/shared/images/index/connector/cp-login.png);
}

#esprit_form .login-input {
	width: 90%;
	margin-left:0;
}

.center {
	text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.top { vertical-align: top !important; }
.bottom { vertical-align: bottom !important;}

#calendar td {
	font-size:0.85em;
}
