﻿html {
    overflow-y: scroll;
}

body {
    background: none repeat scroll 0 0 #E8E8E8;
    font-family: arial,sans-serif;
    margin:0px auto;
}

#page {

    background: none repeat scroll 0 0 #E8E8E8;
}

#header-wrap {
    height:132px;
    background-color:#15387F;
    color:White;
}

#header {
    color:White;
    width:976px;
    margin:0px auto;
}

#title {
    padding-top:20px;
    height:80px;
}

#logo {
    float:left;
    background: url("/Images/ljmu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height:75px;
    width:261px;    
}

#logo a {
    display: block;
    height:100%;
    width:100%;
}

#text {
    float:right;
    padding-right:50px;
    font-weight: bold;
    line-height: 75px;
    font-size: 200%;
}

#navigation {
    width:100%;
	float: left;
	margin: 0;
	padding: 0;
    font-size:120%;
}
	
#navigation ul {
	list-style: none;
	margin: 0px auto;
	padding: 0;
}

#navigation li {
	float: left;
}

#navigation li a {
	display: block;
	padding: 8px 8px 8px 8px;
	text-decoration: none;
    font-weight:bold;
	font-size: 14px;
	color:White;
}

#navigation a:focus, #navigation a:active, #navigation a:hover {
    background: none repeat scroll 0 0 White;
    color:#0D3477;
}

#navigation #selected {
    text-decoration:underline;
}

#navigation li:first-child li a {
	padding: 0px 15px 6px 15px;
}

#navigation li:last-child {
	float:right;
}

#navigation li:last-child li a {
	padding: 0px 15px 0px 15px;
}

#content {
    margin:0px auto;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;    
    border-bottom:1px solid #ccc;
    min-height:600px;
    width:936px;
    padding:20px;
    color: #666666;
    background:white;
}

#footer {
    margin:0px auto;
    width:956px;
    padding-left:10px;
    padding-right:10px;
    color:gray;
}

.fieldContainer {
	position:relative;
	padding:5px 5px 5px 20px;
	font-size:small;
	white-space: nowrap;
    width:415px;
    display:inline-block;
}

.fieldContainerWide 
{
	position:relative;
	padding:5px 5px 5px 20px;
	font-size:small;
	font-weight:bold;
    width:880px;
    display:inline-block;
}

.fieldContainerAttach
{
	position:relative;
	padding:5px 5px 5px 20px;
	font-size:14px;
	font-weight:normal;
    width:880px;
    display:inline-block;
}

.fieldContainerAttachBorder
{
    position:relative;
	padding:5px 5px 5px 5px;
    font-weight:bold;
    display:inline-block;
    border:2px solid black;
}

.fieldContainerError {
	position:relative;
	padding:5px 5px 5px 20px;
	font-size:small;
	color:Red;
	white-space: nowrap;
    width:415px;
    display:inline-block;
}

.fieldContainerHidden 
{
    display:none;
}

.fieldLabel {
	float: left;
    padding-bottom:10px;
}

.fieldLabelMandatory {
	float: left;
	font-weight: bold;
    padding-bottom:10px;
}

.fieldInput {
	width:100%;
	height:20px;
	float:left;
}

.fieldInput input {
    border: 2px;
    padding: 1px;
}

.fieldInputDate {
	width:92%;
	height:20px;
	float:left;
}

.fieldInputDate input {
    border: 2px;
    padding: 1px;
}

.imgPopupDate {
	width:6%;
	float:left;
}

.imgWarning {
	width:2%;
	float:left;
}

.fieldButton {
	width:45%;
	text-align: center;
}

.error
{
	color:Red;
	font-size:medium;
	float: left;
}

.groupContainer {
    margin-top: 10px;
    margin-bottom: 10px;
}

.groupContainerHidden {
    display:none;
}

input, select.effect {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#gvC {
    border: 0 none;
    border-collapse: collapse;
}

.gvrow-odd {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor:default;
    background-color: #EFF3FB;
}

.gvrow-even {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor:default;
    background-color: #FFFFFF;
}

#alert {
    background-color: #FAFAD2;
    border: 2px solid #6A98CB;
    border-radius: 8px;    
    font-size: 10pt;
    line-height: 30px;
    padding: 5px;
    text-align: center;
}

#alertClose
{
    display:block;
    float:right;
}

#buttonContainer {
width:95%;
}

#btnClear {
    float:left;
}

#btnSubmit {
    float:right;
}

img.helper-info {
    cursor: help;
}

div.helper-info {
    display:inline-block;
}

div.helper-info span {
    font-size: small;
    display: none;
    white-space:pre-wrap;
}

div.helper-info:hover span 
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F7F7EE;
    border-color: #A0A0D0 #333366 #333366 #A0A0D0;
    border-image: none;
    border-radius: 10px;
    border-right: 2px solid #333366;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    color: #000000;
    display: block;
    font-weight: normal;
    padding: 3px 7px 4px 6px;
    position:absolute;
    text-align: center;
    text-decoration: none;
    width:300px;
    z-index: 100;
}

.checkboxTab{
    padding-left:15px;
}

.warningText{
    color:red;
    font-style:italic;
}

.containerField {
    width: 100%;
    display: table-row;
    padding-left: 10px;
    padding-bottom: 10px;
    float: left;
}

.containerField:last-child {
    padding-bottom: 0px;
}

.containerText {
    width: 100%;
    display: table-row;
    padding-bottom: 10px;
    float: left;
}

.fieldInput {
	width:100%;
	float:left;
    height:50px;
}

.fieldError {
    color:red;
}


.checkboxIndent label{
display: table;
padding: 1px 2px;
margin-left: 16px;
text-indent: -0px;
}