/*@charset "utf-8";*/
/* CSS Document */


#container {
    width: 1400px; /* explicitly set the width to 1024px */
    margin: 0 auto; /* this will center your container */
}




.PageContainer{
	width:1080px; 
	height:auto;
	margin:auto;
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom:20px;	
}





body{
	background-color:#f5f5f5;
	height:auto;
	background-repeat:repeat-x;
}
.MainImage{
	vertical-align:middle; 
	font-size:0px;
	margin-top:0px;				
}
#LeftContainer{
	margin-top:20px;
	margin-left:10px;
	width: 200px;
	float:left;	
}
#logo{
	width:200px;
	margin:auto;
	border:none;
}
#CenterContainer{
	margin-top:20px;
	width:834px;
	margin-right:15px;	
	float:right;
		
}
#CenterContainerHeader{
	background-image:url(images/Content-Header.jpg);
	background-position:top; 
	background-repeat:no-repeat; 
	height:33px;
}
#HeaderTitle{
	padding-top:5px;
	margin-left:10px;
	width:500px;	
}
#CenterContainerBorder{		
	text-indent:5px;
	text-align:justify;
	min-height:150px;
	padding:5px;
	background-color:#FFF;
	border-right: 2px #C9C9C9 solid;
	border-left: 2px #EEEEEE solid;
	border-bottom: 2px #C9C9C9 solid;
}
#CenterContainerBorder a{
	color:#00447C;
	font-weight:bold;
	text-decoration:none;
}
#CenterContainerBorder a:hover{
	color:#00447C;
	text-decoration:underline;
}
#CenterContainerBorder a:visited{
	color:#00447C;
}
#CenterContaineBottom{		
}
#social_media{
	width:100%;
	height:30px;
	text-align:right;
	padding:0px;
	
}
#social_media ul{
	display: inline-table;
	list-style: none;
	margin:0px;
	padding:0px;
	margin-right:10px;
	
}
#social_media li{
	display:inline;
	margin-left:5px;
}
#social_media_int{
	width:183px;
	margin:auto;
	margin-top:30px;
}
#social_media_int ul{
	display:inline-table;
	list-style: none;
	width:100%;
 	margin:0px;
 	padding:0px;
 	border:0px;
 	text-align:left;
 	margin-bottom:8px;	
}
#social_media_int li{
	display:inline;
	position:relative;
	margin-left:10px;
}
h1 {
	margin-bottom:0px;
	margin-top:0px;
	font-size:14pt;
	font-weight:normal;
	font-family:Arial;
	color:#00447C;
}

h2 {
	margin:0;
	padding:0;
	border:0;
	margin-top:0px;
	font-size:12pt;
	font-weight:bold;	
	font-family:Arial;
	color:#00447C;
	display:inline;
}

h3 {
	margin:0;
	padding:0;
	border:0;
	font-size:10pt;
	font-weight:bold;	
	font-family:Arial;
	color:#00447C;
	display:inline;
}

h6 {
	margin-bottom:8px;
	margin-top:0px;
	border-bottom:2px solid #00447C;
	font-size:14pt;
	font-weight:normal;
	font-family:Arial;
	color:#00447C;
}
p {
	font-family:Arial;
	font-size:11pt;	
	color:#000;
	margin-top:0px;
	display:inline;
	text-align:center;		
}
a, img {
    border:none;
}


.HeaderLine {
     color: black;
     background: black; 
     width: 1024px; 
     height: 1px;
}

.BlankLine {
     color: transparent ;
     background: transparent; 
     width: 1024px; 
     height: 2px;
}



.SampleModalPanel
{
    position: absolute;   
    top:135px;
    left:125px;
    z-index: 5750; 
    background-color: #CBCBDC;   
    width: 700px;
    height: 500px; 
    border-radius: 50px; 
    padding-left: 30px; 
    padding-right: 30px;
    padding-top: 20px;
}

.right {
    float: right;
 
   
}



.logo {
    
    font-family: 'Audiowide', cursive;
    font-size: 70px;
    background: -webkit-linear-gradient(left, #5882FA,  #2E64FE); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #5882FA, #2E64FE); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #5882FA, #2E64FE); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #5882FA, #730000); /* Standard syntax (must be last) */
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;

}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.pageheader
 {    
    font-family: 'Stint Ultra Expanded', cursive;
    font-size: 20px;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;

}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

 .rounded_corners
    {
        border: 1px solid #A1DCF2;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        overflow: hidden;
    }
    .rounded_corners td, .rounded_corners th
    {
        border: 1px solid #A1DCF2;
       
        font-size: 11.5px;
        text-align: center;
        padding: 4px; 
    }
    .rounded_corners table table td
    {
        border-style: none;
    }



.BADocumentsPanel {
    position:absolute;  
    top:150px;
    left:400px;
    z-index: 5750; 
    background-color: #CBCBDC;   
    width: 350px;
    height: 350px; 
    border-radius: 50px; 
    padding-left: 30px; 
    padding-right: 30px;
    padding-top: 20px;
    overflow: auto;
  
   
}

.ButtonPadding
{
    Padding-left: 275px;
}


.rounded_corners_black_border
    {
        border: 1px solid #A1DCF2;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        overflow: hidden;
    }
.rounded_corners_black_border td, .rounded_corners_black_border th
    {
      border: 1px solid #A1DCF2;
       
        font-size: 9.5pt;
        text-align: center;
        padding: 4px; 
       
    }
.rounded_corners_black_border table table td
    {
        border-style: none;
    }


 /*AutoComplete flyout */
.completionList {
    border:solid 1px #444444;
    margin:0px;
    padding:2px;
    height: 100px;
    overflow:auto;
    background-color: #FFFFFF;
    font-size: 12px; 
}

.listItem {
    color: #1C1C1C;
}

.itemHighlighted {
    background-color: orange;
}



.OKToDeleteTitlePanel {
    position:absolute;  
    left: 5px; 
    top: 100px;
    z-index: 6760;
    background-color: transparent;  
    width: 1000px;
    height: 1000px;
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    opacity: 1;
    
}




.ErrorLabelText {

    color:red;
    font-family: "Arial";
    font-size: 11px;
}



.BAAuthorizationTCPanel
{



    position: absolute;   
    left:900px;
    top:200px;  
    display: block;    
    height: 300px;
    width: 300px;
    justify-content: center;
    align-items: center;
    z-index: 6000; 
    border-radius: 14px 14px 14px 14px;
    background: -webkit-linear-gradient(left, #99FFFF,  #FF9966); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #99FFFF, #FF9966); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #99FFFF, #FF9966); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #99FFFF, #FF9966); /* Standard syntax (must be last) */
    -moz-box-shadow: inset 0px 0px 50px 1px #000099;
    -webkit-box-shadow: inset 0px 0px 50px 1px #000099;
    box-shadow: inset 0px 0px 50px 1px #000099;
    padding-top: 10px;
    padding-left: 12px; 
    margin-left: 1px;
 
    -webkit-animation: fadein .2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .2s; /* Firefox < 16 */
    -ms-animation: fadein .2s; /* Internet Explorer */
    -o-animation: fadein .2s; /* Opera < 12.1 */
    animation: fadein .2s;
   
    
}


.topAlign {

   display: inline-block;
    vertical-align: top;


}



.BADocumentsPanelPrepaks {
    position:absolute;  
    top:400px;
    left:400px;
    z-index: 5750; 
    background-color: #CBCBDC;   
    width: 350px;
    height: 350px; 
    border-radius: 50px; 
    padding-left: 30px; 
    padding-right: 30px;
    padding-top: 20px;
    overflow: auto;
  
   
}


.ChangeSOSDPanel {
    position: absolute;
    top: 400px;
    left: 400px;
    z-index: 5750;
    background-color: #CBCBDC;
    width: 350px;
    height: 350px;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    overflow: auto;
}
