/* -------------------------------------------- */
/* DirectPrint Stylesheet: DEFAULT */
/* -------------------------------------------- */
/* StyleSheet Scope: PAGE 5_x */
/* -------------------------------------------- */
/* CONTENT DETAIL: Page layout */
/* -------------------------------------------- */

.cardEntry {
width: 132px;
height: 134px;
float: left;
padding: 6px;
margin: 0 12px 12px 0;
border: 1px solid #4ca870;
background: #fff;
text-align: center;
}

.cardForm, .cardPreview {
float: left;
}

.cardImg {
display: block;
float: right;
padding: 6px;
border: 1px solid #4ca870;
}

h2 span {
display: block;
font-size: 50%;
}

/* -------------------------------------------- */
/* CONTENT DETAIL: Card-Box Thumbnail */
/* -------------------------------------------- */

.cardEntry img {
border: 1px solid #ccc;
}

.cardEntry p {
margin-top: 6px;
}

/* -------------------------------------------- */
/* CONTENT DETAIL: Card Form */
/* -------------------------------------------- */

form {
margin: 0;
padding: 0;
}

.cardForm label {
display: block;
margin: 0 0 6px 0;
font-size: 110%;
font-weight: bold;
color: #008333;
}

.cardForm .fieldContainer {
margin: 0 0 20px 0;
}

input, textarea {
width: 300px;
}

textarea {
height: 5em;
}

.contentMainSide p {
padding-right: 20px;
margin-bottom: 0.5em;
}

.contentMainSide p.fatal {
color: #b84c4c;
}

/* -------------------------------------------- */
/* CONTENT DETAIL: Card Preview */
/* -------------------------------------------- */

.cardPreview dt {
margin: 0 0 6px 0;
padding: 0;
font-size: 110%;
font-weight: bold;
color: #008333;
}

.cardPreview dd {
margin: 0 0 6px 0;
padding: 0 0 6px 0;
width: 300px;
border-bottom: 1px solid #4ca870;
font-family: monospace;
}

/* -------------------------------------------- */
/* CONTENT DETAIL: Buttons */
/* -------------------------------------------- */

input.buttonCardCheck, input.buttonCardSend, input.buttonCardEdit, input.buttonCardRepeat {
display: block;
clear: both;
width: 170px;
height: 33px;
}

input.buttonCardRepeat {
width: 206px;
height: 33px;
}

input.buttonCardEdit {
margin-top: 12px;
}

