/*
  * Global Site Styles
 */
body {
    color: #111111;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

a {
    color: #4F8C11;
}

a img {
    border-color: #4F8C11;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

li {
    margin-top: 3px;
    margin-bottom: 3px;
}

.img_link {
    border: none;
}

.rollover_link {
    text-decoration: none;
}

.rollover_link:hover {
    text-decoration: underline;
}

h1 {
    color: #4F8C11;
    font-size: 23px;
    line-height: 24px;
    font-weight: bold;
}

h2 {
    color: #4F8C11;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

h3 {
    color: #4F8C11;
    font-size: 15px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: bold;
}

/*
  * Common Styles
 */
.h-spacer {
    background-image: url(common/img/h-spacer.png);
    background-repeat: repeat-x;
    height: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.v-spacer {
    background-image: url(common/img/v-spacer.png);
    background-repeat: repeat-y;
    width: 5px;
}

/*
  * Standard Template Styles
 */
#center_content {
    width: 995px;
    margin: auto;
}

#main {
    margin-left: 35px;
    margin-right: 35px;
    min-height: 650px;
}

/*
  * Header Styles
 */
#header {
    padding-top: 8px;
    padding-bottom: 10px;
    width: 100%;
    text-align: right;
    display: table;
}

#header #logo {
    float: left;
    text-align: left;
    vertical-align: bottom;
}

#header #menu {
    text-align: right;
    vertical-align: bottom;
    margin-top: 45px;
}

/*
  * Logo Sytles
 */
#logo {
    
}

#logo a img {
    border: none;
    width: 200px;
    height: 60px;
}

/*
  * Menu Styles
 */
#menu {
    font-weight: bold;
    font-size: 13px;
}

#menu a {
    text-decoration: none;
    margin-left: 35px;
}

#menu a:HOVER {
    color: #4F8C11;
}

.menu_unselected { /*
  * Like usual, IE is stupid and does not support
  * inheritance of the CSS color property. Therefore
  * Hardcode the color here as well.
  *
  * color: inherit;
 */
    color: #333333;
}

.menu_selected {
    color: #4F8C11;
}

/*
  * Menu Styles
 */
#content {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*
  * Footer Styles
 */
#footer {
    background-color: #000000;
    color: #FFFFFF;
    height: 32px;
    width: 100%;
    font-size: 13px;
}

#footer a {
    color: #FFFFFF;
}

#footer #footer_table {
    width: 100%;
    height: 100%;
}

#footer #copyright {
    text-align: left;
    vertical-align: middle;
    padding-left: 35px;
    width: 50%;
}

#footer #created_by {
    width: 50%;
    text-align: right;
    vertical-align: middle;
    padding-right: 35px;
}

/*
  * Home Page Styles
 */
#right_content {
    
}

.slideshow {
    float: left;
    width: 500px;
    height: 300px;
    margin-right: 10px;
}

/*
  * News Page Styles
 */
.news_heading {
    font-size: 13px;
    font-weight: bold;
}

/*
  * Sign Up Page Styles
 */
.form_element {
    width: 200px;
}

.form_label {
    font-weight: bold;
    ;
}

/*
  * Application Gallery Styles
 */
.screen_shot_td {
    width: 180px;
    vertical-align: top;
    padding-left: 15px;
    text-align: center;
}

/*
  * XSnazzy CSS
  *
  * Thanks to: http://www.cssplay.co.uk/boxes/snazzy.html
 */
#xsnazzy {
    background: transparent;
}

.xtop,.xbottom {
    display: block;
    background: transparent;
    font-size: 1px;
}

.xb1,.xb2,.xb3,.xb4 {
    display: block;
    overflow: hidden;
}

.xb1,.xb2,.xb3 {
    height: 1px;
}

.xb2,.xb3,.xb4 {
    background: #ededed;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
}

.xb1 {
    margin: 0 5px;
    background: #b4b4b4;
}

.xb2 {
    margin: 0 3px;
    border-width: 0 2px;
}

.xb3 {
    margin: 0 2px;
}

.xb4 {
    height: 2px;
    margin: 0 1px;
}

.xboxcontent {
    display: block;
    background: #ededed;
    border: 0 solid #b4b4b4;
    border-width: 0 1px;
}

/*
  * Tapestry/Dojo Styles
 */
.alertButton {
    width: auto;
    border: none;
    background-color: #699ED9;
    color: #fff;
    font-weight: bold;
    padding: 0.1em;
    border-bottom: 1px solid #5885b6 !important;
    border-right: 1px solid #5885b6 !important;
    border-top: 1px solid #92b8e2 !important;
    border-left: 1px solid #92b8e2 !important;
    cursor: hand;
    cursor: pointer;;
    padding: 0.1em;
}

.alertDialog {
    width: 30em;
    border: 2px solid #4F8C11;
    padding: 1em;
    background: #ffffff;
    -moz-border-radius: 10px;
}

.alertContent .alertButton {
    float: right;
    position: relative;
    bottom: 1em;
}

.missingList,.invalidList {
    padding-bottom: 0.6em;
    padding-top: 0.2em;
    padding-left: 0.1em;
    padding-right: 0.2em;
    margin: 0;
}

.missingList { /* border-top: 4px solid #bedef4; */
    
}

.invalidList { /* border-top: 4px solid #ffaf7e; */
    
}

.missingList li,.invalidList li {
    list-style: none;
    font-style: italic;
}