﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	background-color: #006666;
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/*

a.addnew
{ 
	background: url(/content/Images/addnew.gif) no-repeat top left;
}

a.edit
{ 
	background: url(/content/Images/edit.gif) no-repeat top left;
}

a.delete
{ 
	background: url(/content/Images/delete.gif) no-repeat top left;
}

a.details
{ 
	background: url(/content/Images/info.gif) no-repeat top left;
}

*/

/* 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   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

#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: 5px 30px 5px 30px;
	background-color: #fff;
	margin-bottom: 5px; /*_height: 1px;*/
	min-height: 550px;
}

#footer
{
	color: #000000;
	padding: 5px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
	background-color: #C0C0C0;
}

/* Logo */

#logo
{
	padding: 5px 5px 5px 5px;
	margin: 10px 5px 5px 5px;
	float: left;
	height: 120px;
	border-color: #808000;
	border-style: dashed;
}

/*

#logo h1, #logo h2 
{
	text-align: left;
}

#logo h1 
{
	padding-top: 16px;
	font-size: 350%;
}

#logo h2 {
	font-size: 150%;
}

#logo a {
	text-decoration: none;
	color: #3F586B;
}
*/

* ul#menu
{
	border-bottom: 1px #5C87B2 solid; 
	padding: 5; 
	position: relative;
	margin: 0;
	text-align: left;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    /*padding: 10px 20px;*/
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    /*padding: 10px 20px;*/
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
	/*background-color: #fff;*/
	background-color: #00CCFF;
	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;*/
	margin-right:10px; 
	float:left; 
	font-weight:bold;
	min-width:150px; 
	text-align:right;   
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}



/* 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
{
	padding: 5px;
	margin-top: 130px; /*margin-left: 10px;*/
	position: relative;
	background-color: #C0C0C0;
}

div#title
{
	padding: 5px 5px 5px 5px;
	border-color: #808000;
	border-style: dashed;
	margin: 10px;
	padding: 0px 20px 0px 20px;
	display: block;
	text-align: center;
	background-color: #C0C0C0;
	position: relative;
	float: left;
	width: 70%;
}

#title h1
{
	margin: 0px;
	padding: 0px;
	color: #800000;
}

#title h2
{
	margin: 0px;
	padding: 5px;
	color: blue;
	font-weight: bold;
}

#title h3
{
	margin: 20px;
	padding: 0px;
	color: #000000;
}

#datetitle
{
	/*	border-style: solid none none none;
	border-width: medium;
	background-color: #C0C0C0;
	border-top-color: #808000;*/
	margin-top: 20px;
}

#logindisplay
{
    font-size:1.1em;
    /*display:block;*/
    text-align:right;
    margin:1px;
    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;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.action-message
{
	background:gray;
	color:White;
	padding: .2em;
	margin-top: .25em;
}

/* Messages */

.info-message, .success-message, .warning-message, .error-message, .validation-message {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.info-message {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/content/images/info.png');
}

.success-message {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('/content/images/success.png');
}

.warning-message {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/content/images/warning.png');
}

.error-message {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/content/images/error.png');
}

.validation-message {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('/content/images/validation.png');
}

/* Pager */
.pager 
{ text-align:right; 
  border-top: 2px solid silver;
  padding: .5em 0 0 0; 
  margin-top: 1em; }

.pager A 
{ 
	font-size: 1.1em; 
	color: #666; 
	text-decoration: none;
    padding: 0 .4em 0 .4em; 
}

.pager A:hover 
{ 
	background-color: Silver; 
}

.pager A.selected 
{ 
	background-color: #353535; 
	color: White; 
}

/* Page.Master */

/*
#subpage
{
	width: 100%;
	float:left;
	height: 100%
}
*/

#subheader
{
	/*background-color:blue;*/
	/*min-height:10%;*/
}

#subtitle
{
	background-color:silver;
}


#subtitle h2
{
	margin: 0px;
	padding: 5px;
	color:Maroon;
	font-weight: bold;
}

#leftcontainer
{
	/*background-color:Red;*/
	float:left;
	width: 20%;
	min-height:400px;
}

#centercontainer
{
	top:10px;
	margin: 0;
	/*background-color:silver; */
	width: 100%;
}

#rightcontainer
{
	/*background-color: Yellow; */ 
	float: right;
	width: 15%;
	min-height: 400px;
}

.entry-checkbox
{
	text-align:justify;
	font-weight:bold;
}

.entryfield
{
	padding:5x;	
}
/*
.entryfieldlabel
{
	margin-right:10px; 
	float:left; 
	font-weight:bold;
	width:200px; 
	text-align:right;
}
*/
.entryfieldexample
{
	font-weight: normal;
	font-style: italic;
}

#managebar
{
	float: right;
	width: 140px;
	background-color:yellow;
	color:Maroon;
	border-style:outset;
	border-color:Maroon;
	margin:2px;
}

.daycalendar table 
{
	border-collapse: separate;
}
.daycalendar td
{	
	border: none;
	padding: 0;
}

/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

