.ui-tabs .ui-tabs-nav 
{
    text-align: center;
}

.ui-tabs .ui-tabs-nav li
{
    float: none !important;
    display: inline-block;
    font-size: 14px !important;    
    margin-right: 5px !important;
}

.ps_col_v_number
{
    width: 2%;
}

.ps_col_v_title
{
    width: 81%;
}

.ps_col_v_prayer
{
    width: 2%;
}

.ps_col_v_text
{
    width: 2%;
}

.ps_col_v_song
{
    width: 2%;
}

.ps_col_v_video
{
    width: 2%;
}

.ps_col_v_time
{
    width: 14%;
}

.ps_col_v_edit
{
    width: 2%;
}

.ps_footerstyle
{
    color: #000080;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    border: none;
}

/*.tablehdr 
{
    color: #935379;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #e1eaf8;
    border: none;
}*/
/*.tablehdr-time
{
    text-align: center;
}*/
/*.rowstyle 
{
    color: #000080;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    border: none;
}

.altrowstyle
{
    background-color: #e1eaf8;    
}

*/
#lblPDF:hover
{
    color: #000;
}

.videocontent
{
    max-width: 640px;
    max-height: 480px;
}

.fbshare {
    background-color: rgb(66, 103, 178);
    border-bottom-color: rgb(66, 103, 178);
    border-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px !important;
    border-top-color: rgb(66, 103, 178);
    border-top-style: solid;
    border-top-width: 1px !important;
    border-left-color: rgb(66, 103, 178);
    border-left-width: 1px;
    border-right-color: rgb(66, 103, 178);
    border-right-width: 1px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    direction: ltr;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    text-align: center;
    text-indent: 0;
    vertical-align: top;
    white-space: nowrap;
    letter-spacing: normal;
    line-height: normal;
    box-sizing: border-box;
    width: auto;
}

.resp-container 
{
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.resp-container iframe,
.resp-container object,
.resp-container embed 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.text-button
{
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.song-button
{
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.prayer-button
{
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.video-button
{
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}*/

@media (max-width: 768px)
{
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor
    {
        padding-left: 0.5em !important;
		padding-right: 0.5em !important;
    }
	
	.ui-tabs .ui-tabs-nav li
	{	    
		margin-right: 5px !important;
	}
	
	.ui-widget-content .ui-state-active
	{
		border-width: 0;
	}

    .mobile-title
    {
        display: revert;
    }

    .non-mobile-title
    {
        display: none;
    }    

    .mobile-tabs
    {
        display: revert !important;
        height: 25px;
    }

    .non-mobile-tabs
    {
        display: none !important;
    }

    #tabPlaylists
    {
        display: none !important;
    }

    #tabLibrarian
    {
        display: none !important;
    }
    
    .non-mobile-columns
    {
        display: none;
    }
}

@media (min-width: 768px)
{
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor
    {
		padding: .5em 1em;        
    }
	
	.ui-tabs .ui-tabs-nav li
	{	    
		margin-right: 10px !important;
	}
	
    .mobile-title
    {
        display: none;
    }

    .non-mobile-tabs
    {
        display: revert !important;
    }

    .mobile-tabs
    {
        display: none !important;
    }

    .non-mobile-title
    {
        display: revert;
    }

    .non-mobile-columns
    {
        display: revert;
    }
}

.modalBackground
{
    background-color: Black;
    opacity: 0.8;
    z-index: 10001;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
}

.modalPopup
{
    background-color: #CECEFF;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding: 10px;
    width: auto;
    height: auto;
    z-index: 10002;
    position: fixed;
    border-radius: 5px;
}

.playlistHeader
{
    font-size: smaller;
    text-align: center;
    font-weight: bold;
}

.playlist
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.librarianSmall
{
    width: 100px;
    text-align: center;
    margin-right: 5px;
}

.librarianFull
{
    width: 99%;    
}

.RadTabStrip .rtsLink
{
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
}

.RadTabStrip .rtsLI
{
    margin-right: 15px;
}

.rtsTop .rtsLevel1
{
    border-bottom-width: 0;
}

.rtsSelected .rtsTxt
{
    color: white;
    background: rgba(2,139,255,1);
}

.RadTabStrip_Default.rtsTop .rtsLevel1 .rtsSelected .rtsLink
{
    color: white;
    background-color: rgba(2,139,255,1);
}

/* help */
a.helptip
{
    outline: none;   
}

a.helptip strong
{
    line-height: 30px;
}

a.helptip:hover
{
    text-decoration: none;
}

a.helptip span
{
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: -30px;
    margin-left: 28px;
    width: 450px;
    line-height: 16px;
}

a.helptip:hover span
{
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #DCA;
    background: #fffAF0;
}

.callout
{
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}

/*CSS3 extras*/
a.helptip span
{
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}