﻿
.CardPage #Header {
	height: 120px;
}
.CardPage #Header #Logo {
	left: auto;
	right: 5px;
	top: 10px;
}
.CardPage #Header #Logo a {
	background: url(Images/Logo_Small.png) no-repeat;
	height: 74px; 
	width: 143px;
}
.CardPage #Header #Logo_Card {
	background: url(Images/Logo_Card.png) no-repeat;
	height: 114px;
	position: absolute;
	left: 15px;
	top: 10px;
	width: 296px;
}
.CardPage #Header #SecondaryTopMenu {
	top: 95px;
	right: 75px;
}
.CardPage #Header #SecondaryTopMenu a { color: #0A6F4A; }

.CardPage #ContentHeader { height: 0; }
.DefaultPageImage .CardPage #ContentHeader,
.CustomPageImage .CardPage #ContentHeader {
	background: none;
}

.CardPage #Content { padding: 1px 0; }
.DefaultPageImage .CardPage #Content,
.CustomPageImage .CardPage #Content {
	background: none;	
}

.CardPage #Footer { height: auto; }
.DefaultPageImage .CardPage #ContentFooter ,
.CustomPageImage .CardPage #ContentFooter {
	background: none;
}

.CardPage #Content #MainContent.WideContent {
	padding: 0;
	width: 100%;
}

.CardPage #Content #MainContent .Description {
	color: #ca1f3f;
	font-size: 1.10em;
	font-weight: bold;
	padding: 0 22px;
}
.CardPage #ContentFooter {
	height: 0;
}

/*** Login Page ***/

.CardPage #MainCardImage { float: left; }

.CardPage div#AuthenticationForms { float: right; padding: 0; width: 550px; }
.CardPage div#AuthenticationForms div.FormDescription { min-height: 1em; }
.CardPage div#AuthenticationForms h1, div#CardLoginForm h2, div#CardLoginForm h3 { visibility: visible; }
.CardPage div#AuthenticationForms #CardLoginForm, div#AuthenticationForms #CardRegisterForm { width: 250px; }
.CardPage div#AuthenticationForms #CardLoginForm { float: left; position: relative; }
.CardPage div#AuthenticationForms form fieldset { background-image: none; padding: 0 40px 10px 0; }
.CardPage div#AuthenticationForms #CardRegisterForm form fieldset { padding: 0 0 10px 0; }
.CardPage div#AuthenticationForms #CardRegisterForm { float: right; position: relative; }
.CardPage div.FormItem input.TextBox { 
	background: url(Images/CardInput_Background.png) no-repeat;
	border: none;
	height: 19px;
	padding: 10px 8px 4px;
	font-size: 1.25em;
	width: 232px;
}
.CardPage #AuthenticationForms div.FormItem input.TextBox { width: 232px; }
.CardPage div.FormItem input.TextBox:focus { border: none; outline: none; }
.CardPage div.FormItem textarea:focus { border: none; outline: none; }
.CardPage div.FormItem label { display: block; width: 100%; }
.CardPage div#AuthenticationForms div.FormItem label { width: 100%; }
.CardPage div#AuthenticationForms div.SubmitItem { padding: 5px 0; width: 250px; }

.CardPage #AuthenticationForms .LoadingAnimation {
	position: absolute;
	bottom: 44px;
	right: 125px;
}
.CardPage #AuthenticationForms #RegisterForm .LoadingAnimation { bottom: 34px; }

.CardPage .error {
	background: transparent;
	border: none;
	color: #CA1F3F;
	font-weight: bold;
	margin: 0;
	padding: .4em;
}

/*** Create Page ***/

.CardPage div.hr {
	background: url(Images/HR_GreenDot.gif) repeat-x left center;
	height: 5px;
	margin-bottom: 10px;
	width: 100%;
}

.CardPage #EcardSelect a img { border: 2px solid #f9f3e4; }
.CardPage #EcardSelect a.Selected img { border: 2px solid #0b6f4a; }
.CardPage #EcardSelect a:hover img { border: 2px solid #cd1041; }

.CardPage #SelectedEcard #SelectedImageContainer { float: left; width: 678px; min-height: 478px; position: relative; }
.CardPage #SelectedEcard #SelectedImage { max-width: 678px; }
.CardPage #SelectedEcard #SelectedImageContainer .LoadingAnimation { 
	background: #fff; 
	height: 100%; 
	left: 0;
	position: absolute;
	text-align: center; 
	top: 0;
	width: 100%; 
	opacity: 0.7; -khtml-opacity: 0.7; -moz-opacity: 0.7; filter: alpha(opacity=70);
}
.CardPage #SelectedEcard #SelectedImageContainer .LoadingAnimation img { 
	height: 32px;
	left: 50%;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 50%;
	width: 32px;
}
.CardPage #SelectedEcard form { background: #fff; float: right; padding: 15px; width: 250px; }
.CardPage #SelectedEcard form fieldset { background-image: none; padding: 0 0 20px; }
.CardPage #SelectedEcard form fieldset h2 { margin: 5px 0 0; }
.CardPage #SelectedEcard form .FormItem { padding: 7px 0; }
.CardPage #SelectedEcard div.SubmitItem { padding: 5px 0; width: 250px; }
.CardPage #SelectedEcard form .SubmitItem #PreviewButton { float: left; }

.CardPage #ResponseMessageContainer {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	left: 0;
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}
.CardPage #ResponseMessageContainer.Success { background: #0a6f4a; }
.CardPage #ResponseMessageContainer.Error { background: #cd1041; }
.CardPage #ResponseMessageContainer #ResponseMessage {
	text-align: center;
	margin: 0 auto;
	width: 90%;
	max-width: 926px;
}
.CardPage #ResponseMessageContainer a#CloseMessage {
	color: #fff;
	font-size: 24px;
	padding: 0;
	position: absolute;
	right: 10px;
	text-decoration: none;
	top: 10px;
}

.CardPage .TextAreaBackground textarea { 
	border: none;
	background: transparent;
	width: 228px; 
}
.CardPage .TextAreaBackground { margin: 0; width: 248px; }
.CardPage .TextAreaBackground div { margin: 0; }
.CardPage .TextAreaBackground .TextAreaBackground_Header {
	background: url(Images/TextArea_Header.png) no-repeat;
	height: 16px;
}
.CardPage .TextAreaBackground .TextAreaBackground_Content {
	background: url(Images/TextArea_Content.png) repeat-y; 
	padding: 0 8px;
}
.CardPage .TextAreaBackground .TextAreaBackground_Footer {
	background: url(Images/TextArea_Footer.png) no-repeat;
	height: 10px;
}

/*** jCarousel ***/
#EcardSelect .jcarousel-container{ position:relative}
#EcardSelect .jcarousel-clip{ z-index:2;  padding:0;  margin:0;  overflow:hidden;  position:relative}
#EcardSelect .jcarousel-list{ z-index:1;  overflow:hidden;  position:relative;  top:0;  left:0;  margin:0;  padding:0}
#EcardSelect .jcarousel-list li, 
#EcardSelect .jcarousel-item{ float:left; list-style:none; width:100px;  height:100px}
#EcardSelect .jcarousel-next{ z-index:3; display:none }
#EcardSelect .jcarousel-prev{ z-index:3; display:none }

#EcardSelect .jcarousel-skin-krispykreme .jcarousel-container {
    background:#f9f3e4; border: 3px solid #fff; 
}
#EcardSelect .jcarousel-skin-krispykreme .jcarousel-container-horizontal {
    width:818px;
    padding: 10px 76px;
}
#EcardSelect .jcarousel-skin-krispykreme .jcarousel-clip-horizontal {
    width:818px;
    height: 104px; 
}
#EcardSelect .jcarousel-skin-krispykreme .jcarousel-item {
	background: none;
    width: 100px;
    height: 104px;
}
#EcardSelect .jcarousel-skin-krispykreme .jcarousel-item-horizontal {
    margin-right: 18px;
    padding: 0;
}
#EcardSelect .jcarousel-skin-krispykreme .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
#EcardSelect .jcarousel-skin-krispykreme .jcarousel-next-horizontal {
    position: absolute;
    top: 12px;
    right: 5px;
    width: 45px;
    height: 100px;
    cursor: pointer;
    background: transparent url(Images/Carousel_Arrow_Right.png) no-repeat 0 0;
}

#EcardSelect .jcarousel-skin-krispykreme .jcarousel-next-horizontal:hover {
    background-position: -45px 0;
}

#EcardSelect .jcarousel-skin-krispykreme .jcarousel-next-horizontal:active {
    background-position: -90px 0;
}

#EcardSelect .jcarousel-skin-krispykreme .jcarousel-next-disabled-horizontal,
#EcardSelect .jcarousel-skin-krispykreme .jcarousel-next-disabled-horizontal:hover,
#EcardSelect .jcarousel-skin-krispykreme .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -135px 0;
}

#EcardSelect .jcarousel-skin-krispykreme .jcarousel-prev-horizontal {
    position: absolute;
    top: 12px;
    left: 5px;
    width: 45px;
    height: 100px;
    cursor: pointer;
    background: transparent url(Images/Carousel_Arrow_Left.png) no-repeat 0 0;
}

#EcardSelect .jcarousel-skin-krispykreme .jcarousel-prev-horizontal:hover {
    background-position: -45px 0;
}

#EcardSelect .jcarousel-skin-krispykreme .jcarousel-prev-horizontal:active {
    background-position: -90px 0;
}

#EcardSelect .jcarousel-skin-krispykreme .jcarousel-prev-disabled-horizontal,
#EcardSelect .jcarousel-skin-krispykreme .jcarousel-prev-disabled-horizontal:hover,
#EcardSelect .jcarousel-skin-krispykreme .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -135px 0;
}

#Content .CardsTabs
{
    height: 33px;
    font-size: 18px;
    line-height:24px;
    font-weight: bold;
    color: #669966;
    margin-right: 7px;
    clear:left;
    list-style-type: none;  
    list-style-image: none;
    margin: 0;
    padding: 0;
    padding-bottom /*\**/: 24px\9;
    *padding-bottom: 0px;
}
    
ul
{
     list-style: none;
}
#Content ul li 
{
    background: none;   
}
#Content .CardsTabs li 
{
    float:left;
    position:relative;
    list-style: none;
    list-style-type: none;   
    text-align: center;
    display: inline;
    
}

#Content .CardsTabs .CardTabs a 
{
    text-decoration: none;
    display: block;
    }

#Content ul a 
{
    text-decoration: none;
    list-style: none;
    list-style-type:hebrew;
    }

.cardcontainer 
{
    margin-top: 3px;
}

.cardcontainer .leftEnd
{
    height: 33px;
    background: transparent url(Images/tab_left.png) bottom left no-repeat;
    float:left;
    padding-left:16px;
    line-height: 30px;
    
}

.cardcontainer .rightEnd {
    background: transparent url(Images/tab_right.png) right bottom no-repeat;
    display:block;
    height:33px;
    width:18px;
    position: relative;
    float:left;
    
}

.leftEndSelected 
{
    height: 33px;
    background: transparent url(Images/tab_left.png) top left no-repeat;
    float:left;
    padding-left:16px;
    line-height: 30px;
	color: #cc0000;
}

.rightEndSelected
{
    background: transparent url(Images/tab_right.png) right top no-repeat;
    display:block;
    height:33px;
    width:18px;
    position: relative;
    float:left;
	color: #cc0000;
}
    
