/* PAGE BACKGROUND */
/* background color for the admin header at the top of the page  */
.HeadBg {
    background-color: white;
}

.MainLayoutTable
{
	width: 960px;
	height: 100%;
	}

.AdminRowContainer 
{
		padding: 3px;
		border: 1px dashed;
		border-color: #696969;
		background-color: #F5F5F5;
		width:100%;
}

.TopPane  { 
}

.LeftPane  { 
background-color:#ffffff;
}

.ContentPane  {
background-color:#ffffff;
padding: 20px;
}

.RightPane  { 
background-color:#F1F1F1;
}

.BottomPane  { 
background: #EEEEEE url(images/bk_footer.gif) no-repeat;
padding: 65px 10px 10px 50px;
height: 173px;
}

a.pageLink {
	font-weight: bold;
	text-decoration: none;
	color: #4373b4;
}

a.pageLink:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #4373b4;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica;
    font-size:  12x;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal {
    font-family: Arial, Helvetica;
    font-size: 12px;
    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: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold {
    font-family: 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;
}    
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;
}
.CommandButton_Selected     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}    
A.CommandButton_Selected:link {
    text-decoration:    underline;
    color: #F07C22;
}

A.CommandButton_Selected:visited  {
    text-decoration:    underline;
    color: #F07C22;
}

A.CommandButton_Selected:active   {
    text-decoration:    underline;
    color: #F07C22;
}

A.CommandButton_Selected:hover    {
    text-decoration:    underline;
    color: #CC6600;
}
.footer  
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 7.5pt;
    font-weight: normal;
    color: #696969;	
}
.ModuleTitle
{
    font-family: Arial, Tahoma, Helvetica;
    font-size:  12px;
    font-weight:  normal;
    color: #cccccc;
}
.ModuleTitleContainer
{
		padding: 2px;
		border-bottom: 1px solid;
		border-color: #cccccc;
		width:100%;
}

/* MODULE-SPECIFIC */
/* To-Do Items */

A.todo_stroke:Link
{
	text-decoration: line-through;
  color: #999999;
}
A.todo_low:Link
{
  color: #696969;
}
A.todo_med:Link
{
  color: #000080;
}
A.todo_high:Link
{
  color: #DC143C;
}

/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
.ItemTime    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #696969;
}
.EventTitle    {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}
.EventDate    {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  10px;
    color: #999999;
}
.Text    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #000000;
}

.error    {
    font-family: "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #C32026;
}
A.error:link    {
    font-family: "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #C32026;
}
A.error:visited    {
    font-family: "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #C32026;
}
A.error:active    {
    font-family: "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #C32026;
}
A.error:hover    {
    font-family: "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #C32026;
}
.warning    {
    font-family: "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #DC7E27;
}

/* Custom CSS */
.content
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tabs
{
	width: 100%;
	background-color: #F5F5F5;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #666666;
	border-collapse: collapse;
}
.tabs_noborder
{
	width: 100%;
	background-color: #F5F5F5;
	border-left: 0px solid;
	border-right: 0px solid;
	border-top: 0px solid;
	border-bottom: 0px solid;
	border-collapse: collapse;
}
.tabitem
{
	background-color: #E8ECF2;
	border-right: 1px dotted;
	border-bottom: 1px solid;
	border-color: #99AFCD;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #004898;
	padding: 4px;
	text-align: center;
	width: 120px;
}
.tabitemon
{
	background-color: #F5F5F5;
	border-right: 1px solid;
	border-color: #99AFCD;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	text-align: center;
	width: 120px;
}

/* Workspace Tabs */
.ws_tabitem
{
	background-color: #E8ECF2;
	border-right: 1px dotted;
	border-bottom: 1px solid;
	border-color: #99AFCD;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #004898;
	padding: 4px;
	text-align: center;
	width: 130px;
}
.ws_tabitem_on
{
	background-color: #FFFFFF;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #99AFCD;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	text-align: center;
	width: 130px;
}
.ws_tabend
{
	background-color: #E8ECF2;
	border-bottom: 1px solid;
	border-color: #99AFCD;
	padding: 4px;
}
.tabend
{
	background-color: #E8ECF2;
	border-bottom: 1px solid;
	border-color: #99AFCD;
	padding: 4px;
}

/* SubMenuTabsView styles */
.tabsview_tabs
{
	width: 100%;
	background: #000 url(images/bk_menubar.gif) repeat-x;
	border-collapse: collapse;
}
.tabsview_tabheader
{
	width: 100%;
	border-color: #666666;
	border-collapse: collapse;
}

.tabsview_tabitem
{
	border-right: 1px dotted;
	border-color: #99AFCD;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 3px;
	text-align: center;
	width: 130px;
}
.tabsview_tabitem_on
{
	background-color: #FFFFFF;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #99AFCD;
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 3px;
	text-align: center;
	width: 130px;
}
.tabsview_tabend
{
	border-bottom: 0px solid;
	border-color: #99AFCD;
	padding: 0px;
}

.tabsview_link:link{
    font-family: Arial, Helvetica;
    font-size:  14px;
    color: #fff;
	text-decoration: none;
}
.tabsview_link:visited{
    font-family: Arial, Helvetica;
    font-size:  14px;
    color: #fff;
	text-decoration: none;
}
.tabsview_link:hover {
    background-color: #0A1F63;
	color: #eee;
	padding: 10px;
	text-decoration: underline;
}
/* End SubMenuTabsView */

/* New Submenu module */
.submenu_nav {
 margin: 0px;
 padding: 1px;
 list-style-type: none;
 width: 242px;
 float: left;
 background-color: #fff;
}
.submenu_nav li{
 margin: 0;
 padding: 0;
 float: left;
 width: 100%;
 background: #FFF url(images/bk_button.gif) no-repeat;
}
#submenu_nav a{
 display: block;
 color: #000;
 font-family: Arial, Times New Roman;
 font-size:  12px;
 text-decoration: none;
 padding: 0 28px;
 line-height: 3;
 border-top: 0px solid #fff;
 border-left: 0px solid #fff;
 border-bottom: 0px solid #fff;
}
.submenu_nav ul {
 list-style-type: disc;
}
#submenu_nav a:hover{
 background: #FFF url(images/bk_button_on1.gif) no-repeat;
}
#body_hom #nav_hom a, #body_abo #nav_abo a, #body_ser #nav_ser a, #body_suc #nav_suc a, #body_new #nav_new a, #body_que #nav_que a, #body_con #nav_con a, #body_hel #nav_hel a{
 background: #FFF url(images/bk_button_on1.gif) no-repeat;
 color: #1A1303;
 font-weight: bold;
 }
 
/* SubMenu Module */
.submenu_link
{
	text-decoration: none;
	color: #333399;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
}
A.submenu_link:Link
{
    text-decoration: underline;
    color:  #333399;
}
A.submenu_link:active
{
    text-decoration: underline;
    color:  #333399;
}
A.submenu_link:hover
{
    text-decoration: underline;
    color:  #ff0000;
    font-family: "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
A.submenu_link:visited
{
    text-decoration: underline;
    color:  #333399;
}

.submenu_headerbullet
{
  background-image: url("../images/icn_sechead.gif");
  background-repeat: repeat-x;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-collapse: collapse;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #CCCCCC;
}

.submenu_itembullet
{
	src: url("../images/icn_secitem_off.gif");
}

/* End SubMenu */

.toolbar
{
	width: 100%;
	height: 24px;
	background-image: url("../images/toolbar_tile.gif");
	background-repeat: repeat-x;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #666666;
	border-collapse: collapse;
}
.toolitem
{
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-collapse: collapse;
}
.toolitem_border
{
	background-image: url("../images/toolbar_tile.gif");
	background-repeat: repeat-x;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-collapse: collapse;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #CCCCCC;
}
.toolitemon
{
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-collapse: collapse;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #999999;
  background-color: #FFFFFF;
}

.ws_options
{
	background-color: #4e75c3;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-collapse: collapse;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #1d479e;
}
.ws_options_on
{
	background-color: #696969;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-collapse: collapse;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #000000;  
}
.ws_optionslink
{
	text-decoration: none;
	color: #ffffff;
}
A.ws_optionslink:Link
{
	text-decoration: none;
	color: #ffffff;
}
A.ws_optionslink:active
{
	text-decoration: none;
	color: #ffffff;
}
A.ws_optionslink:hover
{
	text-decoration: underline;
	color: #ffffff;
}
A.ws_optionslink:visited
{
	text-decoration: none;
	color: #ffffff;
}

.inputbox
{
	width: 100%;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #696969;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #7F9DB9;  
}
.inputother
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #696969;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #7F9DB9;
}
.inputlogin
{
	width: 100%;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #696969;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #000000;
}
.layout
{
	padding-bottom: 5px;
}
.layout_doublespace
{
	padding-top: 5px;
	padding-bottom: 5px;
}
.vline
{
	border-left: 1px dashed;
	border-color: #CCCCCC;
}
.hline
{
	border-top: 1px dashed;
	border-color: #CCCCCC;
}
.hline_vline
{
	border-left: 1px dashed;
	border-top: 1px dashed;
	border-color: #CCCCCC;
}
A.button
{
	text-decoration: none;
}
.button
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #696969;
	background-image: url("../images/toolbar_tile.gif");
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.minilist
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #666666;
}
.blue
{
	color: #333399;
}
.framed
{
	background-color: #e9e9e9;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #AEAEAE;
}
.framed_blue
{
	background-color: #EEF2F6;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #6699CC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dic_currentword
{
	background-color: #FFD092;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #CC6600;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.dic_button
{
	width:100px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #696969;
	background-image: url("../images/toolbar_tile.gif");
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.callerframe
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url("../images/callerframe_tile.gif");
	background-repeat: repeat-x;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #AEAEAE;
}
.eventsframe
{
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 0px;
	border-color: #AEAEAE;
}
.eventsitemalt
{
	border-bottom: 1px solid;
	border-color: #AEAEAE;
}
.eventsitemalt_nounderline
{
}
.eventsitem
{
	background-color: #FFFFFF;
	border-bottom: 1px solid;
	border-color: #AEAEAE;
}
.eventsitem_nounderline
{
	background-color: #FFFFFF;
}
.small
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #696969;
}
.white
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #ffffff;
}
.gray
{
	color: #696969;
}
.norecords
{
	color: #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.border1
{
	border: 1px solid;
	border-color:#999999;
}

/* The styles below will be obsolete. */
.row_header
{
	background-color: #CCCCCC;
}
.row_on
{
	background-color: #f5f5f5;
}
.row_off
{
	background-color: #ffffff;
}

.list_header
{
	background-color: #f5f5f5;
	border: 1px solid #999999;
}
.list_items
{
	border-top: 0px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/* Styles used for table rows */
.listHeader {
    padding: 5px;
  font-family: "Lucida Sans Unicode", Arial, Verdana, Tahoma, Times New Roman;
  font-size: 12px;
  color: #000000; 
  background-color: #CCCCCC;
}

a.listHeaderLink {
    color: #ffffcc;
    text-decoration: none;
}

.listColumnText {
    padding: 5px;
    vertical-align: top;
    font-size: 12px;
}

.listColumnNumber {
    padding: 0.4em;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
}

a.listItemLink {
    color: #0D2888;
    text-decoration: none;
    font-size: 12px;
}

a.listItemLink:hover {
    color: #F27900;
    text-decoration: underline;
}

/* */

.underline
{
	border-bottom: 1px solid;
	border-color: #e4e4e4;
}

.srlist
{
	width: 100%;
	border: 1px solid #696969;
}
.instructions
{
	color: #217DCC;
}
.dashed
{
	background-image: url("../images/line_dashed.gif");
	height: 1px;
}
.heading
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.heading_white
{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.srheading
{
	font-family: Arial, Tahoma, Verdana, Times New Roman;
	font-size: 16px;
	font-weight: Bold;
  color: #999999;
}
.srheadline
{
	border-top: 1px dashed;
	border-color: #CCCCCC;
	background-color: #f5f5f5;
}
.replies
{
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #217DCC;
	width: 100%;
}
.attachments
{
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #696969;
	width: 100%;
}
.orange
{
	color: #CC6600;
}
.clientheading
{
	font-family: "Lucida Sans Unicode", Tahoma, Arial, Verdana;
	color: 1955AD;
	font-size: 14px;
	font-weight: bold;
}
.clientoptions
{
	font-weight: bold;
}

.symptom {
  border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #217DCC;
	width: 100%;
  }
  .solution {
  border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #CC6600;
	width: 100%;
  }
.border_bottom {
	border-bottom: 1px solid;
	border-color: #696969;
}

/* Left hand navigation module styles */
.lnav
{
	width: 176px;
}
.lnavitemoff
{
	height: 28px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
  vertical-align: middle;
}
.lnavitemon
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
  padding-left: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.lnavitemonhead
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #965824;
}
.lnavitemoffhead
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.lnavlink
{
	cursor: hand;
}

A.lnavlink:Link
{
	color:#ffffff;
	text-decoration: none;
	cursor: hand;
}
A.lnavlink:Visited
{
	color:#ffffff;
	text-decoration: none;
	cursor: hand;
}
A.lnavlink:Active
{
	color:#ffffff;
	text-decoration: none;
	cursor: hand;
}
A.lnavlink:Hover
{
	color:#965824;
	text-decoration: underline;
	cursor: hand;
}
/* End of left hand module styles */

.altblue
{
	color:#0065CE;
}
.callerframe_closed
{
	background-image: url("../images/callerframe_tile_darkgrey.gif");
	background-repeat: repeat-x;
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #999999;
}
.callerframe_blue
{
	background-image: url("../images/callerframe_tile_blue.gif");
	background-repeat: repeat-x;
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #999999;
}
.callerframe_green
{
	background-image: url("../images/callerframe_tile_green.gif");
	background-repeat: repeat-x;
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #999999;
}
.callerframe_grey
{
	background-image: url("../images/callerframe_tile_grey.gif");
	background-repeat: repeat-x;
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #999999;
}
.callerframe_orange
{
	background-image: url("../images/callerframe_tile_orange.gif");
	background-repeat: repeat-x;
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #999999;
}
.callerframe_red
{
	background-image: url("../images/callerframe_tile_red.gif");
	background-repeat: repeat-x;
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #999999;
}
.callerframe_yellow
{
	background-image: url("../images/callerframe_tile_yellow.gif");
	background-repeat: repeat-x;
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #999999;
}
.dlog_heading
{
	font-family: Tahoma, Verdana, Arial, Times New Roman;
  font-size: 16px;
  font-weight: bold;
  color: #3366CC;
}
.numbered
{
	font-family: Tahoma, Verdana, Arial, Times New Roman;
  font-size: 27px;
  font-weight: bold;
  color: #336699;
}
.dlog_box
{
	background-color: #EEF2F6;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #6699CC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hand
{
	cursor: hand;
}
/* Treeview Styles */
.MyNode, .MyNodeOver, .MyNodeSelected, .MyNodeLoading
{
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
}

.MyNodeLoading
{
	color: dimgray;
	font-weight: bold;
}

.MyNode
{
	color: #555555;
}

.MyNodeOver
{
	color: #000000;
}

.MyNodeSelected
{
	color: #0065CE;
	background-color: #efefef;
	border: solid 1px #cccccc;
}
.MyNode_Layout
{
	color: #FFFFFF;
	background-color: #F99B22;
	border: 1px solid #696969;
	padding: 1 1 1 1;
}
.MyNodeOver_Layout
{
	color: #FFFFFF;
	background-color: #FFCC66;
	border: 1px solid #696969;
	padding: 1 1 1 1;
	cursor: move;
}
.MyNodeSelected_Layout
{
	color: #FFFFFF;
	background-color: #F99B22;
	border: 1px solid #696969;
	padding: 1 1 1 1;
}
.MyNode_Layout_Pane
{
	color: #FFFFFF;
	background-color: #99AFCD;
	border: 1px solid #696969;
	padding: 1 1 1 1;
}
.MyNodeOver_Layout_Pane
{
	color: #FFFFFF;
	background-color: #99AFCD;
	border: 1px solid #696969;
	padding: 1 1 1 1;
	cursor: crosshair;
}
.MyNodeSelected_Layout_Pane
{
	color: #FFFFFF;
	background-color: #99AFCD;
	border: 1px solid #696969;
	padding: 1 1 1 1;
}

.cal_Day
{
	background-color: #FFFFFF;
}
.cal_OtherMonthDay
{
	background-color: #F2F2F2;
}
.cal_DayHeader
{
	font-weight: bold;
	background-image: url("../images/callerframe_tile_grey.gif");
	background-repeat: repeat-x;
}
.cal_TodayDay
{
	background-color: #FFECC3;
	color: #000000;
}
.cal_SelectedDay
{
	font-weight: bold;
	background-color: #666666;
}
.cal_Title
{
}
.highlight
{
	background-color: #FFD297;
}
.lastactivity_text
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #666666;
}
.NoResults
{
	padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #999999;
  background-Color: #F5F5F5;
}
.ws_underline
{
	border-bottom: 1px solid;
	border-color: #CCCCCC;
}
.ws_underline_dashed
{
	border-bottom: 1px dashed;
	border-color: #DADADA;
}
.ws_headbg_gray
{
	background-color: #E7E7E7;
}
.ws_headbg_blue
{
	background-color: #4176C5;
}
.ws_headbg_red
{
	background-color: #B20909;
}

/* File Manager Styles */
.FileManager_table
{
	font-family: Verdana;
	font-size: 11px;
	border-right: #6e89dd 1px solid;
	border-top: #6e89dd 1px solid;
	border-left: #6e89dd 1px solid;
	border-bottom: #6e89dd 1px solid;
}

.FileManagerFooter
{
	background-color: #ece9d8;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
}
.tableFManager
{
	padding: 1.5px;
	background-color: #EDF3FF;
	font-size: 11px;
	font-family: Verdana;
	color: #215DC6;
}
.TreeSelectedNode
{
	background-color: #9999FF;
	color: White;
}
.tableBorder
{
	border: 1px #6E89DD solid;
}

/* Transmenu (Drop Down Menu) styles */
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content_dropdown {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#336;
    font-size:10px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover 
{
	background:#FFAF47;
	color:white;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
	
	.menu_box {
    width:20%;
    text-align:center;
    padding-left:5px;
    padding-right:5px;
}

.menu_box_left {
    width:20%;
    text-align:center;
    padding-right:5px;
}

.menu_box_right {
    width:20%;
    text-align:center;
    padding-left:5px;
}

.box2 {
    width:91%;
    background: url(/images/mailmanager/bg_box2.gif) top repeat-x;
    text-align:center;
    padding-bottom:13px;
    font-size:11px;
    font-weight:bold;
}

a.red,a.red:link,a.red:visited,a.red:active    {
    color:#AC1015;
    text-decoration: none;
}
a.red:hover {
    color:#AC1015;
    text-decoration: underline;
}

.red    {
    color:#AC1015;
    text-decoration: none;
}
