@charset "utf-8";
/* GRSD CSS */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
}

a {
	color: #F60;
	text-decoration: none;
}

a:hover {
	color: #F60;
	text-decoration: underline;
}

a:active {
	color: #F60;
	text-decoration: none;
}

a:visited {
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.menu_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	color:#E55227;
}

.menu_item a{
	color:#507EBA;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: none;
	border-right-color: none;
	border-bottom-color: none;
	border-left-color: none;
	padding-right: 10px;
	padding-left: 10px;
}

.menu_item a:hover{
	color:#E55227;
	text-decoration: none;
}

.menu_item a:visited{
	text-decoration: none;
}

.menu_item a:active{
	color:#507EBA;
	text-decoration: none;
}

.event_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#F60;
}

.event_headline a{
	color:#507EBA;
	text-decoration: none;
}

.event_headline a:hover{
	color:#E55227;
	text-decoration: underline;
}

.event_headline a:visited{
}

.event_headline a:active{
	color: #507EBA;
	text-decoration: none;
}

.divDragTitle {
    position: absolute;
    height: 18px;
    background-color: #FFFFFF;
    padding:1px; margin:0px;
}

.divDragTitle table {
    border-spacing:0px; width:100%;
}

.divDragTitle table tr td {
    padding:0px; 
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px; font-weight:bold;
    color:#FFFFFF;
}

.divDragContent {
    position: absolute;
    background-color: #FFFFFF;
    padding:0px; margin:0px;
    border:1px black solid;
    display:block;
}

.divTitleButton {
    border:0px;
}
