﻿    /* Eddie added 5/21/2012 To bold div pannels in tracking portion of site */
    .PanelLabel
    {
        font-weight:bold;
        display:inline;
    } 
    
/*    
.validation_summary_as_bulletlist ul
{
    display: none;
}     
  */  
    /*Temp - Right align text - todo: move into mga basic.css */
    .RightAlign
    {
        text-align:right;
    }
    

    .TrackingTablePageFormat
    {
     width:70%;   
    }    

    .linkLookingButton {
    background-color: #FFFFFF;
    border: 0px solid;
    color: #0000FF;
    text-decoration: underline;
    cursor:hand;
    }
    
 #pnlTrackingCtrl {
    z-index:800;

}   
    
    #div_trackerCtrl_Login
    {
        left:128px;
        top:154px;
        border: solid 3px silver;
        background-color :#FFFFFF;
        z-index: 8; 
        position: absolute; 
        overflow:visible  ;
        padding-bottom:20px;
        
        }     
    
    .divTracking-LoginSignup
    {
    height:300px;width:95%;    
    }

    .divTracking-TrackingOptions
    {
    height:300px;width:95%;    
    }
    
    .divTracking-Help
    {
     height:20px; width:95%;   
    }
    
    
    
        
    .tracking-panelwidth
    {
        width: 600px;
    }    
    
    .checkButtons 
    {
        font-size:95%;
    }
    
    .closeXButton
    {
        font-weight: bold;
    }
    
    
    .goButton
    {
        height:19px;
        width:19px;
    }
    
    .editTextButton
    {
        height:15px;
        width:15px;
    }
    
    .deleteListButton
    {
        height:15px;
        width:15px;
    }
    
    .expandItemsButton
    {
        height:10px;
        width:10px;
    }
    
    .collapseItemsButton
    {
        height:10px;
        width:10px;
    }
    
    .linkButton
    {
        background-color: #FFFFFF;
        border: 0px solid;
        color: #615e88;
        cursor:hand;
        font-weight:bold;
    }

    .linkButton:hover
    {
        text-decoration: underline;
    }
    
    
    table.Tracking-600
    {    
      width: 90%;
    }
    
    .closebutton
    {    
     text-align:right;
     font-weight: bold;
    }    
    
    
table.Tracking-600 .Tracking-600p
{
    font-size:larger;
    line-height: 1.2em;
	padding-top:5px; 
	padding-right:10px; 
	padding-bottom:5px; 
	padding-left:10px; 
	text-align:left;    
    }    
  
/*    
table.Tracking-600 td { 
	padding-top:0px; 
	padding-right:0px; 
	padding-bottom:0px; 
	padding-left:0px; 
	}    
*/

    
    /*columns for frmTrackingManageLists*/
        
    .colListName
    {
        width:23%; 
        text-align: left;
    }
    
    .colDeleteList
    {
        width:5%; 
        text-align:center;
    }
    
     .colFormat
    {
        width:13%; 
    }
    
    .colEmail
    {
        width:10%; 
    }
    
    .colOnlyChanges
    {
        width:10%; 
    }
    
    .colExtraAddItems
    {
        width:9%;
        text-align:right;
    }
    
    .colCurrentItem
    {
        width:23%; 
    }
    
    .colSubmit
    {
        width:7%; 
    }
    
    .colItems
    {
        width:39%;
    }
    
    /*column for frmTrackingChangePassword and frmTrackingSignup*/
    .colFillerSpace
    {
        width:20%;
    }
    

    /*Other*/
    
    .colHeaderLeft
    {
        width:50%; 
        min-height:75px;
    }
    
    .colHeaderRight
    {
        width:50%;
        text-align:right;
        min-height:75px;
        vertical-align:top;
    }
    
    .colSignInSignUp
    {
        width:50%;
    }
    
    /* frmManageLists page */

    .ManageListsItemsAlternate td
    {
        padding: 2px 2px 2px 5px;
        font-size: 95%;
        background-color:#E5E5E5;
    }
    
    .ManageListsItems td
    {
        padding: 2px 2px 2px 5px;
        font-size: 95%;
        background-color:White;
    }
    
        
    .ManageListsAddItem td
    {
        color:White;
        padding: 2px 2px 5px 5px;
        font-size: 95%;
        background-color:#63608d;
    }
    

   .rolloverArrow20 
   {
	    
	    width: 20px;
	    height: 20px;
	    background-image: url(../images/icons/arrow20.png);         
	    background-position: center top;  /*jefz 1/10/13 deleted text indent: -99999 and replaced with this*/
    } 

    .rolloverArrow20:hover 
    {
	    background-position: center bottom;
    }
    
   
    
    .rolloverPencil15 
   {
	    
	    background-image: url('../images/icons/pencil15.png');
        height: 15px;
        width: 15px;
        background-position: center top;  
    }

    .rolloverPencil15:hover 
    {
	    background-position: center bottom;
    }
    
    .rolloverDelete20 
   {
	    
	    width: 20px;
	    height: 20px;
	    background-image: url('../images/icons/delete20.png');
	    background-position: center top;  
	    
    }

    .rolloverDelete20:hover 
    {
	    background-position: center bottom;
    }
    
    
    /* FORM ELEMENTS   (styles for ethics - move to MGA Basic when done)
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}
    
    
/* ethics (move into MGABasic */



/*login*/
.failureNotification
{
    color:Red;
}