﻿/* File Created: February 22, 2012 */


/* ----------------------------- FORM ------------------------------- */

form { width: 100%; }
form .column { list-style: none; width: 48%; }
form .left { float: left; }
form .right { float: right; }

form label { display: inline-block; }
form .section { clear: both; }

form .section input,
form .section input[type=text],
form .section textarea,
form .section select
{
    display: block;
    margin: 0;
    /*display: block;
    margin: 0.5em 0 1em 0;*/
    
    /*margin: 5px 0 10px 0;*/
}

form .section > div 
{
    position: relative;
    display: block;
    margin: 0.6em 0 1.2em 0;	
}
form .section > div.level { display: inline-block; }

form .section.left { padding-right: 2%; }
form li.section.left, 
form li.section.right
{
    clear: none;
}

form .split, form .split-top
{
    /*border-bottom: 2px solid #DEE7EF;
    border-bottom: 2px solid rgba(130, 174, 220, 0.5);*/
    border-bottom: 2px solid #B6D0EA;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 15px;
    clear: both;
    /*height: 6px;*/
}

form .split-top { margin-top: -20px; }

form .split span, form .split-top span
{
    position: relative;
    /*background-color: white;*/
    padding: 0px 10px 0px 10px;
    top: -3px;
    font-weight: bold;
    color: dimGray;
}

form .input { padding-top: 10px; }

form .input input { float: right; }
form .input a { float: left; }

/* ----------------------------- FORM ELEMENTS ---------------------- */

form label 
{
    font-family: "Trebuchet MS",Verdana,Helvetica,Sans-Serif;
    font-size: 1.2em;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="email"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

.section input, input[type=text], textarea, select
{
    behavior: url('../../Content/PIE/PIE.htc');
    position: relative;
    border: 1px solid #D6D4D4;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    padding-left: 2px;
}

.section textarea { overflow: auto; }

.section input:focus, input[type=text]:focus, textarea:focus, select:focus
{
    behavior: url('../../Content/PIE/PIE.htc');
    border: 1px solid #DDB569;
    outline: none;
    box-shadow: 0px 0px 5px rgba(221, 181, 105, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(221, 181, 105, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(221, 181, 105, 0.5);
    -o-box-shadow: 0px 0px 5px rgba(221, 181, 105, 0.5);
}

.section .formpicture {
	text-align: center;
	padding-top: 20px;
}

span.field-validation-error
{
   color: #FF1919;
   /*color: rgba(255, 0, 0, 0.9);*/
   padding-left: 5px;
}

.section .hint
{
    font-size: 0.80em;
    color: gray;
    display: inline-block;
}

li.section.padding {
	padding-right: 50px;
}

/* ----------------------------- FORM INJECTION --------------------- */

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

.text-box.description 
{
    height: 20em;
    width: 100%;
}

/* ----------------------------- FORM VALIDATION -------------------- */


.input-validation-error, input.input-validation-error
{
    behavior: url('../../Content/PIE/PIE.htc');
    border: 1px solid #E20B0B;
    box-shadow: 0px 0px 5px rgba(221, 181, 105, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(221, 181, 105, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(221, 181, 105, 0.5);
    -o-box-shadow: 0px 0px 5px rgba(221, 181, 105, 0.5);
}


/* ----------------------------- FORM OLD --------------------------- */


.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

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;
}


/* ----------------------------- BUTTONS ---------------------------- */

.buttonBase, input[type=submit] 
{
    position: relative;
    zoom: 1;
    background: #222 url(/Content/imgs/trans.png) repeat-x;
    padding: 7px 10px 7px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
    font-size: 0.70em;
    display: inline;
    cursor: pointer;
    text-decoration: none;
    font-family: "Century Gothic", arial, Helvetica, sans-serif;
    font-weight: bold;
    /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);*/
    box-shadow: 1px 1px 1px #b2b2b2;
    -webkit-box-shadow: 1px 1px 1px #b2b2b2;
    -moz-box-shadow: 1px 1px 1px #b2b2b2;
    -o-box-shadow: 1px 1px 1px #b2b2b2;
    border: 0;
    
}

a.buttonBase, a.buttonBase:visited, input[type=submit]
{
    behavior: url('../../Content/PIE/PIE.htc');
    color: #f2f6f8;
}

/*.buyButton 
{
    background-color: #C42121;
}*/

.buyButton {
	background-color: #bb3b3b;
}

.buyButton:hover {
	background-color: #ce4a4a;
}

.containerBody .buttonBase, input[type=submit] { font-size: 1em; background-color: #2d4d64; display: inline-block;}
.containerBody .buttonBase:hover, input[type=submit]:hover { background-color: #355972; }

.tablebutton { margin-top: 20px; }

/* ----------------------------- CATEGORY FORM ----------------------- */

input.keywords { width: 99%; }


/* ----------------------------- TEXT COUNTER ------------------------ */

div.textcnt2 {
    display: inline;
    margin-left: 5px;
    line-height: inherit;
    padding: 1px;
    font-size: 0.90em;
    color: gray;
}

div.textcnt  
{
    position: absolute;
    color: gray;
    right: 0px;
    top: -17px;
    padding: 1px 2px 0px 2px;
    /*border: 1px solid lightgray;*/
    font-size: 12px;
    border-bottom: 0px;
}