/*ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
}

body
{
  padding: 20px;
}
*/


/* Common styling for symfony validation errors
   -------------------------------------------- */
   
ul.error_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    clear: both;
}
ul.error_list {
    color: #f00;
    font-weight: bold;
}

/* Common styling for symfony Flash messages (notice, success, error)
   ------------------------------------------------------------------ */

/* styling independent of flash message type */
.flash {
    margin: 0 0 .8em 0;
    padding: 0;
    list-style-type: none;
}
.flash li {
    border-bottom: .5em;
    padding: .5em;
    text-align: center;
    font-weight: bold;
}
/* styling for flash notices */
.flash-notice {
    background-color: #eee;
    border: 3px solid #aaa;
}
/* styling for flash success messages */
.flash-success {
    background-color: #afa;
    border: 3px solid #5f5;
    color: #070;
}
/* styling for flash error messages */
.flash-error {
    background-color: #faa;
    border: 3px solid #f55;
    color: #700;
}

/* Common styling for symfony options rendered by sfWidgetFormChoice
   ----------------------------------------------------------------- */
   
ul.radio_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.radio_list li {
    float: left;
    margin: 0 1em 0 0;
}
   
/* Styling for page attach/indexSuccess
   ------------------------------------ */
   
#page-attach-indexSuccess h1 {
    clear: both;
}
#page-attach-indexSuccess #upload-file-progress-container a.thumbnail,
#page-attach-indexSuccess ul.attachments li.attachment a.thumbnail {
    display: block;
    margin-bottom: .5em;
}
#page-attach-indexSuccess #upload-file-progress-container a.thumbnail {
    float:left;
    margin-right: .5em;
}
#page-attach-indexSuccess #upload-file-progress-container a.thumbnail img,
#page-attach-indexSuccess ul.attachments li.attachment a.thumbnail img {
    border: 4px solid #888;
}
#page-attach-indexSuccess ul.attachments {
    margin: 0 0 1em 0;
    padding: 0;
    list-style-type: none;
    clear: both;
    float: left;
}
#page-attach-indexSuccess ul.attachments li.attachment {
    float: left;
    width: 230px;
    height: 290px;
    /*height: 100px;*/
    overflow: hidden;
    background-color: #eee;
    padding: 1em;
    margin: 3px;
}
#page-attach-indexSuccess ul.attachments li.attachment a.caption {
    text-decoration: none;
    color: #000;
    white-space: nowrap;
}
#page-attach-indexSuccess #upload-file-progress-container {
    width: 100%;
    overflow: hidden;
}
#page-attach-indexSuccess #upload-file-progress-container .upload-file-progress-element {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}
/* Error */
#page-attach-indexSuccess #upload-file-progress-container .red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}
/* Current */
#page-attach-indexSuccess #upload-file-progress-container .green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}
/* Complete */
#page-attach-indexSuccess #upload-file-progress-container .blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}
#page-attach-indexSuccess #upload-file-progress-container .upload-file-progress-element .progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}
#page-attach-indexSuccess #upload-file-progress-container .upload-file-progress-element .progressBarInProgress,
#page-attach-indexSuccess #upload-file-progress-container .upload-file-progress-element .progressBarComplete,
#page-attach-indexSuccess #upload-file-progress-container .upload-file-progress-element .progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}
#page-attach-indexSuccess #upload-file-progress-container .upload-file-progress-element .progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}
#page-attach-indexSuccess #upload-file-progress-container .upload-file-progress-element .progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}
#page-attach-indexSuccess #upload-file-progress-container .upload-file-progress-element .progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 7pt;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
}
#page-attach-indexSuccess #upload-file-progress-container .upload-file-progress-element a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(/images/swfupload/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
}
#page-attach-indexSuccess #upload-file-progress-container .upload-file-progress-element a.progressCancel:hover {
    background-position: 0px 0px;
}
#page-attach-indexSuccess .swfupload {
    /* SWFUpload Object Styles */
}

#page-attach-indexSuccess #upload form table {
    width: 100%;
}

#page-attach-indexSuccess #upload-restrictions {
    margin: .5em 0 0 0;
    padding: 0;
    color: #444;
    font-size: 90%;
}

#page-attach-indexSuccess #upload-restrictions ul {
    list-style-type: circle;
    margin: .5em;
    padding: 0 0 0 1.5em;
}
#page-attach-indexSuccess #upload-restrictions ul li .limit-exceeded {
    color: #f00;
}
#page-attach-indexSuccess #Filedata {
    min-width: 280px;
}
#page-attach-indexSuccess #global-functions {
    margin-top: 2em;
    clear: both;
}

/* Styling for page attach/indexSuccess
   ------------------------------------ */
#page-send-indexSuccess #help-text {
   margin-top: 2em;
}
#page-send-indexSuccess p {
    margin: 0 0 .4em 0;
}
#page-send-indexSuccess table.symfony-form td,
#page-send-indexSuccess table.symfony-form th {
    padding: .2em;
    vertical-align: top;
}
#page-send-indexSuccess .button-row {
    padding-top: 1em;
}

