﻿/* Main style definitions */
/* Generic tag styles */
BODY
{
	margin: 0px 0px 0px 0px;
	background-color: White;
}

BODY *
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
}


/* Generic classes */
.PageTitle
{
	font-size: 14pt;
	color:#363636;
}

.PageTitlePurple
{
	font-size: 14pt;
	color:#6e4987;
}

.Title
{
	font-size: 14pt;
	color:#236699;
}

.Plain
{
	font-size: 9pt;
}

.PlainBold
{
	font-size: 9pt;
	font-weight:bold;
}

.PlainItalic
{
	font-size: 9pt;
	font-style:italic;
}

.PlainWhite
{
	font-size: 9pt;
	color: white;
}

.Small				
{
	font-size: 8pt;
}

.SmallWhite					
{
	font-size: 8pt;
	color: white;
}

.TableMain
{
	background-image: url('../../Images/Layout/Background_Gradient.gif');
	background-repeat:repeat-x;
	background-position:top;
	
	width:100%;
}

.MainContentFrame
{
	width:723px;
	height:520px;
	background-image:url('../../Images/Layout/Main_Frame_Right_Tile.gif');
	padding-left:9px;
	padding-right:9px;
	padding-bottom:10px;
}

.TableContent 
{
	width:705px;
}

.LeftCellContent
{
	width:510px;
}

.RightCellContent
{
	width:195px;
}

.BigCellContent
{
	width:705px;
}


.LinkLeftMenu
{
	font-size: 8pt;
	color: black;
	text-decoration: none;
}

.LinkLeftMenu:hover
{
	color: black;
}

.LinkLeftMenu:visited				
{
	color: black;
}

.LinkLeftMenu:active				
{
	color: black;
}

.LinkWhite					
{
	font-size: 9pt;
	color: white;
	text-decoration: none;
}

.LinkWhite:visited				
{
	color: white;
}

.LinkPlain					
{
	font-size: 9pt;
	color: Black;
	text-decoration: none;
}

.LinkPlain:visited				
{
	color: Black;
	text-decoration: none;
}

.LinkBlack					
{
	font-size: 9pt;
	color: #236699;
}

.LinkBlack:visited				
{
	color: #6e4987;
}

.LinkPlainBlue					
{
	font-size: 9pt;
	color: #236699;
	text-decoration:none;
}

.LinkPlainBlue:visited				
{
	color: #236699;
	text-decoration:none;
}

.LinkOrange					
{
	font-size: 9pt;
	color: Orange;
	text-decoration: none;
}

.LinkOrange:visited				
{
	color: Orange;
}

.LinkSmallWhite					
{
	font-size: 8pt;
	color: white;
	text-decoration: none;
}

.LinkSmallWhite:visited				
{
	color: white;
}

.LoginTextBox
{
	border: 0px;
	background-color: Transparent;
	width: 114px;
	height: 21px;
}

/* Document Management System */
.uili_docs_main_category { background-image: url(../images/nav/category_main_background.gif) }
.uili_docs_sub_category { background-image: url(../images/nav/category_sub_background.gif) }
.uili_docs_main_category { background-color: #adadad }
.uili_docs_sub_category { background-color: #e2e2e2 }

.trbg_head { background-color: #adadad }
.trbg { background-color: #e2e2e2 }
.trbg_alt { background-color: #f2f2f2 }


.uili_docs_link
{
	font-size: 9pt;
	color:#236699;
}

.uili_docs_link:visited
{
	font-size: 9pt;
	color:#6e4987;	
}

.button { border: solid 1px black; font-size: 8pt; font-family: arial, helvetica; background-color: #e2e2e2 }
