body
{
	margin:0px;
	padding:0px;
	border:0px;
	background-color: #FFFFFF;
	text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*************** Application Display ***********/

.TrafficApplication
{
	background-color: #eeeeee;
	margin-left: 4px;
}

/***************** Main Titles ***************/

.MainTitle
{
	background-color: #fff;
	/* background-image: url("http://traffic.srdrs.swisstxt.ch//RadControls/Menu/Skins/SRDRS/http://traffic.srdrs.swisstxt.ch/img/RootItemBkg.gif"); */
	background-repeat: repeat-x;
	background-position: top center;
	padding: 5px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	border-bottom: 1px solid #ddd;
}

/***************** Messages *****************/

.Message
{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.MessageHeader
{
	font-size: 0.75em;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
.MessageText
{
	font-size: 0.75em;
	padding-bottom: 5px;
	padding-left: 5px;
}
.MessageDisplay
{
	height: 350px;
	overflow: auto;

}
.Icon
{
	width: 20px;
}
.MessageWidth
{
	width: 574px;
}

/**************** Map Display ****************/


.MouseOverDiv
{
	background-position: center center;
	background-repeat: no-repeat;
}

.TrafficMap
{
	padding: 0px; 
	margin: 0px; 
	position: relative; 
	cursor: crosshair; 
	left: 0px;
    top: 0px;
}
.MapMessageDetail
{
	position: absolute; 
	padding: 3px;
    border: black 1px solid; 
    background-color: #EEEEEE;
    text-align: left; 
    vertical-align: top;
    display: none;
}
.MapZoomRect
{
	position: absolute; 
	display: none; 
	border-right: black 1px dotted;
	border-top: black 1px dotted; 
	left: 0px; 
	border-left: black 1px dotted; 
	width: 0px;
    border-bottom: black 1px dotted; 
    top: 0px; 
    height: 0px;
}

/**************** Map Buttons ****************/

.ButtonLU
{
	background-image: url("http://traffic.srdrs.swisstxt.ch//Images/map_lo.gif");
	background-repeat: no-repeat;
}
.ButtonUp
{
	background-image: url("http://traffic.srdrs.swisstxt.ch//Images/map_mo.gif");
	background-repeat: no-repeat;
}
.ButtonRU
{
	background-image: url("http://traffic.srdrs.swisstxt.ch//Images/map_ro.gif");
	background-repeat: no-repeat;
}
.ButtonLeft
{
	background-image: url("http://traffic.srdrs.swisstxt.ch//Images/map_ml.gif");
	background-repeat: no-repeat;
}
.ButtonRight
{
	background-image: url("http://traffic.srdrs.swisstxt.ch//Images/map_mr.gif");
	background-repeat: no-repeat;
}
.ButtonLD
{
	background-image: url("http://traffic.srdrs.swisstxt.ch//Images/map_lu.gif");
	background-repeat: no-repeat;
}
.ButtonDown
{
	background-image: url("http://traffic.srdrs.swisstxt.ch//Images/map_mu.gif");
	background-repeat: no-repeat;
	height:21px;
}
.ButtonDown
{
	background-image: url("http://traffic.srdrs.swisstxt.ch//Images/map_mu.gif");
	background-repeat: no-repeat;
	height:21px;
}
.ButtonRD
{
	background-image: url("http://traffic.srdrs.swisstxt.ch//Images/map_ru.gif");
	background-repeat: no-repeat;
	height:21px;
}

/********************* Images *********************/
.leftImage
{
	padding-left: 5px;
	padding-right: 5px;
}

/********************* Webcam ********************/

.WebCamTable
{
	background-color: #EEEEEE;
}
.WebCamTitle
{
	background-color: #fff;
	/* background-image: url("http://traffic.srdrs.swisstxt.ch//RadControls/Menu/Skins/SRDRS/http://traffic.srdrs.swisstxt.ch/img/RootItemBkg.gif"); */
	background-repeat: repeat-x;
	background-position: top center;
	padding: 5px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
}


/* RadMenu SRDRS skin */

.RadMenu_SRDRS
{
	font-weight: normal;
	line-height: 20px;
	border-bottom: 1px solid #ddd;
	width: 574px;
	/*
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #363F46;
	background-image: url("http://traffic.srdrs.swisstxt.ch//RadControls/Menu/Skins/SRDRS/http://traffic.srdrs.swisstxt.ch/img/RootItemBkg.gif");
	background-repeat: repeat-x;
	background-position: top center;
	border: solid 1px #dadada;
	border-bottom: 0px;
*/
}

.RadMenu_SRDRS .link
{
	color: #000;
	text-decoration: none;
}

.RadMenu_SRDRS .link:hover,
.RadMenu_SRDRS .focused,
.RadMenu_SRDRS .expanded
{
	color: #ff0000;
	/* background: #FFFFFF url('http://traffic.srdrs.swisstxt.ch//RadControls/Menu/Skins/SRDRS/http://traffic.srdrs.swisstxt.ch/img/RootItemFocusedBkg.gif') repeat-x; */
	cursor: pointer;
}

.RadMenu_SRDRS .text
{
	font-size: 11px;
	padding: 0px 9px;
	font-family: Arial, Verdana, Sans-Serif;
}

.RadMenu_SRDRS .group
{
	/* background: white url('http://traffic.srdrs.swisstxt.ch/img/MenuItemBackground.gif'); */
	background: white;
	border: solid 1px #dadada;
}

.RadMenu_SRDRS .group .link
{
	background: none;
	float: left;
	_width: 140px; /* IE6 */
	min-width: 140px; /* IE7, Mozilla, Opera */
	text-align: left;
	color: #333;
}

.RadMenu_SRDRS .group .text
{
	padding-left: 26px;
}

.RadMenu_SRDRS .group .link:hover,
.RadMenu_SRDRS .group .focused,
.RadMenu_SRDRS .group .expanded
{
	color: #f00;
}

.RadMenu_SRDRS .leftArrow,
.RadMenu_SRDRS .rightArrow,
.RadMenu_SRDRS .topArrow,
.RadMenu_SRDRS .bottomArrow,
.RadMenu_SRDRS .leftArrowDisabled,
.RadMenu_SRDRS .rightArrowDisabled,
.RadMenu_SRDRS .topArrowDisabled,
.RadMenu_SRDRS .bottomArrowDisabled
{
	background: #326dc8 url('http://traffic.srdrs.swisstxt.ch/img/left.gif') center center no-repeat; 
	width: 15px;
	text-decoration:none;
	color:#326dc8;
}

.RadMenu_SRDRS .topArrow,
.RadMenu_SRDRS .topArrowDisabled
{
	background-image:url('http://traffic.srdrs.swisstxt.ch/img/top.gif');
	width: 100%;
	text-decoration:none;
	color:#326dc8;
}

.RadMenu_SRDRS .bottomArrow,
.RadMenu_SRDRS .bottomArrowDisabled
{
	background-image:url('http://traffic.srdrs.swisstxt.ch/img/bottom.gif');
	width:100%;
}

.RadMenu_SRDRS .rightArrow,
.RadMenu_SRDRS .leftArrow
{
	height:100%;
}

.RadMenu_SRDRS .rightArrow,
.RadMenu_SRDRS .rightArrowDisabled
{
	background-image: url('http://traffic.srdrs.swisstxt.ch/img/right.gif');
}

.RadMenu_SRDRS .vertical .separator .text
{
	padding-top: 1px;
	background:	#ff0000;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
	height: 1px;
	visibility: hidden;
}

.RadMenu_SRDRS .expandLeft,
.RadMenu_SRDRS .expandRight
{
	background:transparent url(http://traffic.srdrs.swisstxt.ch/img/groupImage.gif) right center no-repeat;
}

.RadMenu_SRDRS .link:hover .expandLeft,
.RadMenu_SRDRS .link:hover .expandRight,
.RadMenu_SRDRS .focused .expandLeft,
.RadMenu_SRDRS .focused .expandRight,
.RadMenu_SRDRS .expanded .expandLeft,
.RadMenu_SRDRS .expanded .expandRight
{
	background:transparent url(http://traffic.srdrs.swisstxt.ch/img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_SRDRS .rootGroup .disabled,
.RadMenu_SRDRS .rootGroup .disabled:hover
{
    color:#999;
}

.RadMenu_SRDRS .rootGroup .disabled:hover
{
    background:#E9E9E9 url(http://traffic.srdrs.swisstxt.ch/img/MainItemBackground.gif) repeat-x;
}

.RadMenu_SRDRS .group .disabled,
.RadMenu_SRDRS .group .disabled:hover
{
    background: transparent;
    border: none;
    color: #999;
}

/* right to left */

.RadMenu_SRDRS_rtl *
{
    text-align:right !important;
}

.RadMenu_SRDRS_rtl .rootGroup
{
    width:100%;
}

.RadMenu_SRDRS_rtl .vertical .link:hover .expandLeft,
.RadMenu_SRDRS_rtl .vertical .link:hover .expandRight,
.RadMenu_SRDRS_rtl .vertical .focused .text,
.RadMenu_SRDRS_rtl .vertical .expanded .text
{
	background:transparent url(http://traffic.srdrs.swisstxt.ch/img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
}

.RadMenu_SRDRS_rtl .expandLeft,
.RadMenu_SRDRS_rtl .expandRight
{
	background: transparent url(http://traffic.srdrs.swisstxt.ch/img/left.gif) left center no-repeat;
}
