	body {
		font-family: Arial, Helvetica, sans-serif;
	}
	
	td {
		font-family: Arial, Helvetica, sans-serif;
	}
	
	th {
		font-family: Arial, Helvetica, sans-serif;
	}

	/*--------------------------------------------------
      REQUIRED to hide the non-active tab content.
      But do not hide them in the print stylesheet!
      --------------------------------------------------*/
    .tabberlive .tabbertabhide {
     display:none;
    }

    /*--------------------------------------------------
      .tabber = before the tabber interface is set up
      .tabberlive = after the tabber interface is set up
      --------------------------------------------------*/
    .tabber {
        
    }
    .tabberlive {
     margin-top:1em;
    }

    /*--------------------------------------------------
      ul.tabbernav = the tab navigation list
      li.tabberactive = the active tab
      --------------------------------------------------*/
    ul.tabbernav
    {
     margin:0;
     padding: 6px 0px;
     border-bottom: 1px solid #ddd;
     font: bold 14px arial, sans-serif;
     text-shadow: 1px 1px 1px #fff;
    }

    ul.tabbernav li
    {
     list-style: none;
     margin: 0;
     display: inline;
    }

    ul.tabbernav li a
    {
     padding: 6px 0.5em;
     margin-right: 8px;
     border: 1px solid #ddd;
     border-bottom: none;
     background: url(/quiz-school/images/tab_bg_repeat.gif) repeat-x bottom left #fff;
     text-decoration: none;
     border-top-right-radius:2px;
     -moz-border-radius-topright:2px;
     border-top-left-radius:2px;
     -moz-border-radius-topleft:2px;
    }

    ul.tabbernav li a:link { color: #448; }
    ul.tabbernav li a:visited { color: #667; }

    ul.tabbernav li a:hover
    {
     color: #000;
     background: #fff;
     border-color: #ddd;
     text-decoration: none;
    }

    ul.tabbernav li.tabberactive a
    {
     background: #fff !important;
     border-bottom: 1px solid #fff;
     color:#000 !important;
    }

    ul.tabbernav li.tabberactive a:hover
    {
     color: #000;
     background: white;
     border-bottom: 1px solid #fff;
     text-decoration: none;
    }

    /*--------------------------------------------------
      .tabbertab = the tab content
      Add style only after the tabber interface is set up (.tabberlive)
      --------------------------------------------------*/
    .tabberlive .tabbertab {
     padding-bottom:15px;
     border:1px solid #ddd;
     border-top:none;
     background-color: #fff;
    }

    /* If desired, hide the heading since a heading is provided by the tab */
    .tabberlive .tabbertab h2 {
     display:none;
    }
	
    .tabberlive .tabbertab h3 {
     display:none;
    }
    
	
    /* Example of using an ID to set different styles for the tabs on the page */
    .tabberlive#tab2 .tabbertab {
     height:200px;
     overflow:auto;
    }
	
	.leftdegineclass {
	 width:270px;
	 float:left;
	 /*padding:10px 0px 15px 10px;*/
	}
	
	.rightdegineclass 
	{
		padding:10px 0px 0px 0px;
		width:657px;
		float:right;
		/*border-left:1px solid #CCC;*/
		/*height:580px;*/
	}
	
	.box1
	{
		width:200px;
		height:20px;
	}
	
	.description
	{
		border-bottom:1px solid #CCC;
		padding:10px;
		margin-top:10px;
	}
	
	span.user_active 
	{
		background: url("../images/bullet_published.png") no-repeat scroll left center transparent;
		color: #3B5998;
		font-size: 13px;
		padding: 2px 2px 2px 17px;
		cursor:pointer;
	}
	
	span.user_active1 
	{
		background: url("../images/bullet_draft.png") no-repeat scroll left center transparent;
		color: #3B5998;
		font-size: 13px;
		padding: 2px 2px 2px 17px;
		cursor:pointer;
	}
	
	div.popup 
	{
		background-color: white;
		border: 1px solid #DDDDDD;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		display: none;
		padding: 8px 8px 8px 4px;
		position: absolute;
		width: 90px;
		text-align:left;
	}
	
		
	.box_edit 
	{
		border: 1px solid #B4BBCD;
		border-bottom-right-radius: 2px;
		border-top-right-radius: 2px;
		height: 30px;
		padding-left: 3px;
		width: 150px;
	}
	
	.mul_by_same_person 
	{
		background: url("/quiz-school/images/reports_download.png") no-repeat scroll left center transparent;
		padding-left: 21px;
	}
	
	.date_range 
	{
		background: url("/quiz-school/images/icon_share_reports.png") no-repeat scroll left center transparent;
		padding-left: 20px;
	}
	
	