/* CSS Document */
@charset "utf-8";

/*.container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 960px;
}*/

#wrap {
    width: 100%;
    background-image: url('../images/bg.gif');
    background-repeat: repeat-x;
    /* height: 105px; */
    margin-bottom: 10px;
}

#header {
    position: relative;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
}

#main {
    clear: both;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#content {
    float: left;
    margin: 15px 10px 20px 20px;
}

.wrap_main {
    min-height: 100%;
    position:relative;
}

.table_container {
    clear: both;
}


/* Header */

.top_menu {
	clear: right;
	width: auto;
	float:right;
	/*padding-top:70px;*/
}


.top_menu ul {
    margin-top: 0px;
}

/*.top_menu li {
  color: #FFFFFF;
  padding: 0px 15px 2px 40px;
  background-image: url('../images/chevron_nav.gif');
  background-position: right center;
  background-repeat: no-repeat;
  zoom:1;
  line-height: 30px;
  display:inline;
  }*/


ul.top-sub-menu {
    margin-top: 10px;
    margin-bottom: 0px;
    float: right;
    /* width: 400px; */
    width: auto;
}

ul.top-sub-menu li {
  color: #FFFFFF;
  padding: 0px 0px 0px 10px;
  display: block;
  float: right;
  vertical-align: baseline;
}

ul.top-sub-menu li a {
    color: white;
    font-size: 12px;
}

.header_menu {

}

.catchword {
    color: #fff;
    font-size: 10px;
    float: left;
    padding-top: 43px;
    width: 220px;
    height: 20px;
    letter-spacing: 0.1em;
}

.userCompany {
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-right: 10px;
    padding-top: 0px;
    width: 200px;
    float: right;
    text-align: right;
    letter-spacing: 0.2em;
}

#header img {
    float: left;
    position: relative;
}

/* <<< Tabs */
ul.mini_menu {
    height: 25px;
    margin-bottom: 10px;
}

ul.mini_menu li {
    float: left;
}

ul.mini_menu li a {
    background: none repeat scroll 0 0 #e6e6e6;
    color: #296ea3;
    display: block;
    padding: 5px 20px;
}

ul.mini_menu li.active a {
    background: none repeat scroll 0 0 #296ea3;
    color: white;
    cursor: pointer;
    text-decoration: none;
}
/* >>> Tabs */

#close_x {
    width: 30px; height: 23px;
    overflow: hidden;
    /* line-height: 1000px;*/
    display: block;
    color: #004b85;
    position: absolute; top: 5px; right: 5px;
}

/* Indicate mandatory/conditional INPUT/SELECT field */
.mandInput, .mandCondInput {
    /* border-color: #50AC50; */
    border: 1px solid #EC4C4C;
}

/* Indicate mandatory SELECT field */
.mandSelect {
    /* border: 1px solid #50AC50; */
    /* background-color: #F4FDD2; */
    border: 1px solid #EC4C4C;
}
/* Highlight mandatory backround <input> field */
.mandHighlight {
    background-color: #F4FDD2;
}