body.xsp{
	background-color: #F4F5F6;
    font: 15px "Trebuchet MS",Arial,Helvetica,sans-serif;
}
hr {
    border-color: #8F8553;
    border-width: 4px;
}




.applayout-banner {
	background: #000000; /* Old browsers */
	background:	url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyNTI1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)	;
	background: -moz-linear-gradient(top, #525252 0%, #000000 100%);	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #525252), color-stop(100%, #000000) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #525252 0%, #000000 100%);	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #525252 0%, #000000 100%);	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #525252 0%, #000000 100%);	/* IE10+ */
	background: linear-gradient(top, #525252 0%, #000000 100%); /* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr ='#525252', endColorstr = '#000000', GradientType = 0 ); /* IE6-8 */

    width: 100%;
    min-height: 28px;
    z-index: 999;

}
.applayout-utility-links > li > a {
    color: #EEEEEE !important;
    font-size: 0.9em;
    font-weight: bold;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 5px;
}

.container-full > .row > .dropdown{
    background-color: #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    
}

.applayout-titlebar {
	background: #f5ebb9; /* Old browsers */
	background:	url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZWJiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWIyNmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)	;
	background: -moz-linear-gradient(top, #f5ebb9 0%, #beb26f 100%);	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5ebb9),color-stop(100%, #beb26f) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5ebb9 0%, #beb26f 100%);	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5ebb9 0%, #beb26f 100%);	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5ebb9 0%, #beb26f 100%);	/* IE10+ */
	background: linear-gradient(top, #f5ebb9 0%, #beb26f 100%); /* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr ='#f5ebb9', endColorstr = '#beb26f', GradientType = 0 ); /* IE6-8 */

    width: 100%;
    border-bottom: 1px solid #8F8553;
    min-height: 56px;

}
.navbar-brand {
    height: 0;
    padding: 0;
}

.applayout-titlebar h4,.applayout-titlebar h4.lotusEllipsis { 
    color: #444444;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 2em;
    font-weight: bold;
    margin: 0 auto !important;
    padding: 0px;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
    float:none;
}

.applayout-content {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-top:none;    
}

.panel-default > .panel-heading {
    color: #000000;
    font-size: 0.9em;
    font-weight: bold;
}
.panel-body {
	font-size: 0.9em;
    padding: 10px;
}


.nav-pills > li > a{
	color: #000;
	font-weight: bold;
}
.nav-pills > li.active > a,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav.nav-pills>li.active>a{
	background: #f5ebb9; /* Old browsers */
	background:	url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZWJiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWIyNmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)	;
	background: -moz-linear-gradient(top, #f5ebb9 0%, #beb26f 100%);	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5ebb9), color-stop(100%, #beb26f) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5ebb9 0%, #beb26f 100%);	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5ebb9 0%, #beb26f 100%);	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5ebb9 0%, #beb26f 100%);	/* IE10+ */
	background: linear-gradient(top, #f5ebb9 0%, #beb26f 100%); /* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr ='#f5ebb9', endColorstr = '#beb26f', GradientType = 0 ); /* IE6-8 */    
	color: #000;
	border: 0px solid #beb26f;
}

.btn.dropdown-toggle {
	background: #f5ebb9; /* Old browsers */
	background:	url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZWJiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWIyNmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)	;
	background: -moz-linear-gradient(top, #f5ebb9 0%, #beb26f 100%);	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5ebb9), color-stop(100%, #beb26f) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5ebb9 0%, #beb26f 100%);	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5ebb9 0%, #beb26f 100%);	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5ebb9 0%, #beb26f 100%);	/* IE10+ */
	background: linear-gradient(top, #f5ebb9 0%, #beb26f 100%); /* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr ='#f5ebb9', endColorstr = '#beb26f', GradientType = 0 ); /* IE6-8 */    
	color: #000;
	margin: 10px;	
}

.news-collapse{
	border-bottom: 4px solid #8F8553;    
}
.lotusMeta {
	color: #999;
	font-size: 65%;
}
.form-group td {
	padding-bottom: 10px;
}
*

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
border-top: 0px solid #ddd
}












/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.applayout-titlebar h4,.applayout-titlebar h4.lotusEllipsis { 
   		font-size: 2em;
   		padding: 0;
	}
	.applayout-legal {
    	margin-left: 0;
    	margin-right: 0;
	}	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.applayout-titlebar h4,.applayout-titlebar h4.lotusEllipsis { 
   		font-size: 2em;
	}
	.applayout-searchbar{
		width:100%;
	}
	.applayout-legal {
    	margin-left: 0;
    	margin-right: 0;
	}	
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.applayout-titlebar h4,.applayout-titlebar h4.lotusEllipsis { 
   		font-size: 2em;
	}
	.applayout-searchbar{
		width:100%;
	}
	.applayout-legal {
    	margin-left: 0;
    	margin-right: 0;
	}	
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.applayout-titlebar h4,.applayout-titlebar h4.lotusEllipsis { 
   		font-size: 2.8em;
   		padding: 0.25em 0 0 18.5%;
	}
	.applayout-searchbar{
		width:17%;
	}
	.applayout-legal {
    	margin-left: 16.6667%;
    	margin-right: 16.6667%;
	}	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.applayout-titlebar h4,.applayout-titlebar h4.lotusEllipsis { 
   		font-size: 2.8em;
   		padding: 0.25em 0 0 18.5%;
	}
	.applayout-searchbar{
		width:17%;
	}
	.applayout-legal {
    	margin-left: 16.6667%;
    	margin-right: 16.6667%;
	}			
}












p {
    margin: 10px 0;
}
.faqContentContainer, .faqListContainer
.ruleContentContainer, .ruleListContainer {
    padding-top: 25px;
}
h4.faqListHeader{
	padding: 15px 0px;
}
.faqListEntry{
	display: table;
	padding-left:15px;
}
.faqContent{
	border: 1px solid #C2C2C2;
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    margin: 7px 0;
    padding: 5px;
}

.faqContent > a:first-of-type, .ruleContent > a:first-of-type {
	display: inline-block;
	position: relative;
	top: -110px;
}
.announcements > li{
	padding-bottom:20px;
}
.ruleList0, .ruleList1, .ruleList2, .ruleList3, .ruleList4, .ruleList5 {
    display: table;
    padding-bottom: 5px;
}
.ruleList1 {
    padding-left: 15px;
}
.ruleList2 {
    padding-left: 30px;
}
.ruleList3 {
    padding-left: 45px;
}
.ruleList4 {
    padding-left: 60px;
}
.ruleList5 {
    padding-left: 75px;
}

.ruleContent{
	padding-top:10px;
}

.ruleContent span{
	padding-right:10px;
}

.ruleContent0, .ruleContent1, .ruleContent2, .ruleContent3, .ruleContent4, .ruleContent5{
	padding-bottom: 10px;
}
.ruleContent0{
	padding-left: 0px;
}
.ruleContent1{
	padding-left: 30px;
}
.ruleContent2{
	padding-left: 60px;
}
.ruleContent3{
	padding-left: 90px;
}
.ruleContent4{
	padding-left: 120px;		
}
.ruleContent5{
	padding-left: 150px;
}
.domino-table, .domino-table td {
    border: 0px solid #000000;    
}

.borders.domino-table, .borders.domino-table td,  td.borders {
	border: 1px solid #000000;
}

.borders.domino-table td,  td.borders {
	padding: 0px 5px;
}

.nowrap.domino-table, .nowrap.domino-table td,  td.nowrap {
	white-space: nowrap;
}
.nowrap{
	white-space: nowrap;
}
ul.domino-par--indent {
    margin-bottom: 0px;
    margin-top: 0px;
}
ol.domino-par-list > li, ul.domino-par-list > li{
    margin-bottom: 10px;
    margin-top: 10px;	
}



.messageBoxTitle{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
	display: inline-block;
	padding-left: 10px;
}
.messageTitle{
	font-weight: bold;
	padding-right: 5px;
}
.alert .glyphicon {
	font-size: 1.75em;
}

img.lotusHelpIcon {
	background-image:url(/oneuiv2/images/iconHelp16.png);
	background-repeat: no-repeat;
	width:16px;
	height:16px;	
}
img.lotusCommentIcon{
    background-image: url("/oneuiv2/images/iconComment16.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 16px;
    width: 16px;
}
img.lotusWarningIcon{
    background-image: url("/oneuiv2/images/iconWarning16.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.fontSize1{font-size:0.75em;}
.fontSize2{font-size:1em;}
.fontSize3{font-size:1.25em;}
.fontSize4{font-size:1.5em;}
.fontSize5{font-size:1.75em;}
.fontSize6{font-size:2em;}
.fontSize7{font-size:2.25em;}


@media print {
	.lotusBanner, .lotusTitleBar, .lotusColLeft, .lotusColRight, .lotusFooter, .lotusLegal, .ruleListContainer {
		display:none !important;
	}
	.ruleContent{
		page-break-inside:avoid;
	}
}
