form 
{
        margin:0;
} 

.elancelogo
{
        background: url(../images/logo_small.gif) no-repeat center left;
        position: relative;
        float: left;
        padding: 0px 0px 0px 0px;
        height: 22px;
        width: 82px;
        text-align: center;
}

.elancetablogo
{
        background: url(../images/elanceicon.gif) no-repeat center left;
        position: relative;
        float: left;
        padding: 0px 0px 0px 0px;
        height: 15px;
        width: 15px;
        text-align: left;
}



.loginmenu
{
        text-align: right;
        position: absolute;
        float: right;
        height: 20px;
        width: 400px;
        margin-top: 12px;
        margin-left: 550px;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        z-index: 1
}

.loginmenu a:link
{
        color: #005ebe;
        text-decoration: none;
}

.loginmenu a:visited
{
        color: #005ebe;
        text-decoration: none;
}


.loginmenu a:hover
{
        color: #005ebe;
        text-decoration: underline;
}

.loginmenu a:active
{
        color: #005ebe;
        text-decoration: none;
}

.centerbox
{
        position: relative;
        background-repeat: no-repeat;
        background-image: url(../images/centerbox.gif);
        background-position: bottom;
        border-left-width: 0;
        border-bottom-width: 0;
        border-top-width: 0;
        border-right-width: 0;
        padding-bottom: 10px;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
        margin: 0 5px 10px;
}

.emptycenter
{
        clear: both;
        width: 440px;
        height: 15px;
        margin-bottom: -5px;
        margin-left: 5px;
        padding-bottom: 0;
        background-image: url(../images/centerbox.gif);
        background-repeat: no-repeat;
        background-position: 0px 0px;
}

.longcenterbox
{
        position: relative;
        background-repeat: no-repeat;
        background-image: url(../images/longcenterbox.gif);
        background-position: bottom;
        border-left-width: 0;
        border-bottom-width: 0;
        border-top-width: 0;
        border-right-width: 0;
        padding-bottom: 10px;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
        margin: 0 5px 10px;
}

.emptylongcenter
{
        clear: both;
        width: 590px;
        height: 15px;
        margin-bottom: -5px;
        margin-left: 5px;
        padding-bottom: 0;
        background-image: url(../images/longcenterbox.gif);
        background-repeat: no-repeat;
        background-position: 0px 0px;
}

.longfilledcenterbox
{
        position: relative;
        background-repeat: no-repeat;
        background-image: url(../images/longfilledcenterbox.gif);
        background-position: bottom;
        border-left-width: 0;
        border-bottom-width: 0;
        border-top-width: 0;
        border-right-width: 0;
        padding-bottom: 10px;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
        margin: 0 5px 10px;
}

.emptylongfilledcenter
{
        clear: both;
        width: 590px;
        height: 15px;
        margin-bottom: -5px;
        margin-left: 5px;
        padding-bottom: 0;
        background-image: url(../images/longfilledcenterbox.gif);
        background-repeat: no-repeat;
        background-position: 0px 0px;
}

.leftfilledcolbox
{
        position: relative;
        background-repeat: no-repeat;
        background-image: url(../images/leftfilledcolbox.gif);
        background-position: bottom;
        border-left-width: 0;
        border-bottom-width: 0;
        border-top-width: 0;
        border-right-width: 0;
        padding-bottom: 10px;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
        margin: 0 5px 10px;
}

.emptyleftfilledcol
{
        clear: both;
        width: 150px;
        height: 15px;
        margin-bottom: -5px;
        margin-left: 5px;
        padding-bottom: 0;
        background-image: url(../images/leftfilledcolbox.gif);
        background-repeat: no-repeat;
        background-position: 0px 0px;
}


p, div
{
        font-family: Arial, Helvetica, sans-serif;
        color: #5a5858;
        font-size: 12px;
}

.pmbinput textarea
{
        width: 570px;
}

.bidinput textarea
{
        width: 320px;
}

.snippetmain
{
        position: relative;
        height: 30px;
        width: 190px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 5px;
}

.snippettitle
{
        font-size: 13px;
        color: #8b2500;
        position: relative;
        font-weight: bold;
        float: left;
}

.rsslink
{
        font-size: 10px;
        float: right;
        margin-top: 3px;
}


.rightcolumnrelative
{
        position: relative;
        width: 215px;
        left: 5px;
}

.rightcolumnrelative p
{
        top: 0;
        margin-top: 0;
        padding-top: 0;
        padding-left: 5px;
        line-height: 150%;
        font-size: 11px;
        margin-bottom: 0;
}

.rightcolumnrelative img
{
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
}

.rightcolumnrelative a:link
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #005ebe;
        text-decoration: none;
        font-weight: normal;
}

.rightcolumnrelative a:visited
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #885C32;
        text-decoration: none;
        font-weight: normal;
}

.rightcolumnrelative a:hover
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #005ebe;
        text-decoration: underline;
        font-weight: normal;
}

.rightcolumnrelative a:active
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        text-decoration: none;
        font-weight: normal;
}

.footer .baseimgcenter
{
	position: relative;
	width: 380px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-left: 90px;
	margin-top: 0;
	margin-bottom: 0;
	bottom: 0;	
	float: left;
}

.topmenu .buttons
{
	position: relative;
	width: 305px;
	float:right;
}

.topmenu .buttons img
{
	position: relative;
   	float:left;
}

.footer .baseimgcenter img
{
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	float: center;
}

.footer .footer_text
{
        font-family: Arial, Helvetica, sans-serif;
        font-size:11px;
        text-align:left;
        float:left;
}
.topnavigationnew
{
	position: relative;
	height: 31px;
	width: 800px;
	top: 1px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 150px;
	background-image: url(images/topnav_bg.jpg);
	text-align: center;
}

.categorynewmain
{
	position: relative;
	width: 720px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.categorynew
{
	position: relative;
	width: 190px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.categoryvertspace
{
	position: relative;
	float: left;
	width: 60px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.categorynewoverview
{
	position: relative;
	width: 120px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.categoryvertspaceoverview
{
	position: relative;
	float: left;
	width: 30px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.greytextcontent
{
	color: #5A5858;
	line-height: 120%;
	margin-bottom: 10px;
	margin-top: 0;
	top: 0;
	
	padding: 0;
	font-weight: bold;
	font-size: 14px;
}

table.tbl3 
{ 
	border-collapse: collapse;  
	border: 1px solid #0b307b; 
	padding: 0px; 
	margin: 0px; 
}  

td.tbl3header 
{ 
        border: 0px solid #0b307b;  
        background-color: #EEEFF0;  
        font-size: 11px;  
        font-weight: 700;  
        padding: 3px 4px 3px 4px; 
}
  
td.tbl3header2 
{ 
        border: 0px solid #0b307b;  
        background-color: #EEEFF0;  
        font-size: 11px;  
        font-weight: 700;  
        padding: 3px 0px 3px 0px;  
}  

td.tbl3white 
{ 
        border: 0px solid #0b307b;  
        background-color: #ffffff;  
        font-size: 11px;  
        font-weight: 700;  
        padding: 3px 4px 3px 4px; 
}  

td.tbl3white2 
{ 
        border: 0px solid #0b307b;  
        background-color: #ffffff;  
        font-size: 11px;  
        font-weight: 700;  
        padding: 3px 0px 3px 0px;  
}
  
td.tbl3cat 
{ 
        border: 0px solid #0b307b; 
        background-color: #EEEFF0;  
        font-size: 11px;  
        font-weight: 700;  
        padding: 3px 4px 3px 4px; 
}
  
td.tbl3cat2 
{ 
        border: 0px solid #0b307b; 
        background-color: #EEEFF0;  
        padding: 0px;  
}  

.content_separator
{
        background-image:url(../images/corporate/layout/border_blue_dotted.gif);
        background-repeat:repeat-x;
        background-position:bottom;
        width: 500px;
}

.medianewsimg
{
        width: 180px;
        height: 50px;
        float: left;
}

.mediaawardsimg
{
        width: 100px;
        height: 120px;
        float: left;
}

.contentsm
{
	
	width: 720px;
	
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	padding-top: 0;
	
}

.contentsm h2
{
	font-size: 16px;
	color: #8b2500;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 2px;
}

.contentsm h3
{
	font-size: 15px;
	color: #8b2500;
        padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	margin-top: 9px;
	margin-bottom: 2px;
}

.contentsm h4
{
	font-size: 14px;
	color: #5a5858;
        padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	margin-top: 8px;
	margin-bottom: 1px;

}

.contentsm h5
{
	font-size: 13px;
	color: #8b2500;
        padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 1px;
}

.topnav-            .nav-home       .elancetablogo,
.topnav-home            .nav-home       .elancetablogo
{
        background: url(../images/elanceiconselected.gif) no-repeat center left;
        position: relative;
        float: left;
        padding: 0px 0px 0px 0px;
        height: 15px;
        width: 15px;
        text-align: left;
}

.h7
{
        color: #8d2700;
        font-size: 20px;
}