﻿/*
  * Project: MedInfo
  * File: main-styles.css
  * Author: Mike Hu
  * Date: 05/24/2010
  * Copyright (C) Amgen Inc.
  */
  
/*
  | Style Colors:
  |
 */
  
/* 
 * ----
 * Defaults
 * ----
 */

body {
	font-size: 62.5%; /* 62.5% Resets 1em to 10px */
	font-family: Arial, Helvetica, Tahoma, Sans-Serif;
	background: #fff;
	text-align: left;
}

strong, b { font-weight: bold; }

h2 {
	display: block;
	margin-top: 0px;
	height: 70px;
	text-indent: -99999px;
	background: url('/Content/images/MedInfoBluePhone.png') 420px 0 no-repeat;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	color: #333333
}

p {
	font-size: 1.1em;
	color: #333333;
	line-height: 1.3em;
	margin: 10px;
}

/* 
 * ----
 * Links
 * ----
 */
 
a, a:visited, a:hover, a:active {
	font-weight: bold;
	color: #0066cc;
	text-decoration: none;
}

/* 
 * ----
 * Helper Classes
 * ----
 */
 
.float_right { float: right; }
.float_left { float: left; }

/* 
 * ----
 * Sectional
 * ----
 */
 
#container {
	position: relative;
	width: 845px;
	padding-top: 225px;
	z-index: 10;
}
 
#UpperContainer {
	position: absolute;
	width: 835px;
	height: 215px;
	top: 10px;
	left: 10px;
	background: none;
	overflow: hidden;
	z-index: 97;
}

#NavBreadCrumbs {
	margin-left: 22px;
	overflow: hidden;
}

#MainContent {
	margin-left: 28px;
	margin-right: 50px;
}

#NavLeftContainer {
	float: left;
	display: block;
	margin-left: 10px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	overflow: hidden;
}

#Content {
	display: block;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	padding: 20px 40px 20px 20px;
	margin-left: 210px;
	min-height: 400px;
}

#divSessionTimeOut, #pagetopagemessage {
    display: block;
    color: green;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    margin: 6px;
}

#PageFooter {
	clear: both;
	display: block;
	border-top: 1px solid #d7d7d7;
	margin-left: 20px;
	margin-right: 50px;
	padding-bottom: 10px;
}

/* 
 * ----
 * Specifics
 * ----
 */


#NavBreadCrumbs ul{
	list-style: none;
	padding-left: 20px;
}
 
#NavBreadCrumbs li{
	display: inline;
	float: left;
}
 
#NavBreadCrumbs li a {
	display: block;
	color: gray;
	font-size: 1.1em;
	font-weight: normal;
	margin-right: 12px;
	padding-left: 10px;
	background: url("/Content/images/gray_arrow.gif") left 4px no-repeat;
}

#NavBreadCrumbs li a.current{
	font-weight: bold;
}

#NavLeftContainer h4 {
	line-height: 1.4em;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 6px;
	color: #0066cc;
}

#NavLeftContainer h5 {
    font-size: 1.1em;
    line-height: 1.4em;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 4px;
    color: #333;
}

#NavLeftContainer h5 em {
    font-weight: bold;
}

ul.navList {
	list-style: none;
	margin-top: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #d7d7d7;
}

ul.navList li {
	display: block;
	width: 200px;
	border-top: 1px solid #d7d7d7;
}

ul.navList li a {
	display: block;
	padding: 6px 4px 6px 24px;
	color: gray;
	font-size: 1.1em;
	line-height: 1.2em;
	background: url("/Content/images/gray_round_arrow.gif") 4px 50% no-repeat;
}

ul.navList li a:hover, ul.navList li a.current { background: url("/Content/images/blue_round_arrow.gif") 4px 50% no-repeat; }

#Content dl {
	margin: 10px;
	color: #333;
}

#Content dl dt {
	font-size: 1.1em;
	line-height: 1.3em;
}

#Content dl dd {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-left: 40px;
}

div.MedInfoHeader {
    color: #666;
    margin-top: 6px;
    border: 1px solid #333;
    padding: 10px;
    text-align: center;
}

div.MedInfoHeader h3 {
    font-size: 1.4em;
    color: #666;
}

div.MedInfoDetails 
{
    max-height:400px;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 6px;
}

span.note {
    font-style: italic;
    font-size: 110%;
}

span.appointmentlabel 
{
    line-height: 1.4em;
	font-size: 1.1em;
	font-weight: bold;
	color: #0066cc;
}

#PageFooter p {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #555555;
}

/* 
 * ----
 * Form Styling
 * ----
 */
 
input[type=button] {
    color: #696969;
    font-weight: bold;
    font-size: 1em;
    padding: 2px;
}

input[type=submit] {
    color: #696969;
    font-weight: bold;
    font-size: 1em;
    padding: 2px;
    margin-left: 150px;
}
 
fieldset {
    margin: 20px 8px 4px 8px;
}

fieldset p, fieldset li {
    margin: 14px 10px 14px 10px;
    font-size: 1em;
}

fieldset em {
    float: left;
    margin-top: 2px;
    margin-left: -1em;
    color: Red;
}

fieldset label {
    display: block;
    clear: left;
    float: left;
    width: 150px;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 2px;
}

fieldset input[type=text] { width: 180px; font-size: 1.2em; }

fieldset textarea { width: 250px; font-family: Arial, Helvetica, Tahoma, Sans-Serif; font-size: 1.2em; }

fieldset select { width: 186px; font-size: 1.2em; }

fieldset span.txtContent {
    display: block;
    margin-left: 150px;
}

fieldset label.error {
    display: block;
    color: Red;
    clear: none;
    float: none;
    margin-left: 150px;
    line-height: 1.6em;
    font-weight: bold;
    width: 250px;
}

fieldset span.field-validation-error 
{
    display: block;
    color: Red;
    clear: none;
    float: none;
    margin-left: 150px;
    line-height: 1.6em;
    font-weight: bold;
    font-size: 1.1em;
    width: 250px;
}

fieldset label.full {
    display: inline;
    float: none;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 2px;
}

fieldset label.full em {
    float: none;
    margin-left: 0;
}

/* 
 * ----
 * Validation
 * ----
 */

div.validation-summary-errors {
    color: Red;
    padding-left: 10px;
    margin: 10px;
}

div.validation-summary-errors ul {
    list-style: disc;
}

div.validation-summary-errors ul li {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2em;
}

/* 
 * ----
 * Tables
 * ----
 */
 
table.inquiryForm {
    margin: 16px 8px 16px 8px;
}

table.inquiryForm td 
{
    padding: 4px;
}

table.inquiryForm td.Form_Title {
    font-size: 1.6em;
    color: #696969;
    font-weight: bold;
    line-height: 1.2em;
}

table.inquiryForm td.Form_Notes 
{
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #696969;
}

table.inquiryForm td.Form_Label 
{
    padding-top: 6px;
    padding-bottom: 6px;
}

table.inquiryForm td em {
    margin: 4px;
    color: Red;
}

table.inquiryForm label.error {
    color: Red;
    font-weight: bold;
    margin-left: 4px;
}

table.tablesorter {
    border-collapse: collapse;
}

table.tablesorter td {
    border: 1px solid #E8EEF4;
}

table.requirementsTable {
    border-collapse: collapse;
    margin: 10px;
}

table.requirementsTable td {
    padding: 6px;
    border: 1px solid #ddd;
}

table.requirementsTable td.Form_Label {
    font-weight: bold;
    background: #eee;
}

table.requestRef td {
    vertical-align: middle;
}

table.requestRef td a {
    display: block;
    margin-top: 4px;
}

table.requestRef div.actionbuttons {
    display: block;
    width: 100px;
    overflow: hidden;
}

table.requestRef input.tdRefNo {
    display: block;
    width: 95%;
}

table.requestRef input.tdAuthor {
    display: block;
    width: 98%;
}

table.requestRef input.tdYear {
    display: block;
    width: 93%;
}

table.requestRef input[type=button] {
    margin: 0;
    padding: 0;
    line-height: 1em;
}

table.requestRef tbody td input {
    border: transparent;
    background: transparent;
}

/* 
 * ----
 * jQuery datePicker
 * ----
 */
#ui-datepicker-div    {
        z-index: 9999999;
}
