﻿/*@import url("Menu.css");*/
@import url("Menu.css");
@import url("Account.css");
@import url("Modal.css");
@import url("Forms.css");
@import url("Tables.css");

/* Generic */
.corner-ribbon { z-index: 2048; width: 200px; background: #e43; position: absolute; top: 25px; left: -50px; text-align: center; line-height: 17px; padding: 5px; letter-spacing: 1px; color: #f0f0f0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.corner-ribbon.sticky { position: fixed; }
.corner-ribbon.shadow { box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
.corner-ribbon.top-left { top: 25px; left: -50px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.corner-ribbon.top-right { top: 25px; right: -50px; left: auto; transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.corner-ribbon.bottom-left { top: auto; bottom: 25px; left: -50px; transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.corner-ribbon.bottom-right { top: auto; right: -50px; bottom: 25px; left: auto; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.corner-ribbon.white { background: #f0f0f0; color: #555; }
.corner-ribbon.black { background: #333; }
.corner-ribbon.grey { background: #999; }
.corner-ribbon.blue { background: #39d; }
.corner-ribbon.green { background: #2c7; }
.corner-ribbon.turquoise { background: #1b9; }
.corner-ribbon.purple { background: #95b; }
.corner-ribbon.red { background: #e43; }
.corner-ribbon.orange { background: #e82; }
.corner-ribbon.yellow { background: #ec0; }


.hidden {
    display: none;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

a img {
    border: none;
}

h2 {
    margin-top: 30px;
}

pre {
    border: solid 1px #c0c0c0;
    padding: 8px;
    width: 960px;
    background-color: #fafafa;
}

textarea {
    width: 550px;
}

td.numeric {
    text-align: right;
}


#aspnetForm {
    margin: 0 auto;
    width: 900px;
}

/* Reusable Styles */
.mainSection {
    border: solid 1px Gray;
    width: 99.7%;
}

.mainSection > .header {
    background-color: Gray;
    color: White;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 10px;
}

.mainSection > .body {
    padding: 10px;
}

.mainSection > .body > .section {
    margin: 5px 10px 20px;
}

.mainSection > .body > .title {
    margin: 5px 10px;
    font-weight: bold;
}

.mgmtPage {
    padding-top: 5px;
    min-height: 300px;
}

.mgmtPage .newItemLink {
    float: right;
}

.mgmtPage .newItemLink > a {
    color: #0F67A1;
    text-decoration: none;
}

.mgmtPage .newItemLink > a:hover {
    text-decoration: underline;
}

.newItemLink > a > img,
.newItemLink > input[type="image"] {
    vertical-align: bottom;
}


.layout {
    display: inline-block;
    vertical-align: top;
}

.layout.header {
    width: 888px;
    padding: 5px;
    border: solid 1px Silver;
    border-bottom: none;
    background: #27597C url("../Images/header.png") no-repeat;
    height: 115px;
    margin: 0;
    padding-bottom: 0;
}

.layout.header .logo {
    vertical-align: bottom;
    position: relative;
    top: 50px;
    font-size: 20px;
    float: right;
    text-decoration: none;
}

.layout.header .simpleSearch {
    margin-top: 10px;
    width: 250px;
}

.layout.fullColumn {
    margin-top: 5px;
    width: 100%;
}

.layout.rightColumn {
    width: 200px;
}

.layout.mainContent {
    width: 100%;
    overflow: hidden;
}

.layout.leftColumn {
    width: 200px;
}

.layout.middleColumn {
    width: 437px;
}

.layout.footer {
    margin-top: 5px;
    text-align: center;
    width: 898px;
    padding: 5px;
}


/* QuickView modules */
.module {
    border: solid 1px Silver;
    margin-bottom: 5px;
}

.module > .header {
    background-color: Gray;
    padding: 5px;
    color: White;
}

.module > .body {
    padding: 5px;
}

.module > .footer {
    padding: 5px;
}

/* Specific QuickView modules */
.module.articles .article {
    background-color: White;
}

.watermark {
    color: Gray;
}

.bookmark {
    cursor: pointer;
}

/* Blog List */
.blogListing > .blogList, .blogListing > .footer {
    margin: 10px;
}

.blogListing .blogEntry > .title {
    font-weight: bold;
    font-size: 18px;
}

.blogListing .blogEntry > .byline {
    font-style: italic;
}

.blogListing .blogEntry > .footer {
    margin: 5px 0 10px;
    padding: 3px 3px;
    border: dotted 1px;
    clear: both;
}

.blogListing .blogEntry > .footer > div {
    margin: 0 20px;
    display: inline-block;
}

.blogListing > .footer {
    background-color: #EEEEEE;
    border: solid 1px;
    padding: 5px;
}

.blogListing > .footer > .nextLink {
    float: right;
}

.blogRightView {
    padding-top: 121px;
}

.clearFloat {
    clear: both;
}

.error {
    color: Red;
}




.newItem {
    margin: 5px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}

.otherCodes, .icd9Codes {
    display: inline-block;
    margin: 10px;
    padding: 10px;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
}

.codes {
    width: 500px;
    display: block;
}

.codes textarea {
    height: 100px;
}

.keyButton {
    margin-top: 10px;
}
.sortButton {
    margin: 15px;
    margin-left: 75px;
}

.dataControlField {
    width: 300px;
}

.message {
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

.search {
    margin: 10px;
}

.choose {
    font-size: 12px;
    margin-top: 10px;
}


.otherCodes,
.icd9Codes
{
    display:inline-block;
    margin:10px;    
    padding:10px;
    padding-left:0;
    margin-left:0; 
    margin-top:0;   
}
.choose .Label, .choose .Value {
    display: inline;
    margin-left: 10px;
}

.speller {
    font-family: Arial, Helvetica, Sans-Serif;
    width: 300px;
}

.selectType, .selectType1 {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
    margin-top: 8px;
}

.selectType.padding80 {
    padding-left: 80px;
}

.selectType.padding43 {
    padding-left: 43px;
    padding-bottom: 5px;
}

.selectType .Value {
    display: inline;
    width: 205px;
}
.selectType .Label {
    height: 50px;
    vertical-align: top;
    display: inline;
    padding: 0;
}

.selectTypeRight {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    padding-left: 20px;
}

.selectTypeRight label {
    width: 110px;
}

.quarter {
    margin-top: 10px;
}

.fileUpload {
    display: inline-block;
    margin: 10px 10px 5px 0;
}

.fileUploadRow {
    border-bottom: dashed 1px silver;
    padding: 5px 0 10px 0;
}

.uploadMsg {
    color: Red;
    padding-top: 20px;
}

.upload .body {
    min-height: 200px;
}

.upload .section {
    float: left;
    width: 150px;
}

.upload .section li:first-child {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    list-style: none;
}

.upload .section li {
    list-style: none;
}

.upload .rightLink {
    float: right;
    margin: 10px 10px 0 0;
}

.ckEditWrapper {
    display: inline-block;
}

.checkBoxList {
    display: block;
    width: 675px;
    margin: 0 auto;
}

.checkBoxList label {
    width: 200px !important;
    padding: 0 10px 0 2px;
}

#imageHover {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}

.hint {
    padding: 3px;
    border: solid 1px black;
    margin: 10px 0;
}

.roundedBorder
{
    border-radius:5px;
}


.hint{
    padding: 3px;
    border: solid 1px black;
}

.hint > p > img{
    vertical-align: middle;
}


/* edit pages - common */

.labeledInput{
    padding-bottom: 5px;
}

.labeledInput label{
    display: inline-block;
    font-weight: bold;
    width: 120px;
}

.labeledInput .pseudoLabel{
    display: inline-block;
    font-weight: bold;
    width: 120px;
    vertical-align: top;
}

.labeledInput .tip{
    font-size: .9em;
    font-style: italic;    
}

.labeledInput select, .labeledInput input[type="text"]{
    width: 300px;
}

.labeledInput input[type="text"].codeBox{
    width: 7em;
}

.labeledInput input[type="text"].dateBox{
    width: 80px;
}

.labeledInput input[type="text"].shortBox{
    width: 160px;
}

.labeledInput input[type="text"].longText, .labeledInput input[type="file"]{
    width: 500px;
}




.newItem {
    margin:5px;
    margin-bottom:0;
    font-size:14px;
    font-weight:bold;   
    text-align:right;
    padding-right:5px;
}

.newItemLink {
    float: right;
    margin-bottom: 5px;
}

.newItemLink img{
    vertical-align: text-bottom;
}

.newItemLink a {
   color: #0F67A1;
   text-decoration: none;
}

.newItemLink a:hover {
   text-decoration: underline;
}


.backLink img{
    vertical-align: text-bottom;
}

.backLink a{
    color: #0F67A1;
    text-decoration: none;
}

.backLink a:hover{
    text-decoration: underline;
}
.scrollableDiv{
    overflow: scroll;
}
