@CHARSET "UTF-8";
/* ******************************************** General ****************************************** */

/****************************** Tags ***************************************/

html
{
  height                     : 100%;
}

body
{
  background                 : #FFFFFF url(../../images/frontend/body_bg.jpg) repeat scroll 0 0;
  color                      : #555555;
  font-family                : Verdana;
  font-size                  : 12px;
  height                     : 100%;
}

table
{
  border-collapse            : collapse;
  width                      : 100%;
}

td
{
  padding                    : 0;
}

a
{
  color                      : #804C04;
  cursor                     : pointer;
  outline-style              : none;
  text-decoration            : none;
}

a:hover
{
  text-decoration            : underline;
}

h1
{
  font-size                  : 14px;
  margin                     : 0 0 10px 0;
}

select, input, textarea
{
  border                     : 1px solid #E4D2C2;
  color                      : #555555;
  font-family                : Verdana;
  font-size                  : 11px;
  padding                    : 3px;
}

p
{
  /*margin                     : 10px;*/
}

/****************************** Classes ***********************************/

div.title,
div.title h1
{
  color                      : #E69766;
  display                    : inline;
  font-family                : Verdana;
  font-size                  : 30px;
  font-weight                : normal;
  margin                     : 9px 0 0 5px;
  padding                    : 0;
}

div.subtitle,
div.subtitle h2
{
  color                      : #D66D2C;
  display                    : inline;
  font-family                : Verdana;
  font-size                  : 14px;
  font-weight                : bold;
  line-height                : 1.8em;
  padding-right              : 6px;
}

div.subtitle a
{
}

div.separator
{
  clear                      : both;
  display                    : block;
}

.lighter
{
  opacity                    : 0.35;
}

.inactive
{
  color                      : #999999;
}

.icons
{
  background                 : transparent url(../../images/frontend/icons.png) no-repeat;
  height                     : 16px;
  width                      : 16px;
}

.inputbutton, .inputsubmit, .page_creator_submit
{
  background-color           : #E26800;
  border-color               : #E4D2C2 #E26800 #E26800 #E4D2C2;
  border-style               : solid;
  border-width               : 1px;
  color                      : #FFFFFF;
  font-size                  : 11px;
  padding                    : 2px 15px 3px;
  text-align                 : center;
  cursor                     : pointer;
}

.inputaux
{
  background                 : #F0F0F0 none repeat scroll 0 0;
  border-color               : #E7E7E7 #666666 #666666 #E7E7E7;
  color                      : #000000;
  cursor                     : pointer;
  /*background                 : #F0F0F0 none repeat scroll 0 0;
  border-color               : #E7E7E7 #666666 #666666 #E7E7E7;
  border-style               : solid;
  border-width               : 1px;
  color                      : #000000;
  font-size                  : 11px;
  padding                    : 2px 15px 3px;
  text-align                 : center;
  cursor                     : pointer;*/
}

input[type="checkbox"], input[type="radio"]
{
  border                     : 0 none;
  vertical-align             : middle;
}
input[type="text"], input[type="password"]
{
  border                     : 1px solid #e4d2c2;
  font-family                : Verdana;
  font-size                  : 11px;
  padding                    : 3px;
  color                      : #555555;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus 
{
  background                 : #f9efe5;
}
input[type="file"]
{
  font-family                : Verdana;
  font-size                  : 11px;
  padding                    : 3px;
}
select
{
  border                     : 1px solid #e4d2c2;
  font-family                : Verdana;
  font-size                  : 11px;
  padding                    : 2px;
  color                      : #555555;
}
textarea
{
  border                     : 1px solid #e4d2c2;
  font-family                : Verdana;
  font-size                  : 11px;
  padding                    : 3px;
  color                      : #555555;
}

img.frame
{
  border                     : 1px solid #CCCCCC;
  display                    : block;
  margin-left                : auto;
  margin-right               : auto;
  overflow                   : hidden;
  padding                    : 3px;
  position                   : relative;
}

#page_creator_form .sfWidgetFormJQueryCompleterList
{
  width                      : 140px;
}
