﻿html
{
	height: 100%;
	width: 100%;
}

body
{
    background-color: #FFFFFF;
    font-size: 8pt;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #808080;
    min-width: 780px;
    text-align: center;
    height: 100%;
    width: 100%;    
}

#wrapper
{
	min-height: 100%;
	min-width: 995px;	
}

body, td, input, textarea {
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size:8pt;
}

.standard-page-margin
{
    width: 100%;
    margin: 10px auto;    
}

.label {
	line-height:20px;
}

.validation-summary-errors 
{
	color:#FF0000;
	font-weight:bold;
}

ul.validation-summary-errors
{
	line-height:1.6em;
	margin-bottom: 0px;
	padding-bottom:10px;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

#page-header-container
{
	height: 60px;
}

#page-menu-container
{
	background-image: url(../images/secondary-bg.gif);
	background-repeat: repeat-x;
	height: 27px;	
}

#page-body-container
{
	clear: both;
	min-height: 450px;
	height: 100%;
	position: relative;	
}

.page-title-container
{
	height: 51px;
	text-align: left;
	background-image: url(../images/bkg_title.jpg);	
}

.page-title-container .title
{
	font-size: 27px;	
	padding: 10px 0 0 30px;
	color: #000000;
	float: left;
}

.page-title-container .help-link
{
	font-size: 13px;	
	padding: 17px 10px 0 0;
	float: right;
}

.page-title-container .help-link a,
.page-title-container .help-link a:link,
.page-title-container .help-link a:hover,
.page-title-container .help-link a:visited
{
	text-decoration: none;
}

.page-title-container .help-link img
{
	vertical-align: top;
	border: 0px;
	margin-right: 5px;
}

.page-content-area-container
{
	text-align: center;	
}

.page-content-container
{
	border: solid 0px green;
	float: left;
	margin: 30px 0px 0px 0px;
	padding-left: 40px;
	/* width: 610px; */
	width: auto;
	height: auto;
	min-height: 390px;
}

.page-content-container.manage
{	
}

.page-content-container.full
{
	margin: 0px;
	float: none;
	text-align: center;
	width: 100%;	
	padding-left: 0px;		
}

.page-content-container.full.no-modules
{
	background-image: url(../images/grayed_out_bkg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.page-sidebar-container
{
	border: solid 0px red;
	float: right;
	margin: 40px 45px 5px 5px;
	width: 280px;
	height: auto;
}

#page-content
{	
	height: 700px;
	width: 100%;
	border: 0px solid red;		
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 100%;
}

/* BUTTONS
----------------------------------------------------------*/
input.silver-button {
    background-color: #eaeaea;
    background-image: url(../images/silver-button-background.gif);
    background-repeat: repeat;
    border: 1px solid #b1b1b1;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana;
    padding: 2px 10px 2px 10px;
    vertical-align: text-bottom;
    margin: 0 auto 1px auto;
    width: auto;
    overflow: visible;
    cursor: pointer;
}

a.black-button,
a.black-button:link,
a.black-button:visited {
    font-family: verdana;
    background:transparent url(../images/black-button-bg.gif) no-repeat scroll 100% 0;
    color: #fff;
    display: block; /* Firefox 2 needs this, other browsers will ignore it */
    display: inline-block; /* This is for all other browsers */
    float: left; /* Firefox 2 needs this */
    height: 17px;
    outline: none;
    padding:0 9px 6px 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    margin-left: 1px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 1;
}

a.black-button span {
    background: transparent url(../images/black-button-bg.gif) no-repeat scroll 0 0;
    float:left;
    margin:0;
    padding: 5px 3px 6px 12px;
    cursor: pointer;
    display: block;
    margin-left: -1px;
}

a.black-button:hover {
    background-position:  100% -23px !important;
}

a.black-button:hover span {
    background-position:  0 -23px !important;
}

/*--IE6 Specific--*/
* html a.black-button,
* html a.black-button:link,
* html a.black-button:visited {
    padding-bottom: 0px;
    background:transparent url(../images/black-button-bg-ie6.gif) no-repeat scroll 100% 0;
    margin-left: 0px;
}

* html a.black-button span {
    background:transparent url(../images/black-button-bg-ie6.gif) no-repeat scroll 0 0;
    margin-left: 0px;
}

/* DEFAULTS BELOW
----------------------------------------------------------*/

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #034af3;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #034af3;
}

ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}
