.theme_record_title{
    font-size: 20px;
    /*font-weight: bolder;*/
	font-weight: 700;
}
.theme_record_table{}
.theme_record_tr{}
.theme_record_td_title{
    padding:10px;
}
.theme_record_td_title_bold{
    padding:10px;
	font-weight: bold;
}
.theme_record_td_control{
    padding:10px;
}
.theme_record_td_title_submit{
    width:200px;
}
.theme_record_td_control_submit{}
.theme_record_reference_title{
    font-size: 14px;
    /*font-weight: bolder;*/
	font-weight: 700;
}
.theme_record_reference_table{}
.theme_record_reference_tr_head{}
.theme_record_reference_th_head{}
.theme_record_reference_tr_odd{}
.theme_record_reference_tr_even{}
.theme_record_reference_td_control_odd{}
.theme_record_reference_td_control_even{}
.theme_record_reference_td_record_odd{}
.theme_record_reference_td_record_even{}
.theme_search_title{
    font-size: 20px;
    font-weight: bolder;
}
.theme_search_table{}
.theme_search_tr_head{}
.theme_search_th_head{}
.theme_search_tr_head_control{}
.theme_search_th_control{}
.theme_search_tr_odd{}
.theme_search_tr_even{}
.theme_search_td_control_odd{}
.theme_search_td_control_even{}
.theme_search_td_record_odd{}
.theme_search_td_record_even{}
.theme_search_paging_table{
    width:100%;
}
.theme_search_paging_tr{}
.theme_search_paging_td{
    text-align:center;
}
.theme_search_paging_rows_total{}
.theme_search_paging_rows_per_page{}
.theme_search_paging_page_link_box{}
.theme_search_paging_rows_total{}
.theme_search_paging_page_link{}
.theme_search_paging_page_link_selected{}
.theme_menu_category_div{}
.theme_menu_category_name_div{
    font-weight: bold;
}
.theme_menu_item_name_div{
    line-height: 1.5;
}

/*bootstrap fits dojo
html *{
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}*/

html th, html td{
    line-height:1 !important;
}

.theme_record_tr .theme_record_td_title,.theme_record_tr .theme_record_td_control{
    border-top:none !important;
}

.mainDiv{
    /*border: 1px solid rgb(238, 177, 32);*/ /* orange */
    /*border: 1px solid rgb(51, 153, 51);*/  /* green */
    border: 1px solid rgb(0, 91, 172); /* blue */
	margin: auto;
    text-align: left;
    max-width: 850px;
    background-color: transparent ;
    padding: 20px;
    /*rgb(255, 255, 255);
    /*opacity:0.8;
    filter:alpha(opacity=80);/**/
}
.titleDiv{
    text-align: center;
    font-weight: bold;
    /*background-color: rgb(234, 151, 0);*/ /* orange */
    /*background-color: rgb(51, 153, 51);*/  /* green */
    background-color: rgb(0, 91, 172); /* blue */
    color: white;
    font-style: italic;
    font-size: 30px;
}

body{
    //background-image: url(../../image/04.gif);
    background-position: center top;
    background-repeat: repeat-x;
}

/*boostrape
table tr td{
    padding:5px;
}*/

.dijitProgressBar {
    /*background-color: blue !important;*/
}

.dijitProgressBarLabel {
    color: black !important;   
}

.dijitArrowButton {
	width: 100% !important;
}

#special_route_table tr td{
    padding:10px;
    background-color: #eeeeee;
    text-align: center;
    font-size: 24px;
    border: #999999 solid 1px;
}

.information_table tr td{
    padding: 5px;
}
.information_table{
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}