﻿body
{
  margin:0px 0px 0px 0px;
  font-size: 8pt; 
  FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
  background-image: url(images/startscreen_back.png); 
  background-repeat: repeat-y;
}

.test {border:4px solid blue; color:white}

.blue_button {
    border-right:6px solid transparent;
    display:inline-block;
    font-size:12pt; 
    font-family:'Segoe UI', Arial;
    padding:8px 25px 8px 25px; 
    background-color:#287d99;
    border-radius:6px;
    color:#eeeeee;
    cursor:pointer;
    text-decoration:none;
}

.blue_button:hover {
    background-color:#3d9ebe;
    }

.grey_button {
    border-right:6px solid transparent;
    display:inline-block;
    font-size:12pt; 
    font-family:'Segoe UI', Arial;
    padding:8px 25px 8px 25px; 
    background-color:#484a49;
    border-radius:6px;
    color:#eeeeee;
    cursor:pointer;
    text-decoration:none;
}

.grey_button:hover {
    background-color:#6d6f6e;
    }

.xRadUpload input.ruFakeInput {display: none;}

/* RadUpload button */
.ruBrowse, .ruFileInput
         {
             cursor:pointer !important;
         }

.StartupLink {padding-left:30px; color:#0097fb; font-size:10pt; font-family:'Segoe UI',Arial; line-height:180%;}
.StartupLink:link {text-decoration: none; }
.StartupLink:hover {text-decoration: underline;}

.ShowAllProjectsLink {color:#aaaaaa; font-size:11pt; font-family:'Segoe UI',Arial; text-decoration: none;}
.ShowAllProjectsLink:hover {text-decoration: underline;}

.grid_Projects {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor:pointer;
}

.ButtonContainer {
    display:inline-block;
    padding-right:4px;
}

.Selected {
    background-color: #4b4b4d;
    color: #ffffff;
    font-family: Segoe UI, Arial;
    font-size: 14pt;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    text-decoration: none;
    font-weight: 500;
}

.NotSelected {
    background-color: transparent;
    color: #ffffff;
    font-family: Segoe UI, Arial;
    font-size: 14pt;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    text-decoration: none;
    font-weight: 500;
}

.NotSelected:hover {
    background-color: #353536;
}

/* This style hides the orange border that Chrome adds to input fields */
*:focus {
    outline: 0;
}

.CreateProjectRow {
    font-size:17pt;
    color:#444444;
    cursor:pointer;
    font-family:'Segoe UI', Arial;
}

.CreateProjectRowSummary {
    font-size:9pt;
    color:#888888;
    font-family:'Segoe UI', Arial;
}

.trProjectRow:hover {
    background-color:#fff1cc;
}

.Project_Menu {
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right: 2px solid #aaaaaa;
    border-bottom: 2px solid #aaaaaa;
    background-color:#f9f9f9;
    padding:6px;
    font-family:Arial;
    font-size:10pt;
    display:inline-block;

}
.ProjectMenuButton {background-image:url(images/ProjectActionListArrow.png);background-position:right;background-repeat:no-repeat;border:1px solid #cdcdcd; background-color:#f9f9f9; height:27px; font-family:'Segoe UI', Arial;font-size:12pt; color:#000000; text-align:center; padding-top:7px; padding-left:20px; padding-right:28px; margin-top:4px; cursor:pointer}
.ProjectMenuButton:hover {background-color:#e8e8e8}
.ProjectMenuContainer {display:inline-block;}
.ProjectMenuItem {padding:4px; text-align:left; display:block; font-family:'Segoe UI', Arial; font-size:11pt; color:#444444;text-decoration:none;border:none;background-color:transparent}
.ProjectMenuItem:hover {background-color:#eeeeee;cursor:pointer;  }

.Message {color:red;font-size:12pt;font-family:'Segoe UI', Arial}

.SignUpField {width:300px; padding:5px;}
.SignUpFieldLabel {font-size:12pt; color:#555555; font-family:'Segoe UI', Arial}

.DialogFieldLabel {font-size:10pt; color:#444444; display:inline-block; width:130px; padding-left:20px}
.DialogFieldValue {font-size:10pt; color:#444444; display:inline-block; height:28px}
.DialogFieldTextbox {width:250px; font-size:10pt; color:#444444; padding:5px; margin-bottom:5px}
.DialogFieldList {width:262px; font-size:10pt;color:#444444;padding:4px; margin-bottom:5px}

