

body {
	background-color: #3D4D6B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,a,td,th,input,textarea,select {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

hr {
	color: #CCCCCC;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 0px 2px 2px 2px;
}

legend {
	padding: 0px 0px 2px 0px;
}

form {
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
}

a {
	color: #000000;
	text-decoration: underline;
}

td.navi a {
	font-weight: bold;
	width: 125px;
	display: block;
	line-height: 34px;
}

td.navi a:hover {
	color: #FFFFFF;
	background-color: #333333;
}

td.navi_active a {
	color: #FFFFFF;
	background-color: #333333;
}

a.button {
	font-weight: bold;
	text-align: center;
	display: block;
	width: 225px;
	background-color: #F0F0F0;
	border: 1px solid #333333;
	border-left: 5px solid #333333;
	padding-top: 4px;
	padding-bottom: 4px;
}

a.button:hover {
	border-left: 5px solid #FFCC33;
}

a.folder {
	font-weight: normal;
	text-align: left;
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(/my-motivation/images/folder.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a.folder:hover {
	background-color: #F0F0F0;
	border: 1px solid #333333;
}

a.folder_up {
	font-weight: normal;
	text-align: left;
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(/my-motivation/images/folder_up.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a.folder_up:hover {
	background-color: #F0F0F0;
	border: 1px solid #333333;
}

span.document {
	font-weight: normal;
	text-align: left;
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(/my-motivation/images/page_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

td.header {
	background-color: #AAC6F6;
}

td.navi {
	background-image: url(/my-motivation/images/navi.gif);
}

td.corner {
	background-image: url(/my-motivation/images/corner.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

td.corner_l {
	background-image: url(/my-motivation/images/corner_l.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

td.shadow_l {
	background-image: url(/my-motivation/images/shadow_l.gif);
}

td.shadow_r {
	background-image: url(/my-motivation/images/shadow_r.gif);
}

td.bgcolor {
	background-color: #EB6502;
}

td.bgcolor_lg {
	background-color: #CCCCCC;
}

td.bgcolor_lg2 {
	background-color: #DDDDDD;
}

td.border_l {
	background-color: #FFFFFF;
	border-left: 1px solid #EB6502;
}

td.border_r {
	background-color: #FFFFFF;
	border-right: 1px solid #EB6502;
}

td.border_r_lg {
	border-right: 1px solid #CCCCCC;
}

td.border_lr {
	background-color: #FFFFFF;
	border-left: 1px solid #EB6502;
	border-right: 1px solid #EB6502;
}

td.border_lrb {
	border-left: 1px solid #EB6502;
	border-right: 1px solid #EB6502;
	border-bottom: 1px solid #EB6502;
}

td.border_b {
	border-bottom: 1px solid #CCCCCC;
}

table.border {
	border: 1px solid #CCCCCC;
}

table.border_t {
	border-top: 1px solid #CCCCCC;
}

input.button {
	font-weight: bold;
	cursor: pointer;
}

input.button_disabled {
	color: #808080;
	font-weight: bold;
	cursor: default;
}

input.button_bf {
	font-weight: bold;
	cursor: pointer;
}

input.button_bf_disabled {
	color: #808080;
	font-weight: bold;
	cursor: default;
}

input.button_image_forward {
	height: 20px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	padding-right: 18px;
	background: #F0F0F0 url('/my-motivation/images/action_forward.gif') no-repeat right center;
}

input.button_image_back {
	height: 20px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	padding-left: 18px;
	background: #F0F0F0 url('/my-motivation/images/action_back.gif') no-repeat left center;
}

input.button_image {
	height: 22px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
}

input.button_image_disabled {
	color: #808080;
	height: 22px;
	text-align: center;
	font-weight: bold;
	cursor: default;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
}

input.button_image_s {
	height: 20px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	padding-left: 18px;
}

input.button_image_s_disabled {
	color: #808080;
	height: 20px;
	text-align: center;
	font-weight: bold;
	cursor: default;
	padding-left: 18px;
}

input.button_image_s_right {
	height: 20px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	padding-right: 18px;
	background-repeat: no-repeat;
	background-position: right center;
}

input.button_image_s_right_disabled {
	color: #808080;
	height: 20px;
	text-align: center;
	font-weight: bold;
	cursor: default;
	padding-right: 18px;
	background-repeat: no-repeat;
	background-position: right center;
}

input.button_image_b {
	height: 22px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	padding-left: 18px;
	background-repeat: no-repeat;
}

input.button_image_ppt {
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: #F0F0F0 url('/my-motivation/images/ppt.gif') no-repeat center center;
}

select.option_bold {
	font-weight: bold;
}

div.border {
	border: 1px solid #CCCCCC;
}

.white {
	color: #FFFFFF;
}

td.bgcolor_white {
	background-color: #FFFFFF;
}

td.bgcolor_gray {
	background-color: #DDDDDD;
}

td.bgcolor_green {
	background-color: #00FF00;
}

td.bgcolor_orange {
	background-color: #FF9900;
}

td.bgcolor_red {
	background-color: #FF0000;
}

td.topnavi a {
	display: block;
	line-height: 43px;
	font-size: 16px;
	color: #9B9B9B;
	text-decoration: none;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
}

td.topnavi a:hover {
	color: #EB6502;
}

td.topnavi_active a {
	display: block;
	line-height: 43px;
	font-size: 16px;
	color: #3D4D6B;
	text-decoration: none;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
}

#link_container {
	width: 98%;
	height: 65px;
	background: url('/my-motivation/images/circles.gif') no-repeat right center;
}

a.linkr {
	display: block;
	float: left;
	width: 213px;
	line-height: 51px;
	margin-top: 7px;
	font-size: 15px;
	font-weight: bold;
	color: #FEFEFF;
	text-decoration: none;
	text-align: center;
	text-indent: 10px;
	background: url('/my-motivation/images/arrowr.gif') no-repeat center center;
}

a.linkr:hover {
	background: url('/my-motivation/images/arrowr_active.gif') no-repeat center center;
}

a.linkr_active {
	display: block;
	float: left;
	width: 213px;
	line-height: 51px;
	margin-top: 7px;
	font-size: 15px;
	font-weight: bold;
	color: #FEFEFF;
	text-decoration: none;
	text-align: center;
	text-indent: 10px;
	background: url('/my-motivation/images/arrowr_active.gif') no-repeat center center;
}

a.link {
	display: block;
	float: left;
	width: 204px;
	line-height: 51px;
	margin-top: 7px;
	margin-left: -14px;
	font-size: 15px;
	font-weight: bold;
	color: #FEFEFF;
	text-decoration: none;
	text-align: center;
	text-indent: 10px;
	background: url('/my-motivation/images/arrow.gif') no-repeat center center;
}

a.link:hover {
	background: url('/my-motivation/images/arrow_active.gif') no-repeat center center;
}

a.link_active {
	display: block;
	float: left;
	width: 204px;
	line-height: 51px;
	margin-top: 7px;
	margin-left: -14px;
	font-size: 15px;
	font-weight: bold;
	color: #FEFEFF;
	text-decoration: none;
	text-align: center;
	text-indent: 10px;
	background: url('/my-motivation/images/arrow_active.gif') no-repeat center center;
}

td.menu_background {
	background: url('/my-motivation/images/menu_bg.gif') repeat-x center;
}

td.menu_shadow {
	background: url('/my-motivation/images/shadow.gif') repeat-x top;
}

td.footer_background {
	background: url('/my-motivation/images/footer_bg.gif') repeat-x center;
}

body.bgmain {
	background: #3D4D6B url('/my-motivation/images/logo_main.gif') no-repeat 0px 43px;
}

td.bglogin {
	background: url('/my-motivation/images/logo_login.gif') no-repeat right bottom;
	padding-right: 450px
}

td.bgcorner {
	background: url('/my-motivation/images/corner_info.gif') no-repeat right bottom;
}

img.circles {
	margin: 20px 20px 0px 0px;
}

.example {
	color: #666666;
}
