body{


	background-color: #F4F4F4;
}

.maintable{
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;

}

table, tr, td, p {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px; 
   margin: 0;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #3795DB 1px solid; 
    BORDER-TOP: #3795DB 1px solid; 
    BORDER-LEFT: #3795DB 1px solid; 
    BORDER-BOTTOM: #3795DB 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #3795DB;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#3795DB;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#3795DB;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#3795DB;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#3795DB;
}

/* 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: #3795DB;
}

/* 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: #680404;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #62656A;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #62656A;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #62656A;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #3795DB;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #3795DB;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #3795DB;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #3795DB;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #3795DB;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #3795DB;
}

A:link  {
    text-decoration:    none;
    color:  #62656A;
}

A:visited   {
    text-decoration:    none;
    color:  #62656A;
}

A:active    {
    text-decoration:    none;
    color:  #62656A;
}

A:hover {
    text-decoration:    underline;
    color:  #680404;
}

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
}
.call_topbg{
	background-image: url(hrTop.gif);
	background-repeat: repeat-x;
	height: 24px;
}
.call_searchbg{
	background-image: url(call_searchbg.jpg);
	background-repeat: no-repeat;
	width: 172px;
	height: 26px;
}
.call_searchbg01{
	background-image: url(call_searchbg01.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 26px;
}
.call_searchbg02{
	background-image: url(call_searchbg02.jpg);
	background-repeat: repeat-x;
	height: 26px;
}
.call_bottombg{
	background-color: #FF7200;
	height: 26px;
}
.bottombar{
	color: #FFFFFF;
}

/**/
.toppane{
	padding:0px;
}
.leftpane1{
	padding: 0px;
}
.leftpane2{
	padding: 0px;
}
.contentpane{
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 20px;
}
.contentpane2{
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 20px;
}
.rightpane{
	padding: 0px;
}
.bottompane{
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 10px;
}
/**/
.SearchButton {
   background: transparent;
   padding: 0px 0px 20px 44px; 
   cursor: hand; 
   font-size:1px;
   margin: 0 0 0 0px;
}
#dnn_dnnSEARCH_txtSearch { text-align: left; vertical-align: middle;  height:16px; background: transparent; width: 121px; color: #121212; padding: 2px 2px 2px 3px; border: 0px solid #FFFFFF; cursor:text; font-size: 11px;}
/**/
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.ItemsBreak{
	background-color: transparent;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	border: #f6f6f6 0px solid;
}
.RootItem TD{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e015f;
	font-weight: bold;
	height: 15px;
	padding: 0px 10px 0px 10px;
}
.RootItemActive TD{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff7f00;
	font-weight: bold;
	height: 24px;
	padding: 0px 10px 0px 10px;
}
.RootItemSelected TD{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff7f00;
	font-weight: bold;
	height: 24px;
	padding: 0px 10px 0px 10px;
}
.RootItemBreadCrumb TD{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff7f00;
	font-weight: bold;
	height: 24px;
	padding: 0px 10px 0px 10px;
}
.MainMenu_MenuItem {
	border-left: #2A4151 0px solid; 
	border-bottom: #2A4151 1px solid; 
	border-top: #2A4151 1px solid; 
	border-right: #2A4151 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: #2A4151; 
	border-left: #2A4151 1px solid; 
	border-bottom: #2A4151 1px solid; 
	border-top: #2A4151 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 20px;
}
.MainMenu_SubMenu {
   color: #ffffff;
	background-color: #2A4151;
	border: 1px solid #041F32;
	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: #ffffff; 
	background-color: #041F32;
	background-image: none;
	background-repeat: no-repeat;
	border: #F56537 0px solid;
}
.MainMenu_MenuArrow {
	border-right: #2A4151 1px solid; 
	border-bottom: #2A4151 1px solid; 
	border-top: #2A4151 0px solid;
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
/**/
.login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
A.login:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
A.login:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
A.login:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   text-decoration: underline;
	font-weight: normal;
}
A.login:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
A.copyright:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
A.copyright:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
A.copyright:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   text-decoration: underline;
	font-weight: normal;
}
A.copyright:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
/**/
.call_font01{
font-family:tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#00222D;
}
.call_font02{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#3597DC;
font-weight:bold;
}
.call_font03{
font-family: Tahoma, Arial, Helvetica, sans-serif;
line-height:160%;
font-size:11px;
color:#373737;
}
.call_font04{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#3A3F45;
font-weight:bold;
}
.call_font05{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#027DD3;
font-weight:bold;
}
.call_font06{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#373737;
line-height:160%;
}
.call_font07{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#027DD3;
}
A.call_font07:link{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#027DD3;
}
A.call_font07:visited{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#027DD3;
}
A.call_font07:hover{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#027DD3;
}
.call_paddleft{
padding-left:19px;
}
.call_font08{
background-image:url(http://demo.2designstudio.net/Portals/CALLCENTER01/Callcenter_pic04.gif);
background-repeat:no-repeat;
background-position:right bottom;
}
