/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 30 July 2010 18:48:48
*/


@charset "utf-8";
body  {
    font: 10pt Geneva, Arial, Helvetica, sans-serif;
    background: #FFF;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    overflow-x:hidden;
}
.twoColFixRtHdr #container { 
    width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    /*border: 1px solid #000000;*/
    text-align: left; /* this overrides the text-align: center on the body element. */
    padding-top: 5px;
    position: relative;
    overflow-x:hidden;
} 
.twoColFixRtHdr #header { 
    padding: 0;
    background:url(http://www.mis-asia.com/__data/assets/image/0018/132471/CWMHeader_960x120.jpg) no-repeat;
    height:120px;
        
} 

.twoColFixRtHdr #sidebar1 {
    float: right; /* since this element is floated, a width must be given */
    width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    padding: 0px 20px 0px 0px;
}

.twoColFixRtHdr #mainContent { 
    width: 668px; /* original 898px, shrink for putting sponsor div */
    padding: 1px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    float: left;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height:870px;
    overflow: auto;
    overflow-x: hidden;
}

.twoColFixRtHdr #sponsor {
    width: 195px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 1px;
    padding-left: 10px;
    float: left;
    height: aut0;
    background-color: white;
    text-align: right;
}

.twoColFixRtHdr #footer { 
    width: 946px;
    text-decoration:none;
    padding: 0px 0 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background: url(http://www.mis-asia.com/__data/assets/image/0016/132505/Security_footer.jpg) no-repeat;
    clear:both;
} 

.twoColFixRtHdr #footer a, :visited {
color: #FFF;
text-decoration:none;
}

.twoColFixRtHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 20px 0px;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    color:#FFFFFF;
    font-size:8pt;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

table.prog {
background-color:#fff; border:1px solid #ddd; font-size:80%; padding:4px; text-align:left;}
table.prog thead th {
    background-color:#000;
    border-bottom:1px dotted #ddd;
    color:#fff;
    font-size:9pt;
    padding:5px;
    text-align:left;
}
table.prog tbody tr.odd {
background-color:#f7f7f7;} 
table.prog tbody tr.even {
background-color:#fff;}
table.prog tbody tr:hover {
background-color:#ffe08e;}
table.prog tbody td {
color:#888; padding:5px; border:0;}
table.prog tbody tr:hover td {
color:#444;}

.twoColFixRtHdr .menu {
width: 970px;
padding-top: 0px;
padding-left: 1px;
}

.twoColFixRtHdr .menu ul{
list-style-type:none;
padding:0;
margin:0;
}

.twoColFixRtHdr .menu li{
float:left;
position:relative;
z-index:100;
}

.menu a, .menu :visited {
display:block;
font-size:8pt;
width:125px;
padding: 6px 6px;
color: #FFF;
font-weight:bold;
background: url(http://www.mis-asia.com/__data/assets/image/0018/132507/menu_tab.jpg) no-repeat;
text-decoration:none;
text-align:center;
}

.menu :hover{
color: #000;
background: url(http://www.mis-asia.com/__data/assets/image/0017/132506/menu_tab_ovr.jpg) no-repeat;
text-decoration:none;
}

a, :visited {
color: #900;
text-decoration:none;
}

a:hover, a:active {
text-decoration:underline;
}

.menu .selected a, .menu .selected :visited {
background: url(http://www.mis-asia.com/__data/assets/image/0017/132506/menu_tab_ovr.jpg) no-repeat;
}

h4 {

font-size:14pt;
color: #036;
margin-bottom:5px;
}