﻿.rtileTitle
{
    font-size: 1.25em !important;
    color:White !important;
}

body
{
    font-size: 1em;
    font-family: Calibri;
    margin-left:auto; 
    margin-right:auto;
    margin-top: 8px;
    /*background-color:#EAF2F6;*/
    color:#333333;
    /*background-image: url(http://localhost:49625/PublicRecordsApplication/Images/sd_bg_blue.png); */
    height:100%;

    /*font-weight:400;*/
}

.banner
{
    margin-left:auto; 
    margin-right:auto;
   	width:960px;
}

.menu
{
    margin-top: 0px;
    margin-left:auto; 
    margin-right:auto;
   	width:960px;
   	/*background-color:#F9F9F9;*/
   	background-color:White;     
}

.main
{
    margin-top: 20px;
    margin-left:auto; 
    margin-right:auto;
   	width:960px;
   	/*background-color:#F9F9F9;*/
   	background-color:White;
}

.efilemain
{
    margin-top: 32px;
    margin-left:auto; 
    margin-right:auto;
   	width:960px;
   	/*background-color:#F9F9F9;*/
   	background-color:White;
}

.footer
{
    margin-left:auto; 
    margin-right:auto;
   	width:960px;
   	text-align: right;
   	background-color:White;
   	margin-top:0
}

       div.RadGrid_Silk th.rgHeader, div.RadGrid_Silk th.rgSorted {
             color:White;
             font-size:1em !important;
       }
       
       div.RadGrid_Silk .rgMasterTable .rgHoveredRow td, div.RadGrid_Metro .rgMasterTable .rgHoveredRow a {
            text-decoration:none;
       }
       
a {
    text-decoration: none;
}

img 
{border:none;
}

.displayLabel
{
	/*border-style:solid;
	border-width:1px;
	border-color:#C1C1C1;
	font-weight:bold;*/
	padding:2px;
	background-color:white;
	height:20px;
}

.RequiredField
{
    color:Red;  
}


.riTextBox
{
    border-color: #9A9DA0 !important;
}

.riTextBox:hover
{
    border-color: #0090A9 !important;
} 

/*.RadGrid 

{

   border-radius: 10px;
   overflow: hidden;

}*/

div#loginCenter
{
    margin-top:40px;
    margin-left:auto;
    margin-right:auto;
    width:300px;
    height:150px;
    background-color:#317F99;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
    color:White;
}

div#loginBottom
{
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    width:300px;
    height:40px;
    background-color:#0C566E;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    padding: 0px 0px 0px 0px;
    color:White;
}

.curvedDiv
{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border:1px solid #0C566E;
    padding:2px;
}


.RadMenu_Metro .rmRootGroup
{
  background-color:#317F99 !important;
  background-image:none !important;
}

.RadMenu_Metro .rmGroup
{
  border: 1px solid #317F99 !important;
}

.ReqFldInd
{
	color:Red;
}

    div.RadGrid_Metro 
    {
        border: 1px solid #317F99;   
    }
       div.RadGrid_Metro th.rgHeader, div.RadGrid_Metro th.rgSorted  {
             background-color:#317F99;
             /*background-color:#25A0DA;*/
             color:White;
       }
       
              .RadGrid_Metro th.rgHeader a {
             color:White;
       }     
       
       div.RadGrid_Metro .rgMasterTable .rgRow td, div.RadGrid_Metro .rgMasterTable .rgFilterRow td {
            background-color:white;
           
             /*border-top: 1px solid gray;*/
             padding:4px;
             margin:2px;
             height:30px;
       }
       
       div.RadGrid_Metro .rgMasterTable .rgAltRow td {
       background-color:#BAD8E2;
      /*  background-color:#BAD8E2;
        font-family:Arial;*/
        padding:4px;
        margin:2px;
        height:30px;
       }
       
       .rgExpandCol
       {
           padding:4px !important;
           margin:2px !important;
           height:30px !important;
           border:none !important;
       }
       
       div.RadGrid_Metro .rgMasterTable .rgHoveredRow td, div.RadGrid_Metro .rgMasterTable .rgHoveredRow a {
        background-color:#A7C4CE;
        color:White;
       }
       
      
.IntNstWrap
{
    background-color:White;
    margin:10px;

}

.grdRows
{
	 Background-Color:#EAEAEA;
}

.grdHeader
{
    background-color:#317F99;
    color:White;
}

.successmessage
{
	font-size: 12pt;
	color:#009933;
	/*font-family: Trebuchet MS;	*/
	font-family:Calibri;
	text-decoration: none;
	font-weight: bold;
}
.errormessage
{
	font-size: 12pt;
	color:#FF0000;
	/*font-family: Trebuchet MS;	*/
	font-family:Calibri;
	text-decoration: none;
	font-weight: bold;
}

.popupsBackground {
	background-color:#797878; 
	filter:alpha(opacity=80); 
	opacity:0.80;
}

.DropZone1
{
    width: 100px;
    height: 24px;
    background-color: Green;
    border-color: #CCCCCC;
    color: #767676;
    float: left;
    text-align: center;
    font-size: 16px;
}