body {
    margin: 0px;
    margin-bottom: 30px;
    background-color: rgb(242, 242, 242);
}

body, p, td, input, select {
    font-family: tahoma,verdana,arial,sans-serif;
    font-size: 13px;
}

a {
    color: #105AB5;
    text-decoration: none;
}

a:hover {
    color: #105AB5;
    text-decoration: underline;
}

a:visited {
    color: #105AB5;
}

div#topBorder {
    height: 45px;
}

table#header {
    width: 1015px;
}

div#subHeader {
    height: 45px;
}

td#topLinks {
    padding-right: 10px;
}

td#logo {
    width: 300px;
}

td#navigation {

}

a.barTab {
    padding: 6px 9px; 
}

a.barTabSelected {
    color: black;
    padding: 6px 9px; 
    background-color: rgb(148, 148, 148);
}

a.navigationLink {
    color: rgb(64, 64, 64);
    font-size: 12px;
    margin-right: 15px;
}

table#main {
    margin-top: 0px;
    margin-bottom: 30px;
    width: 1015px;
    background-color: white;
}

a#applicationsLink {
    margin-left: 25px;
}

table#applicationTitleBar {
    border-bottom: 1px solid rgb(192, 192, 192);
    height: 40px;
    width: 1015px;
    margin-top: 20px;
    background-color: rgb(192, 192, 192);    
}

td.sideNavigationLink {
    height: 30px;
}

button#generateApplicationButton {
    margin-left: 20px;
    margin-top: 30px;
}

div#viewApplicationLink {
    margin-left: 20px;
    margin-top: 15px;
}

td#columnDivider {
    font-size: 1px;
    width: 10px;
}

#content {
    width: 965px;
    padding-bottom: 30px;    
    border-left: 1px solid rgb(224, 224, 224);
    border-right: 1px solid rgb(224, 224, 224);
    border-bottom: 1px solid rgb(224, 224, 224);    
}

div#pageTitle {
    font-size: 16px;
    font-weight: bold;
    color: rgb(64, 64, 64);
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 25px;
}

div#instructions {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 15px;
    background-color: rgb(245, 245, 245);
    width: 690px;
}

div#formContainer {
    margin-top: 35px;
    margin-left: 20px;
}

div#formErrorMessage {
    color: red;
    font-weight: bold;
    margin-top: 10px:
}

table.contentTable {
    margin-top: 25px;
    margin-left: 20px;
}

td.tableListHeader {
    font-weight: bold;
    padding-bottom: 10px;
}


input#modelList {
    margin-top: 15px;
    width: 550px;
}

div.fieldLabel {
    margin-top: 25px;
    font-weight: bold;
    color: rgb(64, 64, 64);
}

.fieldInput {
    margin-top: 4px;
    height: 28px;
    font-size: 16px;
}

div.radioFieldContainer {
    margin-top: 5px;
}

input.radioField {

}

span.radioFieldLabel {
    margin-left: 4px;
}

span.radioFieldHint {
    margin-left: 6px;
    color: rgb(128, 128, 128);
    font-size: 11px;
}

div.checkboxFieldContainer {
    margin-top: 5px;
}

input.checkboxField {

}

span.checkboxFieldLabel {
    margin-left: 4px;
}

span.checkboxFieldHint {
    margin-left: 6px;
    color: rgb(128, 128, 128);
    font-size: 11px;
}



div.inputHint {
    margin-top: 3px;
    color: rgb(128, 128, 128);
    font-size: 11px;
}

div#formButtons {
    margin-top: 25px;
}

div#buttonBar {
    margin-top: 25px;
    margin-left: 20px;
}

button {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

input.submitButton {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

a.cancel {
    color: #EF2829;
}

/************** VIEW TAB STUFF ************************************************/

span#viewName {
    margin-left: 20px;
    font-size: 16px;
    font-weight: normal;
}

span#topButtonBar {
    position: relative;
    left: 400px;
    top: 0px;
    font-size: 13px;
}

table.tabBar {
    width: 720px;
}

td.tab {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;

    border-bottom: 1px solid #E7E3E7;
    cursor: pointer;

    color: #1059B5;
    font-weight: normal;
    text-decoration: none;
}

td.tabSelected {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;

    border-top: 1px solid #E7E3E7;
    border-left: 1px solid #E7E3E7;
    border-right: 1px solid #E7E3E7;

    cursor: pointer;

    color: #424142;
    font-weight: none;
    text-decoration: none;
}

td.tabHighlighted {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;

    border-bottom: 1px solid #E7E3E7;
    cursor: pointer;

    color: #1059B5;
    font-weight: normal;
    text-decoration: underline;
}

td.leftTabEnd {
    width: 10px;
    border-bottom: 1px solid #E7E3E7;
}

td.rightTabEnd {
    width: 100%;
    border-bottom: 1px solid #E7E3E7;
}

div.tabContent {
    position: absolute;
    margin-left: 15px;
    margin-top: 15px;
}
