﻿

	body 
    {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
		
	
	.ui-layout-pane { /* all 'panes' */ 
		background-color: white; 
		border: 1px solid; 
		border-color:rgb(71,141,206);
		padding: 0px; 
		overflow: auto;
	} 

	.ui-layout-resizer { /* all 'resizer-bars' */ 
		/*background: white;*/ 
        /*background-color:rgb(118,153,186);*/ 
        background-color:white; 
	} 

	.ui-layout-toggler { /* all 'toggler-buttons' */ 
		/*background-color:rgb(71,141,206);*/ 
        background: maroon;
	} 
	
	.ui-layout-south 
	{ /* footer */ 
        /*background:#0375b3; height:34px; padding:7px 20px 0 20px;*/

        /*background: #648cfb;
        background: -moz-linear-gradient(top, #648cfb 0%, #648cfb 100%); 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#648cfb), color-stop(100%,#5B7899)); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#648cfb', endColorstr='#5B7899',GradientType=0 ); 
        color:#fff;
        text-shadow:0px -1px 0px #648cfb;*/
        background-color:rgb(0,69,126);
        color:white;
	} 

    /*.footerLeft {float:left; width:25%; font-family:arial; font-size:11px; color:#ffffff; text-decoration:none; margin-top:5px;}
    .footerMiddle {float:left; width:58%; background:#016ca6; border:1px solid #2294d1; font-family:arial; font-size:11px; color:#ffffff; text-decoration:none; font-style:italic; padding:4px;}
    .footerRight {float:right; font-family:arial; font-size:11px; color:#ffffff; text-decoration:none; text-align:right;}*/


	.ui-layout-north 
	{ /* header */ 

        background-color:rgb(0,69,126);
        /*background-color:rgb(55,81,126);*/
		/*background-color:rgb(0,69,126);*/
        /*background:url(Images/headerbg.jpg) repeat-x; padding:0 10px;*/
        height:20px;
       
	} 
	
	.welcome
	{
	    font-family:Arial, Helvetica, sans-serif;
		color:White;
		font-size: 13px;
		font-weight:bold;
		font-style:italic;
		padding-left:20px;
	}

    .compName{
	    /*font-family:Arial, Helvetica, sans-serif;
		color:White;
		font-size: 16px;
		font-weight:bold;*/
         font-family:"BellCent NamNum BT"; font-size:34px;  text-decoration:none; text-shadow: 1px 1px 1px #000000;}
	    .headerLeft {float:left; width:65%; margin:0px 0 0 0px;}
        .headerRight {float:right; width:30%;}
        .userInfo {margin:0 0 0 0;}
        .welcm {font-family:Arial; font-size:12px; text-decoration:none; color:#ffffff;}
        .logout {font-family:Arial; font-size:12px; text-decoration:none; color:#ffffff; cursor:pointer;}
    
    /** News & Birthdays */
    .newsHeader 
    {
        /*background:url(images/headingbg.jpg) repeat-x; 
        height:17px;  
        padding:8px 14px;*/

        height:35px;
        text-align:left;
        padding:0 0 0 10px;
        font-size:13px;

        background: #99C4E5; /* old browsers */
        background: -moz-linear-gradient(top, #99C4E5 0%, #5B7899 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99C4E5), color-stop(100%,#5B7899)); /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99C4E5', endColorstr='#5B7899',GradientType=0 ); /* ie */	
        color:#fff;
        text-shadow:0px -1px 0px #5B7899;
    }

    .heading {font-family:"BellCent NamNum BT"; font-size:16px; color:#ffffff; text-decoration:none;}

    .newFooter
    {
        height:27px;
	    text-align:center;
        vertical-align:middle;
        background: url(Images/wbg.gif) repeat-x top;
    }   

    .bold
    {
        font-weight: bold;
    }

    html,body 
    { 
        margin:0; 
        padding:0; 
    }
    /*  Left and Right Tabs CSS */
    .TabHeader, .TabHeader table
    {
        border-collapse:collapse;
        height:100%;
        width:100%;
        border-spacing:0px 0px;
    }
    .TabHeader td
    {
        padding:0;
    }

    .TabHeader div
    {
         display:none;   
          width:100%;
    }

    .TabItem td
    {
        height:31px; 
        padding:0 0 0 16px; 
        font-size:12px;
        color:black;
        font-weight:bold;
    }
    
    .menudef 
    {
        text-decoration:none; cursor:pointer;text-align:left;
        height:35px;
        text-align:left;
        padding:0 0 0 10px;
        font-size:13px;

        background: #99C4E5;
        background: -moz-linear-gradient(top, #99C4E5 0%, #5B7899 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99C4E5), color-stop(100%,#5B7899)); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99C4E5', endColorstr='#5B7899',GradientType=0 );
        color:#fff;
        text-shadow:0px -1px 0px #5B7899;
    }

    /*.menusel {background:url(images/lftmenusel.jpg) repeat-x bottom; height:33px; padding:0 0 0 10px; font-family:"Arial, Helvetica, sans-serif"; font-size:16px; color:#ffffff; text-decoration:none; cursor:pointer;text-align:left;}*/

    /* selected row color */
    .TabItem tr.selectedrow td { background-color: #F4FF9A; }
    /* Hover td text color */
    .TabItem tr:hover th[scope=row], .TabItem tr:hover td, .TabItem tr:hover { background-color: #F4FF9A;cursor:pointer;}
    /* Row Height and border */
    .TabItem tr td
    {
        height:29px;
        /*border-width: 1px;
        border-bottom-style:dotted;*/
        border:1px solid #d4e5ed;
    }

    /*  End Of Tab CSS */


    .TabImage
    {
        /*background:rgb(241, 242, 244);*/
        /*background:#e8f3f9;*/
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        text-align:left;
        height:18px;
        line-height:18px;


        border-top-color:#88bdd5;
        border-top-width:1px;
        border-top-style:solid;

        /*border-bottom-color:#88bdd5;
        border-bottom-width:1px;
        border-bottom-style:solid;*/
    }

    .TabImage img, .TabImage Label
    {
        vertical-align:middle;
    }


/* Master Form */
.addMaster 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	/*border: 1px solid #eee;*/
	color: #000;
	height:100%;
	width:100%;
    border-spacing:0;
}

/*.heading1 {font-family:"BellCent NamNum BT"; font-size:16px; color:#ffffff; text-decoration:none; width:250px; }*/

.addMaster td.header 
{
    /*background:#376f88;
    height:28px;  
    padding-left:10px;
    vertical-align:middle;
	font-family:"BellCent NamNum BT"; 
    font-size:16px; 
    color:#ffffff; 
    text-decoration:none;
    text-transform:capitalize;*/

        height:35px;
        text-align:left;
        padding:0 0 0 10px;
        font-size:13px;
        /*background: rgba(185,122,87,1);*/
        background: #99C4E5; /* old browsers */
        background: -moz-linear-gradient(top, #99C4E5 0%, #5B7899 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99C4E5), color-stop(100%,#5B7899)); /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99C4E5', endColorstr='#5B7899',GradientType=0 ); /* ie */	
        color:#fff;
        text-shadow:0px -1px 0px #5B7899;
        font-weight:bold;
        text-transform:capitalize;
}

.addMaster .SearchOption
	{
	  width:96%;  
      min-height:20px;
      text-align:left;
      /*background:white;
      color:#0678b6;*/ 
      background:#e8f3f9;
	}

.addMaster .SearchOption input[type="checkbox"],.addMaster .SearchOption input[type="radio"],.addMaster .SearchOption Label
	{
	  vertical-align:middle;
	}


.addMaster .SearchOption input[type="radio"]
{
    margin-bottom:4px;
}

.addMaster td.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid #eee;
	color: #000;
	vertical-align:top;
    /*text-transform:capitalize;*/
}

.addMaster td.footer 
{
    background: url(Images/wbg.gif) repeat-x top;
    /*background:#e8f3f9;
    border: 1px solid skyblue;
    border-left:none;
    border-right:none;*/

	height:35px;
	text-align:center;
    vertical-align:middle;
}


.addMaster .SubHead
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    padding-left:5px;
    /*color:#0678b6;*/  
    color:black;
    text-decoration:none;
}

.addMaster .SearchOption table
{
    border-collapse:collapse;
  /*border:1px dotted black;*/
     border:1px solid #d4e5ed;
}

.addMaster .SearchOption table td
{
    /*border:1px dotted black;*/
    border:1px solid #d4e5ed;
    padding-left:5px;
    height:25px;
    
}

.addMaster td.PopUp {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid black;
	background-color: white;*/
	vertical-align:top;
    /*text-transform:capitalize;*/
    background:white;
}


.addMaster td.PopUp table{
	border-collapse:collapse;
}

.addMaster td.PopUp table td{
	border:1px solid #d4e5ed;
    padding-left:5px;
    height:28px;
}

.addMaster td.footer input[type="button"], .addMaster td.footer input[type="submit"], 
.addMaster .SearchOption input[type="button"], .addMaster .SearchOption input[type="submit"]
{
    /*background:url(images/btnbg.gif) repeat-x;*/
    background:#267aad;
    border:1px solid #d4e5ed;
    height:27px; 
    font-family:arial; 
    font-size:12px; 
    font-weight:bold; 
    color:#fff; 
    text-decoration:none; 
    width:90px; 
    cursor:pointer; 
    border-radius:3px;
    box-shadow: 3px 3px 1px #888888;
   
     /*-moz-border-radius:6px;
    -o-border-radius:6px;
    -webkit-border-radius:6px;*/

}

.popUpBorder
{
    overflow:auto;
    border-radius:5px;
    width:100%;
    height:100%;
   
}

.buttonDisable
{
    border:1px solid #00172f; 
    cursor:crosshair;
    opacity:0.5;
    background:rgba(0,0,0,.2);
    color:blue;
}


.addMaster input[type="text"], select
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    /*text-transform:capitalize;*/
    border:1px solid #88bdd5;
    /*box-shadow: 1px 1px 0px #888888;*/
    
    /*background: #fafafa url(images/fhbg.gif) repeat-x bottom;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
	height:25px;*/

    /*background: #fafafa ;
    position: relative;
    border: 2px solid #7ac4ef;
    overflow: hidden;
    height:20px;
    vertical-align:middle;*/

}

.addMaster input[type="text"]
{
    padding-left:4px;
}

.addMaster textarea
{
    border:1px solid  #88bdd5;
    cols:0;
    rows:0;
    max-height:300px;
    min-height:50px;
    resize:both;
}

.addMaster .mandatory
{
    background:rgb(255,204,204);
}

#totalrecords, .totalrecords
{
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    font-weight:bold;
    /*color:#0678b6;*/ 
    color:black;
    text-decoration:none;

}

.waitingDiv {position:absolute;  left:0;  top:0;  z-index:9000;  background-color:Window;}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}


#boxes .window 
{
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
}

#boxes #popUpDiv {
  width:400px; 
  height:233px;
  border: .1em solid black;
  background: #efeeef;
}

.groupBox 
{
    font-family:Arial, Helvetica, sans-serif;
    width:98%;
    min-height:20px;
    border: .1em solid black;
    background: #efeeef;
    padding-left:5px;
    text-align:left;
    border-radius:8px; 
}

.groupBox
{
    font-family:Arial, Helvetica, sans-serif;
    width:98%;
    min-height:20px;
    border: .1em solid black;
    background: #efeeef;
    padding-left:5px;
    text-align:left;
    border-radius:8px; 
}

.groupBox .groupHeading
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:Blue;   
}
.groupBox .SubHead
{
    height:30px;
}

.subHeading
{
    font-family:Arial, Helvetica, sans-serif;
    width:98%;
    background: #efeeef;
    padding-left:5px;
    text-align:left;
    font-size:13px;
    font-weight:bold;
   color:Blue; 
   height:24px;
}


/* V3M Grid CSS*/

.V3MGrid
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	border: 1px solid #d4e5ed;
	overflow: hidden;
	color: #000;
    /*text-transform:capitalize;*/
}
.V3MGrid .headerTd
{
    vertical-align:top;
    height:25px;
     
}

.V3MGrid .headerTable th
{
   background: #fafafa url(images/fhbg.gif) repeat-x bottom;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
	height:25px;
     border-left: 0px;
     box-shadow: 2px 1px 1px #888888;
}

.V3MGrid .headerTable th .sortable
{
    float:right;
    height:20px;
    width:20px;
    /*border:1px solid red;
   background: url(images/no.gif);*/
}

					
.V3MGrid table.bodyTable
{
    /*border: 1px solid #ccc;
    border-top: 0px;
    background: #fff;
    overflow: auto;
    position: relative;*/
}

.V3MGrid table.bodyTable tr td
{
    height:22px;   
      border-top: 0px;
        border-left: 0px;
}
.V3MGrid .bodyTable tr.selectedrow td 
{
     background-color: #F4FF9A;

     /*background-color: #fff2c3;*/
     
}

.V3MGrid table tr:hover td 
{
     background-color: #F4FF9A;cursor:pointer;
      /*background-color: #fff2c3;cursor:pointer;*/
}

.V3MGrid .bodyTable td
{
    border:1px solid #d4e5ed;
    /*border:0px solid black;
    border-bottom:1px solid black;
    border-right:1px solid black;*/
}

/* End of V3M Grid CSS*/

#myPopUp {
	font-family: Arial, sans-serif;
	font-size: 12px;
	overflow:auto;
	/* min-width: 300px; Dialog will be no smaller than this */
	/* max-width: 1024px; Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.Highlighted a{
   background-color : Green !important;
   background-image :none !important;
   color: White !important;
   font-weight:bold !important;
   font-size: 12pt;
}

.HighlightedRed a{
   background-color : Red !important;
   background-image :none !important;
   color: White !important;
   font-weight:bold !important;
   font-size: 12pt;
}

.container
{

    border: 4px solid #376f88;
    margin: auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #FFF;
}

/* V3M Grid View CSS*/
.V3MGridView
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 position: relative;
 border: 1px solid #d4e5ed;
 overflow: hidden;
 color: #000;
    /*text-transform:capitalize;*/
}

.V3MGridView .headerRow
{
    vertical-align:top;
}

.V3MGridView th[scope="col"]
{
    background: #fafafa url(images/fhbg.gif) repeat-x bottom;
    position: relative;
    border: 1px solid #ccc;
    border-bottom: 0px;
    overflow: hidden;
    height:25px;
    vertical-align:middle;
}
     
.V3MGridView table
{
    /*border: 1px solid #ccc;
    border-top: 0px;
    background: #fff;
    overflow: auto;
    position: relative;*/
}

.rowHover:hover
{
    background-color: #F4FF9A;cursor:pointer;
}
.cellHover:hover
{
    background-color: #F4FF9A;cursor:pointer;
}
.V3MGridView table td
{
    border:1px solid #d4e5ed;
    text-align:center;
    padding-left:4px;
    /*border-bottom:1px solid black;
    border-right:1px solid black;
    */
}
     
.V3MGridView th[scope="row"]
{
    background: #fafafa url(images/fhbg.gif) repeat-x bottom;
    position: relative;
    border: 1px solid #d4e5ed;
    border-bottom: 0px;
    overflow: hidden;
    vertical-align:middle;
    text-align:left;
    padding-left:10px;
    
}
.V3MGridView tr.selectedrow td { background-color: #F4FF9A;}

.V3MGridView .selected { background-color: #F4FF9A;}

/* End of V3M Grid View CSS*/



.offPeriod
{
    background-color:lightgray;
    /*background: url(images/bg.gif) repeat-x center;
    color: white;
    position: relative;
    overflow: hidden;
    vertical-align: middle;*/
}
.offDay
{
    background-color:lightgray;
}
.notInTimetable
{
    background-color:lightcyan;
}
.allotedLession
{
    background-color:lightblue;
    /*background: url(images/bg.gif) repeat-x center;
    color: white;
    position: relative;
    overflow: hidden;
    vertical-align: middle;*/
}
.bookedPeriod
{
    background-color:lightcyan;
}
.freePeriod
{
    background-color:lightgreen;
}


.selectedDiv { background-color: #F4FF9A;}

.disabledRow { background-color:lightgray;}

.fixedRow { background-color:lightblue;}

.HyperLink
{
  text-decoration:underline;
  color:blue;
}
.numeric, .decimal, .percentage, .integer
{
    text-align:right;
    padding-right:4px;
}

.errorText{ color:red;}

/*login CSS*/
.loginMainDiv{ margin:auto;}

.mainHeader 
{   
    /*width:90%; background:url(images/loginHeaderBg.jpg) repeat-x; height:87px; padding:0 10px;*/

        background: #648cfb; /* old browsers */
        background: -moz-linear-gradient(top, #648cfb 0%, #648cfb 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#648cfb), color-stop(100%,#5B7899)); /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#648cfb', endColorstr='#5B7899',GradientType=0 ); /* ie */	
        color:#fff;
        text-shadow:0px -1px 0px #648cfb;
        width:100%;
        height:87px;
        
}

.headerContent { width:500px; padding:15px;}
.mainContent {width:90%; margin:auto; padding:5px;}

.minLogin 
{
    
     /*background:url(images/login-main-bg.gif) repeat-x fixed; height:420px; width:89%; margin:auto;*/
      height:420px; width:89%; margin:auto;

}

.loginHeader {width:555px; margin:auto; margin-top:94px;}


.loginHeading
{
    
    padding:12px 20px 0 10px;
    font-size:13px;
    background: #99C4E5; 
    background: -moz-linear-gradient(top, #99C4E5 0%, #5B7899 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99C4E5), color-stop(100%,#5B7899)); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99C4E5', endColorstr='#5B7899',GradientType=0 ); 	
    color:#fff;
    text-shadow:0px -1px 0px #5B7899;
    height:29px;
    text-align:left;
    font-weight:bold;
}

.clear {clear:both;}
.loginContent {background:url(images/loginbg.jpg) repeat-x; height:264px; width:555px; margin:auto; padding-top:42px;}
.login-txt {float:left; width:190px;  font-size:22px; color:#087ab8; text-decoration:none; font-weight:bold; text-align:right; margin:6px 20px 0 0;}
.login-ctrl-bg {float:left; background:url(images/lgn-ctrl-bg.jpg) repeat-x; height:30px; border:4px solid #dfdede; width:188px;}
.login-btn {background:url(images/lgn-btn-bg.gif) no-repeat; font-family:"BellCent NamNum BT"; font-weight:bold; font-size:22px; color:#ffffff; text-decoration:none; width:114px; height:41px; border:0; cursor:pointer;}


.mainFooter 
{
    /*width:90%; background:#0375b3; height:34px; padding:10px 20px 0 20px;*/

        background: #648cfb; /* old browsers */
        background: -moz-linear-gradient(top, #648cfb 0%, #648cfb 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#648cfb), color-stop(100%,#5B7899)); /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#648cfb', endColorstr='#5B7899',GradientType=0 ); /* ie */	
        color:#fff;
        text-shadow:0px -1px 0px #648cfb;
        width:100%;
        height:44px;
}

/*.mainFooterContent{width:500px; font-family:arial; font-size:11px; color:#ffffff; text-decoration:none; margin-top:5px; margin:auto;}*/
  /*background: url(Images/wbg.gif) repeat-x top;*/

.dashboard {background:#e8f3f9;vertical-align:top}
.db-thumb {background:url(images/db-thumb.gif) repeat-x; height:112px; text-align:center; font-family:arial; font-size:13px; font-weight:bold; text-decoration:none; color:#ffffff; float:left; width:117px; padding-top:5px; margin:10px 50px}
.db-thumb a {color:#ffffff;text-decoration:underline;cursor:pointer}
.db-thumb a img {border:1px solid #000000;}
.db-thumb a:hover img {border:1px solid #ffff00;color:#ffffff;}


.rdoTD input[type="checkbox"], .rdoTD input[type="radio"], .rdoTD label
{
	  vertical-align:middle;
}

.failureText
{
    font-size:12px;
    color: Red;
    padding-left:4px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
}

.WCThum {height:112px; text-align:center; font-family:arial; font-size:13px; font-weight:bold; text-decoration:none; color:black; float:left; width:117px; padding-top:5px; margin:80px 10px}
.WCThum a {cursor:pointer}
.WCThum a img {border:1px solid black;}
.WCThum a:hover img {border:1px solid #ffff00;color:#ffffff;}

.WelcomeSub {
font-size:36px;
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}


.WelcomeMain{
font-size:66px;
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

.UserProfile
{
    position: fixed;
    z-index: 99999;
    height: 110px;
    width: 180px;
    padding: 5px;
    text-align: center;
    background-color:#eee;
    border:1px solid  #88bdd5;
    display:none
}

.caret 
{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  cursor:pointer;
}

.print
{
    position: fixed;
    overflow: auto;

    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 100000;
}


.DeActive
{ 
    background-color:lightgray;
    cursor:not-allowed;
}

/*Tree View */
   #logo
{
	width: 505px;
	margin: 0 auto;
	text-align: center;
}
#pgtitle
{
	margin: 0px 0px 20px;
	font-size: 18pt;
}
a{
	cursor:pointer;
}

.tree ul {
    list-style: none outside none;
}
.tree li a {
    line-height: 25px;
}
.tree > ul > li > a {
    color: #3B4C56;
    display: block;
    font-weight: normal;
    position: relative;
    text-decoration: none;
}
.tree li.parent > a {
    padding: 0 0 0 28px;
    overflow:auto;
}

.tree li.parent > a:before {
    background-image: url("../images/plus_minus_icons.png");
    background-position: 25px center;
     content: ""; 
    display: block;
    height: 21px;
    left: 0;
    position: absolute;
    top: 2px;
    vertical-align: middle;
    width: 23px;
}
.tree ul li.active > a:before {
    background-position: 0 center;
}
.tree ul li ul {
    border-left: 1px solid #D9DADB;
    display: none;
    margin: 0 0 0 12px;
    overflow: hidden;
    padding: 0 0 0 25px;
}
.tree ul li ul li {
    position: relative;
}
.tree ul li ul li:before {
    border-bottom: 1px dashed #E2E2E3;
    content: "";
    left: -20px;
    position: absolute;
    top: 12px;
    width: 15px;
}
#wrapper {
    margin: 0 auto;
    width: 300px;
}

/* Generic context menu styles */
.contextMenu {
	position: absolute;
	width: 120px;
	z-index: 99999;
	border: solid 1px #CCC;
	background: #EEE;
	padding: 0px;
	margin: 0px;
	display: none;
}

.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
}

.contextMenu LI.hover A {
	color: #FFF;
	background-color: #3399FF;
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: solid 1px #CCC;
}


.active_page {
background: darkblue;
color: white !important;
}

#page_navigation a {
padding: 3px;
border: 1px solid gray;
margin: 2px;
color: black;
text-decoration: none;
}

/*
	Adding Icons
	
	You can add icons to the context menu by adding
	classes to the respective LI element(s)
*/

.contextMenu LI.edit A { background-image: url("../images/page_white_edit.png"); }
.contextMenu LI.cut A { background-image: url("../images/cut.png"); }
.contextMenu LI.copy A { background-image: url("../images/page_white_copy.png"); }
.contextMenu LI.paste A { background-image: url("../images/page_white_paste.png"); }
.contextMenu LI.delete A { background-image: url("../images/page_white_delete.png"); }
.contextMenu LI.quit A { background-image: url("../images/door.png"); }
