/****LAYOUT****/
html, body {
	border: 0;
	padding: 0;
	margin: 0 auto;
	font: 90% Arial, Helvetica, sans-serif;
	color:#333;
	background: #ffffff;
	width:100%;
	height:100%;
}
header {
	padding:4px 20px 4px 20px;
	background-color: #f5f5f5 !important;
	background-image:none!important;
	border-bottom: 1px solid #e3e3e3;
}
.environment {
	color:#7a2535;
}


/***BASE HTML STYLES***/
h1 {
	margin:0 400px 0 0;
	padding: 20px 0 20px 15px;
	color: #333;
}
h1.title {
	display: block;
	width: 100%;
	padding: 20px 0 20px 0;
	margin-bottom: 20px;
	font-size: 41px;
	line-height: 40px;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	font-weight:normal !important;
}
h2 {
	padding: 0;
	font-size: 21px !important;
	line-height: 40px;
	color: #333;
	font-weight:normal !important;
}
h2.grid-title {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	font-size: 21px;
	line-height: 20px;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	font-weight:normal !important;
}
h2.title {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	font-weight:normal !important;
}
	
h3 {
	margin: 1em 0 .5em 0;
	padding: 0;
	color:#333;
	font-size: 18px !important;
	line-height: 20px;
	font-weight:normal !important;
}
a {
	text-decoration:none;
	color:#005197;
	cursor:pointer !important;
}
a:hover {
	text-decoration: underline;
	color:#336699;
	cursor:pointer !important;
}

/**Error Messages **/


div.alert ul{
	list-style:none;
	background: url(../image/icon/small/vsdc/error.png) no-repeat 15px center;
	padding: 5px 0 5px 40px;
	margin:0;
}
ul.alert {
	list-style:none;
	margin:0 0 20px 0;
	background: #f2dede url(../image/icon/large/vsdc/error.png) no-repeat 10px center;
	padding: 20px 20px 20px 60px;
}
ul.text-error {
	list-style:none;
	display:block;
	background: url(../image/icon/small/vsdc/error.png) no-repeat 10px center;
	margin: 0 0 0 -10px;
	padding: 3px 0 2px 30px;
	font-size: 12px;
}

a img {
	border: none;
}
.a11yNode {
	display:none;
}
.bottom {
	border: none !important;
	margin: 0 8px;
}
.button-bar {
	float:left;
	width:90%;
	margin-top:8px;
	padding: 18px;
}
.bottomButton {
    clear:both;
    padding: 10px;
}


/***Dojo Containers***/

.dijitDialogPaneContent div#selectionArea,  .dijitDialogPaneContent div#activity_content{
	width:auto !important;
	height: 98% !important;
}
.dijitDialogPaneContent div#selectionArea form {
	width:auto !important;
	/*background: #EFF5FF !important;*/
    margin: 0 0 2px 0;
}
.claro .dijitSplitContainer-child, .claro .dijitBorderContainer-child {
	border-color: #ddd !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
iframe div.dijitBorderContainer {
	height:100% !important;
}

/****Dojo Dialogs****/

.claro .dijitDialogUnderlay {
	background:#000000 !important;
}
.claro .dijitDialogTitleBar {
	display:block !important;
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px !important;
	line-height: 20px;
	color: #333333 !important;
	background:none;
}
.dijitDialog .closeText {
	display:inline !important;
	font-size: 21px !important;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.closeText:hover {
	color: #000000 !important;
	text-decoration: none;
	cursor: pointer !important;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.claro .dijitDialogCloseIcon {
	background:none !important;
}

.claro .dijitDialogCloseIcon:focus, .closeText:focus{
	outline:none !important;
}

.claro .dijitDialog {
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.claro .dijitDialogPaneContent {
	border-top:none;
}

/****Kendo Tooltip****/
.k-animation-container .k-tooltip {
    background: #F5F5F5 !important;
    border-color: #D4D4D4 !important;
    color: #7B2635 !important;
}

.k-animation-container .k-callout-w {
    border-right-color: #D4D4D4 !important;
}

/****Kendo Wrap Headers****/
.k-grid  .k-grid-header  .k-header  .k-link {
    height: auto;
}

.k-grid  .k-grid-header  .k-header {
    white-space: normal;
}