﻿body, div, p, h1, h2, h3, h4, ul, li, table {
	margin:0;
	padding:0;
	border:none;
}
	 

body {
/*	background: #B4B4B4 url(images/body_bg.gif) repeat left top;	
    font-size:75%;
	font-family: Tahoma, Arial, sans-serif;*/
	
}

/*Layout*/

#header {margin:-1px auto 0 auto;}

#header {}

#headertop {
	height:140px;
	background:url(../images/headertop_img.jpg) no-repeat left top;
}

#headerbottom {
	height:10px;
	background:url(../images/headerbottom_img.png) no-repeat left top;
}

#maincontent {margin:0px auto 20px auto;}

.leftcolumn {margin-bottom:10px;}

#topmenu {margin-bottom:10px;}

.sidebarheader {	
	height:24px;
	padding:10px 0 0 35px;
	background:url(../images/sidebar_header.png) no-repeat left top;
	color:#FFF;
	font-family:Arial, Sans-Serif;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}

#sidebartop, #sidebarbottom {
	margin-bottom:10px;
	border: 1px solid #0F2543;
	padding:20px 20px 20px 30px;
	line-height:1.5em;
	font-weight:bold;
}

#sidebartop {
	padding-top:72px;
	background:#FFF url(../images/samples_bg.gif) no-repeat left top;
}

#sidebarbottom {
	padding-top:72px;
	background:#FFF url(../images/walkthrough_bg.gif) no-repeat left top;
}

.leftcolumn a {
	margin:0;
	padding:2px 5px;
	color:#5377A9;
	text-decoration:none;	
}

.leftcolumn a:hover {
	background-color:#0F2543;
	color:#FFF;
}

#rightcolumntop {
	height:19px;
	background: url(../images/rightcoltop.gif) no-repeat right top;
}
	

#rightcolumn {color:#666666;}

#pagecontent {
	padding:30px 20px 40px 20px;
	border-left: 1px solid #0F2543;
	border-right: 1px solid #0F2543;
	border-bottom: 1px solid #0F2543;
	background-color:#EFEFEF;
	line-height:1.5em;
}

#footer {
	padding:10px 0 5px 10px;
	color:#333;
	font-size:0.8em;
	letter-spacing:0.1em;
}


/***********************************/

/*General content pages styling*/
.demoarea {
	padding:20px;
	background:#FFF url(../images/demotop.png) no-repeat left top;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(../images/demobottom.png) no-repeat left bottom;
}


.heading {
	padding:2em 0 1em 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.4em;
}

.subheading{
	padding:1em 0 0.8em 0;
	color:#0F2543;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:1.2em;
}

p {}

em {font-style:italic}

i {font-style: italic;}

strong {font-weight:bold;}

#rightcolumn a {color:#5377A9; padding:1px;}
#rightcolumn a:link{}
#rightcolumn a:visited{}
#rightcolumn a:hover {background-color:#BFBFBF; color:#FFF;}

pre, code {
	display:block;
	margin:15px 15px 15px 0;
	padding:10px;
	border:1px dashed #CCC;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
}

#rightcolumn ul {margin:0 25px 0 30px;}

.releaseList {
	list-style-type:disc;
}

/******************************/
/**Styling information specific to individual content pages**/

/*Cascading DropDown*/

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:100%;		
	height:20px;
	background-image: url(../images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}
.collapsePanelHeaderOrange{	
	width:100%;		
	height:20px;
	background-image: url(../images/orange.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}
.collapsePanelHeaderGreen{	
	width:100%;		
	height:20px;
	background-image: url(../images/green.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

.collapsePanelHeaderMaroon{	
	width:100%;		
	height:20px;
	background-image: url(../images/gradient_maroon.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}
.collapsePanelHeaderSilver{	
	width:100%;		
	height:20px;
	background-image: url(../images/gradient_silver.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}
.collapsePanelHeaderPink{	
	width:100%;		
	height:20px;
	background-image: url(../images/gradient_pink.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}
.collapsePanelHeaderDarkBlue{	
	width:100%;		
	height:20px;
	background-image: url(../images/blue-bar.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}
.collapsePanelHeaderElite{	
	width:100%;		
	height:20px;
	background-image: url(../images/elite.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}
.collapsePanelHeaderSmart{	
	width:100%;		
	height:20px;
	background-image: url(../images/elite.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}
.collapsePanelHeaderPurple{	
	width:100%;		
	height:20px;
	background-image: url(../images/gradient_purple.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}


#rightcolumn .collapsePanelHeader a {color:#FFF;}
#rightcolumn .collapsePanelHeader a:hover {text-decoration:none;background:none;}

/*Confirm Button*/

/* DropShadow */

#rightcolumn .dropShadowPanel span {color:white;text-decoration:underline;}
#rightcolumn .dropShadowPanel span:hover {text-decoration:none;}


.dropShadowPanel 
{	
	width:300px;	
	background-color:#5377A9;		
	color:white;
	font-weight:bold;		
}

/*Drag Panel*/
.dragMe {
	width:100%;
	height:21px;
	background-color:#FFF;
	background-image:url(../images/header-opened.png);
	text-align:center;
	cursor:move;
	font-weight:bold;
}

.overflowHidden {overflow:hidden;}

.overflowScroll {overflow:hidden;}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-image:url(../images/header.png);
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-image:url(../images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

/*Reorder List*/
.dragHandle {
	position:relative;
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(../images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.reorderListDemo li {
	list-style:none;
	margin:2px;
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}

.reorderListDemo li a {color:#FFF !important; font-weight:bold;}



.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}

/* Rounded Corners*/

.roundedPanel
{	
	width:300px;	
	background-color:#5377A9;	
	color:white;
	font-weight:bold;		
}


/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
	font-weight:bold;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

/*Toggle Button*/

/*Setup*/
.walkthrough li {padding-bottom:5px;}

/*Using a sample extender*/

/*Creating a new extender*/
.walkthroughNote {
	padding-left:25px;
	font-style:italic;
}

/*Other neat stuff*/
/*zc.css*/

.aa td:hover{
color: orange; text-decoration: underline;
}

.allBorders {
    border-left: 1 solid #CCDDEF; 
    border-right: 1 solid #CCDDEF; 
    border-bottom: 1 solid #CCDDEF;
    border-top: 1 solid #CCDDEF;
}

.appHeader { 
    background-image:url(../images/topGradRepeat.jpg); 
    background-repeat: repeat-x; 
    border-bottom: 1 solid #7daad4;
} 

.blueRepeat { 
    background-image:url(../images/darkBlue_GRAD.jpg); 
    background-repeat: repeat-x; 
} 

.bodyText {
    font-family:verdana;
    font-size: .8em;
    color: black;
    letter-spacing:0;
    line-height:150%;
    padding-left:30;
    padding-right: 20;
    padding-top: 10;
}
     
.bodyTextLeftPadding {
    font-family:verdana;
    font-size: .8em;
    color: black;
    letter-spacing:0;
    line-height:150%;
    padding-left:10;
}

.bodyTextLowPadding {
    font-family:verdana;
    font-size: .9em;
    color: black;
    letter-spacing:0;
    line-height:150%;
    padding-left:10;
} 

.bodyTextLowPaddingSelected { 
    font-family:verdana; 
    font-size: .9em;
    color: black;
    letter-spacing:0;
    line-height:150%;
    padding-left:10;
    background-color:#EEEEEE;
} 

.bodyTextNoPadding {
    font-family:verdana; 
    font-size: .8em;
    color: black; 
    letter-spacing:0; 
    line-height:150%;
}

.bodyTextNoTopPadding { 
    font-family:verdana; 
    font-size: .8em;
    color: black; 
    letter-spacing:0; 
    line-height:150%;
    padding-left:30; 
    padding-right: 20; 
}

.bodyTextLowTopPadding { 
    font-family:verdana; 
    font-size: .8em;
    color: black; 
    letter-spacing:0; 
    line-height:150%;
    padding-left:30; 
    padding-right: 20; 
    padding-top: 3;
}

.bodyTextLeftPadding5 { 
    font-family:verdana; 
    font-size: .8em;
    color: black; 
    letter-spacing:0; 
    line-height:150%;
    padding-left:5; 
}

.bottomRow { 
    background-color: #3266CC; 
    padding-left:30; 
    font-family:tahoma;     
} 

.button0 { 
    font-family:Trebuchet MS; 
    font-size: .6em; 
    color: black; 
    cursor:hand; 
} 

.button1 { 
    font-family:Trebuchet MS; 
    font-size: .6em; 
    color: black; 
    text-decoration:underline;
    cursor:hand; 
} 

.buttonCell { 
    background-color: #FEE17B;
    padding-right:20; 
}

.buttonRow { 
    border-bottom: 5 solid #FEE17B;
    padding-left:30; 
} 

.callOutStyle {
    background-color: #6699CC; 
    font-family:tahoma; 
    font-size: 0.9em; 
    color: white; 
    font-weight:bold; 
    line-height:150%;
}

.callOutHeaderStyle {
    background-color: #6699CC; 
    padding-left:7; 
    font-family:tahoma; 
    font-size: 0.9em; 
    color: white; 
    font-weight:bold; 
    line-height:150%;
}


.callOutStyleLowLeftPadding {
    background-color: #6699CC; 
    font-family:tahoma; 
    font-size: 0.9em; 
    color: white; 
    font-weight:bold; 
    line-height:150%;
    padding-left:15; 
    padding-right: 20;     
    padding-top: 3;
    padding-bottom: 3;

}

.callOutStyleNoLeftPadding {
    background-color: #6699CC; 
    font-family:tahoma; 
    font-size: 0.9em; 
    color: white; 
    font-weight:bold; 
    line-height:150%;
    padding-right: 20;     
    padding-top: 3;
    padding-bottom: 3;

}

.callOutStyleNoBorder {
    background-color: #6699CC; 
    font-family:tahoma; 
    font-size: 0.9em; 
    color: white; 
    font-weight:bold; 
    line-height:150%;
    padding-left:30; 
    padding-right: 20;     
    padding-top: 3;
    padding-bottom: 3;

}

.darkBlueShadow {
    background-image:url(../images/gradient_onblue.gif); 
    background-repeat: repeat-x; 
} 


/*
    Deselected tab.  The left most cell that contains the tab left corner .gif
*/
.deSTabLeft	{
	background-color:#DEEAF3;
	border-left: 0 solid #6699CC;
	border-top: 0 solid #6699CC;
	border-right: 0 solid #6699CC;
	border-bottom: 1 solid #6699CC;
	border-collapse: separate;
	
	background-image: url(../images/DeSelectedTab_1x1.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	cursor:hand;
}

/*
    Deselected tab.  The center cell that contains the tab text
*/
.deSTabCenter	{
	background-color:#DEEAF3;
	border-left: 0 solid #6699CC;
	border-top: 2 solid #0000ff;
	border-right: 0 solid #6699CC;
	border-bottom: 3 solid #0000ff;
	font-family: tahoma;
	font-size: .7em;
	color: #000000;
	font-weight: normal;
	padding-bottom:2;
	cursor:hand;
	
	background-image: url(../images/DeSelectedTab_1x1.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	
	
}

/*
    Deselected tab.  The right most cell that contains the tab right corner .gif
*/
.deSTabRight	{
	background-color:#DEEAF3;
	border-left: 0 solid #6699CC;
	border-top: 0 solid #6699CC;
	border-right: 0 solid #6699CC;
	border-bottom: 1 solid #6699CC;
	

	background-image: url(../images/DeSelectedTab_1x1.gif);
	background-repeat: repeat-y;
	background-position: top right;
	cursor:hand;
}

.gridRowStyle {
    background-color:#FFFFFF;
    font-family:tahoma; 
    font-size: .7em;
    color: black; 
    letter-spacing:0; 
    padding-left:30; 
    padding-right: 20; 
    padding-top: 3;
    padding-bottom: 3;
    
}

.gridRowStyle8 {
    background-color:#FFFFFF;
    font-size:.8em;
    font-family:tahoma; 
    color: black; 
    letter-spacing:0; 
    padding-left:30; 
    padding-right: 20; 
    padding-top: 3;
    padding-bottom: 3;
    
}


.gridPagerStyle {
    color:#000000; 
    background-color:#EEEEEE; 
    font-size: .7em;
    padding-left:30; 
    padding-right: 20; 
    padding-top: 3;
    padding-bottom: 3;
}

.gridAlternatingRowStyle {
    font-family:tahoma; 
    font-size: .7em;
    color: black; 
    letter-spacing:0; 
    padding-left:30; 
    padding-right: 20; 
    padding-top: 3;
    padding-bottom: 3;
    background-color: #CADBED; 
    border-left: 1 solid #CCDDEF;
    border-right: 1 solid #CCDDEF;
}

.gridAlternatingRowStyle8 {
    font-family:tahoma; 
    font-size:.8em;
    color: black; 
    letter-spacing:0; 
    padding-left:30; 
    padding-right: 20; 
    padding-top: 3;
    padding-bottom: 3;
    background-color: #CADBED; 
    border-left: 1 solid #CCDDEF;
    border-right: 1 solid #CCDDEF;
}

.gridSelectedRowStyle {
    background-color:#3266cc;
    font-family:tahoma; 
    font-size: .7em;
    color: white;
    letter-spacing:0; 
    padding-left:30; 
    padding-right: 20; 
    padding-top: 3;
    padding-bottom: 3;
    border-left: 1 solid #CCDDEF;
    border-right: 1 solid #CCDDEF;
}

.helloUser { 
    font-weight:bold; 
}

.hide {
    visibility:hidden;
}

.homePageContent {
	padding:5;
}

/*
    Footer region.
*/

.homePageFooter{
	border-left: 0 solid #ffffff;
	border-top: 0 solid #ffffff;
	border-right: 0 solid #ffffff;
	border-bottom: 5 solid #FFE17C;
	background-image: url(../images/headerGRADIENT_Tall.gif);

	
	background-repeat: repeat-x;
	background-position: right bottom ;
}

/*    Repeating gif in the header region
*/
.homePageHeader{
	background-image: url(../images/headerGRADIENT_Tall.gif);
	background-repeat: repeat-x;
	background-position: bottom right ;
}


/*
    Hover style.  The left most cell that contains the tab left corner .gif
*/
.hoverTabLeft	{
	background-color: #FFEBA6;
	border-left: 0 solid #6699CC;
	border-top: 0 solid #6699CC;
	border-right: 0 solid #6699CC;
	border-bottom: 1 solid #6699CC;
	border-collapse: separate;
	
	background-image: url(../images/DeSelectedTab_1x1.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	cursor:hand;
	
}

/*
    Hover style.  The center cell that contains the tab text
*/
.hoverTabCenter	{
	background-color:#FFEBA6;
	border-left: 0 solid #6699CC;
	border-top: 1 solid #6699CC;
	border-right: 0 solid #6699CC;
	border-bottom: 1 solid #6699CC;
	font-family: tahoma;
	font-size: .7em;
	color: #000000;
	font-weight: normal;
	padding-bottom:2;
	cursor:hand;
	
	background-image: url(../images/DeSelectedTab_1x1.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

/*
    Hover style.  The right most cell that contains the tab right corner .gif
*/
.hoverTabRight	{
	background-color:#FFEBA6;
	border-left: 0 solid #6699CC;
	border-top: 0 solid #6699CC;
	border-right: 0 solid #6699CC;
	border-bottom: 1 solid #6699CC;
	

	background-image: url(../images/DeSelectedTab_1x1.gif);
	background-repeat: repeat-y;
	background-position: top right;
	cursor:hand;
}

.itemDetailsContainer {
    background-color:#EEEEEE;    
}
 
.lbBorders {
    border-left: 1 solid #CCDDEF; border-bottom: 1 solid #CCDDEF;
}

.lightShadow {
    background-image:url(../images/gradient_onwhite.gif); 
    background-repeat: repeat-x; 
} 

.lrbBorders {
    border-left: 1 solid #CCDDEF; border-right: 1 solid #CCDDEF; border-bottom: 1 solid #CCDDEF;
}

.leftWizard {
    background-color: #3266CC; 
    padding-left:3;
    padding-right:5;
    padding-top:10;
    font-family:tahoma; 
    font-size: 0.9em;
    color: white; 
}

.logOff { 
    font-family:tahoma;  
    font-size: .7em; 
    color: white; 
    font-weight:normal;  
    text-decoration:underline; 
    cursor:hand; 
    padding-right: 20;
    padding-left: 20; 
}

.logoText { 
    font-family:tahoma; 
    font-size: 1.3em; 
    color: white;
    font-weight:bold; 
} 

/*
     Selected tab.  The left most cell that contains the tab left corner .gif
*/
.selTabLeft	{
	background-color:#ffffff;
	border-left: 0 solid #6699CC;
	border-top: 0 solid #6699CC;
	border-right: 0 solid #6699CC;
	border-bottom: 0 solid #ffffff;
	
	background-image: url(../images/selectedTab_1x1.gif);
	background-repeat: repeat-y;
	background-position: top left;
	
	cursor:default;
}

/*
    Selected tab.  The center cell that contains the tab text
*/
.selTabCenter	{
	background-color:#ffffff;
	border-left: 0 solid #6699CC;
	border-top: 1 solid #6699CC;
	border-right: 0 solid #6699CC;
	border-bottom: 0 solid #ffffff;
	font-family: tahoma;
	font-size: .7em;
	color: #000000;
	font-weight: bold;
	padding-bottom:2;
	cursor:default;
	
	background-image: url(../images/DeSelectedTab_1x1.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

/*
    Selected tab.  The right most cell that contains the tab right corner .gif
*/
.selTabRight	{
	background-color:#ffffff;
	border-left: 0 solid #6699CC;
	border-top: 0 solid #6699CC;
	border-right: 0 solid #6699CC;
	border-bottom: 0 solid #ffffff;
	
	background-image: url(../images/selectedTab_1x1.gif);
	background-repeat: repeat-y;
	background-position: top right;
	cursor:default;
}

/*
    Table cells in the tab table that are used as spacers between the tab buttons
*/
.spacerTab	{
	background-color:transparent;
	border-bottom: 1 solid #6699CC;
	
	background-image: url(../images/selectedTab_1x1.gif);
	background-repeat: repeat-x;
	background-position: bottom right;
	
}

.userDetails {
    background-color: #EEEEEE;
    font-family:verdana; 
    color: black; 
    letter-spacing:0; 
    line-height:150%;
    padding-left:30; 
    padding-right: 20; 
    padding-top: 10;    
    border-left: 1 solid #CCDDEF; border-right: 1 solid #CCDDEF; border-bottom: 1 solid #CCDDEF;
}

.userDetailsLowLeftPadding {
    background-color: #EEEEEE;
    font-family:verdana; 
    font-size: .7em;
    color: black; 
    letter-spacing:0; 
    line-height:150%;
    padding-left:15; 
    padding-right: 20; 
    padding-top: 10;    
    border-left: 1 solid #CCDDEF; border-right: 1 solid #CCDDEF; border-bottom: 1 solid #CCDDEF;
}

.userDetailsWithFontSize {
    background-color: #EEEEEE;
    font-family:verdana; 
    font-size: .8em; 
    color: black; 
    letter-spacing:0; 
    line-height:150%;
    padding-left:30; 
    padding-right: 20; 
    padding-top: 10;    
    border-left: 1 solid #CCDDEF; border-right: 1 solid #CCDDEF; border-bottom: 1 solid #CCDDEF;
}

/*
   Live text of "Web Site Administration Tool" in branding region
*/
.webToolBrand	{
	font-family: Franklin Gothic Medium;
	font-size: 1.1 em;
	color: #FFFFFF;
	position:relative; top: -2;left: -1;
}


.WelcomeText { 
    font-family:tahoma; font-size: .7em; color: white;font-weight:bold 
}
 
.wizardClass {
    padding-left:30;
    padding-top:30;
}

.wizardClassNoWatermark {
    padding-left:30;
    padding-top:30;
    font-family:verdana;
    font-size: .9em;
}

/*
*  For
*/

a.helpHyperLink:hover {
	color: #ffffff;
	font-family:Tahoma;
	font-size: .7em;
}

a.helpHyperLink:link {
	color: #ffffff;
	font-family:Tahoma;
	font-size: .7em;
}
a.helpHyperLink:visited {
	color: #ffffff;
	font-family:Tahoma;
	font-size: .7em;
}

/*************************************
 *
 * Obsolete, need to be replaced in 
 * pages
 *
 *************************************/
 
a.gridSelectedRowStyle:visited {
    color:white;
}

a.gridSelectedRowStyle:link {
    color:white;
}
/*.activeBTNImage { 
    FILTER: progid:DXImageTransform.Microsoft.Glow( Color=DDDDDD,Strength=7); 
} */
.helperText { 
    font-family:verdana; 
    font-size: 0.7em; 
    color: white; 
    font-weight:bold; 
    text-decoration:underline; 
    cursor:hand; 
    position:relative;
    top: -5; 
} 

.tree
{
	 font-size:75%;
	 font-family: Tahoma, Arial, sans-serif;
	 text-decoration:none;
}
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

.Linkbutton 
{
	
}



.large .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:15px;background:url(../images/tab-line.gif) repeat-x bottom;}
.large .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.large .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.large .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.large .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.large .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.large .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.large .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.large .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.large .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.large .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_blue1_500.gif);background-repeat:repeat-y;background-position:left;}


.medium .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:13px;background:url(../images/tab-line.gif) repeat-x bottom;}
.medium .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.medium .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.medium .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.medium .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.medium .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.medium .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.medium .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.medium .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.medium .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.medium .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_blue1_500.gif);background-repeat:repeat-y;background-position:left;}




.small .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(../images/tab-line.gif) repeat-x bottom;}
.small .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.small .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.small .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.small .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.small .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.small .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.small .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.small .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.small .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.small .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_blue1_500.gif);background-repeat:repeat-y;background-position:left;}



.largeBlue .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:15px;background:url(../images/tab-line.gif) repeat-x bottom;}
.largeBlue .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.largeBlue .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.largeBlue .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.largeBlue .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.largeBlue .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.largeBlue .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.largeBlue .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.largeBlue .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.largeBlue .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.largeBlue .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_blue1_500.gif);background-repeat:repeat-y;background-position:left;}


.mediumBlue .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:13px;background:url(../images/tab-line.gif) repeat-x bottom;}
.mediumBlue .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.mediumBlue .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.mediumBlue .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.mediumBlue .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.mediumBlue .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.mediumBlue .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.mediumBlue .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.mediumBlue .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.mediumBlue .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.mediumBlue .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_blue1_500.gif);background-repeat:repeat-y;background-position:left;}




.smallBlue .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(../images/tab-line.gif) repeat-x bottom;}
.smallBlue .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.smallBlue .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.smallBlue .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.smallBlue .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.smallBlue .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.smallBlue .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.smallBlue .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.smallBlue .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.smallBlue .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.smallBlue .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_blue1_500.gif);background-repeat:repeat-y;background-position:left;}


.largeOrange .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:15px;background:url(../images/tab-line.gif) repeat-x bottom;}
.largeOrange .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.largeOrange .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.largeOrange .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.largeOrange .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.largeOrange .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.largeOrange .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.largeOrange .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.largeOrange .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.largeOrange .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.largeOrange .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_orange1_500.gif);background-repeat:repeat-y;background-position:left;}


.mediumOrange .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:13px;background:url(../images/tab-line.gif) repeat-x bottom;}
.mediumOrange .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.mediumOrange .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.mediumOrange .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.mediumOrange .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.mediumOrange .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.mediumOrange .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.mediumOrange .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.mediumOrange .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.mediumOrange .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.mediumOrange .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_orange1_500.gif);background-repeat:repeat-y;background-position:left;}




.smallOrange .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(../images/tab-line.gif) repeat-x bottom;}
.smallOrange .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.smallOrange .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.smallOrange .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.smallOrange .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.smallOrange .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.smallOrange .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.smallOrange .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.smallOrange .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.smallOrange .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.smallOrange .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_orange1_500.gif);background-repeat:repeat-y;background-position:left;}



.largeGreen .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:15px;background:url(../images/tab-line.gif) repeat-x bottom;}
.largeGreen .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.largeGreen .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.largeGreen .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.largeGreen .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.largeGreen .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.largeGreen .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.largeGreen .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.largeGreen .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.largeGreen .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.largeGreen .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_green1_500.gif);background-repeat:repeat-y;background-position:left;}


.mediumGreen .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:13px;background:url(../images/tab-line.gif) repeat-x bottom;}
.mediumGreen .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.mediumGreen .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.mediumGreen .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.mediumGreen .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.mediumGreen .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.mediumGreen .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.mediumGreen .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.mediumGreen .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.mediumGreen .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.mediumGreen .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_green1_500.gif);background-repeat:repeat-y;background-position:left;}




.smallGreen .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(../images/tab-line.gif) repeat-x bottom;}
.smallGreen .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.smallGreen .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.smallGreen .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.smallGreen .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.smallGreen .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.smallGreen .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.smallGreen .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.smallGreen .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.smallGreen .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.smallGreen .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_green1_500.gif);background-repeat:repeat-y;background-position:left;}




.largeViolet .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:15px;background:url(../images/tab-line.gif) repeat-x bottom;}
.largeViolet .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.largeViolet .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.largeViolet .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.largeViolet .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.largeViolet .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.largeViolet .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.largeViolet .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.largeViolet .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.largeViolet .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.largeViolet .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_violet1_500.gif);background-repeat:repeat-y;background-position:left;}


.mediumViolet .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:13px;background:url(../images/tab-line.gif) repeat-x bottom;}
.mediumViolet .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.mediumViolet .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.mediumViolet .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.mediumViolet .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.mediumViolet .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.mediumViolet .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.mediumViolet .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.mediumViolet .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.mediumViolet .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.mediumViolet .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_violet1_500.gif);background-repeat:repeat-y;background-position:left;}




.smallViolet .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(../images/tab-line.gif) repeat-x bottom;}
.smallViolet .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.smallViolet .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.smallViolet .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.smallViolet .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.smallViolet .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.smallViolet .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.smallViolet .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.smallViolet .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.smallViolet .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.smallViolet .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_violet1_500.gif);background-repeat:repeat-y;background-position:left;}


.largeElite .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:15px;background:url(../images/tab-line.gif) repeat-x bottom;}
.largeElite .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.largeElite .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.largeElite .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.largeElite .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.largeElite .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.largeElite .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.largeElite .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.largeElite .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.largeElite .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.largeElite .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_elite1_500.gif);background-repeat:repeat-y;background-position:left;}


.mediumElite .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:13px;background:url(../images/tab-line.gif) repeat-x bottom;}
.mediumElite .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.mediumElite .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.mediumElite .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.mediumElite .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.mediumElite .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.mediumElite .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.mediumElite .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.mediumElite .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.mediumElite .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.mediumElite .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_elite1_500.gif);background-repeat:repeat-y;background-position:left;}




.smallElite .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(../images/tab-line.gif) repeat-x bottom;}
.smallElite .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.smallElite .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.smallElite .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.smallElite .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.smallElite .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.smallElite .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.smallElite .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.smallElite .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.smallElite .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.smallElite .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_elite1_500.gif);background-repeat:repeat-y;background-position:left;}



.largeSilver .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:15px;background:url(../images/tab-line.gif) repeat-x bottom;}
.largeSilver .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.largeSilver .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.largeSilver .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.largeSilver .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.largeSilver .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.largeSilver .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.largeSilver .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.largeSilver .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.largeSilver .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.largeSilver .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_gray_500.gif);background-repeat:repeat-y;background-position:left;}


.mediumSilver .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:13px;background:url(../images/tab-line.gif) repeat-x bottom;}
.mediumSilver .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.mediumSilver .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.mediumSilver .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.mediumSilver .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.mediumSilver .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.mediumSilver .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.mediumSilver .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.mediumSilver .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.mediumSilver .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.mediumSilver .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_gray_500.gif);background-repeat:repeat-y;background-position:left;}




.smallSilver .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(../images/tab-line.gif) repeat-x bottom;}
.smallSilver .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.smallSilver .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.smallSilver .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.smallSilver .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.smallSilver .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.smallSilver .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.smallSilver .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.smallSilver .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.smallSilver .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.smallSilver .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;background-image:url(../images/gradience_gray_500.gif);background-repeat:repeat-y;background-position:left;}


.OuterTableCellOverLay
{
	top:0px;
	left:0px;
	width:100%;
	height:5000px;
	position:absolute;
	background-color:Gray;
	z-index :999;
	filter:alpha (opacity=85);
	-moz-opacity:0.85;
	padding-left:0%;
	padding-top:30%;
	text-align:center;
}

.InnerTableCellOverLay
{
	text-align:center;
	width:150px;
	border:1px solid black;
	padding:10px;	
	z-index :998;
	filter:alpha (opacity=100);
	-moz-opacity:1.00;
	background-color: White;
}

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url(../../../images/img03.gif) repeat-y left top;

}


.BackGround_Violet_200
{
	background-image:url(../images/gradience_violet1_200.gif);
	background-repeat:repeat;
	background-position:left;
}
.BackGround_Violet_500
{
	background-image:url(../images/gradience_violet1_500.gif);
	background-repeat:repeat-y;
	background-position:left;
}


.BackGround_Green_200
{
	background-image:url(../images/gradience_green1_200.gif);
	background-repeat:repeat;
	background-position:left;
}
.BackGround_Green_500
{
	background-image:url(../images/gradience_green1_500.gif);
	background-repeat:repeat-y;
	background-position:left;
}


.BackGround_Blue_200
{
	background-image:url(../images/gradience_blue1_200.gif);
	background-repeat:repeat;
	background-position:left;
}
.BackGround_Blue_500
{
	background-image:url(../images/gradience_blue1_500.gif);
	background-repeat:repeat-y;
	background-position:left;
}


.BackGround_Orange_200
{
	background-image:url(../images/gradience_orange1_200.gif);
	background-repeat:repeat;
	background-position:left;
}
.BackGround_Orange_500
{
	background-image:url(../images/gradience_orange1_500.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.BackGround_Elite_200
{
	background-image:url(../images/gradience_elite1_200.gif);
	background-repeat:repeat;
	background-position:left;
}
.BackGround_Elite_500
{
	background-image:url(../images/gradience_elite1_500.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.BackGround_Silver_200
{
	background-image:url(../images/gray_gradience1.gif);
	background-repeat:repeat;
	background-position:left;
}
.BackGround_Silver_500
{
	background-image:url(../images/gradience_gray_500.gif);
	background-repeat:repeat-y;
	background-position:left;
}
	
.BackGround_Violet_200_Arabic
{
	background-image:url(../images/gradience_violet1_200_arabic.gif);
	background-repeat:repeat;
	background-position:right;
}
.BackGround_Violet_500_Arabic
{
	background-image:url(../images/gradience_violet1_500_arabic.gif);
	background-repeat:repeat-y;
	background-position:right;
}


.BackGround_Green_200_Arabic
{
	background-image:url(../images/gradience_green1_200_arabic.gif);
	background-repeat:repeat;
	background-position:right;
}
.BackGround_Green_500_Arabic
{
	background-image:url(../images/gradience_green1_500_arabic.gif);
	background-repeat:repeat-y;
	background-position:right;
}


.BackGround_Blue_200_Arabic
{
	background-image:url(../images/gradience_blue1_200_arabic.gif);
	background-repeat:repeat;
	background-position:right;
}
.BackGround_Blue_500_Arabic
{
	background-image:url(../images/gradience_blue1_500_arabic.gif);
	background-repeat:repeat-y;
	background-position:right;
}


.BackGround_Orange_200_Arabic
{
	background-image:url(../images/gradience_orange1_200_arabic.gif);
	background-repeat:repeat;
	background-position:right;
}
.BackGround_Orange_500_Arabic
{
	background-image:url(../images/gradience_orange1_500_arabic.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.BackGround_Elite_200_Arabic
{
	background-image:url(../images/gradience_elite1_200_arabic.gif);
	background-repeat:repeat;
	background-position:right;
}
.BackGround_Elite_500_Arabic
{
	background-image:url(../images/gradience_elite1_500_arabic.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.BackGround_Silver_200_Arabic
{
	background-image:url(../images/gray_gradience1_arabic.gif);
	background-repeat:repeat;
	background-position:right;
}
.BackGround_Silver_500_Arabic
{
	background-image:url(../images/gradience_gray_500_arabic.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.GridCell
{
	background-image:url(../images/new_activity.png);
	background-repeat:no-repeat;
	background-position:right;
}

.handle
{
    width:15px; 
    height:16px; 
    background-color:red; 
    overflow:hidden; 
    cursor:se-resize; 
}
	
	.resizing
{
    padding:0px; 
    border-style:solid; 
    border-width:1px; 
    border-color:#7391BA; 
}

 table.tbl td.col1 { width: 0px; }
 table.tbl td.mod{ width:100%; }


























