﻿body
{
    /*background-color: #c3c3c3;     background-image: url('/content/images/site-bg.png');     background-color: #FFF4F4;     background-repeat: repeat; /*font-family: 'Open Sans' , sans-serif;*/
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #525252;
    margin: 0px auto;
    width: 1200px; 
}

h1
{
    margin: 20px 0 0 15px;
    color: #3C3C3C;
}

.paragraph
{
    text-align: justify;
}

h2
{
    margin: 0 0 10px;
    font-size: 16px;
    color: #3C3C3C;
}

a, a:visited, a:active
{
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

a:hover
{
    color: Orange;
    text-decoration: underline;
}

placeholder
{
    font-style: italic;
}

input[type=text], input[type=password], textarea
{
    margin-top: 4px;
    min-width: 200px;
    padding: 2px;
}
#leftLogin
{
    margin-top: -10px;
}
#leftLogin #tradingIdLoginTextBox, #leftLogin #passwordLoginTextBox
{
    min-width: 90%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
}

#main
{
    background-color: White;
    margin: 0px auto;
    width: 100%;
    box-shadow: 0 0 8px #9C9C9C;
}

#banner
{
    height: 122px;
    border-bottom: 1px solid #C5C5C5;
}

#price-tricker
{
    height: 60px;
    padding-top: 0px;
    background-color: #FFFFFF;
    border-top:2px solid #000;
    border-bottom:2px solid #000;
    margin:3px;
}

.priceTicker td
{
    min-width: 45px;
    height: 20px;
    text-align: right;
    padding-left: 5px;
}
#menuwrapper
{
    width: 100%;
    /*background: #303030; background: url("/Content/Images/menu-bg.gif") repeat scroll 0 0 transparent;*/
    background:#00a2a9;
}
#menu
{
    color: Gray;
    font-size: 11px;
    height: 38px;
    padding: 0px 0px;
    width: 100%;
    margin: auto 0;
}

#menu a, #menu a:visited
{
    
    text-decoration: none;
}
#menu a:active
{
    color: #1872CF; /*text-shadow: 1px 1px 1px #0074FF;*/
    text-decoration: none;
}

#menu a:hover
{
    color: white; /*background-color: YellowGreen;*/
}

#menuItems
{
    float: left;
}

#userName
{
    margin-top: 6px;
    color: #1872CF;
    font-size: 11px;
}

#body-content
{
    float: left;
    width: 100%;
    padding-top: 0px;
    background: #fff;
}

#body-left
{
    float: left;
    width: 17%;
    margin-top:5px;
}
.slider
{
    width: 100%;
    height: 314px;
}

.adleft
{
    width: 100%;
    height: 250px;
    overflow: hidden;
    padding-top: 5px;
}
.adleft img
{
    width: 100%;
    height:100%;
    float:left;
}

.slider img
{
    width: 100%;
    height: 290px;
}

.sliderMaster img
{
    width: 100%;
    height: 370px;
}

#body-left h2
{
    background: #5585F7;
    color: White;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    margin: -1px -1px 5px;
    padding: 3px 0 0 10px;
}

#backOfficeHeader h2
{
    background: url('/content/images/menu-bg-small2.jpg') repeat-x;
    height: 50px;
}

#body-left ul
{
    margin: 0;
    padding: 0;
}

#body-left ul li
{
    list-style: none;
    
}
#body-left ul li:hover
{
    background: #ccc;
}
#body-center
{
    float: left;
    width: 64%;
    padding: 9px;
    background:#f8f8ff;
}

#body-center table
{
    max-width: 100%;
}

#body-center table th
{
    background-color: #424242;
    color: #FFFFFF;
    padding: 5px 0;
}

#body-center table th, #body-center table td
{
    border: 1px solid #D9D9D9;
}

#body-center table td
{
    height: 22px;
    padding: 0 3px 3px;
}

#body-center table td a
{
    color: #5F5F5F;
    text-align: left;
}

#body-center table td a:hover
{
    color: orange;
}
#footerwrapper
{
    float: left;
    width: 100%; 
    background: #009A4C;
}
#footer
{
    /*width: 1120px;*/
    margin: 0px auto;
}

#quickLinks
{
    background-color: #EFEFEF;
    height: 177px;
    margin-bottom: 2px;
    padding: 0 0px 0px 10px;
}

#quickLinks1
{
    float: left;
    width: 20%;
    text-align: center;
    font-size: 13px;
}
#quickLinks1 ul li
{
    list-style: none;
}
#quickLinks a
{
    color: #1872cf;
}

#copyright
{
    float: left;
}

#developedBy
{
    float: right;
}
#developedBy a
{
    color: #036;
}
.News
{
    float: left;
    margin-top: 5px;
    width: 98%;
    height: 236px;
    text-align: justify;
    background-color: white;
    padding: 5px;
}
#companyNewsHeader
{
    margin: 5px 0 0 8px;
    border: 1px solid #C5C5C5;
    float: left;
}
#companyNewsHeader h3
{
    background: #5585f7;
    color: White;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    margin: -1px;
}

#home_body
{
    float: left;
    width: 100%;
}

#latest_Market_Price
{
    float: left;
    font-size: 12px;
}

#reportGridView
{
    font-size: 12px;
}

#internetTradingFormHeader
{
    margin: 5px 0 5px 8px;
    width: 180px;
}

#internetTradingFormHeader h3
{
    background: url('/content/images/menu-bg-small2.jpg') repeat-x;
    height: 50px;
}

.chart
{
    margin: 5px 0 5px 8px;
    border: 1px solid #C5C5C5;
    float: left;
}

.chart h3
{
    background: none repeat scroll 0 0 #5585F7;
    color: White;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    margin: -1px;
    padding: 3px 0 0 10px;
}

#dseNewsHeader
{
    float: left;
    width:104%;
}

.index_info
{
    float: left;
    padding: 0;
    width: 100%;
}

#register
{
    border: 1px solid lightgray;
    padding-bottom: 5px;
    padding-left: 20px;
}

#logIn
{
    border: 1px solid lightgray;
    padding-bottom: 5px;
    padding-left: 20px;
}

.Tableborder
{
    border-spacing: 0px;
    border: none;
}
#bottom_slider
{
    float: left;
    height: 140px;
    width: 950px;
    padding: 5px 15px 5px 15px;
}

.body_image
{
    padding: 5px;
    border: 1px solid lightgray;
    width: 700px;
}
.body-right
{
    width:16%;
    float:left;
}
#user-menu-area
{
    float: left;
    color: White;
    width: 32%; /*border-bottom: 4px solid #1b9bff;     background: #333;*/
    
}
#registermenu
{
    float: right;
}
#user-name-area
{
    color: #1B9BFF;
    text-align: left;
    float: left;
    margin-top: 25px;
}

#user-menu-area ul
{
    display: inline;
}
#registermenu ul li
{
    float: left;
    list-style: none;
}

#c1, #c2
{
    width: 350px;
    height: 250px;
}

.c1
{
    margin: 5px 0 0 0px;
    border: 1px solid #C5C5C5;
    float: left;
    padding-left: 3px;
}

.c2
{
    margin: 5px 0 0 10px;
    border: 1px solid #C5C5C5;
    float: left;
    padding-left: 3px;
}

.ulzIndex
{
    z-index: 1;
}

.box
{
    border: 1px solid #C5C5C5;
    padding-bottom: 5px;
}
.box ul li
{
    width: 100%;
    height: 30px;
    background: #ddd;
    margin: 1px;
}
#quickLinks h5
{
    text-decoration: underline;
    color: #036;
    margin: 0px;
}
#flashButtonLink
{
    float: left;
    padding: 7px;
    margin-left: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url('/content/images/RegisterBG1.png');
    background-repeat: repeat-x;
    color: White;
    font-weight: bold;
    text-align: center;
    width: 90px;
    border-radius: 13px;
}

#flashButtonLink:hover
{
    background-image: url('/content/images/RegisterBG.png');
    color: Navy;
    text-decoration: none;
}

#logInButton1
{
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000; /*border: 1px solid gray;*/
    height: 30px;
    padding-bottom: 5px;
    margin-top: 5px;
    width: 90%;
    background: #F28059;
    background-repeat: repeat-x;
    color: White;
}

#userNameLinkButton
{
    float: left;
    width: 90px;
    overflow: hidden;
    height: 20px;
}

#credits
{
}

.sub_menu.ulzIndex > li
{
    margin: 0;
    padding: 0;
}

.sub_menu.ulzIndex a
{
    min-width: 150px;
}

.level1.static
{
    min-width: 150px;
}

#Chairman
{
    width: 28%;
    margin: 0 auto;
}

#Directors
{
    width: 100%;
    float:left;
}
#ImgChairman
{
    height: 200px;
    width: 170px;
    padding: 15px;
    float:left;
}
#ImgManagingDirector
{
    height: 200px;
    width: 170px;
    padding: 15px;
    float:left;
}
#ImgDirector
{
    height: 200px;
    width: 170px;
    padding: 15px;
    float:left;
}
#DivManagingDirector
{
    width: 28%;
    margin-left: 10%;
    float: left;
    float:left;
}
#DivDirector
{
    width: 28%;
    margin-left: 27%;
    float: left;
}
#eminentHeader
{
    background-image: url('/content/images/header2.png');
}
.header-top
{
    clear: both;
    float: left;
    background:#efefef;
    margin-right:4px;
}
.header-top img
{
    padding: 5px;
}
#userType
{
    color: #dff;
    font-family: arial;
    padding: 16px 8px;
    float:left;
}
.home-services
{
    margin:0px;
    padding:0px;
}
.home-services li
{
    width:97%;
    list-style:none;
    padding-left:0px;
    margin-left:0px;
    line-height:35px;
    background:#20b2aa;
    text-align:center;
    text-decoration:none;
    border-bottom:1px solid #333;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.home-services li a
{
    color:#fff;
    font-weight:bold;
    
}
.home-companies
{
    margin:0px;
    padding:0px;
}
.home-companies li
{
    width:97%;
    list-style:none;
    padding-left:0px;
    margin-left:0px;
    line-height:35px;
    background:#ddd;
    text-align:center;
    text-decoration:none;
    border-bottom:1px solid #fff;
}
.home-companies li a
{
    color:#000;
    
}
.home-companies li:hover
{
    background:#CCCCCC;
}
.topbar
{
    width:100%;
    height:30px;
    float:left;
    background:#036;
}
.lefttopbar
{
    width:70%;
    float:left;
}
.righttopbar
{
    width:30%;
    float:left;
}
#slider
{
    width:100%;
    float:left;
    margin-left: 13px;
}