﻿body
{
    color: #000;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 22px;
    font-family: arial,sans-serif;
}

.white a:link, .white a:visited {
    color: white;
}


a:link, a:visited {
    color: black;
}

.box {
    text-align: center;
    margin-bottom: 20px;
}

.bold {
    font-weight: bold;
}

.yellow-frame {
    background-color: #fffac6;
    padding: 10px;
}

.tip-box {
    border-top: 3px double #77b55a;
    border-bottom: 3px double #77b55a;
    border-left: 3px double #77b55a;
    border-right: 3px double #77b55a;
    background-color: #AFFA8C;
    padding: 5px;
    margin-bottom: 20px;
}

.box a {
    color: #8CC1DB;

}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.clear {
    overflow: auto;
}

/*Strip the ul of padding and list styling*/
#menu {
	margin:0;
	padding: 0;
    list-style-type: none;
    position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 0px;
    padding-left: 0px;
}

/*Style for menu links*/
#menu li a {
	display:block;
	padding: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	background: #eee;
	text-decoration: none;
}

/*Hover state for top level links*/
#menu li:hover a {
	background: #bbb;
    color: #fff;
    text-decoration: none;
}

/*Style for dropdown links*/
#menu i:hover ul a {
	background: #eee;
	color: black;
}

/*Hover state for dropdown links*/
#menu li:hover ul a:hover {
	background: black;
	color: white;
    text-decoration: none;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
    margin:0;
	padding: 0;
}



/*Make dropdown links vertical*/
li ul li {
	display: block;
    padding-left: 0px;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: black;
	background: #eee;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 660px){
	/*Make dropdown links appear inline*/
	#menu {
		position: static;
		display: none;
        margin: 0px;
        padding: 0px;
	}
	/*Create vertical spacing*/
	#menu  {
		border-top: 1px solid #bbb;
	}
	/*Make all menu links full width*/
	#menu li, #li a {
		width: 100%;
        border-bottom: 1px solid #bbb;
	}

    #menu li ul li {
	    display: block;
        border-bottom: 0px solid #bbb !important;
    }

	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}

    #menu {
        display: none;
    }
}

#header {
    overflow: auto;
}


#logo {
    color: #ccc;
    font-weight: bold;
}

.to-store-button, .function-button {
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.to-store-button:hover, .function-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.to-store-button:active, .function-button:active {
	position:relative;
	top:1px;
}

blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -5px;
top: -20px;
color: #7a7a7a;
}

blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}


.gift-about-button {
	-moz-box-shadow: 0px 10px 14px -7px #5b9441;
	-webkit-box-shadow: 0px 10px 14px -7px #5b9441;
	box-shadow: 0px 10px 14px -7px #5b9441;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9fcf87), color-stop(1, #aecc9f));
	background:-moz-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:-webkit-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:-o-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:-ms-linear-gradient(top, #9fcf87 5%, #aecc9f 100%);
	background:linear-gradient(to bottom, #9fcf87 5%, #aecc9f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fcf87', endColorstr='#aecc9f',GradientType=0);
	background-color:#9fcf87;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #699e45;
}
.gift-about-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #aecc9f), color-stop(1, #9fcf87));
	background:-moz-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:-webkit-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:-o-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:-ms-linear-gradient(top, #aecc9f 5%, #9fcf87 100%);
	background:linear-gradient(to bottom, #aecc9f 5%, #9fcf87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#aecc9f', endColorstr='#9fcf87',GradientType=0);
	background-color:#aecc9f;
}
.gift-about-button:active {
	position:relative;
	top:1px;
}



/*#menu ul li a
{
	margin-right: 25px;
	text-decoration: none;
}*/


.successStatus {
    color: green;
}

.errorStatus {
    color: red;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/



#culture
{
	border: 0;
	float: right;
}





.frame
{
    padding: 10px;
	border: thin solid #595A57;
	display: inline-block;
}


#footer
{
	margin: 0px auto;
	padding-top: 20px;
    text-align: center;
    color: #000 !important;
}

#footer a
{
    color: #000 !important;
}

#footer ul li
{
	padding-right: 20px;
}

#footer ul li a
{
	font-size: 100%;
}

.left
{
    float: left;
}

.right
{
    float: right;
}



p
{
	margin-top: 0px;
	margin-bottom: 10px;
}


#payoff
{
	float: right;
}

#header-content
{
	margin: 0px auto;
}

.error {
    color: red;
}

.clear {
    overflow: auto;
}

#left-main-content img
{
	border: 0;
}

.rounded-container {
    border: thin solid #ccc;
    border-radius: 10px;
}

.rounded-container .header {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #ddd;
    padding: 10px;
}

.rounded-container .red-white-header {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #c81111;
    color: white;
    padding: 10px;
}

.red {
    color: #c81111;
}


.rounded-container .content {
    padding: 10px;
}

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}

.tableData
{
	border: thin solid #ccc;
    border-collapse: collapse;
}

.tableData tbody tr th, .tableData thead tr th
{
	background-color: #ccc;
	color: #000;
	padding: 5px;
}

.tableData tbody tr td, .tableData thead tr td
{
	border-right: thin solid #ccc;
	border-bottom: thin solid #ccc;
	padding: 5px;
}

.text {
    float: left;
    width: 80px;
    height: 24px;
    line-height: 24px;
}

.inputValue {
    
}

.gray-black {
    background-color: #EEE;
    font-weight: bold;
    color: black;
    padding: 5px;
    overflow: auto;
}

.gift-category {
    padding-bottom: 5px;
}

.tk-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108 !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:24px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #aade7c;
}
.tk-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.tk-button:active {
	position:relative;
	top:1px;
}


#yellow

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error, .statusMessage
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
