@import '/stylesheets/form-builder/form_new.css';
@import '/stylesheets/ui-dialog.css';
@import '/stylesheets/screen_new.css';
@import '/stylesheets/main_new.css';

html, body
{
}

#Main
{
    width: 100%;
    background: #fff;
    position: relative;
}

#Main #Header
{
    background: white;
}

#Main .Div948
{
    width: 956px;
    margin: 0 auto;
    position: relative;
}

#Main #Header2
{
    background:transparent url(/images/bg_project.png) repeat-x scroll left top;
    height:164px;
    overflow:hidden;
}

#Main .PageHeadline
{
    border-bottom:1px solid #A8A8A8;
    color:#4C4C4C;
    font-family:"arial narrow", arial, helvetica;
    font-size:18pt;
    font-weight:bolder;
    letter-spacing:-1px;
    margin:30px 16px 10px 16px;
    padding:5px 0;
    height: 30px;
}

#Main .PageHeadDesc
{
    margin:0 16px;
    padding:5px 0;
    font-weight: bolder;
}

#Main .PageHeadline #PageHeadStep
{
    font-size: 14pt;
    text-align: right;
    color: #6e6e6e;
    letter-spacing:normal;
    padding:3px 0 0 0;
}

#Main #Footer
{
    height: 80px;
    background: #333;
    border: 0;
    width: 100%;
    color: #fff;
}

#Main #MainContainer, #Main #FormPage
{
    height: auto;
    background: url('../../images/bg_container_shadow.png') top center repeat-x;
    overflow: hidden;
    min-height:205px;
}

#Main .Scroll
{
    height:auto;
    overflow: visible;
}

#Main #pendant
{
    background-color:#D3D3D3;
    color:#666666;
    float:right;
    font-size:9pt;
    font-weight:bolder;
    height:25px;
    line-height:23px;
    padding:2px 10px;
    padding-top: 5px;
    text-align:left;
    width: auto;
    margin:0 5px 0 0;
}
#Main #loginout
{
    float: right;
    color:#666666;
    font-weight:bolder;
    padding: 6px 0px 0px 10px
}
#Main #loginout a
{
    color:#666666;
    text-decoration: none;
}

#Main #pendant img
{
    border:0 none;
    margin:0 2px 0 9px;
    margin-top: -3px;
}

#Main #pendant a
{
    color:#666666;
    text-decoration: none;
}
#Main #pendant a:hover, #Main #pendant a:active  
{
    color:#444444;
}

#Main #top_menu
{
    background:transparent none repeat scroll 0 0;
    clear:both;
    display:block;
    float:right;
    font-size:16pt;
    letter-spacing:-1px;
    list-style-type:none;
    margin:36px -8px 0 -5px;
    padding:0;
    text-align:left;
    font-family: "arial narrow";
    color: #575757;
}

#Main #top_menu a
{
    color: #575757;
    text-decoration: none;
}

#Main #Logo
{
    left: 16px;
}

#Main #top_menu li
{
    float:left;
    padding:3px 12px;
    margin:0 0 0 12px;
}

#Main #top_menu li.selected
{
    background-color: #d1d1d1;
}

#Main .Padding700
{
    width: 956px;
    margin: 0 auto;
}

#Main #Footer a
{
    color: #fff;
    text-decoration: none;
}

#Main #Footer .footer_left
{
    padding: 5px;
    float: left;
    margin-left: 10px;
}

#Main #Footer .footer_right
{
    padding: 8px 0 0 0px;
    width: 590px;
    float: right;
}

#Main #Footer #FooterLinks
{
    padding-top: 6px;
}

#Main #Footer #FooterLinks li
{
    font-size:9pt;
    padding-left:10px;
    padding-right:10px;
}

#Main #Footer #FooterLinksSmall
{
    background:transparent none repeat scroll 0 0;
    clear:both;
    display:block;
    float:left;
    list-style-type:none;
    padding:0;
    margin:0 0 0 -5px;
    text-align:left;
    font-size: 8pt;
}

#Main #Footer #FooterLinksSmall li
{
    float: left;
    padding: 0 5px;
    border-right:1px solid white;
}

#Main #Footer #FooterLinksSmall li.last
{
    border:0;
}

#Main .row0
{
    background-color: #ddd;
}

#Main .row1
{
    background-color: #fff;
}

#Main .flash_error
{
}

#ProjectsPage table.projects
{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #a8a8a8;
    border-collapse: separate;
    border-spacing: 0;
}

#FormPage table.projects
{
    border-bottom: 1px solid #a8a8a8;
    margin-bottom: 10px;
}

#ProjectsPage table.projects tr.default-table-row-0, #ProjectsPage table.projects tr.default-table-row-0 td {
    background-color: #ddd;
}

#ProjectsPage h2, #FormPage h2 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: #a8a8a8 1px solid;
    margin: 0;
    margin-bottom: 5px;
    width: 100%;
    padding-bottom: 3px;
}
#ProjectsPage table.projects a {
    font-weight: bold;
}
a#AddProject_add_new_project {
    cursor: pointer;
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
    color: #4c4c4c;
    background: url('../../images/button_bg_176_white.png') no-repeat top left;
    border: 0;
    padding-top: 5px;
    padding-left: 10px;
    text-align: left;
    width: 176px;
    height: 24px;
    outline: 0;
    display: block;
    text-decoration: none;
}
a.button {
    cursor: pointer;
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
    color: #4c4c4c;
    background: url('../../images/button_bg_176_white.png') no-repeat top left;
    border: 0;
    padding-top: 5px;
    padding-left: 10px;
    text-align: left;
    width: 176px;
    height: 24px;
    outline: 0;
    display: block;
    text-decoration: none;
    float: left;
    margin-right: 10px;
}

.default-keywords-list
{
}

.default-keywords-list td
{
  border-width: 0 0 0 1px;
  border-color: #888;
  border-style: solid;
}

.default-keywords-list td div
{
  width: 160px;
  overflow: hidden;
}

.default-keywords-list .row1 td
{
  background-color : #ffffff
}

.default-keywords-list .row0 td
{
  background-color : #f0f0f0
}

div.div_project_name
{
  width:280px;
  overflow: hidden;
}

div#create_project_pagebar
{
  float:right;
}

div#create_project_pagebar a
{
  padding:0 5px;
  text-decoration: underline;
}

