/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS  */
@import url("responsive.gs.24col.css");
@import url("style_urs_override_dojo_minimal.css");


/*	EXAMPLE STYLES */
body {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
/*	color: white; */
	color: black;
	background: #DCDAD8;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-WOFF/Lato-Regular.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url('../fonts/Lato-TrueType/Lato-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

/*	HEADER STYLES */

header, .header {
	background: #15396b;
	color: #fff;
	text-align: left;
}

.article-banner-logo h1 {
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: 700;
	font-size: 2.5em;
	letter-spacing: .07em;
	color: #fff;
	margin-left: 60px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-shadow: 0 2px 4px rgba(0,0,0,.35);
}

.article-body h1 {
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2.5em;
	color: #4D4D4D;
	letter-spacing: .07em;
	padding-top: 20px;
	padding-bottom: 40px;
	line-height: 1.2em;
}

.article-body h2 {
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #4D4D4D;
	letter-spacing: .07em;
	padding-top: 9px;
}
.article-banner-logo p {
	font-family: Source Sans Pro, Helvetica, sans-serif;
	font-size: .65em;
	letter-spacing: .08em;
	font-weight: 300;
	text-shadow: 0 1px 2px rgba(0,0,0,.35);
	margin-left: 60px;
	margin-top: 0px;
	padding: 0px 0px;
}

.dot-logo {
	background: url('../img/dot-logo-small.png') no-repeat center left;
	height: 26px;
	margin-left: 30px;
}

.dot-logo p {
	font-size: .65em;
	letter-spacing: .03em;
	padding-left: 24px;
	padding-top: 6px;
	color: #AEBACA;
}



/*

PAGE STYLES start here!

*/

article {
	text-align: left;
	background: #fff;
	display: block;
    width: 100%;
/*    min-height: 768px; */
/*	padding-bottom: 100px; */
}

.article-banner {
	background: #447daf; /* Old browsers */
	background: -moz-linear-gradient(top, #447daf 0%, #2a578a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#447daf), color-stop(100%,#2a578a)); /*
	Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #447daf 0%,#2a578a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #447daf 0%,#2a578a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #447daf 0%,#2a578a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #447daf 0%,#2a578a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#447daf', endColorstr='#2a578a',GradientType=0 ); /* IE6-9 */
	/*-moz-box-shadow:    inset 0 0 6px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    box-shadow:         inset 0 0 6px rgba(0,0,0,.5);*/
}

.article-banner-logo {
	height: 80px;
	background: url('../img/dot-logo-big.png') no-repeat center left;
	margin-left: 20px;
}

.article-body {
	margin: 20px 30px 0px 30px;
	min-height: 768px;
}

.article-body .illustration {
	border: 1px solid #B5B4B3;
	width: 250px;
	height: 250px;
	display: block;
	float: left;
	margin-right: 40px;
	-moz-box-shadow:    inset 0 0 6px rgba(0,0,0,.25);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.25);
    box-shadow:         inset 0 0 6px rgba(0,0,0,.25);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}

.article-body .answer-option1 {
	color: #7f7f80;
	font-weight: bold;
	border: 1px solid #B5B4B3;
	background: #DCDAD8;
	height: 100px;
	width: 200px;
	-moz-box-shadow:    inset 0 0 6px rgba(0,0,0,.25);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.25);
    box-shadow:         inset 0 0 6px rgba(0,0,0,.25);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	margin-left: 300px;
	margin-bottom: 50px;
}

.article-body .answer-option1 a {
	background: url('../img/RadioButton 1.png') no-repeat center left;
	text-decoration: none;
	color: #7f7f80;
	display: block;
	text-align: center;
	line-height: 6.25em;
	height: 100%;
	width: 100%;
}

.article-body .answer-option1 a:hover {
	background: #fff url('../img/RadioButton 2.png') no-repeat center left;
	text-decoration: none;
	color: #414244;
	display: block;
	text-align: center;
	line-height: 6.25em;
	height: 100%;
	width: 100%;
	-moz-box-shadow:    0 0 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
    box-shadow:         0 0 6px rgba(0,0,0,.5);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}

.article-body .answer-option2 {
	color: #7f7f80;
	font-weight: bold;
	width: 200px;
	margin-left: 300px;
	margin-bottom: 50px;
	
}

.article-body .answer-option2 .checkbox {
	color: #7f7f80;
	font-weight: bold;
	border: 1px solid #B5B4B3;
	background: #DCDAD8;
	width: 57px;
	height: 57px;
	-moz-box-shadow:    inset 0 0 6px rgba(0,0,0,.25);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.25);
    box-shadow:         inset 0 0 6px rgba(0,0,0,.25);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}

.article-body .answer-option2 p {
	margin-left: 70px;
	margin-top: -55px;
	height: 100%;
	width: 130px;
	display: block;
}

.article-body .answer-option2 .checkbox a {
	background: url('../img/RadioButton 1.png') no-repeat center left;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 100%;
	width: 100%;
}

.article-body .answer-option2 a:hover {
	background: #fff url('../img/RadioButton 2.png') no-repeat center left;
	-moz-box-shadow:    0 0 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
    box-shadow:         0 0 6px rgba(0,0,0,.5);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}


.article-body .help {
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: .7em;
	line-height: 1.5em;
	letter-spacing: .03em;
	width: 200px;
	padding: 15px 15px;
	margin-left: 300px;
	color: #6699CC;
	border: 1px solid #6699CC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}

.article-body .continue {
	font-weight: bold;
	background: #FFD10F;
	height: 100px;
	width: 200px;
	-moz-box-shadow:    inset 0 0 6px rgba(0,0,0,.25);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.25);
    box-shadow:         inset 0 0 6px rgba(0,0,0,.25);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	margin-left: 300px;
	margin-bottom: 50px;
	cursor:pointer;
}

.article-body .continue a {
	text-decoration: none;
	color: rgba(0,0,0,.5);
	
	display: block;
	text-align: center;
	line-height: 6.25em;
	height: 100%;
	width: 100%;
}

/*
span.heavy {
	font-weight: bold;
}*/

/*	MENU small STYLES */

aside {
	/*-moz-box-shadow:    inset 0 0 6px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    box-shadow:         inset 0 0 6px rgba(0,0,0,.5);*/
}

.menu-small ul li a {
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #414244;
	font-size: .7em;
	letter-spacing: .05em;
	line-height: 6em;
	display: block;
    width: 100%;
    height: 100%;
}

.menu-small ul li {
	text-align: left;
	border-bottom: 1px solid #B5B4B3;
}

.menu-small ul li a.logout {
	background: url('../img/Logout.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

.menu-small ul li a.logout:hover {
	background: #fff url('../img/Logout.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	color: #414244;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.menu-small ul li a.menu {
	background: url('../img/Menu.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */	
}

.menu-small ul li a.menu:hover {
	background: #fff url('../img/Menu.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	color: #414244;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */	
}

.menu-small ul li a.save {
	background: url('../img/Save.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */	
}

.menu-small ul li a.save:hover {
	background: #fff url('../img/Save.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	color: #414244;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */	
}

.menu-small ul li a.report {
	background: url('../img/Report.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */	
}

.menu-small ul li a.report:hover {
	background: #fff url('../img/Report.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	color: #414244;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */	
}

.menu-small ul li a.print {
	background: url('../img/Print.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */	
}

.menu-small ul li a.print:hover {
	background: #fff url('../img/Print.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	color: #414244;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */	
}

.menu-small ul li a.next {
	background: url('../img/NextPage.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */	
}

.menu-small ul li a.next:hover {
	background: #fff url('../img/NextPage.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	color: #414244;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */	
}

.menu-small ul li a.prev {
	background: url('../img/PreviousPage.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */	
}

.menu-small ul li a.prev:hover {
	background: #fff url('../img/PreviousPage.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	color: #414244;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */	
}

.menu-small ul li a.help {
	background: url('../img/Help.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */	
}

.menu-small ul li a.help:hover {
	background: #fff url('../img/Help.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	color: #414244;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */	
}


.menu-small ul li a.chat {
	background: url('../img/Chat.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */	
}

.menu-small ul li a.chat:hover {
	background: #fff url('../img/Chat.png') no-repeat center left;
	padding-top: 2px;
	padding-left: 50px;
	color: #414244;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */	
}

.menu-small ul {
	padding-bottom: 100px;
	border-top: 1px solid #B5B4B3;
}



#ursLayoutContainer .jelam .dijitContentPane {
    padding: 0px;
}
























 