.filterright{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#6793D8', endColorStr='#0A6CCE', gradientType='1') }
.filterleft{
         FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#6793D8', gradientType='1') }
.filtercopyright{
        border-top-width: 1px;	border-top-style: solid;	border-top-color: #99CEF6;FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#D0D0D0', endColorStr='#FFFFFF', gradientType='1') }
.filtermenu{
      FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ECEBEA', endColorStr='#ffffff', gradientType='1') }


/* CSS Document */

body
{
	text-align:center;
	width: 100%;
}

.page {
	padding-bottom: 0px;
	margin-top: 0px;
}

/* Main Content of Site 
   Added by SA. */
.pageContent{
   border: 3px solid #E15F01;
	border-right: 5px solid #C55401;
	border-bottom: 5px solid #C55401;
	padding-bottom: 0px;
	margin-bottom: 5px;
	background: White;
	margin-left: 5px;
	margin-right: 5px;
	marker-offset: 1px;
	margin-top: 0px;
}

/* background/border colors for the selected tab */
.TabBg {
    
}

.ContentPane  { 
}

.controlpanel {
	width: 100%;
	background-color: #EAEAEA;
	border-top: solid #E15F01 2px;
	border-left: solid #E15F01 2px;
	border-right: solid #E15F01 2px;
	border-bottom: solid #E15F01 0px;

}

.Vertical_Top_Line {
	border-top: #cccccc 2px solid;
	border-bottom: #E15F01 2px solid;
}

/* GENERAL */
/* style for module titles */

.Head   {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
	
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #333333;
}

/* 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: red;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* 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;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;

    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* 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:    none;
    color: #2960C6;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #2960C6;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #2960C6;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #2960C6;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #2960C6;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #2960C6;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #2960C6;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #2960C6;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #2960C6;
}

A:link  {
	color:  #E15F01;
	font-weight: normal;

}

A:visited   {
	color:  #E15F01;
	font-weight: normal;

}

A:active    {
	color: Green;
	font-weight: normal;
	text-decoration: none;

}

A:hover {
	color: Red;
	font-weight: normal;
	text-decoration: underline;

}

.box {
	margin-top: 33px;
	margin-right: 10px;

}

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
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #8DC2F9}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #2960C6;
}


.TableBorder{
	}

td {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
}

.curr {
	color: fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	width: 210px;
}

.SearchLeft {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.Search {
	padding-right: 0px;
}

A.Search:link {
	color: #999999;
	text-decoration: none;
}

A.Search:hover {
	color: #E15F01;
	text-decoration: underline;
}

A.Search:active {
	color: #999999;
	text-decoration: none;
}

A.Search:visited {
	color: #999999;
	text-decoration: none;
}

