﻿.social-container {
	margin: 0px auto; 
	width: 980px; 
	text-align: right; 
	padding: 10px;
}

.social-container img {
	border: 0px;
	margin-right: 10px;
	width: 32px;
	height: 32px;
}

body {font-family: Verdana; font-size: 14px; color: #fff;}

a:link { color: white; }

a:visited  { color: white; }

a:hover  { color: white; }


.lbl			{font-weight: bold; vertical-align:middle;}
.lbl2			{font-weight: bold; vertical-align:middle; font-size:10pt;}
.lbl3			{font-weight: bold; vertical-align:top; font-size:8pt;}

.lblnowrap {font-weight: bold; vertical-align:top; white-space:nowrap}
.lblpref {font-weight: bold; vertical-align:top; white-space:nowrap; width: 100px;}

.welcome {
	font-family:Arial, Verdana, Helvetica, Helv; 
	font-size:20px; 
	text-decoration:none; 
	color : Navy;
	font-weight : bold;
	vertical-align : top;
	padding-left: 3px;
}

.searchdropdown {
	font-size: 90%;
	font-family: Tahoma;
}
.webinput {
	font-size: 100%;
	font-family: Tahoma;
}

.tableheaderstyle {
	text-align:left;
	vertical-align:bottom;
	text-decoration:none;
}

.normal  {vertical-align:top}
.altrow2 {background-color:#F5F5F5; vertical-align:top;}
.select2 {background-color:Wheat;}

table.prefstyle td {
    padding-left: 14px;
}

.mruClass {
    padding: 3px;
    font-size: 8pt;
}

.addButton {
	font-family: arial,helvetica,sans-serif;
	font-size: 9pt;
	padding: 2px 8px 2px 4px;
	background-image: url('https://intranet/library/images/Button/11.gif');
	background-repeat:no-repeat;
	background-position: bottom right;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
}
.addButton2
{
	font-family: arial,helvetica,sans-serif;
	font-size: 9pt;
	color: Navy;
	font-weight: bold;
	padding: 0px 8px 2px 4px;
	background-color: #EAEAEA; 
	background-image: url('/lib/img/bg/GradSilver_1x32.gif');
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #dddddd;
	white-space: nowrap;
}
.section_head 
{
    background-color: #EAEAEA; 
    padding: 5px;
    font-weight:bold;
}

.reslookup-box-bb {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(PIE.htc);*/
}

table.table2style th {padding:4px; background-color:#5D7B9D;color:white;border-right:1px solid #FFFFFF;}
table.table2style th a {color:white;}
table.table2style td {padding:4px; border-bottom:1px solid #BFBFBF;border-right:1px solid #EFEFEF; color: #222}
table.table2style th.last {border-right:1px solid #DFDFDF;}
table.table2style td a {color:navy;text-decoration:none;}
table.table2style td a:hover {text-decoration:underline; color:#FF0000;}
table.table2style {border-left:1px solid #BFBFBF;border-right:1px solid #BFBFBF;border-bottom:2px solid #CFCFCF;  font-family: Verdana;}

fieldset		{padding-bottom: 1em; padding-left: 1em; border: 0px;}
legend			{font-weight: bold; color: #fff; font-size: 18px;}

a				{color:navy;text-decoration:none;}
a:hover			{color:#FF0000;text-decoration:underline;}
.center			{text-align:center;}
.hide			{display:none;}
.justify		{text-align:justify;}
.left			{text-align:left;}
.nowrap			{white-space:nowrap;}
.right			{text-align:right;}
.text_bold 		{font-weight:bold;white-space: nowrap;}
.singlespace	{line-height:120%;}

.oneandhalfspace	{line-height:180%;}
.doublespace	{line-height:240%;}
.indent         {margin-left:20px;}
.left_bold      {text-align:left;font-weight:bold;}
.colorblue      {color:Blue;}
.smallerfont    {font-size: smaller;}
.eightypctfont    {font-size: 80%;}

/* Menu */
table.menu td
{
    height: 45px;
    font-size: 16pt;
    background-color: #167f39;
    color: White;
    padding: 10px 20px 0 20px;    
}

table.menu td a
{
    height: 35px;    
    color: White;    
}

table.menu td a:hover
{   
    text-decoration: underline;
}

/* Admin Menu */
table.adminmenu td
{
    height: 45px;
    font-size: 14pt;
    background-color: #FF00CC;
    color: White;
    padding: 5px 10px 0 10px;    
}

table.adminmenu td a
{
    height: 35px;    
    color: White;    
}

table.adminmenu td a:hover
{   
    text-decoration: underline;
}

.validator
{
    color: Red !important;
}

.emptydatarow
{     
     font-style: italic;    
}

.important { 

    display : none ; 
    position:absolute;
    left:-10000px;
} 