﻿body {
    background-image: url("../../Resources/Graphic/Chrome/BG/bg.png");
    background-repeat:repeat-x;

}

a {
	color: #0089B3;
}

a:hover {
	color: #005E7B;
}

.Button, .ButtonDisabled {
	/*padding-right: 7px;
	background: url(../Graphic/Chrome/Control/ButtonRight.png) right no-repeat;
	display: block;
	float: left;
	height: 35px;*/
    cursor:hand;
    cursor:pointer;
    -moz-box-shadow:inset 0px 1px 1px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 1px 0px #ffffff;
	box-shadow:inset 0px 1px 1px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:42px;
	-moz-border-radius-topleft:42px;
	border-top-left-radius:42px;
	-webkit-border-top-right-radius:42px;
	-moz-border-radius-topright:42px;
	border-top-right-radius:42px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:42px;
	-moz-border-radius-bottomleft:42px;
	border-bottom-left-radius:42px;
	text-indent:0px;
	border:2px solid #dcdcdc;
	display:inline-block;
	color:rgb(51,51,51);/*#777777;*/
	/*font-family:Arial;
	font-size:19px;*/
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	/*width:130px;*/
    min-width:50px;
    padding:0 15px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.Button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color:rgb(51,51,51);/*#777777;*/
    text-decoration: none;
}
.ButtonDisabled:hover {
	background-color:#dfdfdf;
	color:rgb(51,51,51);
    text-decoration: none;
}
.Button:active {
	position:relative;
	top:1px;
	color:rgb(51,51,51);/*#777777;*/
}

.Button span, .ButtonDisabled span {
	/*text-align: center;
	color: #fff;
	font-weight: 700;
	background: url(../Graphic/Chrome/Control/ButtonLeft.png) left no-repeat;
	line-height: 35px;
	display: block;
	padding: 0 3px 0 10px;*/
	text-transform: capitalize;
}

.Button:hover span, .ButtonDisabled:hover span  {
	text-decoration: none;
}

.Button.subtle {
	font-weight: 700;
	text-decoration: none;
	background-image: none;
	-moz-border-radius: 3px;
	border-color: #285581;
	border-style: solid;
	border-width: 1px;
	background-color: #EEEEEE;
	color: #3B5998;
	border: 1px solid #CCCCCC;
	padding: 2px 4px 0 2px;
	text-transform: capitalize;
	height: 20px;
}

.Button + .Button {
	margin-left: 5px;
}

.Message, .ValidationMessageContainer {
	background-color: #FFF8CC;
	border-bottom: 1px solid #FFE222;
	padding: 2px 4px;
}

.Message.main {
	margin: 5px 0px;
	padding: 8px;
	font-size: 1.4em;
	border: 1px solid #FFE222;
	line-height: 1.3em;
}

.NotificationContainer {
	position: fixed;
	width: 300px;
	height: auto;
	margin: 5px;
	top: 0;
	left: 0;
}

.Notification .ui-icon {
	margin-top: 2px;
}

.Notification .CloseButton {
	float: right;
	display: block;
}

.Notification .MessageIcon {
	float: left;
	display: block;
}

.Notification {
	padding: 5px;
	margin: 10px;
}

.Notification .Message {
	display: block;
	border: none;
	background-color: transparent;
	padding: 0 18px;
}

.Header {
	clear: both;
	color: #333333;
	font-weight: bold;
	padding: 10px 10px 0px 10px;
	margin-left: 25px;
}

.Header .Icon {
	margin-right: 10px;
	vertical-align: middle;
}

.SubHeader {
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	color: #444444;
	overflow: hidden;
	padding: 2px 8px;
}

.LinkList {
	clear: both;
	list-style: url(../Graphic/Chrome/Control/Bullet.png);
	list-style-position: outside;
	color: #158bd3;
	margin: 5px 0px 0px 15px;
}
.LinkList li {
	display: list-item;
	padding: 5px 10px 5px 0px;
}

.LinkList li a {
	color: #158bd3;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.ValidationMessageContainer h2 {
	font-weight: bold;
}

.ValidationMessageContainer ul {
	margin: 2px 8px;
}

.ValidationMessageContainer li {
	margin: 2px 0px;
}

.ValidationMessageContainer strong {
	color: #3B5998;
}

.LoadOverlay {
	background-color: #CCC;
}

.LoadOverlayMessage {
	border: 1px solid #898989;
}

.LoadOverlayMessage div {
	padding: 5px 10px 5px 25px;
	background: #fff url(../Graphic/Utility/Loading.gif) no-repeat 5px 5px;
	line-height: 16px;
	cursor: wait;
}