
.ui-header, 
.ui-content, 
.ui-footer { 
max-width: 500px;
margin: 0 auto 0px auto;
}


.ui-content {
background-color:white;
padding:0px;
/*
display: block;
border-top: 10px solid #666666;
border-bottom: 10px solid #666666;
border-left: 10px solid #666666;
border-right: 10px solid #666666;
*/
}

.ui-body{
padding-left:1px;
padding-right:1px;
/*
margin: 0 auto 0px auto;
*/
}



.mainTextFont{
font-size:13px !important;
}

.main{
font-size:13px !important;
}

.background_color_style_1{
  height: 35px;
  background-color:black;
}

.background_color_style_2{
  color:black;
  background-color:white;
}

.main-image{
margin-top:0px;
width:100%;
display:block;
}

.font_small_and_white{
font-size:5px;
color:white;
}

.width_setting{
width:100%;
}

.table_style_1_green{
font-size: 13px; 
font-weight: normal; 
background: #f0f0f0; 
border-top: 7px solid #74B64A; 
border-bottom: 1px solid #74B64A;
border-left: 1px solid #74B64A; 
border-right: 1px solid #74B64A; 
padding: 5px 0 5px 8px;
/*display: block;*/
}

.table_style_2_red{
display: block;
font-size: 13px; 
font-weight: normal; 
background: #f0f0f0; 
border-left: 7px solid red; 
padding: 5px 0 5px 8px;
}

.table_title_1{
font-size: 16px; 
font-weight: bolder;
}




/* message box */
.messageBox {
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
font-weight:bolder;
}
.messageStackError, .messageStackWarning {
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
color: black;
background-color: #ffb3b5;
font-weight:bolder;
}
.messageStackSuccess {
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
background-color: #99ff00;
font-weight:bolder;
}


/* input requirement */
.inputRequirement {
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
color: red;
}
