/* Misc */

.article-errmsg {
	color: #804040;
}

.article-backbutton {
	text-align: center;
	margin-top: 25px;
	clear: both;
}

.article-pageLinks{
	font-size: 11px;
	font-family: arial;
	font-weight: none;
}

.article-pageLinks img{
	border:0;
}

h2 {
	margin : 0.5em 0 0 0;
	font-size : 125%;
}


.daystext
{
border-left: 1px solid #000;
border-bottom: 1px solid #000;
height: 40px;
width: 60px;
padding-left: 4px;
cursor: pointer;
color: #000000;  
}

.weekheading
{
font-weight: bold;
margin-top: 5px;
padding-top: 10px;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
background: #5B80AA;
height: 40px;
width: 60px; 
text-align: center;
padding-left: 4px; 
color: #FFFFFF;   

}

.daystextduo
{
border-left: 1px solid #000;
border-bottom: 1px solid #000;
height: 25px;
width: 35px;
padding-left: 0px;
text-align: center;
cursor: pointer;
color: #000000;
font-size: 10px;  
}

.weekheadingduo
{
font-weight: bold;
margin-top: 3px;
padding-top: 5px;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
background: #5B80AA;
height: 25px;
width: 35px; 
text-align: center;
padding-left: 0px; 
color: #FFFFFF; 
font-size: 10px;      
}

.glossymenu{
margin: 5px 0 15px;
padding: 0 0 2px 0;
width: 500px; /*width of menu*/
border: 1px solid #9A9A9A;

text-align: center;
}

.glossymenu a.menuitem{
background: #3A5273 url(../images/calender_open.gif) no-repeat;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #3A5273;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
/*background-image: url(../images/glossyback2.gif);*/
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}


.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
/*--------------------------------------------------
  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: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* 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#tab1 {
}
tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.popup
{
   position:absolute; 
   border:1px solid #000000; 
   visibility: hidden; 
   background-color: #ffffff; 
   top: 50%; 
   left: 50%;
   padding: 10px 10px 10px 10px;
   z-index: 99;
}

.imgLoad
{
   
   visibility: hidden; 
      
}
