* {
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	color: #3a3a3a;
	/*background: #fff url(../images/top_small.jpg) repeat-x;*/
	background-image: url('../images/top_small.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @group Text Formatting */

a {
	color: #ae3f1a;
	text-decoration: none;
}
/*
a:visited {
	color: #ae3f1a;
	text-decoration: none;
}
*/
.bluelink {
	color: #76a0cf;
	text-decoration: underline;
}
a:hover {
	color: #d59450;
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 24px;
	color: #5c5c5c;
	padding-bottom: 5px;
	margin-left: -10px;
}
h2 {
	font-size: 16px;
	color: #585858;
	padding-bottom: 5px;
	margin-left: -10px;
	width: 100%;
	border-bottom: 1px solid #bdbdbd;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 10px;
}
h3 {
	font-size: 14px;
	color: #585858;
	margin: 10px 0;
}

fieldset {
	padding: 6px;
}
legend {
	padding: 2px;
	font-size: 1.2em;
}

/* @end */

/* @group Layout Structure */

#header {
	height: 160px;
	width: 100%;
}
#master {
	width: 1000px;
	margin: 0 auto;
	padding: 30px;
	min-height: 600px;
/*	position: absolute;*/
	/*background: #fff url(../images/background.gif) repeat-x top left;*/
	/*background-color: #f0f3f6;*/
	background-color: #d7d7d7;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#left-column {
	width: 50%;
	float: left;
}
#right-column {
	width: 50%;
	float: right;
}
#page {
	padding: 0 20px;
}
#footer {
	width: 100%;
	text-align: center;
	border-top: 1px solid #999;
	padding-top: 10px;
}

/* @end */

/* @group Logo */

#logo {
	position: absolute;
	top: 10px;
	z-index: 0;
	left: 60px;
	color: #fff;
	font-size: 24px;
}
#slogan {
	color: #c2c2c2;
	font-size: 13px;
	margin-top: 0px;
	margin-left: 95px;
}

/* @end */

/* @group Information */

#login-info {
	padding-top: 9px;
	text-align: right;
}
#user-info {
	float: right;
	padding-top: 16px;
	padding-right: 35px;
	z-index: 100;
	position: relative;
	color: #ebebeb;
	font: normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
}
#user-info a:link {
	color: #f9ffd2;
	text-decoration: none;
	border-bottom: 1px dotted #90956c;
}
/*
#user-info a:visited {
	color: #f9ffd2;
	text-decoration: none;
	border-bottom: 1px dotted #90956c;
}
*/
#user-info a:hover {
	color: #fdfdfd;
	text-decoration: none;
	border-bottom: 1px solid #fff7f1;
}

/* @end */

/* @group Main Menu */

#menu {
	width: 100%;
	position: absolute;
	top: 79px;
	height: 45px;
	z-index: 101;
}
#menu ul { /* The unordered tag that contains the menu items */
	white-space: nowrap;
	display: inline-block;
	position: absolute;
	padding-left: 20px;
	padding-top: 9px;
}
#menu li {
	list-style-type: none;
	display: inline;
	padding-right: 40px;
	font-size: 20px;
}
#menu li a { /* The actual link in the menu*/
	text-decoration: none;
	color: #ccc;
}
/*
#menu li a:visited {
	text-decoration: none;
	color: #ccc;
}
*/
#menu .selected a {
	text-decoration: none;
	color: #ae3f1a;
}
#menu li a:hover {
	color: #fff;
}

/* @end */

/* @group Sub Menu */

#sub-menu {
	width: 100%;
	position: absolute;
	top: 124px;
	z-index: 102;
}
#sub-menu ul { /* The unordered tag that contains the menu items */
	white-space: nowrap;
	display: inline-block;
	position: absolute;
	padding-left: 40px;
	padding-top: 9px;
}
#sub-menu li {
	list-style-type: none;
	display: inline;
	padding-right: 30px;
	font-size: 13px;
}
#sub-menu li a { /* The actual link in the menu*/
	text-decoration: none;
	color: #585858;
}
/*
#sub-menu li a:visited {
	text-decoration: none;
	color: #585858;
}
*/
#sub-menu li a:hover {
	color: #252525;
}
#sub-menu .selected a { /* The actual link in the menu*/
	text-decoration: none;
	color: #252525;
}
/*
#sub-menu .selected a:visited {
	text-decoration: none;
	color: #252525;
}
*/
/* @end */

/* @group Sidebar */

#sidebar-container {
	float: right;
}

.sidebar {
	width: 229px;
	background-color: #fff;
	border-right: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	margin-top: 70px;
	z-index: 100;
	margin-bottom: 87px;
	position: relative;
	margin-right: 20px;
}
.sidebar .title {
	font-weight: bold;
	position: absolute;
	margin-top: -47px;
	height: 49px;
	width: 231px;
	background: url(../images/sidebar-title.gif) no-repeat;
	margin-left: -1px;
	color: #fff;
	font-size: 26px;
}
.sidebar .title p {
	margin-left: 20px;
	margin-top: 8px;
	color: #fff;
}
.sidebar ul {
	z-index: 101;
	padding-top: 5px;
}
.sidebar li {
	border-bottom: 1px dashed #e4e4e4;
	padding-left: 15px;
	list-style-type: circle;
	list-style-position: inside;
	padding-top: 6px;
	padding-bottom: 6px;
	z-index: 102;
	position: relative;
}
.sidebar-bottom {
	background: url(../images/sidebar-bottom.gif) no-repeat;
	height: 57px;
	width: 231px;
	margin-left: -1px;
	position: absolute;
	/*margin-top: -42px;*/
	z-index: 99;
}

/* @end */

#signinBox {
	width: 300px;
	height: 200px;
	margin: 30px auto;
	padding: 10px 0 0 20px;
	background: #313131;
	border: 1px solid #505050;
	color: #91d155;
}
#signinBox table {
	margin: auto;
}
#signinBox .bigText {
	font-family: tahoma, verdana, sans-serif;
	font-size: 22px;
	color:#fff;
}
#signinBox input[type="text"], input[type="password"] {
	font-family: tahoma, verdana, sans-serif;
	font-size: 18px;
	background-color: #8b8b8b;
	color: #000000;
}
#signinBox h2 {
	margin-left: 0;
	color: #91d155;
	border-bottom: 0;
}

/* @group Form */

.form {
	margin: 10px 0;
	color: #737373;
	/*font-weight: bold;*/
	font-size: 12px;
}
.form input, .form textarea {
	/*background: url(../images/input.gif) repeat-x;*/
	border: 1px solid #c7c7c7;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3b3b3b;
	padding: 3px 3px 3px 5px;
}
.form input[type='password'] {
	background-color: inherit;
}
.form .text {
	border: 1px solid #c7c7c7;
	width: 300px;
}
.form .submit {
	margin: 0 6px;
	padding-right: 20px;
	padding-left: 20px;
	border-color: #a0a0a0;
	background: #dbdbdb url(../images/notice.gif) repeat-x;
	cursor: pointer;
}

/* @end */

/* @group Notice */

.notice {
	border: 1px solid #a0a0a0;
	padding-left: 15px;
	width: 100%;
	background: #dbdbdb url(../images/notice.gif) repeat-x;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 7px;
	height: 23px;
}
.notice-error {
	border: 1px solid #c89797;
	padding-left: 15px;
	width: 100%;
	background: #ecc5c5 url(../images/notice-error.gif) repeat-x;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 7px;
	height: 23px;
	color: #6b0f0e;
}
.notice-ok {
	border: 1px solid #a4c897;
	padding-left: 15px;
	width: 100%;
	background: #ecc5c5 url(../images/notice-ok.gif) repeat-x;
	padding-top: 7px;
	height: 23px;
	color: #376b0e;
	margin-bottom: 8px;
	margin-top: 8px;
}

/* @end */

/* @group Table */

.table {
	border-collapse: collapse;
	border: 1px solid #c6c6c6;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #fff;
	color: #505050;
	font-size: 12px;
}
.table caption {
	font-weight: bold;
	color: #585858;
	font-size: 14px;
	text-align: left;
	padding-bottom: 4px;
	padding-left: 20px;
}
.table th {
	padding: 3px;
	font-weight: bold;
	background-color: #ebebeb;
}
.table td {
	padding: 3px;
	background: #fff url(../images/input.gif) repeat-x;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dadada;
}
.table td.alt {
	background: #fff url(../images/input_alt.gif) repeat-x;
}
.table td.title {

}
.table td.data {
	font-weight: bold;
}

.oneThird {
	width: 280px;
}
.twoThirds {
	width: 620px;
}
.fullWidth {
	width: 935px;
}

/* @end */


.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.dim {
	color: #a0a0a0;
}
.bold {
	font-weight: bold;
}

#luxcalendar {
	width: 277px;
	min-height: 200px;
	float: right;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #616B76;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
	border-collapse: collapse;
}
