﻿/*
 Wing Zero Custom
*/

.CommonListHeader
{
    background-image : url(../images/zero/bg_forum_head.gif);
    background-repeat : repeat-x;
    
    font-family:'Segoe UI',Tahoma,Arial;
	font-size:12px;
    font-weight : normal;
    font-size: 100%;
}

.JoblistSearchBox
{
    margin : 10px;
}

.JoblistSearchText
{
    width: 190px;
    height:15px;
    padding:2px;
    margin:0;
    background:url(../images/zero/bg_search_text.gif) repeat-x;
    
    
    font-family:'Segoe UI',Tahoma,Arial;
	font-size:14px;
	font-style:italic;
	vertical-align:top;
}

.JoblistSearchButton
{
    background-color : Transparent;
    border : 0;
    background-image : url(../images/zero/button_search.png);
    background-repeat : no-repeat;
    background-position : top left;
    width : 50px;
    height : 24px;
    
}

.JobListRow 
{

}

.JobListRowAlt
{
    background-color : #D9E1E8;
}

.CommonContentBox.Highlighted
{
    border : 0;
    background-color : Transparent;
}

.UserBadgeArea
{

}

.UserBadgeAreaAvatar
{
    margin-top : 0px;
    float : left;
}

.UserBadgeAreaProfile
{
    margin-top : 0px;
    margin-left : 7px;
    float : left;
}

.UserBadgeAreaProfile .CommonContentBoxList 
{
    margin-top : 10px;
}

.UserBadgeAreaProfile ul.CommonContentBoxList li
{
    margin : 0px;
    padding : 0px;
}

.joblistdetail
{
    margin  : 30px 5px 10px 5px;
    font-size : 90%;
    
}

.jobDetailBackButton
{
    border : solid 0px #000;
    background-image : url(../images/zero/button_back.png);
    background-repeat : no-repeat;
    background-position : top left;
    width : 40px;
    height : 19px;
}

.JobPager 
{
    background-image : url(../images/zero/bg_forum_head.gif);
    background-repeat : repeat-x;
    
    font-family:'Segoe UI',Tahoma,Arial;
	font-size:12px;
    font-weight : bold;
    font-size: 100%;
}

.JobPager a:link, .JobPager a:visited, .JobPager a:active
{
    color: #fff;
    text-decoration : none;
}

.JobPager a:hover 
{
    color: #fff;
    text-decoration : underline;
}

/* blog fix */
.CommonAvatarListItemArea.Alt {
    background-color : Transparent;
    background-image : none;
}

div.ZeroWeblogPostList {
    display : block;
    float : left;
    background-color : Transparent;
    vertical-align : middle;
    padding : 7px 0 7px 0;
}
div.ZeroWeblogPostListAlt {
    display : block;
    float : left;
    background-color : #D9E1E8;
    vertical-align : middle;
    padding : 7px 0 7px 0;
}
