html, body {
	font:normal 12px verdana;
	margin:0;
	padding:0;
	border:0 none;
	overflow:hidden;
	background-color:#F2F2F2;
	color:#000;
	height:100%;
}

.branding {
	text-align:left;
	height:238px; 
	background:#4F657C url(../img/branding/DCL_site_1280_BG.jpg) no-repeat top center;
	border-bottom:1px solid #FFF;
	margin-bottom:30px;
}

#loginForm {
	width:300px;
	margin:auto;
}

#langs {
	color:#C4CED7;
	padding:20px;
}

#langs a, #langs a:active, #langs a:visited{
	color:#FBFDFC;
	text-decoration:none;
}
#langs a:hover {
	color:#98ACA1;
	text-decoration:underline;
}

.searchGridTbar {
	padding-top:1px !important;
	padding-bottom:1px !important;
}

.attention {
	color:#555;
	padding-left:18px;
	background:url(../img/icons/bullet_error.png) 0px -3px no-repeat;
}

.menu-title{
    background: #D6E3F2;
    border-style: solid;
    border-color:#DAE6F4 #99BBE8 #99BBE8 #DAE6F4;
    border-width: 1px;
    margin:-2px -2px 0;
    color:#15428b;
	font-weight:bold;
    padding:3px 20px 3px 8px;
}

hr{
	border:none;
	border-top:1px solid #99BBE8;
	border-bottom:1px solid #FFF;
}
.bold {
	font-weight:bold !important;
}

input, select, textarea {
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:11px;
}

.link, .link:active, .link:visited {
	text-decoration:none;
	color:#15428B;
}
.link:hover {
	color:#CC0000;
}

.x-layout-collapsed {
	background:none !important;
}


.corpus .x-html-editor-wrap {
	border-left:none !important;	
	border-right:none !important;	
}

.corpus .x-form-item-label {
	margin:0px !important;
	position:absolute !important;
	width:100% !important;
	padding-right:30px !important;
}

.corpus .x-form-check-wrap {
	width:auto !important;
	float:right !important;
}

.noBorder .x-html-editor-wrap {
	border-left:none !important;	
	border-right:none !important;	
	border-top:none !important;	
	border-bottom:none !important;	
}
