
/**
 * Synapse Framework
 *
 * @package		Synapse
 * @author		daniel at dreamsoft dot us
 * @link		http://dreamsoft.us/
 * @since		Version 3.5
 * @filesource  $HeadURL: https://dreamsoft.svn.beanstalkapp.com/synapse/trunk/application/acp/assets/themes/ds/css/forms.css $
 * @svn			$Id: forms.css 13 2008-08-07 14:54:12Z daniel $
 */

@CHARSET "UTF-8";

/*-------------------------------------- FORMS -------------------------------*/

form.settings,
form.edit,
form.login,
form.delete {
    padding: 0; 
    margin: 0 0 20px 0;
}

form.settings fieldset,
form.edit fieldset,
form.login fieldset {
    width: 100%; 
    display: block; 
    border: none;
    padding: 0; 
    line-height: 1.5em;
}

form.login fieldset {
    width: 60em;
}

form.settings label {
    clear: both; 
    display: block; 
    float: left; 
    width: 15em;
    margin: 1.1em 0 0 0;
}

form.edit label {
    clear: both; 
    display: block; 
    float: left; 
    width: 12em;
    margin: 1.1em 0 0 0;
}

form.login label {
    clear: both; 
    display: block; 
    float: left; 
    margin: 1.1em 0 0 0;
    width: 6em;
}

form.settings .input-text,
form.edit .input-text,
form.login .input-text {
    border: 1px solid #C4CBD2; 
    padding: 0.4em; 
    font-size: 90%;
    width: 16em;
    margin: 1em 1em 0 0;
}

form.settings .input-text:focus,
form.edit .input-text:focus {
    border: 1px solid #C4CBD2; 
    padding: 0.4em; 
    font-size: 90%;
    width: 16em;
    margin: 1em 1em 0 0;
    background-color: #E2F2CC;
}

input.readonly {
    background-color: #e4e4e4;  
}                

form.edit .input-checkbox,
form.edit .input-radio   {
    border: none; 
    padding: 0.4em; 
    font-size: 110%;
    margin: 1.2em 0 0 0;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}

form.edit .input-textarea {
    border: 1px solid #C4CBD2; 
    padding: 0.4em; 
    font-size: 110%;
    width: 570px;
    height: 20em;
    margin: 1em 0 0 0;
}

form.edit .input-select,
form.settings .input-select {
    border: 1px solid #C4CBD2;
    font-size: 90%;
    margin: 1.4em 1em 0 0;
}

form.edit .input-select option,
form.settings .input-select option {
    padding-right: 1.4em; 
}

form.login .input-text {
    margin: 1em 0 0 0;
    padding: 0.4em 0.4em 0.4em 2.2em;
    width: 13em; 
    float: left;
}

form.login .input-text:focus {
    margin: 1em 0 0 0;
    padding: 0.4em 0.4em 0.4em 2.2em;
    width: 13em; 
    float: left;
    background-color: #E2F2CC;
}

form.login #username {
    background: url("http://www.jad.com/application/assets/themes/ds/images/user-icon.gif") no-repeat 0.5em 0.6em;
}

form.login #password {
    background: url("http://www.jad.com/application/assets/themes/ds/images/key-icon.gif") no-repeat 0.5em 0.6em;
}

form.settings p,
form.edit p {
    margin: 1em 0;
}

form.login p {
    margin: 1em 0;
    text-align: right;
    width: 20em;
}

form.login .input-submit {
	border: 1px solid #C3CAD0;
    background: #F1F4F8 url("http://www.jad.com/application/assets/themes/ds/images/form-button.png") repeat-x top left;
    padding: 0.35em 1em;
    cursor: pointer;
    font-size: 11px;
    line-height: 150%;
}

form.login div.form-error,
form.settings div.form-error,
form.edit div.form-error 
{
    margin: 1em 0 0 0;
    padding: 0.4em 0.4em 0.4em 2.2em;
    width: 13em; 
    float: left;
    color: #990000;
    font-weight: 400;
    font-size: 9px;     
    
}

div.form-error 
{
    padding: 0.4em 0.4em 0.4em 0.4em;
    color: #990000;
    font-weight: 400;
    font-size: 9px;     
    
}

span.error 
{
    padding: 0.4em 0.4em 0.4em 0.4em;
    color: #990000;
    font-weight: 400;
    font-size: 9px;   
}

div.settings-title 
{
  font-size:11px;
  font-weight: bold;
  color: #1c3448;
  border-bottom: 1px dotted #1c3448; 
}

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

.progressWrapper {
    width: 327px;
    overflow: hidden;
}

.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}
/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC;
    overflow: hidden;
}

/* Current */
.green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}

/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}

.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 2px;
    width: 327px;
    font-size: 7pt;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
}.tcimage
{
  float:left;
  padding: 5px 10px 10px 0;
}
.style1
{
color: #fff;
font-size: 16px;
}
.style2
{
color: #fff;
font-size: 18px;
}
body
{
  margin: 0px;
  padding: 0px;
  text-align:center;
  width:100%;
  background: #fff; 
}
  .formtitle span {color: #fff}; 
/*BOOK*/
.bgdot
{
  height: 20px;
  background: url('http://www.jad.com/application/assets/themes/ds/images/bg_dot.gif') repeat-x 0 70%;
}
.bookcapt
{
  height: 20px;
  float:left;
  background: #76a954;
  font-size: 12px;
  font-family: 'Tahoma','Arial','Verdana';
}
.bookcapt a, .booktxt
{
  font-weight: bold;
  color: #fff;
  font-family: 'Tahoma','Arial','Verdana';
}
.bookcapt a:hover
{
  color: #000;
}
.booktxt
{
  font-size: 12px;
  padding: 10px 0 15px;
}
.bookpage
{
  height: 20px;
  float:right;
  background: #76a954;
  font-weight: bold;
  color: #fff;
  font-size: 11px
}
/*BOOK*/
/*********INDEX************/

tr.even {
    background: #F1F4F8;
}

tr:hover {
    background: #E2F2CC;
}

a.genpass:link, a.genpass:visited 
{
    color: #0080aa;
    font-size: 11px;
    border-bottom: 1px solid #bfe5f2;   
}

a.genpass:hover 
{
    border-bottom: none;
    text-decoration: underline;
}

div.syncrossmsg {
    width:95%;
    background: #F1F4F8; 
    color: #759B50;
    font-size: 90%;
    font-weight: 900;
    display:block;
    height: 2.1em;
    line-height: 2.1em;
    border: 1px solid #C4CBD2;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center; 
    cursor: pointer;
    margin-bottom: 10px;
}

div.syncrossmsg:hover {
    background: #E2F2CC;
}

div.synerrormsg {
    width:95%;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC; 
    color: #990000;
    font-size: 90%;
    font-weight: 900;
    display:block;
    height: 2.1em;
    line-height: 2.1em;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center; 
    cursor: pointer;
    margin-bottom: 10px;
}

div.synerrormsg:hover {
    background: #FFCCCC;
}

p.notice {
    color: #759B50;
    font-size: 90%;
}

span.red 
{
    color: #990000;
    font-weight: 400;  
}
/*---------------------------*/
div,p,a,input,textarea,span,p,td,h1,h2,h3,ul,li
{
  font-family:  'Tahoma', 'Arial','Verdana';
  /*font-size: 11px;*/
  text-decoration: none;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
h1
{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
h2
{
color: #fff;
font-size: 20px;
font-weight: bold;
}
h3
{
color: #fff;
font-size: 18px;
font-weight: bold;
}
.clearer
{
  clear:both;
  font-size:1px;
  line-height:1px;
  height: 1px;
}
.main
{
  width: 862px;
  margin: 0 auto;
  padding: 45px 0 0;
}
.blockleft
{
  float:left;
  width: 160px;
}

.logo
{
  background: #f0f0f0;
  padding: 20px 0 30px;
}
.blockmmenu
{
  position:relative;
  bottom: 53px;
  margin-bottom: -45px;
  height: 250px;
}
.mmenu
{
  width: 158;
  height: 82px;
  background: url('http://www.jad.com/application/assets/themes/ds/images/menu.png') no-repeat 0 0;
  -background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.jad.com/application/assets/themes/ds/images/menu.png", sizingMethod='image');
  margin: 0 0 -43px;
  text-align:left;
}
.mmenua
{
  width: 158;
  height: 90px;
  background: url('http://www.jad.com/application/assets/themes/ds/images/menu_active.png') no-repeat 0 0;
  -background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.jad.com/application/assets/themes/ds/images/menu_active.png", sizingMethod='image');
  left: 1px;
  margin: 0 0 -41px 1px;
  text-align:left;
  font-size: 11px
}
.mmenu a, .mmenua a
{
  position:relative;
  top: 52px;
  left: 40px;
  color: #978e8e;
  font-weight:bold;
  z-index:55;
  font-size: 11px
}
.mmenua a
{
  top: 55px;
  color: #fff;
  font-size: 11px
}
/*RIGHT*/
.blockright
{
  width: 702px;
  float:left;
}
.caption
{
height: 64px;
//height: 65px;
-height: 64px;
background: #f0f0f0 url('http://www.jad.com/application/assets/themes/ds/images/bg_top_right.gif') no-repeat 100% 0;
padding: 5px;
}
.bgdot
{
 height: 20px;
 background: url('http://www.jad.com/application/assets/themes/ds/images/bg_dot.gif') repeat-x 0 70%;
} 

.captflash
{
  float:left;
}
.capttxt
{
  float: right;
  text-align:right;
  padding: 10px 30px 0 0;
}
.capttxt h2
{
  font-size: 16px;
  font-weight: bold;
  color: #978e8e;
}
.capttxt a
{
  color: #60993a;
  font-size: 12px;
  font-weight: bold;
}
.pictures
{
  background: #e4e2e2 url('http://www.jad.com/application/assets/themes/ds/images/bg_top_bottom.gif') no-repeat 100% 100%;
  padding: 0 0 9px;
  //padding: 0 0 8px;
  position: absolute;
  //margin-left: -351px;
  width:703px; 
  //width:auto; 

}
.bottomright
{
    width: 46px;
    height: 50px;
    background: url('http://www.jad.com/application/assets/themes/ds/images/abs_top_bottom.gif') no-repeat;
    position: absolute;
    bottom: 9px;
    -bottom: 8px; 
    right: 0; 
}
.picture
{
  float:left;
  border: 5px solid #688b51;
}
.picture1
{
  border-left:none;
}
.secondtop
{
  height:77px;
  background: #76a954 url('http://www.jad.com/application/assets/themes/ds/images/bg_second_top.gif') repeat-x;
}
.secondrt
{
  height:77px;
  background: url('http://www.jad.com/application/assets/themes/ds/images/bg_second_rt.gif') no-repeat 100% 0;
}
.secondbg
{
  background: #76a954 url('http://www.jad.com/application/assets/themes/ds/images/bg_second_bottom.gif') repeat-x 0 100%;
}
.secondtxt
{
  text-align:left;
  padding: 0 30px 110px;
  /*background: url('http://www.jad.com/application/assets/themes/ds/images/bg_second_lb.gif') no-repeat 0 100%;*/
  font-size: 13px;
  font-family: 'Tahoma','Arial','Verdana';
}
.secondtxt p
{
  color: #fff;
  font-family: 'Tahoma', 'Verdana', 'Arial';
  font-size: 13px;
  padding: 10px 0 0;
}
.logobottom
{
  text-align:right;
  position:relative;
  bottom: 54px;
  right: 3px;
  margin: 0 0 -54px;
}
.copy
{
  margin: 10px 0;
  text-align:right;
}
.copy p
{
  font-size: 10px;
  color: #7d7878;
}
.copy p a
{
  font-size: 10px;
  color: #497d26;
}
.whiteline
{
  font-size: 1px;
  line-height: 1px;
  height: 2px;
  background: #fff;
  margin: 3px 0 10px;
}
.formtitle
{
  float:left;
  color: #fff;
  width: 300px;
  text-align:right;
  font-size: 12px;
  font-family: 'Tahoma','Verdana','Arial';
  padding: 4px 0;
}
.forminput
{
  float:left;
  padding: 5px 10px;
  line-height: 20px;
}
.forminput input, .forminput select
{
  width: 230px;
  background: #fff;
  border: 1px solid #7f9db9;
  padding: 2px;
}
.formtext
{
  width: 375px;
  height: 120px;
  background: #fff;
  border: 1px solid #7f9db9;
}
.formsubmit
{
  text-align:center;
}
.formsubmit input
{
  font-size: 12px;
  font-family: 'Tahoma','Verdana','Arial';
  font-weight: bold;
  padding: 10px 44px;
  //padding: 10px 24px;
  background: #fff;
  border: 2px solid #d1d1d1;
}
.formcapt
{
  -height: 0.1px;
}
