@CHARSET "ISO-8859-1";

body {
	background-color : #d2d2d2;
	font-family : Arial;
}

body.body_login {
	background-color : #ffffff;
	font-family : Arial;
}
a {
	text-decoration : none;
}
thead {
	display: table-header-group;
}
tbody {
    display: table-row-group;
}
tr {
	page-break-inside: avoid;
}
td{
	vertical-align : super;
}
td.label {
	width : 200px;
}

/*--------- Heading -----------*/
h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* .container_12 { */
	/*border : 1px solid green;*/
/* } */

/*----------Login box---------*/
#login_box_top {
	background : url(../images/login_top.png) no-repeat;
	height : 70px;
	margin-top : 100px;
}
#login_box_content {
	background : url(../images/login_content.png) repeat-y;
}
#login_message {
	margin : 5px auto;
}
#login_message h6 {
	text-align : center;
}
#login_box_content table {
	margin : 10px auto;
}
#login_box_content table td {
	padding-top : 5px;
}
#login_box_bottom {
	background : url(../images/login_bottom.png) no-repeat;
	height : 10px;
}
.btn_login{
	background-color : #d3ff3b;
	border-bottom : 2px solid #9cc900;
	border-left : 2px solid #9cc900;
	border-top : 2px solid #9cc900;
	border-right : 0px solid white;
	color : #678307;
	height : 30px;
	margin-right : -110px;
	padding-left : 10px;
	text-align : left;
	width : 200px;
}

/*----------------main-------------------------*/
#main_logo{
	display : none;
}
#container_header{
	display : none;
}
#container_content{
	background : #d2d2d2 url(../images/container_content.png) repeat-y;
}
#container_footer{
	background : #d2d2d2 url(../images/container_buttom.png) no-repeat;
	height : 10px;
}

.content{
	margin-top : 20px;
}
.content_table{
	margin : 20px 10px 20px 10px;
	width : auto;
}
.content_table td{
	height : 30px;
	padding : 5px 0px 5px 0px;
}

/*to unhide accordion content*/
.ui-accordion .ui-accordion-content {
	display:block !important;
}

.material_table{
	border-collapse : collapse;
	font-size : 0.8em;
	margin : 10px;
	width : 97.8%;
}
.material_table th{
	font-size : 1.1em;
	padding-bottom : 5px;
	padding-top : 5px;
}
.material_table td{
	border : 1px solid #a9d2fd;
	font-size : 1.1em;
	padding : 2px 5px 2px 5px;
	vertical-align : baseline;
}
.odd td{
	background-color : #ffffff;
}
.even td{
	background-color : #d8ebff;
}

/*----------------signature-----------------*/
.signature {
	margin : 50px 0px 10px 0px;
}
.signature table {
	background-color : #d8ebff;
	color : #064d83;
	font-size : 0.8em;
	margin : 1px auto;
}
.signature td, .signature th {
	border : 1px solid #064d83;
	line-height : 20px;
	width : 150px;
}
.signature td {
	background-color : #ffffff;
	height : 60px;
}

/*---------------messages------------------*/
.copyright{
	display : none;
}
.best_view{
	display : none;
}
.error_message {
	background-color : #ffd1d1;
	border : 1px solid #BA0000;
	border-radius : 3px;
	color : #db4848;
	height : 25px;
	margin : 5px auto;
	width : 95%;
}
.error_link{
	border-bottom : 1px dotted #BA0000;
	color : #BA0000;
	font-weight : bold;
}
.error_message div {
	float : left;
	line-height : 25px;
	margin-left : 5px;
}
.note {
	background-color : #ffe095;
	border : 1px solid #E65D40;
	border-radius : 3px;
	color : #E9630C;
	height : 25px;
	margin : 5px auto;
	width : 95%;
}
.note div {
	float : left;
	line-height : 25px;
	margin-left : 5px;
}
.guide{
	border-bottom : 1px solid #064d83;
	color : #064d83;
	font-weight : bold;
	margin : 20px 10px 20px 10px;
	padding-bottom : 5px;
}
.table_title{
	border-bottom : 1px solid #a9d2fd;
	color : #064d83;
	font-weight : bold;
	margin : 20px auto 0px auto;
	text-align : center;
	width : 400px;
}
.table_info{
	color : #666666;
	font-weight : bold;
	text-align : center;
}
.material_header{
	margin : 20px 10px 20px 10px;
}

/*----------text color----------*/
.dark_blue {
	color : #064d83;
}
.green {
	color : #3D671B;
}
.light {
	color : white;
}
.grey {
	color : #808080;
}
.dark_grey {
	color : #505050;
}
.strong_grey {
	color : #505050;
	font-weight : bold;
}
.thick {
	font-weight : bold;
}
.small {
	font-size : 12px;
}

/*---------align-------*/
.al_right {
	text-align : right;
}

/*printing page break*/
.page_break {
	display : block;
	page-break-before : always;
}

input.text {
	background : url(../images/input_text_bg.png) repeat-x;
	border : 1px solid #d2d2d2;
	color : #696969;
	font-size : 18px;
	height : 23px;
	margin-bottom : 10px;
	margin-top : 3px;
	width : 250px;
}

.btn_list {
	display : none;
}
