@import url("reset.css");
@import url("fckeditor.css");

html, body {
    height: 100%;
}
* {
    box-sizing: border-box;
}
.wrapper {
    position:relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px;
}
.push {
    height:120px;
}
img { max-width: 100%; }

body.wood { background-image:url(../img/background_wood.jpg); }
body.wood2 { background-image:url(../img/background_wood2.jpg); }
body.wood3 { background-image:url(../img/background_wood3.jpg); }
body.wood4 { background-image:url(../img/background_wood4.jpg); }
body.metal { background-image:url(../img/background_metal.jpg); }
body.metal2 { background-image:url(../img/background_metal2.jpg); }
body.grass { background-image:url(../img/background_grass.png); }
body.stone { background-image:url(../img/background_stone.jpg); }
body.paper { background-image:url(../img/background_paper.jpg); }
body.cardboard { background-image:url(../img/background_cardboard.png); }
body.bricks { background-image:url(../img/background_bricks.jpg); }

.wrapper:before {
    content:'';
    position:absolute;
    width:100%;
    height:800px;
    transform:translate(-50%,-50%);
    top:0;
    left:50%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+25,0+100 */
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,.6) 0 ,rgba(255,255,255,0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body.wood .wrapper:before, body.wood3 .wrapper:before, body.wood4 .wrapper:before {
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,.5) 0 ,rgba(255,255,255,0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body.metal .wrapper:before, body.paper .wrapper:before, body.cardboard .wrapper:before {
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,.4) 0 ,rgba(255,255,255,0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

body.green .wrapper { background-color:rgba(0,159,77,.5); }
body.forestGreen .wrapper { background-color:rgba(13, 55, 13,.7); }
body.red .wrapper { background-color:rgba(129,57,43,.5); }
body.darkBlue .wrapper { background-color:rgba(0,47,91,.5); }
body.blue .wrapper { background-color:rgba(69,78,107,.5); }
body.royalBlue .wrapper { background-color:rgba(27,52,90,.6); }
body.yellow .wrapper { background-color:rgba(145,138,60,.5); }
body.orange .wrapper { background-color:rgba(133,91,49,.5); }
body.brown .wrapper { background-color:rgba(105,81,57,.5); }
body.teal .wrapper { background-color:rgba(28,92,87,.5); }
body.violet .wrapper { background-color:rgba(85,70,99,.5); }
body.wine .wrapper { background-color:rgba(57,17,32,.6); }
body.darkPurple .wrapper { background-color:rgba(57,17,51,.6); }

body.green header.mainHeader { border-top:8px solid rgba(0,64,31,.4); }
body.green #toolsContainer a, body.green #memberMenu { background-color: rgba(0,64,31,.4); }
body.forestGreen header.mainHeader { border-top:8px solid rgba(8,33,8,.4); }
body.forestGreen #toolsContainer a, body.forestGreen #memberMenu { background-color: rgba(8,33,8,.4); }
body.red header.mainHeader { border-top:8px solid rgba(77,34,26,.4); }
body.red #toolsContainer a, body.red #memberMenu { background-color: rgba(77,34,26,.4); }
body.darkBlue header.mainHeader { border-top:8px solid rgba(0,28,55,.4); }
body.darkBlue #toolsContainer a, body.darkBlue #memberMenu { background-color: rgba(0,28,55,.4); }
body.blue header.mainHeader { border-top:8px solid rgba(41,47,64,.4); }
body.blue #toolsContainer a, body.blue #memberMenu { background-color: rgba(41,47,64,.4); }
body.royalBlue header.mainHeader { border-top:8px solid rgba(16,31,54,.4); }
body.royalBlue #toolsContainer a, body.royalBlue #memberMenu { background-color: rgba(16,31,54,.4); }
body.yellow header.mainHeader { border-top:8px solid rgba(87,83,36,.4); }
body.yellow #toolsContainer a, body.yellow #memberMenu { background-color: rgba(87,83,36,.4); }
body.orange header.mainHeader { border-top:8px solid rgba(80,55,29,.4); }
body.orange #toolsContainer a, body.orange #memberMenu { background-color: rgba(80,55,29,.4); }
body.brown header.mainHeader { border-top:8px solid rgba(63,49,34,.4); }
body.brown #toolsContainer a, body.brown #memberMenu { background-color: rgba(63,49,34,.4); }
body.teal header.mainHeader { border-top:8px solid rgba(17,55,52,.4); }
body.teal #toolsContainer a, body.teal #memberMenu { background-color: rgba(17,55,52,.4); }
body.violet header.mainHeader { border-top:8px solid rgba(51,42,59,.4); }
body.violet #toolsContainer a, body.violet #memberMenu { background-color: rgba(51,42,59,.4); }
body.wine header.mainHeader { border-top:8px solid rgba(34,10,19,.4); }
body.wine #toolsContainer a, body.wine #memberMenu { background-color: rgba(34,10,19,.4); }
body.darkPurple header.mainHeader { border-top:8px solid rgba(34,10,31,.4); }
body.darkPurple #toolsContainer a, body.darkPurple #memberMenu { background-color: rgba(34,10,31,.4); }

body.green #rightContent a, body.green #mainFooter a { color: #8fd273; }
body.forestGreen #rightContent a, body.forestGreen #mainFooter a { color: #8fd273; }
body.red #rightContent a, body.red #mainFooter a { color: #e77d76; }
body.darkBlue #rightContent a, body.darkBlue #mainFooter a { color: #7cafd9; }
body.blue #rightContent a, body.blue #mainFooter a { color: #7cafd9; }
body.royalBlue #rightContent a, body.royalBlue #mainFooter a { color: #7cafd9; }
body.yellow #rightContent a, body.yellow #mainFooter a { color: #9f9842; }
body.orange #rightContent a, body.orange #mainFooter a { color: #ac7e4f; }
body.brown #rightContent a, body.brown #mainFooter a { color: #a79483; }
body.teal #rightContent a, body.teal #mainFooter a { color: #4faca6; }
body.violet #rightContent a, body.violet #mainFooter a { color: #ad83cf; }
body.wine #rightContent a, body.wine #mainFooter a { color: #ef8cab; }
body.darkPurple #rightContent a, body.darkPurple #mainFooter a { color: #cc6dba; }

body.green .folderTable thead td, body.green .mediaTable thead td { background-color: rgba(0,64,31,1); }
body.forestGreen .folderTable thead td, body.forestGreen .mediaTable thead td { background-color: rgba(8,33,8,1); }
body.red .folderTable thead td, body.red .mediaTable thead td { background-color: rgba(77,34,26,1); }
body.darkBlue .folderTable thead td, body.darkBlue .mediaTable thead td { background-color: rgba(0,28,55,1); }
body.blue .folderTable thead td, body.blue .mediaTable thead td { background-color: rgba(41,47,64,1); }
body.royalBlue .folderTable thead td, body.royalBlue .mediaTable thead td { background-color: rgba(16,31,54,1); }
body.yellow .folderTable thead td, body.yellow .mediaTable thead td { background-color: rgba(87,83,36,1); }
body.orange .folderTable thead td, body.orange .mediaTable thead td { background-color: rgba(80,55,29,1); }
body.brown .folderTable thead td, body.brown .mediaTable thead td { background-color: rgba(63,49,34,1); }
body.teal .folderTable thead td, body.teal .mediaTable thead td { background-color: rgba(17,55,52,1); }
body.violet .folderTable thead td, body.violet .mediaTable thead td { background-color: rgba(51,42,59,1); }
body.wine .folderTable thead td, body.wine .mediaTable thead td { background-color: rgba(34,10,19,1); }
body.darkPurple .folderTable thead td, body.darkPurple .mediaTable thead td { background-color: rgba(34,10,31,1); }

.modalForms {
    position:fixed;
    width:350px;
    padding:10px 10px;
    left:50%;
    top:150px;
    transform:translateX(-50%);
    border-radius: 10px;
    background-color:#F1F1F1;
    box-shadow:0px 0px 5px 8px rgba(0,0,0,.4);
    z-index:550;
    opacity:1;
    visibility:visible;
    margin-left:0;
    transition: visibility 0s ease-in 0s, opacity 0.4s ease-in 0.1s, margin-left 0s ease-in 0s;
}
.modalForms h3, .modalForms p { text-align: center; }
.modalForms.hidden {
    display:block;
    opacity:0;
    margin-left:-2000px;
    visibility:hidden;
    transition-delay: 0.4s, 0s, 0.4s;
}
.modalForms .modalForms-close {
    position:absolute;
    top:0;
    right:5px;
    width:24px;
    height:24px;
    background:none;
}
.modalForms input, .modalForms button[type=submit] {
    display:block;
    width: 80%;
    font-size:1rem;
    line-height:24px;
    height:auto;
    margin:5px auto;
}
.modalForms p {
    font-family:Calibri, Helvetica, sans-serif;
    font-size:12px;
    text-transform:uppercase;
    margin-top:0;
}

.contentWidth {
    position:relative;
    width:1040px;
    max-width:100%;
    margin: 0 auto;
    z-index:1;
}
.mainHeader {
    position:relative;
    z-index:1;
}
#toolsContainer {
    position:relative;
    display:flex;
    justify-content: flex-end;
    z-index:5;
}
#toolsContainer > a, #toolsContainer a.memberLoginLink {
    display:block;
    font-size:1rem;
    color:#FFFFFF;
    text-align:center;
    text-decoration:none;
    text-transform:lowercase;
    padding:5px 15px 8px;
}
#toolsContainer > a img, #toolsContainer a.memberLoginLink img {
    height:16px;
    vertical-align: middle;
    margin: 0 5px;
}
#toolsContainer > a:first-child {
    border-radius: 0 0 0 5px;
}
#toolsContainer > a:last-child {
    border-radius: 0 0 5px 0px;
}
#memberLoginLink + div {
    position:absolute;
    display:block;
    width:200px;
}
#memberMenu {
    position:absolute;
    width:150px;
    margin:0px 0 0 0;
    padding:4px 5px 4px 5px;
    text-align:left;
    list-style:none;
    -webkit-box-shadow:0px 0px 5px rgba(0,0,0,1);
    -moz-box-shadow:0px 0px 5px rgba(0,0,0,1);
    box-shadow:0px 0px 5px rgba(0,0,0,1);
    display:block;
}
#memberMenu li {
    line-height:12px;
    font-size:.875rem;
    text-align: center;
}
#memberMenu a {
    color:#FFFFFF;
    display:block;
    background-color:transparent !important;
}
.memberLoginLink {
    position:relative;
}
.memberLoginLink.down:before, .memberLoginLink.up:before {
    content:'';
    position:absolute;
    right:-2px;
    top:50%;
    transform:translateY(-50%);
    width:10px;
    height:6px;
}
.memberLoginLink.down:before {
    background-image: url(../img/arrow_up.png);
}
.memberLoginLink.up:before {
    background-image: url(../img/arrow_down.png);
}
#headerText {
    display:flex;
    flex-direction:column;
    align-items: flex-start;
    justify-content:center;
    padding: 15px 0 35px;
    color:#FFFFFF;
}
#headerText.flexRow {
    flex-direction:row;
    justify-content: flex-start;
    align-items: center;
}
#headerText .headerTextContainer {
    display:flex;
    flex-direction:column;
    align-items: flex-start;
}
#headerText img {
    vertical-align: middle;
}
#headerText a {
    display: block;
    font-family:Roboto, sans-serif;
    font-size:2.125rem;
    font-weight:bold;
    color:#FFFFFF;
    text-decoration: none;
    text-shadow: 3px 3px 1px rgba(0,0,0,1);
}
#headerText small {
    display:block;
    font-size:1rem;
}
#contentContainer {
    background-color:rgb(42,46,52);
    min-height:200px;
    box-shadow:0px 0px 0px 5px rgba(0,0,0,.1);
    border-radius:10px;
}

#menu-wrapper {
    max-width:100%;
    width: 100%;
    height: 44px;
    background-color:#FFFFFF;
    border-radius: 10px 10px 0 0;
}
#menu-toggle {
    display:none;
    width:28px;
    height:28px;
    border:1px solid #FFFFFF;
    border-radius:2px;
    background:transparent;
    padding:2px 3px 5px 3px;
    margin:10px 10px 10px auto;
    cursor:pointer;
}
#menu {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    height:100%;
    margin:0;
    padding:0px 0px;
    list-style:none;
    clear:both;
    background: linear-gradient(to bottom, rgba(230,230,230,0) 0%,rgba(230,230,230,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-bottom:1px solid #FFFFFF;
}
#menu li {
    color:#222222;
    font-family:Calibri, Helvetica, sans-serif;
    font-size:1.125rem;
    font-weight:bold;
    text-transform:lowercase;
}
#menu>li {
    height:100%;
    margin:0;
    padding:0px 20px 0px;
    border-left:1px solid #FFFFFF;
    border-right:1px solid #DDDDDD;
}
#menu>li:hover {
    box-shadow:0px -5px 5px rgba(255,255,255,.6);
}
#menu>li:first-child {
    border-left:none;
    border-radius: 10px 0px 0 0;
}
#menu>li.searchLI {
    margin-left:auto;
    background:none;
    border-left:none;
    border-right:none;
}
#menu>li:hover.searchLI {
    box-shadow:none;
}
#menu>li>a, #menu>li>span {
    line-height:44px;
}
#menu li a, #menu li span {
    display:block;
    cursor: pointer;
    width:100%;
    height:100%;
    color:#222222;
    text-decoration:none;
}
#menu>li ul {
    position:absolute;
    width:250px;
    margin-top:0px;
    background-color:#FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius:0 0 5px 5px;
    box-shadow: 0px 3px 3px rgba(0,0,0,.2);
    z-index:20;
    visibility:hidden;
    opacity:0;
    margin-left:-4999px;
    transition: visibility 0s ease-in 0.4s, opacity 0.4s ease-in 0s, margin-left 0s ease-in 0.4s;
}
#menu>li ul.subMenu>li ul.subSubMenu {
    top:0;
    left:100%;
}
#menu>li:hover ul.subMenu, #menu>li ul.subMenu>li:hover ul.subSubMenu {
    visibility:visible;
    margin-left:-20px;
    opacity:1;    
/*    transition-delay: 0.4s, 0s, 0.4s;*/
    transition-delay: 0s, 0.1s, 0s;
}
#menu>li ul.subMenu>li:hover ul.subSubMenu {
    margin-left:0;
}
#menu>li ul li {
    font-weight:normal;
    line-height:1.25;
    padding:3px 10px 3px;
    margin:6px 0px 6px;
    cursor:pointer;
}
#menu>li ul li a:hover {
    font-weight:bold;
}
#menu li.has-children-close {
    display:none;
    text-align:center;
}
#menu li.has-children-close a {
    padding: 5px 0;
}
#contentFlexContainer {
    display:flex;
    flex-wrap: wrap;
    align-items:stretch;
}
#leftContent {
    position:relative; 
    width: 66%;
    padding: 10px 20px 50px;
    background-color:#FFFFFF;
    border-radius:0 0 10px 10px;
    border:1px solid #FFFFFF;
    box-shadow:2px 2px 1px 1px rgba(0,0,0,.7);
    z-index:2;
}
#leftContent.full {
    width:100%;
}
#leftContent:after {
    content:'';
    position:absolute;
    width:100%;
    height:60px;
    left:0;
    bottom:0;
    border-radius:0px 0px 10px 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7d7d7+0,d7d7d7+100&0+0,1+100 */
    background: linear-gradient(to bottom, rgba(215,215,215,0) 0%,rgba(215,215,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#rightContent {
    position:relative;
    width: 34%;
    background-color:rgb(42,46,52);
    padding: 10px 20px;
    border-radius:0px 0px 10px 0px;
    z-index:1;
}
#rightContent h2 {
    font-weight:300;
    color:#FFFFFF;
}
#rightContent h2 img {
    width:24px;
    vertical-align:baseline;
    margin:0 5px;
}
#rightContent a {
    font-weight:bold;
}
.eventList {
    margin:0;
    padding:0;
    list-style:none;
    font-size:1rem;
    color:#FFFFFF;
}
.eventList li {
    border-bottom:1px solid #000000;
    border-top:1px solid #555555;
    margin:0;
    padding-top:5px;
    padding-bottom:5px;
}
.eventList li:first-child { border-top:none; }
.eventList li:last-child { border-bottom:none; }
.eventList time {
    display:block;
    margin:10px 0;
    color:#FFFFFF;
}
.eventList h3 {
    font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-style:italic;
    font-size:1rem;
    margin:10px 0;
    color:#FFFFFF;
}
.socialNetworking a img {
    margin:5px 10px;
}
.eventList p {
    font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size:1rem;
    margin:10px 0;
    color:#AAAAAA;
}
.socialNetworking {
    text-align: center;
}
#mainFooter {
    position:relative;
    overflow:hidden;
    display:flex;
    min-height:100px;
}
#mainFooter:after {
    content:'';
    position:absolute;
    width:100%;
    height: 200px;
    bottom: -100px;
    left:50%;
    transform:translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,.2) 0,rgba(255,255,255,0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#mainFooter .footerBox {
    position:relative;
    width: 33%;
    padding: 10px;
    z-index:1;
}
#mainFooter .footerBox:nth-child(2) {
    text-align: center;
}
#mainFooter .footerBox:nth-child(3) {
    text-align:right;
}
#mainFooter h1, #mainFooter h2, #mainFooter h3, 
#mainFooter h4, #mainFooter h5, #mainFooter h6,
#mainFooter p, #mainFooter div, #mainFooter address,
#mainFooter section {
    color: #FFFFFF;
}

#copyrightFooter {
    display:flex;
    padding: 0 10px;
    height:70px;
    align-items:center;
}
#copyrightFooter p {
    width: 50%;
    color:rgba(255,255,255,.75);
}
#copyrightFooter p:last-child {
    text-align:right;
}

.breadCrumb {
    font-family:Georgia, Times New Roman, serif;    
    font-size:12px;
}
tfoot td {
    font-family:Georgia, Times New Roman, serif;    
    font-size:10px;
    color: #666666;
}
tfoot td a {
    color: #666666;
}

/* --- */

.toolMenu {
    text-align:left;
    clear:both;
}
.toolMenu a {
    font-size:.875rem;
    background-repeat:no-repeat;
    background-position:left 0px;
    padding-left: 20px;
    padding-bottom:10px;
}
.toolMenu #printTool {
    background-image: url(../../default/img/sm_print.png);
}
.toolMenu #emailTool {
    background-image: url(../../default/img/sm_email.png);
}
/* Start of Photo Gallery Styles */
.categoryTable {
    width:80%;
    margin: 0 auto;
}
.categoryTable td {
    width:50%;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.categoryTable td img {
    vertical-align:middle;
    padding:3px;
}
.photoTable {
    display:flex;
    flex-wrap:wrap;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    clear:both;
}
.photoTable a {
    box-sizing:border-box;
    display:block;
    margin:10px;
    border-radius:10px;
    background-size:cover;
    width:100%;
    width:calc(100% - 10px);
    height: 170px;
}
.photoTable > div {
    box-sizing:border-box;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:center;
    width:33%;
    padding:5px;
}
.photoTable div.no-content {
    width:100%;
}
/* End of Photo Gallery Styles */

/* Bible Styles */
.bibleForm {
    text-align:center;
}
.verseNumber {
    font-weight:bold;
}
/* End of Bible Styles */

/* Media Styles */
.rssFeed {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:right;
}
.rssFeed img {
    vertical-align:middle;
    padding:5px;
}
.mediaTable {
    width:100%;
    margin: 0 auto;
}
.mediaTable td {
    font-size:1rem;
    text-align:center;
    padding:5px;
    vertical-align:middle;
}
.mediaTable thead td {
    font-weight:bold;
    color: #FFFFFF;
}
.mediaTable tbody td.description {
    text-align:left;
    font-style:italic;
}
.mediaTable tbody tr.highlight {
    background-color: rgba(255,255,255,.2);
}
.mediaTable td.col1 { width: 5%; }
.mediaTable td.col2 { width: 35%; }
.mediaTable td.col3 { width: 20%; }
.mediaTable td.col4 { width: 15%; }
.mediaTable td.col5 { width: 10%; }
.mediaTable td.col6 { width: 9%; }
.mediaTable td.col7 { width: 6%; }
/* End of Media Styles */

/* Devotional Guide Styles */
.devotionalGuideForm {
    text-align:center;
}
.questionForm label {
    display:block;
}
/* End of Devotional Guide Styles */

/* Mailing List Styles */
.mailingListForm label.required {
    font-weight:bold;
}
.mailingListForm {
    text-align:center;
    width: 100%;
}
.mailingListForm label {
    width:45%;
    text-align:right;
    float:left;
    margin-top:5px;
    margin-bottom:5px;
}
.mailingListForm input, .mailingListForm select {
    width:30%;
    float:left;
    margin-left: 10px;
    margin-top:5px;
    margin-bottom:5px;
}
.mailingListForm button {
    display:block;
    clear:both;
    margin:0 auto;
}
#captcha {
    float:left;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family:monotype,"Courier New", Courier, mono;
    font-size:4px;
    line-height:3px;
    color:#222222;
}
/* End of Mailing List Styles */

/* PayPal Styles */
.paypalForm {
    text-align:center;
    width: 100%;
}
.paypalForm label {
    width:45%;
    text-align:right;
    float:left;
    margin-top:5px;
    margin-bottom:5px;
}
.paypalForm input {
    width:30%;
    float:left;
    margin-left: 10px;
    margin-top:5px;
    margin-bottom:5px;
}
.paypalForm button {
    display:block;
    clear:both;
    margin:0 auto;
}
/* End of PayPal Styles */

/* Folder Styles */
.folderTable {
    width:100%;
    margin: 0 auto;
}
.folderTable td {
    text-align:center;
    padding:5px;
    vertical-align:middle;
}
.folderTable thead td {
    font-weight:bold;
    color: #FFFFFF;
}
.folderTable tbody tr.highlight {
    background-color: rgba(255,255,255,.2);
}
.folderTable td.col1 { width: 5%; }
.folderTable td.col2 { width: 50%; }
.folderTable td.col3 { width: 24%; }
.folderTable td.col4 { width: 15%; }
.folderTable td.col5 { width: 6%; }
/* End of Folder Styles */

/* Conversation Styles */
ul.commentList {
    font-size:.875rem;
    list-style:none;
}
ul.commentList li {
    border-bottom: 1px dotted #999999;
}
ul.commentList li p {
    font-style:italic;
    margin:0px;
    padding:0px;
}
ul.commentList li p strong {
    font-style:normal;
}
.conversationForm {
    width:100%;
}
/* End of Conversation Styles */

/* Login styles */
label.required {
    font-weight:bold;
}
.singleColumnForm label {
    display:block;
    text-align:center;
}
.singleColumnForm input,.singleColumnForm button {
    width: 150px;
    display: block;
    margin: 0 auto;
}
.singleColumnForm button {
    width:auto;
}
.singleColumnForm p {
    text-align:center;
}
.twoColumnForm label {
    float:left;
    width:50%;
    margin-top:5px;
    margin-bottom:5px;
}
.twoColumnForm label.required {
    font-weight:bold;
}
.twoColumnForm input.alert {
    background-image: url(../../default/img/icon_alert.gif);
    background-color:#DDDDDD;
    background-repeat:no-repeat;
    background-position:2px center;
    padding-left: 18px;
}
.twoColumnForm label.quarter {
    float:left;
    width:25%;
}
.twoColumnForm input {
    width:45%;
    margin-left:0px;
    margin-top:5px;
    margin-bottom:5px;
}
.twoColumnForm input.shortInput {
    width:20%;
}
.twoColumnForm input.formDefaultText {
    color:#999999;
}
.twoColumnForm span.rightInputText {
    width:20%;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.twoColumnForm input[type="radio"] {
    width:25px;
}
.twoColumnForm button {
    display:block;
    margin: 0 auto;
}
.twoColumnForm label.groupLabel, .twoColumnForm label.poolLabel {
    width:200px;
    float:left;
    padding:0;
    margin:0;
    margin-top:10px;
    margin-left:120px;
}
.twoColumnForm select {
    margin-bottom: 5px;
}
.twoColumnForm textarea {
}
/* End of Login Styles */

/* Custom store styles */
.productDetails {
}
.productInfo {
    border: 1px solid #666666;
    background-color:#333333;
    background-color:rgba(0,0,0,.4);
}
.productInfo thead td {
    background-color:#333333 !important;
    background-color:rgba(0,0,0,.4) !important;
}
.productInfo tbody td {
    border-bottom: 1px solid #666666;
}
table.previewTable {
    border: 1px solid #666666;
    background-color:#333333;
    background-color:rgba(0,0,0,.4);
}
table.previewTable td {
    color:#333333;
}
.shippingInformation thead td, .billingInformation thead td {
    background-color:#666666 !important;
    color:#FFFFFF !important;
}
.paymentInformation thead td, .paymentInformation tr.header td {
    background-color:#666666 !important;
    color:#FFFFFF !important;
}
.orderTable thead td {
    background-color:#666666 !important;
    color:#FFFFFF !important;
}
.preview {
    border: 1px solid #666666;
    background-color:#333333;
    background-color:rgba(0,0,0,.4);
}
.preview thead td {
    border-bottom:1px solid #666666 !important;
    background-color:#333333 !important;
    background-color:rgba(0,0,0,.4) !important;
}
.preview tbody tr:nth-child(even) {
    background-color:#333333 !important;
    background-color:rgba(0,0,0,.4) !important;
}
.preview h4, .preview h4 a, .preview p {
    color:#FFFFFF !important;
}
/* End of store styles */