/**
 * @(#)main.css
 * Copyright Freelancer Solutions
 */
 
/**
 * MSPS Web Portal
 * Version 2.0
 *
 * Title: Main CSS
 *
 * Description: CSS 2.0 for page html and layout
 *
 * @author Paul Edelman
 * @version 1.3
 */
 
/********************************************************************
 * Standard Page Elements
 * Elements such as body, tr, td, p, h1, etc.
 ********************************************************************/
body {
	background-image: url('');
	background-position: top;
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/*
 * Forms 
 */
form {
	padding: 0px;
	margin: 0px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
}

/*
 * Headlines
 */
h1 {
	font-size: 24px;
	margin: 0;
}

h2 {
	font-size: 18px;
	margin: 0;
}

h3 {
	font-size: 16px;
	margin: 0;
}

h4 {
	font-size: 14px;
	margin: 0;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

h6 {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

/********************************************************************
 * General Effects Classes
 ********************************************************************/

.transOFF {}

.transON {
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}

.trans25 {
	opacity:.25;
	filter: alpha(opacity=25); 
	-moz-opacity: 0.25;
}

.trans75 {
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
}

/********************************************************************
 * Layout Elements
 ********************************************************************/

#wrapper {
	background-color: white;	
} 
 
/*
 * header
 * Fixed header bar at the top of the page.
 */
#header {
	background-color: #FFFFFF;
	border-bottom: 2px solid #003300;
	height: 145px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

/* logo */
#header #logo {
	color: #FFFFFF;
	font-size: 36px;
	float: left;
	vertical-align: middle;
}

/* navigation */
#header #navigation {
	color: #FFFFFF;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 60px;
}

#header #navigation a {
	color: #FFFFFF;
}

#header #navigation a:hover {
	color: #FFFFFF;
}

#header #navigation a:visited {
	color: #FFFFFF;
}

/*
 * topBar
 * This is the small bar just below the header that contains
 * the search elements as well as some other navigation elements.
 */
#topBar {
	height: 20px;
	left: 10px;
	position: absolute;
	right: 220px;
	top: 165px;
}

#topBar #frame {
	height: 20px;
	width: 100%;
}

#topBar #navigation {
	width: 50%;
}

#topBar #search {
	margin: auto;
	text-align: center;
}

#topBar #date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 11px;
	text-align: right;
	float: right;
}

/*
 * searchBar
 */
#searchBar {
	margin: auto;
	vertical-align: middle;
}

#searchBar form input {
	font-size: 10px;
}

#searchBar #frame {
	margin: auto;
	width: auto;
}

#searchBar #frame td {
	padding-left: 2px;
	padding-right: 2px;
}

/*
 * Items (items)
 * For displaying the list of items in the system.
 */
 
#items .transOFF {
	
}

#items .transON {
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}

#items .trans25 {
	opacity:.25;
	filter: alpha(opacity=25); 
	-moz-opacity: 0.25;
}

#items .trans75 {
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
}

#itemTable .description {
	padding-top: 10px;
	padding-bottom: 10px;
}
 
.item {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.item a {
	color: #5E5E5E;
	text-decoration: none;
}

.item a:hover {
	text-decoration: none;
}

.item a:visited {
	text-decoration: none;
}
 
#items #toolbar {
	height: 30px;
	width: auto;
}

#items #toolbar table {
	width: 100%;
}

#items #toolbar td {
	width: 33%;
}

#items #toolbar #left {
	text-align: left;
}

#items #toolbar #middle {
	text-align: center;
}

#items #toolbar #right {
	text-align: right;
}

#items #toolbar #pager {
	width: 5px;
}

#items #toolbar #pager td {
	padding: 3px;
	text-align: center;
	width: 25px;
	vertical-align: middle;
}

#items #toolbar #pager a {
	color: #333333;
	text-decoration: none;
}

#items #toolbar #pager a:hover {
	text-decoration: underline;
}

#items #records {
	padding-top: 15px;
	padding-bottom: 15px;
}

#items #records table {
	width: 700px;
}

#items #records td {
	height: 25px;
	padding-right: 20px;
	vertical-align: middle;
}

/*
 * horizontalLine
 * This is the thin horizontal line that runs from the left
 * side of the screen to the rightSideMenu and is below the topBar.
 */
#horizontalLine {
	background-color: #C5DEA1;
	height: 1px;
	left: 5px;
	position: absolute;
	right: 200px;
	top: 133px;
}

/*
 * rightSideBar
 */
#rightSideMenuFrame {
	height: 300px;
	position: absolute;
	right: 20px;
	top: 188px;
	width: 180px;
}

#rightSideMenuFrame .navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#rightSideMenuFrame .navigation a {
	text-decoration: underline;
}

/*
 * Content
 */
#content {
	background-color: white;
	position: absolute;
	left: 10px;
	right: 220px;
	top: 208px;
}

#contentPublic {
    background-color: white;
    margin-top: 50px;
    padding-left: 8px;
    padding-right: 8px;
}

#contentBuffer {
	position: relative;
	height: 40px;
}

/*
 * footer
 * Fixed footer bar at the bottom of the page.
 */
#footer {
	background-color: #CCCCCC;
	border-top: 2px solid #999999;
	bottom: 0px;
	height: 40px;
	left: 0px;
	margin-top: 20px;
	position: fixed;
	width: 100%;
	z-index: 10000;
}

#footer #navigation {
	color: #FFFFFF;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
}

#footer #notice {
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
}

/*
 * loginBox
 */
#loginBox {
	height: 205px;
	margin: 25px;
	width: 300px;
}

#loginBox #title {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#loginBox #lock {
	margin-top: 45px;
	margin-left: 20px;
}

#loginBox #form {
	float: right;
	margin-top: 20px;
	text-align: center;
}

/*
 * message
 * Used to display messages to the user and take focus away from other
 * elements on the site.
 */
#greyout {
	background-color: #999999;
	bottom: 0px;
	left: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

#message {
	bottom: 0px;
	left: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	vertical-align: middle;
	z-index: 3;
}

/* import */
#message #import {
	height: auto;
	margin: auto;
	margin-top: 100px;
	text-align: center;
	width: 250px;
	z-index: 3;
}

#message #import form,input,select {
	margin: 3px;
}

/* addUser */
#message #addUser {
	height: 400px;
	margin: auto;
	margin-top: 100px;
	text-align: center;
	width: 400px;
	z-index: 3;
}

/* manageAccounts */
#message #manageAccounts {
	height: 250px;
	margin: auto;
	margin-top: 100px;
	text-align: center;
	width: 250px;
	z-index: 3;
}

/* systemPreferences */
#message #systemPreferences {
	height: 250px;
	margin: auto;
	margin-top: 100px;
	text-align: center;
	width: 250px;
	z-index: 3;
}

/* ueiAddItem */
#message #ueiAddItem {
	height: 250px;
	margin: auto;
	margin-top: 100px;
	text-align: center;
	width: 250px;
	z-index: 3;
}

/*
 * admin
 */
#adminMenu {
	margin-bottom: 15px;
}

#adminMenu img {
	padding-bottom: 5px;
}

#adminMenu td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow:auto;
	padding: 5px;
	text-align: center;
	width: 100px;
	vertical-align: top;
}

#adminMenu a {
	color: #333333;
	text-decoration: none;
}

#adminMenu a:hover {
	text-decoration: underline;
}

#adminMenu a:visited {
	text-decoration: none;
}

/*
 * Items
 */
#itemTable {
	width: 500px;
	padding: 5px;
}

/*
 * navigation
 * Regular navigation elements.
 */
.navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.navigation a {
	color: #5E5E5E;
	text-decoration: none;
}

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

.navigation a:visited {
	text-decoration: none;
}

/*
 * smallText
 * For small text elements.
 */
.smallText {
	font-size: 10px;
}

/*
 * smallNavigation
 * For small navigation elements.
 */
.smallNavigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.smallNavigation a {
	color: #E8A400;
	font-weight: bold;
	text-decoration: none;
}

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

.smallNavigation a:visited {
	text-decoration: none;
}

/*
 * boxes
 * These are web 2.0 styles boxes used to contain elements
 * on the page.  They have different color schemes, but are
 * all generally similar in structure.
 */
 
/* greenBox1 */
.greenBox1 {
	background-color: #CDDFBF;
	border: 1px solid #8CB379;
	padding: 5px;
}

/* bigGreyBox1 */
.bigGreyBox1 {
	background-color: #ECF3E1;
	border: 4px solid #C5DEA1;
	padding: 5px;
}

/* greyBox1 */
.greyBox1 {
	background-color: #ECF3E1;
	border: 1px solid #C5DEA1;
	padding: 5px;
}

/* greyBox2 */
.greyBox2 {
	background-color: #ECF3E1;
	border: 1px solid #D4EEAE;
	padding: 5px;
}

/* blueBox1 */
.blueBox1 {
	background-color: #ebebf8;
	border: 1px solid #26264c;
	padding: 5px;
}

/* bigGreyBox1 */
.bigBlueBox1 {
	background-color: #ebebf8;
	border: 4px solid #26264c;
	padding: 5px;
}

/*
 * Format Classes
 */

.error {
	color: red;
	font-weight: normal;
}

/*******************************
 * CSS from MSEM user interface
 */
.style1 {
	font-weight: bold;
}
