/* ------------ Content Styling -----------*/
html {width: 100% !important; height: 100% !important; margin: 0; padding: 0; background-color: transparent; overflow: hidden !important; cursor: default;}
body {width: 100% !important; height: 100% !important; margin: 0; padding: 0; background-color: transparent; color: #FFF; overflow: auto !important; cursor: default;}

#overlay {position: absolute !important; top: 0; left: 0; width: 100%; height: 100%; margin: 0; background-color: transparent; z-index: 11; cursor: default;}
#content {position: relative !important; top: 0; left: 0; width: 850px; height: 100%; margin: 0; background-color: transparent; z-index: 111; color: #FFF; cursor: default;}
#main_content {position: absolute !important; top: 0; left: 0; width: 100%; height: 100%; margin: 0; background-color: transparent; z-index: 111; color: #FFF; cursor: default;}
#iframe_main {z-index: 121; position: relative !important; width: 100%; height: 100%; background-color: transparent; color: #FFF; cursor: default;}
#bg {position: absolute !important; top: 0; left: 0; width: 100%; height: 100%; margin: 0; background-color: transparent; z-index: 1; cursor: default;}

#logo {width: 900px; height: 150px; background-image: url('../img/title.png'); background-repeat: no-repeat; z-index: 121; cursor: default;}

#left_content {width: 650px; float: left; cursor: default;}
#right_content {width: 200px; float: right; cursor: default;}

#page_verification {display: none; width: 0; height: 0;}
/* ------------ Content Styling -----------*/


/* ------------ Table Styling -----------*/
.tl_lt {width: 20px; height: 20px; background-image: url('../img/table/left_top.png'); background-repeat: none;}
.tl_t {height: 20px; width: 610px; background-image: url('../img/table/top.png'); background-repeat: repeat-x;}
.tl_rt {width: 20px; height: 20px; background-image: url('../img/table/right_top.png'); background-repeat: none;}

.tl_l {width: 20px; min-height: 90px; background-image: url('../img/table/left.png'); background-repeat: repeat-y;}
.tl_c {width: 610px; min-height: 90px; background-image: url('../img/table/center.png'); background-repeat: repeat;}
.tl_r {width: 20px; min-height: 90px; background-image: url('../img/table/right.png'); background-repeat: repeat-y;}

.tl_lb {width: 20px; height: 20px; background-image: url('../img/table/left_bottom.png'); background-repeat: none;}
.tl_b {height: 20px; width: 610px; background-image: url('../img/table/bottom.png'); background-repeat: repeat-x;}
.tl_rb {width: 20px; height: 20px; background-image: url('../img/table/right_bottom.png'); background-repeat: none;}


.tr_lt {width: 20px; height: 20px; background-image: url('../img/table/left_top.png'); background-repeat: none;}
.tr_t {height: 20px; width: 160px; background-image: url('../img/table/top.png'); background-repeat: repeat-x;}
.tr_rt {width: 20px; height: 20px; background-image: url('../img/table/right_top.png'); background-repeat: none;}

.tr_l {width: 20px; min-height: 90px; background-image: url('../img/table/left.png'); background-repeat: repeat-y;}
.tr_c {width: 160px; min-height: 90px; background-image: url('../img/table/center.png'); background-repeat: repeat;}
.tr_r {width: 20px; min-height: 90px; background-image: url('../img/table/right.png'); background-repeat: repeat-y;}

.tr_lb {width: 20px; height: 20px; background-image: url('../img/table/left_bottom.png'); background-repeat: none;}
.tr_b {height: 20px; width: 160px; background-image: url('../img/table/bottom.png'); background-repeat: repeat-x;}
.tr_rb {width: 20px; height: 20px; background-image: url('../img/table/right_bottom.png'); background-repeat: none;}
/* ------------ Table Styling -----------*/


/* ------------ Inner Content Styling -----------*/
#content_title {font-weight: bold; border-bottom: 2px solid #FFF; color: #FFF; cursor: default;}
#inner_content {color: #FFF; padding-top: 20px; cursor: default;}

.large_text {font-size: 42pt; line-height: 56px; font-weight: bold; cursor: default;}
.status_note {line-height: 56px; cursor: default;}

#inner_information {padding-left: 35px; cursor: default;}
#elmess_cover {float: right; cursor: default;}

#download_btn {background-image: url('../img/download_normal.png'); background-repeat: no-repeat; width: 364px; height: 77px; cursor: default;}
#download_btn:hover {background-image: url('../img/download_hover.png');}
#download_btn:active {background-image: url('../img/download_down.png');}
/* ------------ Inner Content Styling -----------*/