img {
    border:0;
}

label.required{
    font-weight:bold;
}

div.row 
{
    clear:both;
}
span.item{
    width:200px;
    display:block;
    float:left;
}
span.icon{
    width:20px;
    display:block;
    float:left;
}
#header{
    clear:both;
    background-color: #EEEEEE; 
}
#admin_menu
{
    clear:both;

}
#admin_menu ul,#admin_menu li
{
    list-style: none;
    display:inline;    
    padding:0;
    margin:0;
}

#left_sq, #fieldset-left
{
    float:left;
    width:400px;
    background-color:#eeeeee;
    padding:0px 10px 10px 10px;
    margin:10px;
}

#right_sq, #fieldset-right
{
    float:left;
    width:400px;
    background-color:#eeeeee;
    padding:0px 10px 10px 10px;
    margin:10px;
}

#monitors
{
    clear:both;
    padding:10px;
    margin:10px;
}
#add_monitor
{
    padding:10px;
    clear:both;
}
#add_monitor dt {
    float:left;
}
#add_monitor dd {
    float:left;
}

#tabs
{
    padding-left: 20px;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#tabs ul, #tabs li
{
    display:inline;
    margin-bottom: 0;
}

#tabs li.tab
{
    background-color:#FFFFFF;
    cursor:pointer;
    text-decoration:underline;    
}

#tabs li.tab_selected
{
    background-color:#FFFFFF;
    cursor:pointer;
    color:#ffffff;
    font-weight:bold;    
}

.clear
{
    clear: both;    
}

.pseudolink 
{
    cursor:pointer;
}

#preload_default_images { 
    width: 0px; 
    height: 0px; 
    display: inline; 
    background-image: url(../img/tabs-grey/unique.jpg); 
    background-image: url(../img/tabs-grey/generic.jpg); 
    background-image: url(../img/tabs-grey/positive-indicators.jpg); 
    background-image: url(../img/tabs-grey/negative-indicators.jpg); 
    background-image: url(../img/tabs-grey/urls.jpg); 
    background-image: url(../img/tabs-grey/reports.jpg); 
    background-image: url(../img/tabs-green/unique.jpg); 
    background-image: url(../img/tabs-green/generic.jpg); 
    background-image: url(../img/tabs-green/positive-indicators.jpg); 
    background-image: url(../img/tabs-green/negative-indicators.jpg);
    background-image: url(../img/tabs-green/urls.jpg); 
    background-image: url(../img/tabs-green/reports.jpg);     
}

#li_unique_keywords {background: url(../img/tabs-grey/unique.jpg) bottom left no-repeat; width:101px; height:49px; float: left;}
#li_generic_keywords {background: url(../img/tabs-grey/generic.jpg) bottom left no-repeat; width:107px; height:49px; float: left;}
#li_positive_keywords {background: url(../img/tabs-grey/positive-indicators.jpg) bottom left no-repeat; width:234px; height:49px; float: left;}
#li_negative_keywords {background: url(../img/tabs-grey/negative-indicators.jpg) bottom left no-repeat; width:240px; height:49px; float: left;}
#li_urls {background: url(../img/tabs-grey/urls.jpg) bottom left no-repeat; width:89px; height:49px; float: left;}
#li_reports {background: url(../img/tabs-grey/reports.jpg) bottom left no-repeat; width:109px; height:49px; float: left;}

#li_unique_keywords.tab_selected {background: url(../img/tabs-green/unique.jpg) center left no-repeat; width:101px; height:49px; float: left;}
#li_generic_keywords.tab_selected {background: url(../img/tabs-green/generic.jpg) bottom left no-repeat; width:107px; height:49px; float: left;}
#li_positive_keywords.tab_selected {background: url(../img/tabs-green/positive-indicators.jpg) bottom left no-repeat; width:234px; height:49px; float: left;}
#li_negative_keywords.tab_selected {background: url(../img/tabs-green/negative-indicators.jpg) bottom left no-repeat; width:240px; height:49px; float: left;}
#li_urls.tab_selected {background: url(../img/tabs-green/urls.jpg) bottom left no-repeat; width:89px; height:49px; float: left;}
#li_reports.tab_selected {background: url(../img/tabs-green/reports.jpg) bottom left no-repeat; width:109px; height:49px; float: left;}


.report_result {margin-bottom: 30px; font-family: Arial; font-size: 0.8em}
.report_result p{ margin: 0px 30px !important; }
.report_result p a{ font-weight: bold; color: #3b4583; }
.report_result p.url a{ font-weight: bold; color: #496f58 }

/*The example text on the edit Keywords pages*/
p.keyword_example { border: 1px solid #f78c22; background: #fed9b2; padding: 3px; font-size: 70%; }

