﻿/* hide radgrid pager dropdown */
div.RadGrid .rgPager .rgAdvPart    
{    
    display:none;       
}     

.bold
{
    font-weight: bold;
}

#container
{
    width: 800px;
    margin: 0 auto;
    border: solid thin #999999;
    padding: 5px;
    font-family: Arial, Helvetica, Sans-Serif;
}

#logout
{
    float: right;
    width: 150px;
    text-align: right;
    margin-top: 30px;
}

#logout a
{
	float: right;
}

#header
{
    width: 200px;
    text-indent: -10000px;
    background-image: url('./Images/logo.png');
    padding: 0px;
    margin: 0px;
    height: 80px;
    float: left;
}

#content
{
    clear: both;
    min-height: 728px;
    font-size: 0.9em;
}

#footer
{
    font-size: 0.6em;
    text-align:center;
    border-top: solid thin #999999;
    margin: 10px 0 0 0;
    padding: 0px;
}

#footer p
{
    margin: 0px;
    padding: 5px 0 0 0;
}

#actions
{
    text-align: center;
}

h2
{
    font-size: 1.2em;
}

#incident
{
    width: 45%;
    float: left;
    padding-top: 20px;
    padding-left: 40px;
}

#charts
{
    float: right;
    width: 49%;
    text-align: center;
    padding-top: 20px;
}

#incident img
{
    display: block;
    margin: 0 auto;
}

.otherImpacts
{
    border: solid thin #999999;
}

.otherImpacts td, .otherImpacts th
{
    border-right: solid thin #999999;
    border-bottom: solid thin #999999;
}

#map_canvas
{
    width:791px;
    height:400px;
    margin: 5px auto 10px auto;
    border: solid thin #999999;
}

.eventsTable
{
    width: 791px;
    margin: 0 auto;
    border: solid thin #999999;
}

.eventsTable td, th
{
    border-right: solid thin #999999;
    border-bottom: solid thin #999999;
}

.eventsTable tr:hover
{
    background-color: #cccccc;
    cursor: pointer !important;
}

.RadGrid_Default .RowMouseOver
{
	background-color:#ffffff !important;
	cursor: pointer !important;
}

.rgRedRow
{
    background-color: #ff0000; 
	cursor: pointer !important;
}

.rgYellowRow
{
    background-color: #ffff00; 
	cursor: pointer !important;
}

.rgGreenRow
{
    background-color: #008000; 
	cursor: pointer !important;
}

.rgActiveRow td
{
    background-color: #ffffff !important; 
	cursor: pointer !important;
}

.impactRow
{
    background-color: #F1756B;
    font-size: 0.75em;
    color: #000000;
}

.preimpactRow
{
    background-color: #E0D04B;
    font-size: 0.75em;
    color: #000000;
}

#charts img
{
    margin-bottom: 10px;
}

.errorLabel
{
    font-size: 0.85em;
    color: #ff0000;
    font-weight: bold;
}

.smallercontent
{
    font-size: 0.75em;
    color: #000000;
}

#progressBackgroundFilter {
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow:hidden;
    padding:0;
    margin:0;
    background-color:#000;
    filter:alpha(opacity=50);
    opacity:0.5;
    z-index:1000;
}

#progressMessage {
    position:fixed;
    top:30%;
    left:43%;
    padding:10px;
    width:14%;
    z-index:1001;
    background-color:#fff;
    border:solid 1px #000;
    background-image: url('./Images/traklogo_small.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}

#progressMessage p
{
    text-align: center;
    color: #333333;
}

#progressMessage img 
{
    display: block;
    margin: 0 auto;
}

.findIncidentsTabPage
{
	border: solid 1px #999999;
	padding: 1em;
}

.findIncidentsTabs
{
	margin-top: 1em;
}