﻿@charset "utf-8";
/* CSS Document */
.bg_color {
	background-color: #f0f6fe;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size: 1.1em;

}




.spacer {
	height: 10px;
}

#main_container #Left_Container {
	float: left;
	width: 29%;
	height: 100%;
}

.left_cont {
		padding-right: 10px;
}
#main_container #Right_Container {
	float: right;
	width: 70%;
	height: 100%;
	overflow: hidden;
}
.checkbox_cont {
	float: left;
	width: 3%;
	height: 100%;
}
.checkbox_text {
	width: 97%;
	height: 100%;
	overflow: hidden;
}


.sections .ui-accordion-header {
    display: block;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0;
}

.sections .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.header_main {
	font-weight: bold;color: #ffffff;
	background-color: #2d3142;
	border: #990000;
	border-top-style: solid;
	border-top-width: thin;
	border-left-style: solid;
	border-left-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.header_sub {
	font-weight: bold;color: #990000;
	background-color: #eee;
	border: #990000;
	border-top-style: solid;
	border-top-width: thin;
	border-left-style: solid;
	border-left-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.headerImg {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    float: left;
    margin-right: 20px;
}
 
.letter_red_center {
	font-weight: bold;color: #990000;
	text-align: center;
}

.black_text {
	font-weight: normal;color: #000000;

}

.red_text {
	font-weight: bold;color: #990000;

}

.red_text2 {
	font-weight: normal;color: #990000;

}

.black_text_bold {
	font-weight: bold;color: #000000;

}   

.indent{
	margin-left: 50px;


}   
.indent2{
	margin-left: 100px;

}  

.indent3{
	margin-left: 200px;

}  

.indent4{
	margin-left: 700px;

}  
.indent5{
	margin-left: 700px;
color: #990000;
}

.ui-dialog .ui-dialog-title {
    white-space: normal !important;
}

.button {
    background-color: #575f80;
    border: none;
    color: white;
    padding: 10px 12px;
    font-size: 14px;
    cursor: pointer;
    float: right;
}

    .button:hover {
        background-color: #2d3142;
    }

area.justTitle {
    cursor:default;
}
