/* CSS mbusiness
   Created by: Cam Linh Ho
*/

body {
    background-color:#FFFFFF;	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    color: #0D004C;
    border: solid 1px #0D004C;
    scrollbar-face-color: #97cbe3;
    scrollbar-highlight-color: #97cbe3;
    scrollbar-shadow-color: #123e5c;
    scrollbar-3dlight-color: #123e5c;
    scrollbar-arrow-color: #0d5276;
    scrollbar-track-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    width: 100%;
    
}

a img { border: 0px; font-weight: bold; }
a:link { color: #00A99D; font-weight: bold; }
a:visited { color: #00A99D; font-weight: bold; }
a:hover { color: #0481F2; font-weight: bold; text-decoration: none;}
a:active { color: #FF0033; font-weight: bold; }

h1 { font-size: 16px; color: #ED145B; text-align: center; font-weight: bold;}
h2 { font-size: 14px; color: #0D004C; text-align: center; font-weight: bold;}
h2.notcenter { font-size: 14px; color: #0D004C; text-align: left; font-weight: bold;}
h3 { font-size: 16px; color: #ED145B; font-weight: bold; border-bottom: 1px dashed #ED145B;}
.goldsponsor { font-size: 16px; color: #00A99D; font-weight: bold;}
h4 { font-size: 14px; color: #A1AEF0; font-weight: bold;}

table { font-size: 12px; }

.hr { 
    background: url('images/footer.gif') no-repeat scroll center; 
    height: 4px;
    width: 100%;
}

div.banner {
    background: url('images/top.jpg') left top no-repeat #97CBE3;
    height: 90px;
    border-left: solid 40px #1F2C88;
    display: block;
}

div.top {
    width: 100%;
    height: 28px; 
    background: url('images/light.gif') repeat-x;
}

.whole-body {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    font-family: verdana, arial;
    vertical-align: top;
}

.side {
    width: 151px;
    vertical-align: top;
}

.side-menu a {
    background-color: #1F2C88;
    padding-left: 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    text-align: left;
    color: #ffffff;
    valign: middle;
    height: 28px;
    width: 150px;
    display: block;
    text-decoration: none;
    border-bottom: solid 1px #0D004C;
    border-right: solid 1px #0D004C;
    border-left: solid 1px #0D004C;
}

.side-menu a:active {
    background-color: #1F2C88;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
    color: #1f2c88;
    valign: middle;
    height: 28px;
    width: 150px;
    display: block;
    text-decoration: none;
}

.side-menu a:hover {
    /*background-color: #1DC8B6;*/
    background-color: #cdcdcd;
    color: #1f2c88;
}

.side-menu a:visited {
    color: #FFFFFF;
}

.bigside-menu a {
    background-color: #1F2C88;
    padding-left: 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    text-align: left;
    color: #ffffff;
    valign: middle;
    height: 35px;
    width: 150px;
    display: block;
    text-decoration: none;
    border-bottom: solid 1px #0D004C;
    border-right: solid 1px #0D004C;
    border-left: solid 1px #0D004C;
}


.bigside-menu a:active {
    background-color: #1F2C88;
    color: #1f2c88;
}

.bigside-menu a:hover {
    /*background-color: #1DC8B6;*/
    background-color: #cdcdcd;
    color: #1f2c88;
}

.side-menu a:visited {
    color: #FFFFFF;
}

.side-menu-level a {
    color: #FFFFFF;
    background-color: #1f2c88;
    text-align: left;
    font-size: 11px;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-right: solid 1px #0D004C;
    border-left: solid 1px #0D004C;
    border-bottom: 1px solid #0d004c;
    display: block;
}

.side-menu-level a:active {
    color: #FFFFFF;
}

.side-menu-level a:visited {
    color: #FFFFFF;
}

.side-menu-level a:hover {
    color: #ff0000;
    background-color: #cdcdcd;
    padding-left: 20px;
    text-align: left;
    font-size: 11px;
    text-decoration: none;
    border-bottom: 1px solid #0d004c;
    display: block; 
    overflow: inherit;
}

.side-menu-bottom {
    background-color: #1f2c88;
    /*background: url('images/bottom.gif') no-repeat;*/
    border: solid 1px #0D004C;
}

.content {
    vertical-align: top;
    text-align: justify;
    margin: 15px;
    font-size: 12px;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

.blue-back {
    font-weight:bold;
    color:#FFFFFF;
    align:center;
    background:#0481F2;
    font-size: 12px;
    line-height: 20px;
    font-family: Verdana, Arial;
    border: 1px solid #97cbe3;
}

.red-back {
    font-weight:bold;
    color:#FFFFFF;
    align:center;
    background:#FF0000;
    font-size: 12px;
    line-height: 20px;
    font-family: Verdana, Arial;
}

.submit {
    font-weight: bold;
    border: solid 2px #0481f2;
    vertical-align: middle;
    height: 50px;
    width: 200px;
}

.footer {
	font-size: 10px;
    text-align: center;
}



