﻿     /*************** AJAX  *******************/
     
.ManagePopup 
{
	background-color:#dceaf5;
}
.ManagePanel
{
	width:300px;
    background-color:#89beef;
    color:white;
    font-weight:bold;
}
.modalPopup
{
	background-color:#dceaf5;
}
.modalBackground 
{
background-color:#a6a6a6;
filter:alpha(opacity=70);
opacity:0.7;
}
.Panelcolor
{
	background-color:#545454;
}
.Panelbackcolor
{
	background-color:#FFFFFF;
}
.MyCalendar .ajax__calendar_container
{
border:1px solid #646464;background-color:lemonchiffon;
color: red;
}
P
{
	font-size:small;
}

                      /*-----------Tabs Themes------------*/
.CustomTabStyle .ajax__tab_body
 {
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
     border:1px solid #d3dae2; 
     border-top:0; 
     padding:8px; 
     background-color:#d3dae2;
}
.CustomTabStyle .ajax__tab_hover
{
	 background:url('Images/tab-hover.gif') repeat-x;
	 height:25px;
}
.CustomTabStyle .ajax__tab_header { 
     font-family:verdana,tahoma,helvetica; 
     font-size:11px; 
     background:url('Images/tab-line.gif') repeat-x bottom; 
} 
.CustomTabStyle .ajax__tab_outer
 { 
     height:25px;
     background:url('Images/tab-right.gif') no-repeat right; 
} 
.CustomTabStyle .ajax__tab_inner    { 
     padding-left:3px; 
     background:url('Images/tab-left.gif') no-repeat; 
} 
.CustomTabStyle .ajax__tab_tab { 
     padding:8px 12px 0px 11px;
     height:25PX;
     margin:0; 
     background:url('Images/tab.gif') repeat-x; 
     color:#000000;
     font-weight:bold;
     
} 
.CustomTabStyle .ajax__tab_active .ajax__tab_outer 
{
	background:url('Images/tab-active-right.gif') no-repeat right;
	height:25px;
}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner
{
	background:url('Images/tab-active-left.gif') no-repeat;
	 height:25PX;
}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab 
{ 
     background:url('Images/tab-active.gif') repeat-x;
     height:25px; 
}
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer
{ 
     background:url('Images/tab-hover-right.gif') no-repeat right; 
     height:25px;
} 
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner
{ 
     background:url('Images/tab-hover-left.gif') no-repeat; 
     height:25PX;
} 
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab
{ 
     background:url('Images/tab-hover.gif') repeat-x; 
}
/*  Album Popup Image Styles*/

 /*Rounded Corners*/
.roundedPanel
{	
	width:300px;
	background-color:#EFEFEF;
	color:white;
	font-weight:bold;
}

.AlbumPopUpImage
{
	padding: 10px;
	text-align: left;
}
.AlbumPopUpLargeImage
{
	border:0;
}
.PanelScroll
{
width:300px;
height:400px;
scrollbar-face-color: #6181b3;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #bcd2ed;
scrollbar-arrow-color: #FFFFFF;
background-color:#89beef;
color:white;
font-weight:bold;

}
.RigthPanelScroll
{
height:400px;
scrollbar-face-color: #616161;
scrollbar-highlight-color: #6F4709;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color: #616161;
scrollbar-shadow-color: #616161;
scrollbar-track-color: #959595;
scrollbar-arrow-color: #FFFFFF;
}

/* Rounded Corners*/

.roundedloginPanel
{
width:300px;
background-color:#EDF6FD;
color:white;
font-weight:bold;

}
/*UpdateProgressPanel*/
#progressBackgroundFilter 
{
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}
#processMessage
 { 
    position:fixed;
    font-family:Tahoma;
    font-size:7pt; 
    top:30%; 
    left:43%;
    padding:10px; 
    z-index:1001; 
    background-color:#d8eafb;
    border:solid 1px #f26522;
	width:100px;
	height:60px;
}
.Imagealign
{
	padding-top:5px;
}
.roundedlogin
{
	background-color:#448cca;
}
.LoginTable
{
width:325px; 
height:100%; 
background-color:#eeeeee;	
}





