body {
	background: url(images/basic/background.png) repeat-x #BAC5CA;
	margin: 0;
	text-align: center;
}

body, table, textarea {
	font: 12px Helvetica, sans-serif;
}

body, a, a:visited {
	color: #798081;
}

a {
	text-decoration: none;
}

p {
	font-size: 10pt;
	line-height: 14pt;
	margin-bottom: 5px;
}

.card img {
	display: block;
}

.category {
	clear: left;
	background: url(images/basic/bck_category.png) no-repeat;
	width: 739px;
	height: 35px;
	margin: 24px 0 16px;
}

.category * {
	line-height: 35px;
}

.category .title {
	color: #4D5559;
	font-size: 14px;
	font-weight: bold;
	margin-left: 16px;
}

form {
	display: block;
	margin: 0;
}

.form input, .form textarea, .form select {
    border: 1px solid gray;
}

.form input, .form select {
    margin-bottom: 8px;
}

.form .browse {
	border: inherit;
}

.form .submit {
    border: none;
    margin-bottom: 0;
}

.form .followed {
    margin-bottom: 1px;
}

.form .fullWidth {
	width: 300px;
}

.form label {
    font-weight: bolder;
}

.form label.checkbox {
	font-weight: normal;
}

.form label.checkbox input, .form input.checkbox {
	~border: none;
	margin-bottom: 0;
	position: relative;
	top: 2px;
	~top: 0;
}

.form .title {
    font-size: 16pt;
    font-weight: bold;
    padding: 0 8px 8px;
}

.hidden {
	display: none;
}

img {
	border: none;
}

.left {
	float: left;
}

#error,
#message {
	background-position: 8px center;
	background-repeat: no-repeat;
	border: 1px solid;
	display: none;
	margin-bottom: 16px;
	padding: 12px 12px 12px 28px;
}

#error {
	background-image: url(images/error.png);
	background-color: #FFBABA;
	color: #D8000C;
}

#message {
	background-image: url(images/success.png);
	background-color: #DFF2BF;
	color: #4F8A10;
}

.navigator {
	clear: both;
	text-align: right;
	padding-top: 16px;
}

.navigatorTop {
	position: absolute;
	top: 10px;
	right: 16px;
}

.numeric {
	text-align: right;
}

.pageTitle {
    font-size: 25pt;
    font-weight: bold;
    margin-bottom: 16px;
    padding-bottom: 4px;
    padding-left: 8px;
}

#progress {
	border-bottom: 2px solid;
	color: #9CA4A6;
	margin: 0 auto 32px;
	width: 936px;
}

#progress .label {
	background: url(images/progress_notactive.png) no-repeat center bottom;
	float: left;
	font-weight: bolder;
	padding-bottom: 8px;
	position: relative;
	top: 4px;
	text-align: center;
}

#progress .label.selected {
	background-image: url(images/progress_active.png);
}

.right {
	float: right;
}

.relative {
	position: relative;
	top: 0;
	left: 0;
}

.clear {
	clear: both;
}

.cardType_1 .active,
.cardType_1 .active:visited {
	color: #49d000 !important;
}

.cardType_2 .active,
.cardType_2 .active:visited {
	color: #009cff !important;
}

.cardType_3 .active,
.cardType_3 .active:visited {
	color: #ff9600 !important;
}

.whyRegister {
    width: 308px;
    height: 310px;
}

/* Image sizes */
.Large, .portraitLarge {
	width: 262px;
}
.landscape .Large {
    width: 359px;
}
img.Large {
	height: 359px;
}
.landscape img.Large {
    height: 262px;
}
.largeCard {
	background: url(images/bck_card_large.png) no-repeat;
	padding: 8px 9px;
}
.landscape .largeCard {
    background: url(images/bck_card_large_h.png) no-repeat;
    padding: 9px 8px;
}

.Medium {
	width: 192px;
}
.landscape .Medium {
    width: 262px;
}
img.Medium {
	height: 262px;
}
.landscape img.Medium {
    height: 192px;
}
.mediumCard {
	background: url(images/bck_card_medium.png) no-repeat;
	padding: 3px 4px;
}
.landscape .mediumCard {
    background: url(images/bck_card_medium_h.png) no-repeat;
    padding: 4px 3px;
}

.Small {
	width: 111px;
}
.landscape .Small {
    width: 152px;
}
img.Small {
	height: 152px;
}
.landscape img.Small {
    height: 111px;
}
.smallCard {
	background: url(images/bck_card_small.png) no-repeat;
	padding: 5px 7px;
}
.landscape .smallCard {
    background: url(images/bck_card_small_h.png) no-repeat;
    padding: 7px 5px;
}

.Thumbnail {
	width: 61px;
}
.landscape .Thumbnail {
    width: 85px;
}
img.Thumbnail {
	height: 85px;
}
.landscape img.Thumbnail {
    height: 61px;
}
.thumbnailCard {
	background: url(images/bck_card_thumbnail.png) no-repeat;
	padding: 3px;
}
.landscape .thumbnailCard {
    background: url(images/bck_card_thumbnail_h.png) no-repeat;
}

@media print {
    body {
        background: white;
        color: black;
    }
    
    .noPrint {
        display: none !important;
    }
}

