/* AddPlan and SearchPlan forms css */
.where{background-color:#FFFFCC;}
.where td{padding:2px;}
.when{background-color:#D6DEE2;}
.when td{padding:2px;}
.how{background-color:#D9FAD3;}
.how td{padding:2px;}

/* Css for search and plans results in tabular mode */
/* css for main plan table in tabular mode */
.TabPlan{border:1px solid #000000;border-right:none;padding:0;color:#745E84;width:98%;}
.TabPlanHead{color:#745E84;margin-top:10px;border:1px solid black;border-bottom:none;padding:5px;margin-left:15px;}
/* Hover in plan results, search tab */
.SearchOut{border:1px solid #000000;border-bottom:0;background-color:#0099CC;color:#BCD0EA;padding:5px;text-align:center;}
.SearchOver{color:white;border:1px solid #000000;border-bottom:0;background-color:#F19E4B;padding:5px;text-align:center;}

/* Time range */
.Todd{background-color:#B595BD;}
.Todd span{color:black;font-size:12px;font-weight:400;}
.Teven{background-color: #CEBCE2;}
.Teven span{color:black;font-size:12px;font-weight:400;}
.Tback{background-color: #703795;}

/* Daily or Weekly Basis Schedule */
.DWodd{background-color:#AFC7E9;}
.DWodd span{color:white;font-size:12px;font-weight:400;}
.DWeven{background-color:#BCD0EA;}
.DWeven span{color:white;font-size:12px;font-weight:400;}
.DWback{background-color:#A3BDD5;}

.PinUp{background-image: url("/img/clip/pin-up.gif");background-repeat:no-repeat;cursor:pointer;display:none;height:14px;width:11px;}
.PinDown{background-image: url("/img/clip/pin-down.gif");background-repeat:no-repeat;cursor:pointer;height:14px;width:11px;}

.ShowLevel{background-repeat:no-repeat;	}
.HideLevel{background-repeat:no-repeat;display:none;}

/* New Account form css */

/* The account form has been divided in four zones depending on the type of information.
 * Each of the zones has different class
 */
.z1{background-color:#FFFFCC;}
.z1 td{padding:2px;}
.z2{background-color:#D6DEE2;}
.z2 td{padding:2px;}
.z3{background-color:#D9FAD3;}
.z3 td{padding:2px;}
.z4{background-color: #E0C5E0;}
.z4 td{padding:2px;}

/* Pop up Add Plan form container */
#APForm{padding:0;width:670px;position:absolute;top:100px;left:200px;display:none;z-Index:30000;}

/* DragBar css. Used in addPlan pop up form */
#DragBar{height:20px;width:600px;position:absolute;cursor:move;top:10px;left:1px;}
/*\*/  * html #DragBar{height:20px;width:600px;position:absolute;cursor:move;top:0px;left:2px;}

/* Profile Div */

#PDiv{float:left;}
/* Used to overwrite css in pop up floating profile in home page */
#PDiv table tr td{font-size:12px;}
/* Css container for the pop up floating profiles */
.ProfCont{z-index:2000;float:left;position:absolute;top:0;left:0;margin:15px;width:0;;}

/* DragBar css. Used in floating profiles that  pop up in search results */
.DragProf{z-index:300000;position:absolute;top:0;left:0;cursor:move;width:250px;height:31px;}

/* Extra profile imgs container css. Used in floating profiles that  pop up in search results */
#ProfImgs{z-index:4000;position:absolute;top:0;left:0;height:20px;border:1px solid red;}

/* Mozilla does not need i-frame for the pop up profiles, so we set z-index to -1 to put i-frame to the lowest layer */
#ProfRFrame{width:117px;height:240px;position:absolute;left:0;z-index:-1;filter: Alpha(Style=0,Opacity=0);}
#ProfLFrame{width:250px;height:250px;position:absolute;left:0;z-index:-1;filter: Alpha(Style=0,Opacity=0);}
/*\*/  * html #ProfRFrame{width:117px;height:240px;position:absolute;z-index:0;filter: Alpha(Style=0,Opacity=0);}
/*\*/  * html #ProfLFrame{width:300px;height:300px;position:absolute;z-index:1000;filter: Alpha(Style=0,Opacity=0);}

/* Hover in profile form */
.TabOut{color: #B15CAB;font-weight:bold;border-bottom:0;padding:0 2px 0 2px;text-align:center;}
.TabOver{color: #FF6600;font-weight:bold;font-size:14px;letter-spacing:5px;padding:0 2px 0 2px;text-align:center;}

/* Navigation bar css */
#SNavBar{background-color:#86F167;border:2px solid black;margin:10px;width:95%;}

