/**
* Some CSS adapted from phpBB.com rules page
*/

/* page layout */
.boardrules-container {
	position: relative;
	overflow: hidden;
	background-color: #ECF1F3;
    padding: 14px;
    border-radius: 7px;
    margin-top: 16px;
}

.content h3 {
	text-transform: none;
	border-bottom: none;
	margin-top: 5px;
}

.content ol {
	font-size: 1.2em;
	margin-left: 2em;
}

.rtl .content ol {
	margin-right: 2em;
	margin-left: 0;
}

.content ol ol {
	font-size: 1em;
}

/* rules */
.boardrules-rules {
	padding-right: 0px;
}

.boardrules-rules li {
	/*margin-bottom: 20px;*/
	                      margin-bottom: 34px;
}

.boardrules-rules ol {
	list-style: lower-alpha;
}

.boardrules-rules ol li {
	margin-bottom: 5px;
}

.boardrules-rules ol .rule-item {
	padding-bottom: 5px;
	font-size: 0.9em;
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    line-height: 1.4em;
}

.boardrules-rules ol .rule-item ul,
.boardrules-rules ol .rule-item ol {
	margin: 1em 0 1em 3em;
}

.boardrules-rules ol li ol {
	list-style: lower-roman;
}

.rtl .boardrules-rules {
	padding-right: 0;
	padding-left: 50px;
}

.rtl .boardrules-rules ol .rule-item ol {
	margin-right: 3em;
	margin-left: 0;
}

/* rules sections mini panel */
.boardrules-categories {
	float: right;
	width: 260px;
	margin: 26px 0 30px 26px;
}

.rtl .boardrules-categories {
	float: left;
	margin-right: 30px;
	margin-left: 0;
}

.mini-panel {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 6px;
	padding: 5px 10px;
	    font-size: 1.1em !important;
	    margin-top: -25px;
}

.mini-panel h3 {
	margin: 5px 0 0;
}

.boardrules-menu {
	border-top: 1px solid #ffffff;
	list-style: none;
	                    margin-bottom: -4px;
}

.boardrules-menu li {
/*border-bottom: 1px solid #cccccc; */
    margin: 0;
    padding: 5px 0 7px;
    border-bottom: 1px dotted #ffffff;

}

.boardrules-menu li:last-child {
	border-bottom: none;
}

/* rule highlighting */
.highlight {
	/*font-weight: bold;*/
	/*background-color: #ecd5d8;*/
	color: #333333;
    /*padding: 3px 6px 0;*/
}

/* responsive design */
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.boardrules-categories,
	.rtl .boardrules-categories {
		text-align: center;
		float: none;
		width: 100%;
		margin: 0;
	}

	.boardrules-container {
		width: 100%;
		margin: 0;
	}
	
	.mini-panel {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 6px;
    padding: 5px 10px;
    font-size: 1.1em !important;
     margin-top: 0px;
}
	
}

/* Non default ordered list modifiers (bulleted or none) */
.content .br-list-style-disc {
	list-style-type: disc;
}

.content .br-list-style-none {
	list-style-type: none;
	margin-left: 0px;
	/*margin-bottom: -10px;*/
	                    margin-bottom: -28px;
}

.content > .br-list-style-none {
	margin-left: 0;
	                   margin-top:12px;
}

.rtl .content > .br-list-style-none {
	margin-right: 0;
}

h3004 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border-bottom: 1px dashed #CCCCCC !important;
    margin-bottom: 0px !important;
    padding-bottom: 8px !important;
    font-size: 1.15em;
    margin-top: -3px !important; 
    /*color: #105289;*/
                          color: #425067;
    display: block;
}

h3005 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border-bottom: 1px dashed #CCCCCC !important;
    margin-bottom: 3px !important;
    padding-bottom: 7px !important;
                              padding-top: 8px;
    font-size: 0.95em;
    margin-top: 0px !important; 
    /*color: #105289;*/
                      color: #425067;
    display: block;
}

.bg1 {
    background-color: #CADCEB;
    
}

.content {
    clear: both;
    min-height: 3em;
    overflow: hidden;
    line-height: 1.4em;
    font-family: Arial, sans-serif;
    font-size: 1em;
    padding-bottom: 1px;
    margin-bottom: -17px;
                   padding-top: 8px;
}