﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/

#loader {
	padding: 0; margin: 0;
	top: 0; left: 0;
	position: absolute;
	width: 100%; height: 100%;
	background: #fff;
	z-index: 999;
}


body
{
    background-color: #ffffff;
    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;
}

a:hover {
	position: relative;
}

a.helptip span {
	display: none;
}


a:hover span.helptip {
	display: block;
   	position: absolute; top: 10px; left: 0;   	
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #f0f0f0; border: 1px dotted #c0c0c0;	
	font-size:smaller;
	width:300px;
	text-align:justify;
	/* end formatting */
}


p, ul
{
    /*margin-bottom: 20px;*/
    /*line-height: 1.6em;*/
}

button
{    
    line-height: 1.2em;  
}

/* 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
{
    margin-left: auto;
    margin-right: auto;
    min-width:900px;
    width:900px;
}

#header
{
    position: relative; 
    width: 100%;   
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    border:none 2px #000;
}

#header h1
{
    font-weight: bold;
    padding: 0px 0;
    margin: 0;
    color: #000;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px !important;
}

#main
{
    padding: 20px 20px 15px 20px;
    background-color: #F6F6FD;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    border-right:solid 1px #191970;
    border-left:solid 1px #191970;
    border-bottom:solid 1px #191970;
    border-top:solid 1px #191970;
 

}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #191970 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;    
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 8px 15px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.6em;
    /*background-color: #dcdcdc;*/
    color: #000;
    background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

ul#menu li a:hover
{
    color:Red;
}

ul#menu li a:active
{
    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: bold;
    padding: 2px 8px 4px 4px;
    color:#000;           
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
	width: 100%;
	border-style: none;

}

table td 
{
  padding: 5px;   
  border-style:none;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border-style:none;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:10px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
    border:solid 1px #000;
}



#logindisplay
{
    font-size:0.9em;
    display:block;
    text-align:right;
    margin-bottom:10px;
    color:Black;
}

#logindisplay a:link
{
    color: black;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: black;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: black;
    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;
}

div.floater {
	position: absolute;
	z-index: 100;
}

#DND
{
    position:absolute; 
    top: 2px;
    left: 113px;   
}

#UXOPMO
{
    position: relative; 
    width: 100%;   
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#UXOPMO h1
{
    font-weight: bold; 
    margin: 0;
    color: #000;
    border: none;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px !important;
}

#formdetails
{    
    position:absolute;
    top: 55px;
    left: 115px;
    float:left;
    text-align:left;    
    font-size:x-small;
}

#formname
{
    position:absolute;
    top: 35px;
    left: 115px;
    font-size:medium;
    font-weight: bold;
}

#indextable
{
    width: 100%;
    padding: 0;
	margin: 0;  
}

#indextable th 
{   
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;		
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#indextable td 
{    
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 4px 4px 4px 12px;
	color: #4f6b72;
}

#advSearch
{
    border-style:none;
}

#advSearch td 
{    
	border-style:none;	
}
#basicSearch
{
	width: 100%;
    border-style:none;
    padding-left: 100px;
}

#basicSearch td 
{    
	border-style:none;	
}

/***************************************/
/*			Grid					   */
/***************************************/
.Grid { width: 100%; border: 1px solid #E5EEFA !important; }
.Grid TH {color: #000000;font-size: 11px; background-color:#5c87b2; border-bottom: 2px solid #cc0000 !important;border-top: 1px solid #E5EEFA !important;padding-top: 3px;padding-bottom: 3px;padding-left:3px;background-color: #F3F8FF; }
.Grid .Row{background-color: #F9FCFF;}
.Grid .AlternatingRow{background-color: #FFFFFF;}
.Grid .HighlightRow{background-color: #FFFDE9;}
.Grid .Row TD, .Grid .AlternatingRow TD, .Grid .HighlightRow TD, .Grid .InactiveUserRow TD, .Grid .IsPriorityRow TD { border-bottom: 1px solid #CADBE5 !important;font-size: 11px;padding: 4px;padding-left: 5px;vertical-align:top;}
.Grid TH a{	padding-right:16px;	text-decoration:none !important; color:#000 !important;}
.Grid TH a:hover {	text-decoration:underline !important;}

.pager { padding-top:10px; }
.pager a { padding: 3px 5px; border: solid 1px #CADBE5; text-decoration:none; margin-right:5px; color:#656044; float:left;}
.pager label {  margin-top:8px; text-decoration:none; margin-right:5px; color:#656044; float:left;}

.pager .selected { padding: 3px 5px 3px 5px; border: solid 1px #9CBFD4; text-decoration:none; margin-right:5px; color:#fff; background-color: #9CBFD4; float:left;}
.pager .totalrecords { float:right; margin-top:0.5em; color:#777; font-style:italic; padding-right:10px;}
