/* 
File: Unclassified.css
Purpose: Style sheet for new things that haven't been classified yet.
Created: 2013-Mar-18
*/

.OutsideBox
{
    border: thin solid black;
}

.OutsideBoxGray
{
    border: thin solid #B5B5B5;
}

.OutsideBoxSilver
{
    border: thin solid #E1E1E1;
}

div.ServiceInformation table, div.ServiceInformation th, div.ServiceInformation td
{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 0.5em;
}

div.ServiceInformation table
{
    width: 100%;
    margin: 2em 0;
}

div#LogDiv
{
    overflow: auto;
}

div.ServiceInformation table.Borderless, div.ServiceInformation table.Borderless th, div.ServiceInformation table.Borderless td
{
    border: none;
}

div#throbberContainer
{
	position: absolute;
	z-index: 2;
	background-image: url("/ApplicationImages/coolTimer.gif");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0px;
	top: 0px;
	left: 0px;
}

div#remoteContent
{
    padding: 10px;
}

.gridRefreshMessage
{
    color: #ff0000;
}

.RadAjax_Metro.portalThrobber .raTransp, .RadAjax_Metro.portalOverlay .raTransp
{
	opacity:.1;
	-moz-opacity:.1;
	filter:alpha(opacity=10)
}

div.errorMessageContainer
{
    margin: 10px;
    padding: 10px;
    font-size: 12pt;
    font-weight: normal;
    line-height: 1.5em;
    background-color: #FFFFFF;
    border: 4px solid #ED051D;
}

div.SubmissionSummary
{
    margin: 0em;
    padding: 2em;
    background-color: #FFFFF0;
}

div.SubmissionSummary h1, div.SubmissionSummary h2, div.SubmissionSummary h3, div.SubmissionSummary p
{
    margin: 0em 0em 1em 0em;
}

div.SubmissionSummary h2
{
    font-size: 1.2em;
}

div.SubmissionSummaryButtonBar
{
    margin: 0em;
    padding: 1em;
    width: 97%;
    text-align: left;
    background-color: #EBEAD1;
}

div#timeOutMessageButtonBar
{
    text-align: left;
}

.editPanel
{
    border-left: 5px #0098d5 solid;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

 
div.editPanel a.rfdSkinnedButton
{
     float: right;
     margin-right: 10px;
}

div.HomeLeftSidebarBox
{
    padding: 5px;
    margin: 25px 5px 0px 5px;
    width: 85%;
/*    border: thin solid Silver; */
/*    border-radius: 3px; */
}
    
div.HomeRightSidebarBox
{
    padding: 5px;
    margin: 5px 5px 20px 1px; 
    width: 92%;
    border-top: thick solid Silver;
    border-left: thin solid Silver;
    border-right: thin solid Silver;
    border-bottom: thin solid Silver;
    /* border-radius: 3px; */
}

.rwLoading
{
    background-image: none !important;
}

.Hidden
{
    display: none;
}


/* website footer */


 
div.UserNotification{
    z-index: 52000;
    padding: 0px 0px 10px 0px;
}

.notificationContent
{
    padding: 5px 5px 5px 5px;
}

.notificationsPanel
{
    height: 355px;
    overflow-y: scroll; 
    overflow-x: hidden; 
}

.notificationGroupHeader
{
    font-size:x-large;
    font-weight: bold;
    text-align: center;
    vertical-align: middle; 
}

iframe { 
    overflow-x: hidden; 
    /* overflow-y: scroll; */
} 

.securityBox
{
    /*padding: 10px;*/
    border-color: #C0C0C0;
    border-radius: 3px;
    width: 50%;
}

.customCaptchaTitle
{
    background-color: #25A0DA;
    font-weight:bold;
    border-radius: 2px;
}


/*********************************************************************************
* Telerik RadWindow Control Button Fix for Firefox                               *
*********************************************************************************/

ul.rwControlButtons > li{
    list-style: none;
}


