Job Alert Page

by Pratik Bhoir

HTML

<div id="main" class="alignCenterDiv">
    <div class="block">Dear User,
        <br/>You have been matched to some jobs based on your Dprofiles.com alert.
        <br/>To change your job alert settings or remove, log into Dprofiles.com with your credentials.
        <br/>
    </div>
    <div class="tab_container tabs">
        <!-- ************** Table 1 ******************** -->
        <div style="display:table; margin-top: 15px;" class="alignCenterDiv">
            <table width="712" cellpadding="0" cellspacing="0" data-tablename="ITES /  BPO /  KPO" data-type="Industry" data-typeid="23">
                <tbody>
                    <tr>
                        <th colspan="4" class="t_header">Below Jobs Matched : Industry - ITES / BPO / KPO</th>
                    </tr>
                    <tr class="even job-link" data-jobid="51">
                        <td width="30">02/04/2014</td>
                        <td width="400">
                            <p>Software Engineer &nbsp; - &nbsp;ITES / BPO / KPO &nbsp; ( 00 - 02 Years )</p>
                        </td>
                        <td align="left">
                            <img src="http://dprofiles.com/Images/flags/India.png" class="flag" alt="flag" />
                        </td>
                        <td align="left">
                            <p>Pune, India</p>
                        </td>
                    </tr>
                    <tr class="odd job-link" data-jobid="50">
                        <td width="30">28/02/2014</td>
                        <td width="400">
                            <p>Technical Lead &nbsp; - &nbsp;ITES / BPO / KPO &nbsp; ( 05 - 07 Years )</p>
                        </td>
                        <td align="left">
                            <img src="http://dprofiles.com/Images/flags/UAE.png" class="flag" alt="flag" />
                        </td>
                        <td align="left">
                            <p>Abu Dhabiy, United Arab Emirates</p>
 ...

CSS

body {
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
}
#main {
    width: 800px;
}
.block {
    margin: 40px 5px;
    clear: both;
}
.alignCenterDiv {
    /**width: 50%;**/
    margin: 0 auto;
}
.alignCenter {
    text-align:center;
}
a {
    color: #0DA5F9;
    text-decoration: none !important;
}
.footer {
    color: grey !important;
}
.flag {
    width: 30px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
/**   ------------------------------------- tab css -----------------------------   **/
 .tabs {
    margin: 50px 0px 10px 15px;
}
.tab_container {
    position: relative;
    clear: both;
    border: 1px solid #abadad;
    padding: 10px 10px 10px 10px;
    width: 750px;
    border-radius: 10px;
    box-shadow: 3px 3px #ddd;
}
/**   ------------------------------------- table css -----------------------------   **/
 .t_header {
    /*background: url("../images/t_header.jpg") no-repeat scroll 0 0 transparent;*/
    background-color: #0DAAF9;
    border-radius:5px;
    color: #FFFFFF;
    /*font-weight: bold;*/
    /*height: 36px;*/
    /*letter-spacing: 1px;*/
    padding: 7px 7px 7px 12px;
    text-align: left;
    vertical-align: top;
    border-bottom:3px solid #fff;
}
.t_header_Column {
    /*background: url("../images/t_header.jpg") no-repeat scroll 0 0 transparent;*/
    background-color:#0DAAF9;
    /*border-radius:5px;*/
    color: #FFFFFF;
    padding: 7px 7px 7px 12px;
    text-align: left;
    vertical-align: top;
    border-bottom:3px solid #fff;
}
.even {
    /*background: url(../images/even.jpg) repeat-x;*/
    background-color:#E0EAF1;
    border-top: 1px solid #ddd;
}
.even td {
    vertical-align: middle;
    /*padding: 0 10px;*/
}
.odd td {
    vertical-align: middle;
    /*padding: 0 10px;*/
}
td {
    line-height:1.5em;
    padding:5px;
}
p {
    line-height: 1.5;
    margin: 0px;
}