body{
	margin: 0px;
	padding: 0px;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #1D2025 1px solid; 
    BORDER-TOP: #1D2025 1px solid; 
    BORDER-LEFT: #1D2025 1px solid; 
    BORDER-BOTTOM: #1D2025 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #C08080;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#C08080;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#C08080;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#C08080;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#FED955;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #C17F80;
}

/* 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;
}

/* 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
}

/* 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;
}
/* 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: #62656A;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #62656A;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #62656A;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #C17F80;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #C17F80;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #FFFFFF;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #FFFFFF;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #FED957;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #FED957;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FED957;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FED957;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #FED957;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #FED957;
}

A:link  {
    text-decoration:    none;
    color:  #FED957;
}

A:visited   {
    text-decoration:    none;
    color:  #FED957;
}

A:active    {
    text-decoration:    none;
    color:  #FED957;
}

A:hover {
    text-decoration:    underline;
    color:  #C08081;
}

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
}

.CURB_bannerbg01{
	background-image: url(CURB_bannerbg01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 728px;
	height: 219px;
}
.CURB_bannerbg02{
	background-image: url(CURB_bannerbg02.jpg);
	background-repeat: repeat-x;
	height: 219px;
}
.CURB_bannerbg03{
	background-image: url(CURB_bannerbg03.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 219px;
}
.CURB_menubg01{
	background-image: url(CURB_menubg01.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 6px;
}
.CURB_menubg02{
	background-image: url(CURB_menubg02.jpg);
	background-repeat: repeat-x;
	height: 32px;
}
.CURB_menubg03{
	background-image: url(CURB_menubg04.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 6px;
}
.CURB_menubg04{
	background-image: url(CURB_menubg03.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 32px;
}
/**/
.MainMenu_MenuContainer {
	background-color: transparent;
	width: 10px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.ItemsBreak{
	background-color: transparent;
	color: #0060B1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	border: #f6f6f6 0px solid;
}
.RootItem TD{
	background-color: transparent;
	background-image: none;
	font-family: univers ultracondensed;
	font-size: 18px;
	color: #1d2125;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
}
.RootItemActive TD{
	background-color: transparent;
	background-image: none;
	font-family: univers ultracondensed;
	font-size: 18px;
	color: #1d2125;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
}
.RootItemSelected TD{
	background-color: transparent;
	background-image: none;
	font-family: univers ultracondensed;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
}
.RootItemBreadCrumb TD{
	background-color: transparent;
	background-image: none;
	font-family: univers ultracondensed;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
}
.MainMenu_MenuItem {
	border-left: #0D0D0D 0px solid; 
	border-bottom: #0D0D0D 1px solid; 
	border-top: #0D0D0D 1px solid; 
	border-right: #0D0D0D 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 11px; 
	font-weight: normal;
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #0D0D0D; 
	border-left: #0D0D0D 1px solid; 
	border-bottom: #0D0D0D 1px solid; 
	border-top: #0D0D0D 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 20px;
}
.MainMenu_SubMenu {
   color: #ffffff;
	background-color: #0D0D0D;
	border: 1px solid #0060AF;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=0); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: transparent;
	color: #ffffff;
	cursor: pointer; 
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal;
	font-style: normal;
	height: 20px;
}
.SubItemSelected{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px;
	font-weight: normal;
	color: #E4FF02; 
	background-color: #0D0D0D;
	background-image: none;
	background-repeat: no-repeat;
	border: #F56537 0px solid;
}
.MainMenu_MenuArrow {
	border-right: #0D0D0D 1px solid; 
	border-bottom: #0D0D0D 1px solid; 
	border-top: #0D0D0D 0px solid;
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
/**/
.bannerpane{
	padding: 0px 0px 4px 0px;
}
.toppane{
	padding: 0px;
}
.leftpane{
	padding: 0px;
}
.contentpane{
	padding: 0px;
}
.rightpane{
	padding: 0px;
}
.bottompane{
	padding: 0px;
}
/**/
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C08080;
}
A.copyright:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C08080;
	text-decoration: none;
}
A.copyright:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C08080;
	text-decoration: none;
}
A.copyright:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C08080;
   text-decoration: underline;
}
A.copyright:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C08080;
	text-decoration: none;
}
.ContactUs{
	font-family: univers ultracondensed;
	font-size: 18px;
	color: #1d2125;
	font-weight: normal;
	text-decoration: none;
}
A.ContactUs:link{
	font-family: univers ultracondensed;
	font-size: 18px;
	color: #1d2125;
	font-weight: normal;
	text-decoration: none;
}
A.ContactUs:visited{
	font-family: univers ultracondensed;
	font-size: 18px;
	color: #1d2125;
	font-weight: normal;
	text-decoration: none;
}
A.ContactUs:hover{
	font-family: univers ultracondensed;
	font-size: 18px;
	color: #1d2125;
	font-weight: normal;
	text-decoration: none;
}
A.ContactUs:active{
	font-family: univers ultracondensed;
	font-size: 18px;
	color: #1d2125;
	font-weight: normal;
	text-decoration: none;
}

