﻿/*Sample Resume Template main.css 100516*/

/* class Selector */

.mainTable 
{
    width:100%;
    border-collapse:collapse;
}

.mainContentBorder
{
    display:inline;
}
.mainContentBorder2
{
    margin-top:10px;
    margin-left:3px;
    margin-right:3px;
    padding: 20px;
    border:1px solid #888888;
}
.mainTitle
{
    color:White;
    background-color:#9ec630;
    text-align:left;
    font-size:14px;
    padding-left:20px;
    font-weight:bold;
    text-transform:uppercase;
    height:30px;
    line-height:30px;
        -moz-border-radius-bottomright:5px; -khtml-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; 
	-moz-border-radius-bottomleft:5px; -khtml-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topright:5px; -khtml-border-radius-topright:5px; -webkit-border-top-right-radius:5px; 
	-moz-border-radius-topleft:5px; -khtml-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
    
}
.defaultTitle
{
    color:White;
    background-color:#9ec630;
    text-align:left;
    font-size:14px;
    padding-left:20px;
    font-weight:bold;
    height:30px;
    line-height:30px;
        -moz-border-radius-bottomright:5px; -khtml-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; 
	-moz-border-radius-bottomleft:5px; -khtml-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topright:5px; -khtml-border-radius-topright:5px; -webkit-border-top-right-radius:5px; 
	-moz-border-radius-topleft:5px; -khtml-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
    
}
.mainContentTop
{
    background-color:white;
    padding: 20px;
}
.mainContent
{
    background-color:white;
    margin-top:10px;
    padding: 20px;
    margin-left:3px;
    margin-right:3px;
    border:1px solid #888888;
}

.mainContent li
{
    list-style-type:disc;
}

.content_bottom_left
{
    padding:0px;
    margin:0px;
    position:relative;
    top:-13px;
}

img
{
    vertical-align:top;
}

.lt_div
{
    margin-top:10px;
}
.lt_div2
{
    margin-top:15px;
    margin-bottom:15px;
}
.rt_div
{
}
.bl_div
{
}
.br_div
{
    padding:10px;
}

#br_div li
{
    text-indent:0px;
    margin:0px;
    padding:0px;
    
}
