﻿.panelTitle {
    font-size: 14pt;
    color: darkblue;
    font-weight: bold;
}

.navLink {
    font-size: 12pt;
}

.contentPara {
    font-family: Arial;
    font-size: 11pt;
    color: #000000;
    text-decoration: none;
    background: transparent;
}

.headerFont {
    font-family: Arial Black;
    font-size: 14pt;
    color: #000000;
    text-decoration: none;
    background: transparent;
}

.registrationFont {
    font-family: Arial Black;
    font-size: 12pt;
    color: #000000;
    text-decoration: none;
    background: transparent;
}

.welcomeFont {
    font-family: Arial Black;
    font-size: 12pt;
    color: #000000;
    text-decoration: none;
    background: transparent;
}

#body {
    background-color: white;
    /*border-style: solid;
    border-width: 2px;
    border-color: gray;*/
    /*width: 1005px;*/
}

.main-content {
    background-color: white;
    background-image: none;
    height: auto;  /* set min height to prevent footer from rising too high */
    min-height: 400px;
}

footer {
    background-color: white; /* old:  #e2e2e2   #a6c9e2 */
}

label {
    display: inline; 
    font-size: 1em;
    font-weight: normal
}

/* Field set start */

fieldset
{
    border-width: thin;
    border-style: groove;
    margin: 1em 0 1em 0;
    padding: 1em 2em 1em 2em;
}

    fieldset legend
    {
        display: block;
        font-weight: bolder;
        padding: 0 2px;
    }

    fieldset td
    {
        vertical-align: top;
    }

        fieldset td.label
        {
            text-decoration:underline;
            width: 360px;
            text-align: right;
            padding-right: 15px;
        }

        fieldset td.labelReadOnly
        {
            text-decoration:underline;
            width: 50px;
            text-align: right;
            padding-right: 15px;    
        }

        /*fieldset div {
            padding-top: .25em;
            padding-bottom: .25em;
        }

        fieldset div label {
            display: inline-block;
            text-decoration:underline;
            width: 360px;
            text-align: right;
            padding-right: 15px;
        }*/

/* Field set end */

select.input-validation-error {
    border: 1px solid #e80c4d;
}

select.input-validation-error + .ui-combobox {
    border: 1px solid #e80c4d;
}

textarea.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="datetime"].input-validation-error {
    border: 1px solid #e80c4d;
}

.delete-Visitor {
    cursor: pointer;
    background: url("../Images/delete.png") no-repeat;
    margin: 5px;
    padding: 5px 15px 5px 15px;
    background-position: left center; 
    vertical-align: middle;
    height: 50%;
    width: 50%;
}

.no-Visitor {
    background: url("../Images/thumbsdown.gif") no-repeat;
    margin: 5px;
    padding: 5px 15px 5px 30px;
    background-position: left center; 
    vertical-align: middle;
    height: 50%;
    width: 50%;
}

.yes-Visitor {
    background: url("../Images/thumbsup.gif") no-repeat;
    margin: 5px;
    padding: 5px 15px 5px 30px;
    background-position: left center; 
    vertical-align: middle;
    height: 50%;
    width: 50%;
}

.custom-validation-valid {
    display: none;
}

.validationField {
    display: inline;
}

.validationError {
    display: inline;
    margin-left: 20px;
}

.reviewLabel 
{
    text-decoration: underline;
    width: 360px;
    text-align: right;
    float: right
}

.radioYesNo {
    width: 40%;
    display: inline;
}

.radioYes, .radioNo {
    margin-left: 5px;
    width: 20px;
    border: none;
}

.borderless {
    border: none
}

.rounded {
    border: 1px solid #DCDCDC;
    border-radius: 6px 6px 6px 6px;
}

.scroll {
    border: inherit
}

.do-not-show {
    display: none;
}

.reject-request-form {
    width: 100%; 
    border-color: red; 
    border: 2px; 
    border-style: ridge;
}

.delete-Attachment:hover, .goToAttachments:hover {
    cursor: pointer
}

.delete-Note:hover, .goToNotes:hover {
    cursor: pointer
}

.delete-WorkHistory:hover {
    cursor: pointer
}

.editor-label {
    line-height: normal;
    font-weight: bold;
    text-align: right;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    width: 120px;
    float: left;
    vertical-align: middle;
}

.editor-field, .display-field {
    margin-bottom: 5px;
    margin-left: 130px;
    margin-right: 10px
}

.nidFlag {
    color: red;
}

.addNid {
    font-weight: bold;
    font-size: 8pt;
}

.ui-combobox {
    position: relative;
    display: inline-block;
}

.ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}

.ui-combobox-input {
    margin: 5px 0 5px 0;
    padding: 0.3em;
}

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  color: #f5f5f5;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #45aeea;
  background-image: -moz-linear-gradient(top, #54b4eb, #2fa4e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#54b4eb), to(#2fa4e7));
  background-image: -webkit-linear-gradient(top, #54b4eb, #2fa4e7);
  background-image: -o-linear-gradient(top, #54b4eb, #2fa4e7);
  background-image: linear-gradient(to bottom, #54b4eb, #2fa4e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff2fa4e7', GradientType=0);
  border: 1px solid #1990d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}

.pageTitle {
    font-weight: bold;
    font-size: 18pt;
    width: 400px;
}

.logoFont:link, .logoFont:hover, .logoFont:active, .logoFont:visited {
    font-family: Arial;
    font-size: 18pt;
    font-weight: bold;
    color: #FFDD00;
    text-decoration: none;
    background: transparent;
    margin-left: 5px; 
    margin-right: 30px; 
    margin-top: 12px;
    float: left;
}

#contentBody {
    width: 1100px;
    background-color: #ffffff;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

.contentLeft {
    width: 900px;
    text-align: left;
}

.contentRight {
    width: 200px;
    text-align: left;
}

.navMenu {
    background-color: #83B4D8;
    border: .5px solid;
    border-color: transparent;
    font-weight: bold; 
    color: White; 
    text-decoration: none; 
}

.navMenu a {
    color: white;
}

.navMenuDropDown {
  background-color: #1990d5;
}

.text-box, .blueGlass, input[type='datetime'] {
    border: 1px solid #c5dbec; 
    background: #dfeffc url(/Registration/Content/themes/redmond/minified/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
    font-weight: bold; 
    color: #2e6e9e; 
}

.formLabel {
    display: inline-block;
    width: 15em;
    vertical-align: middle;
    text-align: right;
    margin: 5px 15px 5px 0;
}

 .formInput {
     display: inline-block;
     margin-right: 15px;
     width: 400px
 }
 
 .formTextArea {
     display: inline-block;
     margin-right: 15px;
     height: 10em;
     width: 400px
 }
 
 .formDisplay {
     display: inline-block;
     margin: 5px 15px 5px 0;
     vertical-align: middle
 }

 .formLiteral {
     margin: 5px 15px 5px 0;
     vertical-align: middle
 }

 .formValidationMessage {
     display: inline-block;
     width: 2em;
     margin-left: 15px;
 }

.narrow {
     width: 300px
 }

.formLabel.narrow {
    width: 10em;
}

 .field-validation-error {
     display: inline-block;
 }

 span input, textarea {
     width: 95%;
     height: 95%;
 }

 span .ui-combobox-input {
     width: 75%;
 }

 .formEditor {
     width: 5em;
 }

 .ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}

.newsTopRow {
    border-style: solid;
    border-width: 2px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;    
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    border-color: #e2e2e2;
    background-color: #83B4D8; /*#83B4D8*/
    color: white;
    height: 8px;
    width: 300px;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif; 
    font-size: 0.9em;
    font-weight: bold;
    padding: 5px;
}

.newsContent {
    border-style: solid;
    border-width: 2px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;    
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;   /*10px*/
    border-color: #e2e2e2;  /*#e2e2e2*/
    background-color: white;   
    vertical-align: top;
    text-align: left;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif; 
    font-size: 0.9em;
    font-weight: normal;
    padding: 5px;
    height: 50px;
    width: 300px;
}

.libraryTopRow {
    border-style: solid;
    border-width: 2px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;    
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    border-color: #e2e2e2;
    background-color: #83B4D8; /*#83B4D8*/
    color: white;
    height: 8px;
    width: 300px;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif; 
    font-size: 0.9em;
    font-weight: bold;
    padding: 5px;
}

.libraryContent {
    border-style: solid;
    border-width: 2px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;    
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;   /*10px*/
    border-color: #e2e2e2;  /*#e2e2e2*/
    background-color: white;   
    vertical-align: top;
    text-align: left;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif; 
    font-size: 0.9em;
    font-weight: normal;
    padding: 5px;
    height: 50px;
    width: 300px;
}

.homeTitleNews {
    width: 100%;
    height: 130px;
    padding: 0;
    clear: both;
    margin: 0;
}

.tab {
    margin-left: 40px;
}