/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
*/

body{
	margin: 0px;
	padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 80%;
	background-color: #ececec;
	color:#333;	
}

.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #ffffff;
    BORDER-RIGHT: #ffffff 1px solid; 
    BORDER-TOP: #ffffff 1px solid; 
    BORDER-LEFT: #ffffff 1px solid; 
    BORDER-BOTTOM: #ffffff 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #fff;
    font-family: Arial, Verdana, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#990000;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#990000;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#990000;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#2854AB;
}

/* style for module titles */
.Head   {
    font-family: Arial, Verdana, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #ff0000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #A30A28;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #545454;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial, Verdana, Helvetica;
    font-weight: normal;
    font-size: 100%;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #1E4B84;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #666;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #666;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #333;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #666;
}

/* button style for standard HTML buttons */
.StandardButton
{
background-color:#8bb90e;
color:White;
font-weight:bold;
padding:2px;
border:solid 1px #648616;
}

    
/* GENERIC */
H1  {
    font-family: Arial, Verdana, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #8bb90e;
}

H2  {
    font-family: Arial, Verdana, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #8bb90e;
}

H3  {
    font-family: Arial, Verdana, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #8bb90e;
}

H4  {
    font-family: Arial, Verdana, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #8bb90e;
}

H5, DT  {
    font-family: Arial, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #B1B1B1;
}

H6  {
    font-family: Arial, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #B1B1B1;
}

TFOOT, THEAD    {
    font-family: Arial, Verdana, Helvetica;
    font-size:  12px;
    color: #B1B1B1;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Verdana, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #B1B1B1;
}

A:link, A.breadcrumb:link{
    text-decoration:    underline;
    color:  navy;
}

A:visited, A.breadcrumb:visited   {
    text-decoration:    underline;
    color:  navy;
}

A:hover, A.breadcrumb:hover {
    text-decoration:    none;
    color:  #8bb90e;
}

A:active, A.breadcrumb:active    {
    text-decoration:    none;
    color:  #8bb90e;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
    margin-left: 20px;
}

UL LI LI    {
    list-style-type:    disc;
    margin-left: 20px;
}

UL LI LI LI {
    list-style-type:    circle;
    margin-left: 20px;
}

OL LI   {
    list-style-type:    decimal;
    margin-left: 20px;
}

OL OL LI    {
    list-style-type:    lower-alpha;
    margin-left: 20px;
}

OL OL OL LI {
    list-style-type:    lower-roman;
    margin-left: 20px;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: #B1B1B1;
    height:1pt;
    text-align:left
}

.Outer 
{
    margin:0 auto; width:1000px; background:transparent url('images/bg1000.gif') repeat left top;
}

.Inner
{
    position: relative; margin:0 auto; width:940px;    
}

.headLeft
{
    position: relative; float:left;margin:10px 0px 10px 0px;
}

.Logo
{
    height:108px;width:246px;border-width:0px;
}

.headRight
{
    float:right;margin-top:20px;
}
 
 
.SearchField
{ 

}

input.NormalTextBox
{
    padding:2px;width:165px;
}

.Green
{
    color:#8bb90e;    
}

.MedFont
{
    font-size:150%;
}

.SearchButton
{
background-color:#8bb90e;
color:White;
font-weight:bold;
padding:2px;
border:solid 1px #648616;
text-decoration:none;
}

/*--------- pane style ----------*/
.toppane01, .bottompane01, .rightpane01, .leftpane01, leftpane, .contentpane, .rightpane {padding:0; margin:0;}
.rightpane01 {padding-left:10px;}
.leftpane01 {width:220px;} 
.contentpane {padding-left:10px;}
.rightpane01 {padding-left:10px;width:260px;}


.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color:#fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #333; 
	border-left: #333 1px solid; 
	border-bottom: #333 1px solid; 
	border-top: #333 1px solid; 
	text-align: center; 
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #333; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=135, Strength=0); 
	border-bottom: #000 1px solid; 
	border-left: #000 1px solid; 
	border-top: #000 1px solid; 
	border-right: #000 1px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #000 1px solid; 
	border-left: #000 0px solid; 
	border-top: #000 1px solid;  
	border-right: #000 0px solid; 
	background-color: #000; 
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	background-color: #666;
	border: 1px solid #333;
}
.ModuleTitle_MenuArrow {
   display: none;
}
.ModuleTitle_RootMenuArrow {
   display: none;
}

