﻿/*Utility*/

.hide { display:none;}

.bock{ display:block }
/**/


/*
   Header 
    
    */
.imageWrapper
{
    padding:0px 5px;
}

.login .logoimage
{
    display: block;
    height: 125px;
    width:950px;
    background: url(../images/login_logo.png) center left no-repeat !important ;
}

.login .logoimage.nopaperclip {
    background: url(../images/login_logo_nopaperclip.png) center left no-repeat !important ;
}

.logoimage
{
    display: block;
    height: 125px;
    width:950px;
    background: url(../images/content_logo_bar.jpg) center left no-repeat !important ;
}

/*Login*/


.loginbar
{
    width: 690px;
    height: 209px;
     background: url(../images/login_bar.jpg) center top no-repeat;
 float:left;
}

.loginimage {
    background: url(../images/login_photos.jpg) top right no-repeat;
    width: 260px;
    height: 209px;
    color: #FFF;
    float:right;
    padding-left: 0px; 
    padding-top: 0px; 

}

.loginimage.blank {
    background: url(../images/login_photos_blank.jpg) top right no-repeat;
}

.logintext1
{
margin-top:50px;
text-align:center;
color:#FFF;
}

.logintext1 span {
   font-size: 30pt; 
    font-family: Tahoma;
    font-weight: bold;
}


.login .header_wrapper
{
    height:125px;
   
}


/*Menu*/

nav ul li a
{

    color:#FFF;
}






nav ul li:first-child {
     border-left:none;
}

nav ul li {
     border-right: none;
}

.logo
{
    padding:0px;
}

#nav-main
{
        background: #244B86;
}

.login #content_wrapper
{
   background:none;
    width:950px;
    margin-left: auto ;
  margin-right: auto ;
}

.login #content_body
{
    padding-top:0px
}

td.ATPAMbutton {
    width: 50%;
    background: #244B86;
    border:1px solid #143B76
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 10px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    
}


#content_wrapper {
    background: url(../images/login_bknd.jpg) center top repeat-x;
}


 .button
{
        background: #244B86;
        border:1px solid #143B76
}


.button:hover, .ATPAMbutton:hover{
   background: #345B96;  
}



.button.success:hover {
    background: #345B96; 
}
input[type=submit].button, button.button {
    -webkit-appearance: none;
}
.button.success {
    background: #244B86;
        border:1px solid #143B76
}



h2, h3, h4, h5 { font-family: 'Droid Serif', serif;}
.panel h4
{

	font-style: normal;
	font-size: 18px;
	line-height: 25px;
	color: #244B86;
}


.panel h5 {
    font-weight: bold;
    font-size: 15px;
    color: #000;
}


a {
    color:  #345B96;  
    text-decoration: none;
    line-height: inherit;
}


div.shadedpanel, .login .shadedpanel  {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow:none;
    box-shadow: none;
    background-image:none;
    background-image:none;
    border:none;
    background: #f2f2f2 !important;
}







/*Search funcionality, "Inspired" by NJASAP*/
.njasappagingwrapper {
    overflow: hidden;
    padding: 10px 0;
}

.searchresults  th{
    text-align:left;
    padding: 5px;
}

legend {
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    color: #244B86;
}

.njasappaging a.njasapcurrentpage {
    color: #F60;
}
.njasappaging a {
    border: 1px #CCC solid;
    font-weight: bold;
    padding: 2px 5px;
    margin: 0 2px;
    background-color: #DDD;
    color: #888;
}

.atpamlogincarousel
{
    list-style:none;
    width: 225px; 
    height: 191px;
    margin-left: 0;
    float: right;
}

.atpamlogincarousel img
{
    max-width: 230px;
    max-height: 160px;
    transform: rotate(-6.5deg);
}

/* ATPAM-22-0003 */

article.postarticle > ul > li:first-child,
article.postdocument > ul > li:first-child {
    display: none;
}

article.postarticle > ul.two-up > li,
article.postdocument > ul.two-up > li {
    width: 100% !important;
}