﻿/*
 * Page template
 */
 
body
{
    background-color: #e2e7ee;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    overflow-y: scroll;
}

body, td, th, div, p, button,
input, textarea, select
{
    color: #666;
    font-family: Tahoma,Arial,HelveticaSans-Serif;
    font-size: 12px;
}

input, textarea, select
{
    color: #000;
}

.Frame
{
    text-align: center;
}

.Example
{
    font-family: Arial;
    font-style: italic;
    padding-top: 5px;
    color: #888;
}

.DisabledText
{
    color: #888;
}

.Red
{
    color: #800;
}

.Green
{
    color: #080;
}

.Example ul,
ul.NormalList,
ol.NormalList,
.Para ul,
.Para ol
{
    margin: 5px 0 0 15px;
    padding-left: 15px;
    font-style: normal;
}

.Example ul li,
ul.NormalList li,
.Para ul li
{
    list-style-type: disc;
}

ol.NormalList li,
.Para ol li
{
    list-style-type: decimal;
}

.ReadOnly
{
    color: #666 !important;
}

em
{
    color: #4f81bd;
    font-style: normal;
}

.Body
{
    margin: 0 auto 20px auto;
    width: 815px;
}

body.Admin .Body
{
    width: auto;
}

.Body .Header
{
    position: relative;
    text-align: left;
}

h1.Logo
{
    margin: 25px 25px 0 25px;
    border-bottom-width: 0;    
    font-weight: bold;
    font-size: 50px;
    line-height: 0.8em;
}

h1.Logo a,
h1.Logo a:hover,
h1.Logo a:visited,
h1.Logo a:active
{
    color: #4f81bd;
    text-decoration: none;
}

h2
{
    font-weight: normal;
    font-size: 18px;
    color: #cc812e;
    margin-bottom: 10px;
}

img.LogoCustom
{
    border-width: 0;
    margin: 25px 25px 0 25px;
}

img.Logo
{
    border-width: 0;
    height: 155px;
    vertical-align: middle;
    width: 765px;
}

img.LogoFloat
{
    border-width: 0px;
    left: -10px;
    position: absolute;
    top: -58px;
    height: 96px;
    width: 318px;
}

ul.Navigation
{
    background-color: #f0f3f8;
    float: left;
    width: 761px;
    *width: 765px;
    border: solid 2px #fff;
}

.Navigation li
{
    white-space: nowrap;
    border-right: solid 1px #fff;
    float: left;
}

.Navigation li a
{
    display: block;
    float: left;
    padding: 5px 10px 7px 10px;
    position: relative;
    text-decoration: none;
}

.Navigation li a:hover
{
    background-color: #ebeff4;
}

.Navigation li a.Selected
{
    background-color: #fff;
    color: #4f81bd;
    font-weight: bold;
}

.Navigation li a.Notify
{
    background-image:url(../Images/notify2.png);
    background-position: right 3px;
    background-repeat: no-repeat;
}

.Navigation li a span
{
    color: #4f81bd;
    cursor: pointer;
    float: left;
}

.Navigation li a:hover span
{
    color: #4f81bd;
    text-decoration: underline;
}

.Navigation li a em
{
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    *float: none;
    margin: 2px 0 0 5px;
    *margin-top: 7px;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: -0.15em;
    text-align: center;
    width: 15px;
}

.Account
{
    background: url(../Images/BgAccount.gif);
    height: 50px;
    margin: 0 auto;
    width: 830px;
}

.Account td
{
    color: #eee;
    padding: 8px 0 0 0;
    vertical-align: top;
    white-space: nowrap;
}

.Account td.LabelLeft
{
    padding: 8px 8px 0 30px;
}

.Account td.LabelLeft b
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
}

.Account td.Label
{
    padding: 8px 8px 0 18px;
}

.Account td.LabelRight
{
    padding: 8px 30px 0 18px;
    text-align: right;
    width: 100%;
}

.Account td.FieldCell
{
    padding: 3px 0 21px 0;
    vertical-align: middle;
}

.Account td.FieldCell input
{
    width: 150px;
}

.Account a,
.Account a:visited
{
    color: #eee;
}

.Account a:active,
.Account a:hover
{
    color: #fff;
}

.Account .Field,
.Account .DisabledText,
.Account select
{
    border: solid 1px #95b3d7;
    background-color: #f0f3f8;
    background-image: none;
}

.NoAccount
{
    background: url(../Images/BgNoAccount.gif);
}

.NoAccount a
{
    font-weight: bold;
}

.NoAccount td.LabelRight
{
    padding-right: 38px;
}

.Breadcrumbs
{
    background: #FFFFFF url(../Images/BgBreadcrumbs.gif) repeat-y scroll left top;
    border: 2px solid #FFFFFF;
    border-top-width: 0;
    color: #4F81BD;
    padding: 7px 10px 7px 5px;
    text-align: left;
}

.Body .Content
{
    background-color: #fff;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 25px 25px 20px 25px;
    text-align: left;
    /*min-height: 100%;
    overflow: hidden;*/
}

.Body .Left,
.Body .Right
{
    background-image: url(../Images/bg_glow_left.gif);
}

.Body .Left
{
    padding-left: 25px;
}

.Body .Right
{
    padding-right: 25px;
    background-position: top right;
}

.Body .Top div,
.Body .Bottom div
{
    background-image: url(../Images/bg_glow_top.gif);
    height: 25px;
}

.Body .Top .Left
{
    background-position: 0 -100px;
}

.Body .Bottom .Left
{
    background-position: 0 -125px;
}

.Body .Bottom div
{
    background-position: 0 -25px;
}

.Body .Top .Right
{
    background-position: right -50px;
}

.Body .Bottom .Right
{
    background-position: right -75px;
}

.PoweredBy
{
    padding-top: 25px;
    text-align: left;
}

.PoweredBy img
{
    border-width: 0;
}

.Footer
{
    padding: 0 25px 35px 25px;
    text-align: left;
}

.Footer div
{
    position: relative;
    top: -10px;
}

.Footer .Nav
{
    float: right;
    font-size: 11px;
    text-align: right;
}

.Footer .Copyright
{
    color: #aaa;
    float: left;
    font-size: 11px;
    top: -9px;
}

.Breadcrumbs span,
.Footer .Nav span
{
    color: #aaa;
    padding: 0 4px;
}

.Pipe
{
    color: #aaa;
    padding: 0 10px;
}

h1
{
    border-bottom: solid 2px #d9d9d9;
    clear: both;
    color: #a6a6a6;
    font-size: 35px;
    font-weight: normal;
    font-family: Candara, Arial;
    letter-spacing: -2px;
    line-height: 30px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    position: relative;
    width: 100%;
}

.Note
{
    float: right;
    font-size: 11px;
    letter-spacing: 0;
    position: relative;
    top: 13px;
    line-height: normal;
}

a,
a:visited
{
    color: #4f81bd;
}

a:hover,
a:active
{
    color: #008;
}

a.SkillLabel,
a.SkillLabel:visited
{
    border-bottom: dotted 1px #4f81bd;
    color: #666;
    text-decoration: none;
}

a.SkillLabel:hover,
a.SkillLabel:active
{
    border-bottom: solid 1px #000;
    color: #666;
    text-decoration: none;
}

p
{
    clear: both;
    margin: 10px 0;
    padding: 0 0 0 0;
}

.ListView
{
    border-collapse: collapse;
}

.ListView th,
.ListView td
{
    padding: 3px 5px;
    border-bottom: solid 1px #ddd;
}

.ListView th
{
    background: #F9F9F9 url(../images/default/grid/grid3-hrow.gif) repeat-x bottom;
    border-bottom-width: 0;
    padding: 5px 5px 4px 5px;
    font-weight: bold;
    color: #888;
}

.ListView ul
{
    padding-left: 15px;
}

.ListView li
{
    padding-bottom: 2px;
}

.ListView .Footer
{
    padding: 5px;
    border-bottom-width: 0px;
}
 
form
{
    margin: 0 0 0 0;
}

table.Form
{
}

table.Form td
{
    padding: 5px;
    margin: 0 0 0 0;
    vertical-align: top;
}

table.Form td.Label,
table.Form td.Text
{
    padding-top: 10px;
}

table.Form td.Label
{
    padding-top: 10px;
    position: relative;
    text-align: right;
}

table.NoForm td
{
    padding: 0 0 0 0;
}

table.NoForm td.Text
{
    padding-top: 5px;
}

input.DisabledText,
.Field,
.NumberField,
select,
textarea
{
    background: #fff url(../Images/bg_field.gif) repeat-x;
    border: solid 1px #aaa;
    color: #000;
    padding: 3px 4px;
    height: 24px;
    width: 250px;
}

.NumberField
{
    text-align: right;
    width: 75px;
}

select
{
    padding: 2px;
}

input.DisabledText
{
    color: #999;
}

div.IconField 
{
    position: relative;
}

div.IconField input
{
    padding-left: 22px;
    width: 350px;
}

div.IconField img
{
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 10;
}

img.Icon
{
    border-width: 0;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    width: 16px;
}

.Required
{
    background-color: Red;
    display: none;
    position: relative;
    width: 0px;
}

.Required span
{
    background-image: url(../Images/icoRequired.png);
    height: 8px;
    left: 13px;
    position: absolute;
    top: -16px;
    width: 8px;
}

label.Icon,
div.Icon,
p.Icon,
a.Icon
{
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 0 2px 20px;
}

button div.Icon
{
    padding-top: 0;
}

textarea
{
    height: 150px;
    width: 600px;
}

iframe
{
    border: solid 1px #aaa;
    height: 300px;
    width: 600px;
}

input
{
    margin: 0 0 0 0;
}

button.Button
{
    /*
    background-image: url(../Images/bg_button.gif);
    border-width: 0px;
    color: #fff;
    */
    color: #000;
    cursor: pointer;
    height: 27px;
    padding: 0 0 0 0;
    width: 121px;
}

button.SpaceAfter
{
    margin-right: 5px;
}

button.Menu div
{
    background-image: url(../Images/default/button/arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    color: #000;
}


/*
 * Skills
 */
 
table.Skill th
{
    background: #fff url(../Images/bg_field.gif) repeat-x;
    border-right: solid 1px #eee;
    color: #444C64;
    font-weight: normal;
    padding: 1px 5px;
    font-size: 13px;
    text-align: center;
}

table.Skill
{
    width: 100%;
    table-layout: fixed;
}

table.Skill td
{
    border-bottom: solid 1px #eee;
    border-right: solid 1px #eee;
    color: #000;
    padding: 3px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

table.Skill input
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 16px;
}

table.Skill td div.horizontalBar
{
    padding-right: 13px;
}


/*
 * Weekly planner
 */
 
.Day
{
    float: left;
    width: 102px;
}

.DayHeader,
.DayLeft,
.DayRight,
.DayFooter
{
    background-image: url(../Images/bg_planner.gif);
}

.DayHeader
{
    background-image: url(../Images/bg_planner.gif);
    background-position: -6px 0;
    height: 30px;
    text-align: center;
}

.DayHeader div
{
    color: #fff;
    padding: 12px 0 0 0;
}

.DayLeft
{
    padding-left: 6px;
    background-repeat: repeat-y;
}

.DayRight
{
    padding-right: 5px;
    background-repeat: repeat-y;
    background-position: -19px 0;
}

.DayDate
{
    background-color: #ddd;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #ccc;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 0;
}

.DayContent
{
    background-color: #fff;
}

.DayFooter
{
    background-position: -6px -30px;
    height: 9px;
    font-size: 1px;
}

.DayContent a.Time
{
    background-image: url(../Images/bg_na.gif);
    border-bottom: solid 1px #eee;
    color: #666;
    display: block;
    padding: 4px;
    text-align: center;
    text-decoration: none;
}

.DayContent a.Time:visited
{
    color: #666;
}

.DayContent a.Time:active,
.DayContent a.Time:hover
{
    background-image: none;
    background-color: #e3ebf5;
    color: #000;
}

.DayContent a.TimeSelected,
.DayContent a.TimeSelected:visited
{
    background-image: none;
    background-color: #4f81bd;
    color: #fff;
}

.DayContent a.TimeSelected:hover,
.DayContent a.TimeSelected:active
{
    background-image: none;
    background-color: #2661a7;
    color: #fff;
}

.DayContent table.Match
{
    height: 120px;
    width: 91px;
    table-layout: fixed;
}

.DayContent table.Match td
{
    padding: 0 0 0 0;
    text-align: center;
    vertical-align: middle;
}

.DayContent table.Match td.MatchBusy
{
    background-image: url(../Images/bg_na.gif);
}

.DayContent table.Match td.MatchFound
{
    background-color: #9bbb59;
    border: dotted 1px #abdd69;
    color: #fff;
    height: 150px;
    padding: 2px;
    vertical-align: top;
}

.DayContent table.Match .Feedback
{
    margin-top: 10px;
}

.DayContent table.Match td.MatchFound b
{
    text-decoration: underline;
}

.DayContent table.Match td.MatchFound p
{
    color: #fff;
    margin: 5px 0 0 0;
}

.DayContent table.Match td.MatchCancelled
{
    background-color: #c00;
    border: dotted 1px #f00;
}

.DayContent table.Match td.MatchNone
{
    background-color: #eee;
}

a.DaySelectAll,
a.DaySelectNone
{
    color: #aaa;
    padding: 0 5px;
    text-decoration: none;
}

a.DaySelectAll
{
    float: left;
}

a.DaySelectNone
{
    float: right;
}

img.Green,
img.Red,
img.Gray,
img.White,
img.Blue
{
    border: solid 1px #ddd;
    background-color: #9bbb59;
    font-size: 8px;
    width: 10px;
    height: 10px;
    margin: 0 4px 0 10px;
    vertical-align: bottom;
}

img.Gray
{
    background-color: #eee;
}

img.White
{
    background-color: #fff;
    background-image: url(../Images/bg_na.gif);
}

img.Blue
{
    background-color: #4f81bd;
}

img.Red
{
    background-color: #c00;
}

.MatchInfo td
{
    border-bottom: solid 1px #eee;
    padding: 10px 5px;
}

.MatchInfo p
{
    padding: 30px 0 10px 0;
}

.ImageFrame div
{
    background-image: url(../Images/picframe.gif);
    background-repeat: repeat-y;
    font-size: 1px;
    text-align: center;
    width: 126;
}

.ImageFrame div.Top
{
    height: 8px;
}

.ImageFrame div.Image
{
    background-position: -126 0;
    padding: 5px 0;
}

.ImageFrame div.Bottom
{
    background-position: 0 -8;
    height: 8px;
}

table.Profile
{
    background-image: url(../Images/bg_field.gif);
    background-repeat: repeat-x;
    border-top: solid 1px #eee;
    margin-bottom: 30px;
    width: 100%;
}

table.Profile td
{
    vertical-align: top;
}

table.Profile td.Photo
{
    padding: 8px 0 0 0;
}

table.Profile td.Buttons
{
    padding-top: 5px;
    text-align: right;
}

table.Profile td.Buttons a
{
    padding: 3px 5px 0 0;
    display: inline-block;
}

table.Profile .Name
{
    font-size: 18px;
    padding: 10px 0;
}

table.Profile .Description
{
    line-height: 20px;
    padding-bottom: 10px;
}

table.Profile .Popularity
{
    line-height: normal;
    margin-top: 4px;
}

table.Profile .Popularity .HorizontalBar div.BarContainer
{
    float: left;
}

table.Profile .Popularity .HorizontalBar div.BarContainer div.Bar
{
    right: auto;
}

table.Profile .Popularity .HorizontalBar div.BarDetails
{
    color: #666;
    line-height: normal;
    margin-left: 55px;
    text-align: left;
}

table.ProfileNoName
{
    background-image: none;
    border-top-width: 0;
}

table.ProfileNoName td.Profile
{
    padding-top: 10px;
}

table.ProfileNoName .Name
{
    display: none;
}

table.ProfileNoName .ProfileType
{
    margin: 5px 0 10px 0;
}

table.ProfileNoName .Description
{
    clear: both;
}

.ProfileInfo
{
    table-layout: fixed;
    width: 100%;
}

.ProfileInfo td
{
    border-top: solid 1px #eee;
    padding: 5px;
    line-height: 20px;
}

.ProfileInfo td.Label
{
    color: #aaa;
    text-align: right;
    vertical-align: top;
}

.ProfileInfo td.Value
{
    width: 100%;
}

.ProfileInfo div.SkillLink
{
    margin: 2px 0;
}

.Experience
{
    /*font-weight: bold;*/
}

.ProfileType
{
    background-color: #cc812e; 
    border: solid 1px #be610a; 
    color: #fff;
    float: left; 
    font-weight: bold; 
    margin-top: 15px;
    padding: 3px 6px; 
}

hr
{
    background-color: #eee;
    border-width: 0px;
    color: #eee;
    margin: 10px 0;
    height: 1px;
}

div.Para,
div.Para p,
div.Para li
{
    line-height: 20px;
}

div.Para strong
{
    font-weight: bold;
}

.Para em
{
    font-style: italic;
}

.Paginator .Banner,
.Paginator .Banner .BannerHeader,
.Paginator .Banner .BannerFooter,
.Paginator .Banner .BannerFooter div
{
	background-image: url(../Images/banner_blue.gif);
}

.Paginator .Banner .BannerBody
{
    padding: 10px;
}

.Paginator .Banner .BannerHeader div,
.Paginator .Banner .BannerFooter div div
{
	background-image: url(../Images/banner_c_blue.gif);
}

.Paginator .Banner .BannerBody
{
 	border: solid 1px #a4b3ca;
	border-bottom-width: 0px;
	border-top-width: 0px;
	background-color: #ebeef3;
	*width: 100%;
}

.Paginator .Banner .BannerBody table.PageTurner td
{
    padding: 0 5px 3px 5px;
    text-align: center;
    vertical-align: top;
}

.Paginator .Banner .BannerBody table.PageTurner img
{
    border-width: 0;
}

.Paginator .Banner .BannerBody table.PageTurner span
{
    font-weight: bold;
}

.Paginator .Results
{
    padding: 0 7px 5px 7px;
    vertical-align: bottom;
}

.ScrollBox
{
    background: #fff url(../Images/bg_field.gif) repeat-x;
    border: solid 1px #aaa;
    overflow-y: auto;
    overflow-x: auto;
    width: 600px;
}

.ScrollBox input
{
    margin: 5px;
    *margin: 1px;
}

.ScrollBox a.Label,
.ScrollBox a.Label:hover,
.ScrollBox a.Label:visited,
.ScrollBox a.Label:active
{
    border-bottom-width: 0;
    color: #000;
    text-decoration: none;
}

.ScrollBox .EasySelectGroup
{
    background:#FFFFFF url(../Images/bg_field.gif) repeat-x scroll 0 0;
    margin-top: 10px;
    border-top: solid 1px #ddd;
    padding: 5px;
}

.ScrollBox .FirstEasySelectGroup
{
    margin-top: 0;
}

.StarsMenu
{
    background-position: 70px;
}

.StarsMenu li a span
{
    padding-left: 73px;
}

.icoStars1, .icoStars2, .icoStars3, .icoStars4, .icoStars5
{
    background-image: url(../Images/icoStar1.png) !important;
    background-position: left center;
}

.icoStars2
{
    width: 32px;
}

.icoStars3
{
    width: 48px;
}

.icoStars4
{
    width: 64px;
}

.icoStars5
{
    width: 80px;
}

.AppTabs .x-tab-panel-header
{
    background-color: Transparent;
    border-width: 0;
}

.AppTabs ul.x-tab-strip-top 
{
    background-image: none;
    background-color: Transparent;
}

.AppTabs .x-tab-panel-body
{
    border-width: 0;
    padding-top: 10px;
}

button.Green
{
    background-color: #0a0;
}

button div
{
    color: #000;
}

button div.icoPlay
{
    color: #080;
    font-weight: bold;
}

button div.icoStop
{
    color: #a00;
    font-weight: bold;
}

button div.icoSubscribed
{
    color: #080;
    font-weight: bold; 
}

.NoDisplay
{
    display: none;
}


/*
 * Sidebar
 */

td.Sidebar
{
    border-left: dotted 1px #ccc;
    padding-left: 10px;
    width: 200px;
}

.Sidebar h3
{
    margin-top: 15px;
    padding: 15px 0 0 0;
    border-top: solid 1px #eee;
}

.Sidebar div
{
    padding: 0 5px;
}

.Sidebar p
{
    margin: 10px 0;
}

.Sidebar a.Icon
{
    display: block;
    margin: 5px 0;
}

/*
 * RatingBar
 */
 
.RatingBar .Outer
{
    background-image: url(../Images/icoStar0.png);
    float: left;
    height: 16px;
    margin-top: 1px;
    width: 80px;    
}

.RatingBar .Inner
{
    background-image: url(../Images/icoStar1.png);
    height: 16px;
    width: 50px;
}

.RatingBar .Label
{
    margin-left: 90px;
}

button div.icoUnregister
{
    background-image: url(../Images/icoDoNotEnter.png) !important;
    color: #c00;
    font-weight: bold; 
}

button div.icoRegister
{
    background-image: url(../Images/icoCheck.png) !important;
    color: #080;
    font-weight: bold; 
}

.x-html-editor-wrap select
{
    width: auto;
}

.x-html-editor-wrap iframe
{
    border-width: 0;
}

table.Form .x-html-editor-wrap td
{
    padding: 0 0 0 0;
}

p.PostedBy
{
    color: #999;
    margin: 0 0 15px 0;
    text-align: right;
}

p.PostedActions
{
    border-top: 1px dotted #ccc;
    line-height: 1.75em;
    margin: 15px 0 0 0;
    padding-top: 5px;
}

p.PostedPrice
{
    color: #900;
}


/*
 * Icons
 */

.icoAdd             { background-image: url(../Images/icoAdd.png) !important; }
.icoBulb            { background-image: url(../Images/icoBulb.png) !important; }
.icoCalendar        { background-image: url(../Images/icoCalendar.png) !important; }
.icoCalendarAdd     { background-image: url(../Images/icoCalendarAdd.png) !important; }
.icoCalendarEvents  { background-image: url(../Images/icoCalendarEvents.png) !important; }
.icoCancel          { background-image: url(../Images/icoCancel.png) !important; }
.icoCheck           { background-image: url(../Images/icoCheck.png) !important; }
.icoComment         { background-image: url(../Images/icoComment.png) !important; }
.icoCommentAdd      { background-image: url(../Images/icoCommentAdd.png) !important; }
.icoDoNotEnter      { background-image: url(../Images/icoDoNotEnter.png) !important; }
.icoDownload        { background-image: url(../Images/icoDownload.png) !important; }
.icoEmail           { background-image: url(../Images/icoEmail.png) !important; }
.icoFlagBlue        { background-image: url(../Images/icoFlagBlue.png) !important; }
.icoFlagGreen       { background-image: url(../Images/icoFlagGreen.png) !important; }
.icoFlagRed         { background-image: url(../Images/icoFlagRed.png) !important; }
.icoFormatPdf       { background-image: url(../Images/icoFormatPdf.png) !important; }
.icoFormatText      { background-image: url(../Images/icoFormatText.png) !important; }
.icoGears           { background-image: url(../Images/icoGears.png) !important; }
.icoGroup           { background-image: url(../Images/icoGroup.png) !important; }
.icoLinkBlog        { background-image: url(../Images/icoLinkBlog.png) !important; }
.icoLinkHome        { background-image: url(../Images/icoLinkHome.png) !important; }
.icoLinkTwitter     { background-image: url(../Images/icoLinkTwitter.png) !important; }
.icoLock            { background-image: url(../Images/icoLock.png) !important; }
.icoNews            { background-image: url(../Images/icoNews.png) !important; }
.icoPencil          { background-image: url(../Images/icoPencil.png) !important; }
.icoPlay            { background-image: url(../Images/icoPlay.png) !important; }
.icoProperties      { background-image: url(../Images/icoProperties.gif) !important; }
.icoShield          { background-image: url(../Images/icoShield.png) !important; }
.icoSkillE          { background-image: url(../Images/icoSkillE.png) !important; }
.icoSkillIE         { background-image: url(../Images/icoSkillIE.png) !important; }
.icoSkillI          { background-image: url(../Images/icoSkillI.png) !important; }
.icoStar0           { background-image: url(../Images/icoStar0.png) !important; }
.icoStar1           { background-image: url(../Images/icoStar1.png) !important; }
.icoStop            { background-image: url(../Images/icoStop.png) !important; }
.icoSubscribe       { background-image: url(../Images/icoSubscribe.png) !important; }
.icoSubscribed      { background-image: url(../Images/icoSubscribed.png) !important; }
.icoThumbDown       { background-image: url(../Images/icoThumbDown.png) !important; }
.icoThumbUp         { background-image: url(../Images/icoThumbUp.png) !important; }
.icoThumbSideways   { background-image: url(../Images/icoThumbSideways.png) !important; }
.icoUnsubscribe     { background-image: url(../Images/icoUnsubscribe.png) !important; }
.icoUpload          { background-image: url(../Images/icoUpload.png) !important; }
.icoUserAdd         { background-image: url(../Images/icoUserAdd.png) !important; }

