* {
	border: 0px;
	}

body {
	background-color: #fff;
	background-image: url('../images/back.gif');
	margin: 0px;
	cursor: default;
	font: 12px Tahoma;
	color: #555;
	}

form {
	margin: 0px;
	padding: 0px;
	}

a {
	text-decoration: none;
	color: #146DAB;
	}

a:hover {
	text-decoration: underline;
	}

ul {
	margin-bottom: 0px;
	list-style-type: square;
	}


#siteAnchor {
	position: relative;
	display: block;
	border: 1px solid #999;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #f5f5f5;
	background-image: url('../images/admin/back2.gif');
	background-repeat: repeat-y;
	}

#header {
	position: relative;
	display: block;
	height: 120px;
	background-color: #fff;
	border-bottom: 1px solid #999;
	background-image: url('../images/admin/headerBg.gif');
	background-repeat: repeat-x;
	overflow: hidden;
	}


#header p {
	position: absolute;
	bottom: 0px;
	left: 20px;
	font: 60px/40px arial black;
	font-variant: small-caps;
	font-weight: bold;
	color: #fff;
	}	

#statusBox {
	position: absolute;
	right: 100px;
	bottom: 7px;
	font: 11px/15px Tahoma;
	color: #247ABA;
	}


#leftMenu {
	display: block;
	position: relative;
	float: left;
	width: 183px;
	padding-right: 1px;
	}

#leftMenu h1 {
	margin: 0px;
	border-top: 1px solid #999;
	margin-top: 15px;
	}

.contentBox h1, #leftMenu h1 span {
	position: relative;
	display: block;
	margin: 0px;
	display: block;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #fff;
	border-bottom: 0px;
	background: url('/images/admin/h1bg.gif');
	font: bold 12px/20px "Bitstream Vera Sans", "Trebuchet MS";
	text-transform: uppercase;
	padding-left: 5px;
	}

#leftMenu a {
	width: 168px;
	display: block;
	background-color: #fff;
	font: 11px/20px Verdana;
	color: #777;
	text-decoration: none;
	padding-left: 15px;
	}

#leftMenu a:hover {
	background-color: #eee;
	color: #555;
	}

a.button {
	display: block;
	minWidth: 1px;
	`width: 1px;
	height: 14px;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #777;
	background-color: #fff;
	font: 10px/14px Tahoma;
	text-transform: uppercase;
	color: #777;
	text-decoration: none;
	}

a.button:hover {
	border: 1px solid #555;
	color: #555;
	text-decoration: none;
	background-color: #EBF0F4;
	}

#rightContent {
	display: block;
	margin-left: 185px;
	_margin-left: 184px;
	font: 12px Tahoma;
	color: #555;
	}

.contentBox {
	display: block;
	position: relative;
	border: 1px solid #999;
	background-color: #fff;
	margin: 15px;
	}

.contentBox p{
	margin: 0px;
	padding: 5px 10px;
	text-align: justify;
	}

.drag {
     position: absolute;
     cursor: move;
     top: 1px;
     left: 1px;
}

.info {
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	border: 1px solid #999;
	background-color: #EBF0F4;
	margin-top: 10px;
	padding-bottom: 10px;
	}

.info p {
	position: relative;
	margin: 0px;
	margin-top: 22px;

	}

.infob {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	border: 1px solid #999;
	background-color: #EBF0F4;
	margin-top: 10px;
	height: 24px;
	}

.infob p {
	display: none;
	}

a.hide {
	position: relative;
	float: right;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #777;
	background-color: #fff;
	font: 10px/14px Tahoma;
	text-transform: uppercase;
	display: block;
	color: #777;
	margin-right: 10px;
	margin-top: 4px;
	}

a.hide:hover {
	border: 1px solid #555;
	text-decoration: none;
	color: #555;
	}

input {
	border: 1px solid #aaa;
	background-color: #eee;
	font: 12px Tahoma;
	color: #333;
	padding: 2px;
	}

textarea {
	border: 1px solid #aaa;
	background-color: #eee;
	font: 12px Tahoma;
	color: #555;
	padding: 2px;
	width: 300px;
	height: 150px;
	}	

#notice {
	display: block;
	position: relative;
	border: 1px solid #999;
	background-color: #f5f5f5;
	position: absolute; 
	top: 260px; 
	left: 300px; 
	width: 350px;
	z-index: 1000;
	}

#notice p{
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}

#notice h1 {
	display: block;
	margin: 0px;
	padding-left: 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	background-color: #FFBC5C;
	color: #555;
	font: 13px/21px Tahoma;
	font-variant: small-caps;
	}	

.plain {
	margin: 0px;
	padding: 0xp;
	border: 0px;
	background: transparent;
	}

table.plain td {
	margin: 0px;
	padding: 0xp;
	border: 0px;
	}

.table2 {
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 10px;
	clear: right;
	}

.table2 td {
	padding: 4px;
	padding-right: 20px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	}

td.header {
	background-color: #eee;
	font-weight: bold;
	font-variant: small-caps;
	color: #777;
	border-bottom: 2px solid #ccc;
	}

.table3 {
	margin: 4px;
	padding: 0px;
	background-color: #F0F0F0;
	border: 1px solid #ddd;
	margin-bottom: 4px;
	}

.table3 td {
	border: 1px solid #ddd;
	background-color: #fff;
	margin: 2px;
	padding: 4px;
	}

form {
	margin: 0px;
	}

.textDesc {
	display: block;
	margin: 10px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	padding: 10px;
	}

.tip {
    color: #777;
    font: 11px Tahoma;
    padding-right: 10px;
    width: 220px;
	vertical-align: top;
	text-align: right !important;
    }

.tip b {
	text-transform: uppercase;
	}

#modMenu {
	position: relative;
	display: block;
	background-color: #EBF0F4;
	border-bottom: 1px solid #999;
	height: 25px;
	float: left;
	width: 100%;
	}

#modMenu a {
	height: 25px;
	display: block;
	float: left;
	font: 11px/25px Tahoma;
	font-variant: small-caps;
	color: #777;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #aaa;
	background-color: #e5e5e5;
	}

#modMenu a:hover {
	text-decoration: none;
	background-color: #ddd;
	}

#modMenu2 {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;
	background-color: #EBF0F4;
	border-bottom: 1px solid #999;
	height: 20px;
	_margin-left: -2px;
	margin-right: 1px;
	margin-bottom: 10px;
	}

#modMenu2 a {
	background: #e5e5e5;
	height: 20px;
	display: block;
	float: left;
	font: 11px/20px Tahoma;
	color: #777;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #aaa;
	}

#modMenu2 a:hover {
	text-decoration: none;
	background-color: #ddd;
	}

#footer {
	display: bock; 
	border-top: 1px solid #999; 
	background-color: #0F79C3; 
	}

#footer p {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #fff;
	height: 20px;
	font: 11px/19px Tahoma;
	color: #fff;
	padding-left: 14px;
	}

#footer p a {
	color: #fff;
	text-decoration: underline;
	}

.folder {
	font: 10px/15px Tahoma;
	text-transform: uppercase;
	}

.folder span {
	float: left;
	margin-right: 10px;
	width: 16px;
	height: 14px;
	background-image: url('../images/admin/folderIcon.gif');
	}

.open .folder span {
	background-image: url('../images/admin/folderIconOpen.gif');
	}

/* -- CALENDAR -- */

.calendar {
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #777;
	border-top: 1px solid #777;
	}

.calendar td {
	padding: 0px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	background-color: #ccc;
	text-align: left;
	}

.calendar thead td {
	height: 20px;
	font: 10px Tahoma;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background-color: #FFBC5C;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	}

.calendar td a {
	display: block;
	height: 26px;
	width: 36px;
	color: #999;
	font: 10px Tahoma;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 4px;
	}

.calendar td a:hover {	
	text-decoration: none;
	background-color: #e5e5e5;
	}

.calendar td.current {
	background-color: #FFBC5C;
	}

.calendar td.current a {
	color: #fff;
	}

.calendar td.current a:hover {
	background-color: #F3C685;
	}

.calendar td.nonmonthdays {
	background-color: #F4EEE0;
	}

.calendar td.nonmonthdays a {
	color: #DDCDA9;
	}

.calendar td.nonmonthdays a:hover {
	background-color: #F4EEE0;
	}

/* -- MISC GHM THIGNS -- */

form#addUser .tip, form#planManagement .tip, form.altTips .tip {
	width: 150px;
	}

form#addUser .tip b, form#planManagement .tip b, form.altTips .tip b {
	line-height: 20px;
	}

.table2 td label {
	font-weight: bold;
	display: block;
	float: left;
	clear: left;
	width: 90px;
	}

input.button, a.button2 {
	background-color: #eee;
	font: 10px Tahoma;
	text-transform: uppercase;
	cursor: pointer;
	border: 3px double #aaa;
	}

a.button2 {
	padding: 4px;
	color: #555;
	}