﻿html, body { margin: 0; padding: 0; font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif; font-size:0.9em;}
div, p, ul, ol, h1, h2, h3, h4, h5, h6, hr, img, td { margin: 0; padding: 0; border-style: none;}

.breadcrumb {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}

.title
{
	color:#3366ff;	
}

.breadcrumb a 
{
    text-decoration:none;
    color:#ffffff;
}

.breadcrumb a:hover 
{
    color:#0088D2;
}

RadTree1 div,
RadTree1 span
{
    border:1px solid red !important;
    padding-bottom:5px;
    padding-top:0px;
}

.OKText 
{
    padding:10px;
    color: Green;
}

.NOTOKText
{
    padding:10px;
    color:Red;
}

.button 
{
    padding:0 5px;
    font:bold 100% arial;
    font-size:12px;
    color:#0088D2;
    overflow:visible;
    background:#ddd;
    cursor:pointer;cursor:hand;
}

.button:hover
{
    color: Orange;
} 

.textarea 
{
    width:280px;
}

.textfield
{
    width:180px;
    height:17px;
    padding-left:2px;
    padding-top:3px;
}

.loadingpanel 
{
    text-align: center; font-size: 12px; color: #6889BF; font-weight: bold; width:100%; margin-top:200px;
}

.menulist, .menugroup, .menulist a, .menugroup a
{
    padding:1px;
    padding-left:45px;
    color:#DDDDDD;
    font-size:11px;
    font-weight:bold;
    font-family:Tahoma;
}
.menulist a, .menugroup a 
{
    padding:0px;
    text-decoration:none;
}
.menulist a:hover, .menugroup a:hover
{
    color:Orange;
}
.menugroup
{
    margin-top:5px;
}
.invisible
{
    display:none;
}
.replies
{
    margin-left:50px;
    /*font-size:16pt;*/
}

body 
{
	font-family : Verdana;
	font-size : 12px;
}

.shortcut
{
	float:left;
	margin:10px 10px 10px 10px;
}
a.smallLink
{
	font-size:9px;
	color:Black;
	text-decoration:none;
}
a.smallLink:hover
{
	font-size:9px;
	color:Black;
	text-decoration:underline;
}

.innerContent
{
	border-color:#3366ff;
	border-width:2px;
	padding:10px 10px 10px 10px;
	border-style:solid;
	margin-top:15px;
	width:740px;
	float:left;
}

.button 
{
    padding:0 5px;
    font:bold 100% arial;
    font-size:12px;
    color:#0088D2;
    overflow:visible;
    background:#ddd;
    cursor:pointer;cursor:hand;
}

.button:hover
{
    color: Orange;
} 

h5
{
	color: #3366ff; font-family: Verdana; margin-bottom:5px;
}

.red
{
	color:Red;
}

.center
{
	text-align:center;
}

.outerDiv
{
	border-color:Black; border-style:solid; border-width:1px; width:90%;
}

.tbHeader
{
	color:White; background-color:DimGray;
}

.middleDiv
{
	overflow:auto; width:100%; height:200px;
}

table.list tr
{
	background-color:#EEE;
}

table.list tr.alt
{
	background-color:#FFF;
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}

.collapsePanel {
	border-bottom: solid 2px #F3F3F3;
	border-right: solid 2px #F3F3F3;
	border-left: solid 2px #F3F3F3;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:20px;
	background-color:#F3F3F3;
	vertical-align:middle;
	color:#000;
	font-weight:bold; 
	cursor: pointer; 
	vertical-align: middle;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup {
	background:#ff0000;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;

	 position:relative;

}

div#footer{clear:both;text-align:center; padding:15px 0 15px 0;}