/* 
================================
 Container Styles for |SKINNAME|
================================
*/   

/**--STARTSECTION-common--**/


.tablemaster {
	width: 100%;
	background-color: #ffffff;
}


/*
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
*/

.NW {background-image: url(NC.gif);nowrap;height=30;}
.NC {background-image: url(NC.gif);nowrap;height=30;}
.NE {background-image: url(NC.gif);nowrap;height=30;}

.WC {}
.CC {}
.EC {}

.SW {}
.SC {}
.SE {}

.bottomrule {
    background-color: #ffffff;
    color: #0080FF;
}

.Head  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    bold;
    color: #0080FF;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #000080;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    font-color: #000080;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, 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: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-color: #000080;
}

/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, 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: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/**--ENDSECTION-common--**/

/**--STARTSECTION-DefaultTemplate--**/


#DefaultTemplate .tablemaster {
	width: 100%;
	background-color: #ffffff;
}


/*
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
*/

#DefaultTemplate .NW {background-image: url(NC.gif);nowrap;height=30;}
#DefaultTemplate .NC {background-image: url(NC.gif);nowrap;height=30;}
#DefaultTemplate .NE {background-image: url(NC.gif);nowrap;height=30;}

#DefaultTemplate .WC {}
#DefaultTemplate .CC {}
#DefaultTemplate .EC {}

#DefaultTemplate .SW {}
#DefaultTemplate .SC {}
#DefaultTemplate .SE {}

#DefaultTemplate .bottomrule {background-color: #ffffff;}

#DefaultTemplate .Head  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    bold;
    color: #800080;
}

/**--ENDSECTION-common--**/

/**--STARTSECTION-default-big--**/

#default-big .tablemaster {width: 100%;background-color: #ffffff;}

#default-big .NW {background-image: url(NC.gif);nowrap;height=30;}
#default-big .NC {background-image: url(NC.gif);nowrap;height=30;}
#default-big .NE {background-image: url(NC.gif);nowrap;height=30;}

#default-big .WC {}
#default-big .CC {}
#default-big .EC {}

#default-big .SW {}
#default-big .SC {}
#default-big .SE {}

#default-big .bottomrule {background-color: #0080FF;}

#default-big .Head  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #0080FF;
}
#default-big .Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #000080;
}

/**--ENDSECTION-default-big--**/



/**--STARTSECTION-default-small--**/


#default-small .tablemaster {width: 100%;background-color: #ffffff;}

#default-small .NW {background-image: url(NC-default-small.gif);nowrap;height=20;}
#default-small .NC {background-image: url(NC-default-small.gif);nowrap;height=20;}
#default-small .NE {background-image: url(NC-default-small.gif);nowrap;height=20;}

#default-small .WC {}
#default-small .CC {}
#default-small .EC {}

#default-small .SW {}
#default-small .SC {}
#default-small .SE {}

#default-small .bottomrule {background-color: #ffffff;}

#default-small .Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: ##800080;
}
/**--ENDSECTION-default-small--**/

