body {
	padding-top: 125px;
	padding-left: 220px;
}

div.fixed_header {
	position: fixed;
	border: 0px;
	width: 100%;
	height: 123px;
	left: 0px;
	top: 0px;
	padding: 0px;
	background: url(templates/default/images/tmp_def_02.gif);
}

div.fixed_menu {
	position: fixed;
	width: 210px;
	overflow: auto;
	left: 0px;
	top: 123px;
	padding: 0px;
}

body, ul, ol, li, td {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
}

p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
}

h1 {
	margin: 0px 0px 20px 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 18pt;
	font-weight: normal;
}

h2 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
}

strong {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
}

em {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-style: italic; 
}

a {
	color: Green;
	text-decoration: none;
}

a:hover {
	color: Black;
	text-decoration: none;
}

.status_message {
	width: 98%;
	height: 15px;
	background-color: Yellow;
	border: 1px solid Red;
	padding: 5px; 
}

.copyright {
	margin: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
}

.top_menu {
	color: #DCDCDC;
	text-decoration: none;
}

.top_menu:hover {
	color: Black;
	text-decoration: none;
}

.tbl_data {
	width: 99%;
	padding: 0px;
	margin: 0px;
}

.tbl_data th {
	background: Orange;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

.tbl_data td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	padding: 2px;
}

.tbl_data_item4mark:hover {
	background: #ECECEC;
}

.tbl_menu {
	padding-left: 5px;
	padding-right: 5px;
}

.tbl_menu_mainopt {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 1px solid #DCDCDC;
}

.tbl_menu_subopt {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.menu_opt {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: Black;
}

.menu_opt:hover {
	color: Orange;
}

.tbl_content {
	padding: 10px;
	border-left: 1px dotted Orange;
	text-align: left;
	vertical-align: top;
}

.tbl_submenu {
	border: 1px solid Silver;
}

.contents {
	border-left: 1px dotted Orange;
	padding-left: 10px;
	width: 720px;
}

.block {
	height: auto;
	width: auto;
	float: left;
}

label {
	width: 170px;
	float: left;
	text-align: right;
	margin-right: 20px;
	display: block;
}

form fieldset {
 	clear: both;
 	font-size: 100%;
 	border-color: Orange;
 	border-width: 1px 0 0 0;
 	border-style: solid none none none;
 	padding: 2px;
 	margin: 0 0 0 0;
}

form fieldset legend {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: Green;
}

fieldset {
 	clear: both;
 	font-size: 100%;
 	border-color: Orange;
 	border-width: 5px 0 0 0;
 	border-style: solid none none none;
 	padding: 12px;
 	margin: 0 0 0 0;
}

fieldset legend {
	font-family: Verdana, Arial, Helvetica;
	font-size: 18pt;
	font-weight: normal;
	color: Black;
}

/* ***************
	Calendar design
   *************** */

.monthCellHeaderDay {
	background-color: Orange;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	text-align: center;
}

.monthCellHeader {
	background-color: #FFFACD;
	width: 14%;
	height: 14px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	text-align: right;
	padding-right: 5px;
	border-right: solid 1px Orange;
}

.monthCell {
	background-color: #ffffff;
	width: 108px;
	height: 45px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	text-align: left;
	border-right: solid 1px Orange;
	border-bottom: solid 1px Orange;
}

.monthCellToday {
	background-color: #FFF8B5;
	width: 108px;
	height: 45px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	text-align: left;
	border-right: solid 1px Orange;
	border-bottom: solid 1px Orange;
}

.monthCellInactive {
	background-color: #FFE9E5;
	width: 108px;
	height: 45px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	text-align: left;
	border-right: solid 1px Orange;
	border-bottom: solid 1px Orange;
}