/* DEPRECATED, USE .MagicOuterTable INSTEAD, July 27th/2003 michael@wizard.ca */
.maintable {
	border-right:  #cccccc 1px solid;
	border-top:    #cccccc 1px solid;
	border-left:   #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #ffffff;
}

/* MAGICOUTERTABLE, Only used to set borders of the containing table.
   MAGICOUTERTABLE, Only used to set borders of the containing table.
   Generally, no need to change this except for colors
   Avoid using cellpadding or cellspacing here, as it can screw layout
*/

.MagicOuterTable {
	width: 100%;
}

.wizHeaderCol {
	background-color: #CCCCCC;
	color: black;
	font-weight: bold;
	padding: 2px;
}

/* If you want a 'Logout' to appear on the menu as well.. */
/* 
#MagicMenuLogout a {
    font-weight: bold;
    text-decoration: none;
    font-size: 125%;
    margin-left: 17px;
    display: block;
    }
*/

/* DEPRECATED, USE .MagicOuterTable INSTEAD, July 27th/2003 michael@wizard.ca */
.outertable {
	width: 100%;
	border-right:  #CCCCCC 1px solid;
	border-top:    #CCCCCC 1px solid;
	border-left:   #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}

.leftmenu {
	border-right:  #efefef 1px solid;
	border-left:   #efefef 1px solid;
	border-top:    #efefef 1px solid;
	border-bottom: #efefef 1px solid;
	padding-right: 12px;
	padding-left: 12px;
	padding-top:10px;
	background-color: #efefef;
}

/* DEPRECATED, USE .MagicBody INSTEAD, July 27th/2003, michael@wizard.ca */
.WizBackground {
	background-color: #FFFFFF;
}

/* MAGICBODY, used in the Body Tag of the HTML Only
   You should ONLY ever have to change the background
   Try to avoid Font Tags, as it can cause problems
*/
#MainHeaderTable .textright a img {margin: -1px 0 0}

.Mailbox {
    width: auto;
    height: auto;
}

#MagicWrapper {
    width: 1000px;
}
