/* Page */

.content h1 {
    font-size: 9pt;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.page_path {
    font-size: 8pt;
    font-weight: bold;
    color: #666666;
    position: absolute;
    top: 2px;
    left: 10px;
}
.page_path a {
    text-decoration: none;
    color: inherit;
}
.page_path a:hover {
    text-decoration: underline;
}

.page_table, .page_table th, .page_table td {
    vertical-align: top;
    border-collapse: inherit;
}

.page_table {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.page_box {
    background-color: #DEDBDB;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #eee 2px 4px 7px;
    -moz-box-shadow: #999 2px 4px 7px;
    box-shadow: #dedede 4px 6px 10px;
    border: 1px solid #AAAAAA;
    overflow: visible;
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 20px;
}

.content p {
    margin: 0px;
    margin-bottom: 10px;
    padding-right: 20px;
}

.content blockquote {
    margin: 0pt;
    border-width: 0px 0px 0px 2px;
    border-style: none none none solid;
    padding-left: 1ex;
    border-color: blue;
}

.action_menu {
	position: absolute;
	top: -1px;
	right: 22px;
	min-height: 42px;
	height: 42px;
	overflow: hidden;
    background-color: #c1c1c1;
    border: 1px solid #AAAAAA;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-radius-bottomright: 8px;
    -webkit-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    box-shadow: 3px 3px 10px #CCC;
    -webkit-box-shadow: 3px 3px 10px #CCC;
    -moz-box-shadow: 3px 3px 10px #CCC;
    z-index: 2000;
    margin-bottom: 20px;
}

.action_menu_left {
	width: 15px;
	height: 42px;
	float: left;
	background-image: url(../images/bg_action-left.png);
    background-repeat: repeat-x;
}

.action_menu_icon {
	height: 42px;
	float: right;
	line-height: 33px;
	vertical-align: middle;
	background-image: url(../images/bg_action.png);
    background-repeat: repeat-x;
}

.action_menu_icon img {
	vertical-align: middle;
}

.action_menu_icon input {
	vertical-align: middle;
}

.action_menu_right {

	width: 15px;
	height: 42px;
	float: right;
	background-image: url(../images/bg_action-right.png);
    background-repeat: repeat-x;
}