/**********************************************************/
/*     Skin's Cascading Style Sheet (CSS)     */
/*     Customized by Elia Mercanzin                */
/**********************************************************/


/* Main Body of skin */
/*----------------------------------------------------------------------------------*/

Body
{	
	background-color:#fff;
	font-family: verdana;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-image: url('images/background_cml09.jpg');
	background-repeat: no-repeat;
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
}

/*------------------ IE PNG BUG FIXING ---------------------*/

img, div, input { behavior: url(/DesktopModules/SW.IEPNG/ScriptServe.ashx); }

/*----------------------------------------------------------------------------------*/
.ControlPanel
{
	border-right: #012E5B 0px solid;
	border-top: #012E5B 0px solid;
	border-left: #012E5B 0px solid;
	width: 100%;
	border-bottom: #012E5B 0px solid;
	height: 20px;
	background-color:#ffffff;
}

/*----------------------------------------------------------------------------------*/
.ControlPanel
{
	border-right: #012E5B 0px solid;
	border-top: #012E5B 0px solid;
	border-left: #012E5B 0px solid;
	width: 100%;
	border-bottom: #012E5B 0px solid;
	height: 20px;
	background-color: #ffffff
}
/*----------------------------------------------------------------------------------*/

/* Default font of skin */
/*.Skinobject, A.Skinobject, A.Skinobject:active  
{
    font-weight: normal;
    font-size: 11px;
    color:#000;
FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
    text-decoration: none;
}

A.SkinObject:link {
    font-weight: normal;
    font-size: 11px;
    color:#000;
FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
    text-decoration: none;
}

A.SkinObject:visited  {
    font-weight: normal;
    font-size: 11px;
    color:#000;
FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
    text-decoration: none;

}
A.Skinobject:hover 
{
    font-size: 11px;
    color:#3d9ac0;
    FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
    text-decoration:  underline;
}*/


/* ADMIN */

.title
{
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #Fff; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; padding:5px; border-bottom:1px solid #ccc; background-color:#FFF;
}


.DataGrid_Header
{
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #Fff; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; padding:5px; border-bottom:1px solid #ccc;
}


A.CommandButton:link 
{
	COLOR:#fc0;
	TEXT-DECORATION: underline;
	font-weight:bold;
}

A.CommandButton:visited 
{
	COLOR:#fc0;
	TEXT-DECORATION: underline;
	font-weight:bold;
}

A.CommandButton:active 
{
	COLOR:#fc0;
	TEXT-DECORATION: underline;
	font-weight:bold;
}

A.CommandButton:hover 
{
	COLOR:#000; 
	TEXT-DECORATION: underline;
	font-weight:bold;
}


.standardbutton{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	background:#3d9ac0;
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.SubHead  /* this tag affects FAQ module also !!!  */
{
	text-align:left; FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; padding:5px; border-bottom:1px solid #ccc;
}

/*---------------Skin Object Like Class------------------------*/
/*----------------------------------------------------------------------------------*/

.Normal 
{
	FONT-WEIGHT: normal; FONT-SIZE: 12px; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;color:#000; padding:10px;
}
.NormalDisabled
{
	FONT-WEIGHT: normal; FONT-SIZE: 11px; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; COLOR: silver
}

.NormalBold 
{
	FONT-WEIGHT: bold; FONT-SIZE: 11px; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
}
.Normalwhite
{
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #F8FAF9; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;

}	

.FileManager
{
	border: #0000 1px solid;
	height: 400px;
	background-color: #E0E0E0
}
.FileManager_ToolBar
{
	border-bottom: #0000 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height:100%;
	border: #696969 1px solid;
	background-color: #FFFFFF;
	margin: 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: #696969 1px solid;
	background-color: #FFFFFF;
	margin: 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	padding: 25px;
}

.FileManager_Header
{
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #696969 1px solid;
    height: 25px;
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; 
}

.FileManager_Pager
{
    background-color: #EEE;
	font-weight:bold;
	font-size:11px;
    border-top: #696969 1px solid;
    height: 25px;
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
}

.FileManager_StatusBar
{
    FONT-WEIGHT: normal;
	font-size:11px;
	background-color: #dedfde;
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; 
    height: 25px;
	margin: 2px;
}

.FileManager_Item
{
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    background-color: #F8F8F8;
    border-top: #0000 1px dashed;
    border-bottom: #0000 1px dashed;
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
}

.FileManager_AltItem
{
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    background-color: #EEEEEE;
    border-style: none;
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
	
}
.FileManager_SelItem
{
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #9fffFF;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

/*-----------------------------------------------------------------------*/
/* ------------------Wizard FrameWork Styles---------------*/
.Wizard
{
	border: #0000 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton
{
	border: #696969 1px solid;
	padding: 2px;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffcc;
	border-bottom: #0000 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: #0000 1px solid;
	background: #cfcc;
	HEIGHT: 25px; 
	TEXT-ALIGN: right
}
.WizardBody
{
	padding: 11px;
	height: 325px;
}
.WizardHelp
{
	padding: 5px;	
	border-left: #000 1px solid;
	width: 180px;	
	background-color: #cfffff;
	FONT-SIZE: 9pt;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	color: #000000;
	WIDTH: 180px;
FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
	HEIGHT: 300px
}
.WizardText
{
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

/*------------------------------------------------------------------------*/

.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: Arial, Arial,Verdana, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #ffff99

}


/*--------------Headings for the skin---------------------*/

H1 
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 20px; 
	COLOR: #DEC200; 
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif
}


H3 
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	COLOR: #DEC200; 
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif
}

H4 
{
	FONT-WEIGHT: normal; 
	font-size: 11px; 
	COLOR: #DEC200; 
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif
}

H5 
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #DEC200; 
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif
}

H6
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8px; 
	COLOR: #DEC200; 
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif
}

/*------------------------------------------------------------*/
TBODY
{
	font-size: 11px; 
	COLOR: #000; 
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif
}
TFOOT
{
	font-size: 11px; 
	COLOR: #FFFFFF; 
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif
}

THEAD 
{
	font-size: 11px; 
	COLOR: #FFFFFF; 
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif
}

TH 
{
	FONT-WEIGHT: bold; 
	font-size: 11px; 
	VERTICAL-ALIGN: baseline; 
	COLOR: #FFFFFF; 
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif
}
/*----------------------------------------------------------------------------*/
/*------------------Links style for site----------------------------*/

/*A:link 
{
	COLOR:#C00; TEXT-DECORATION: none; font-weight: normal; 
}

A:visited 
{
	COLOR: #C00; TEXT-DECORATION: none; font-weight: normal;
}

A:active 
{
	COLOR: #C00; TEXT-DECORATION: none
}

A:hover 
{
	COLOR: #000; TEXT-DECORATION: underline; font-weight: normal;
}*/

/*-------------------------------------------------------------------------------*/

SMALL
{
	FONT-SIZE: 8px
}

BIG 
{
	FONT-SIZE: 14px
}

BLOCKQUOTE 
{
	FONT-FAMILY: Lucida Console, monospace
}

PRE 
{
	FONT-FAMILY: Lucida Console, monospace
}

/*------------------------------------------------------------------------*/
/*-----------------Module Classes--------------------------*/


/*.ModuleTitle_MenuContainer
{
	border-width: 0;  
}

.ModuleTitle_MenuBar {
	height:15px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	color: #000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border: #FFF 1px solid;
	border-width: 1px 0;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	background-color: #EEE; 
	border: #EEE 1px solid;
	border-width: 1px 0 1px 1px;
	text-align: center; 
	width: 15px; 
	height: 15px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	background-color: #FFF; 
	border-width: 0; 
}

.ModuleTitle_MenuBreak 
{
    border: #EEE 1px solid;
    border-width: 1px 0;
	background-color: #EEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel
 {
	color: #000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow 
{
	BORDER-RIGHT: #ffffff 1px solid; 
	BORDER-TOP: #ffffff 0px solid; FONT-SIZE: 10pt; CURSOR: hand; 
	BORDER-BOTTOM: #ffffff 1px solid; FONT-FAMILY: webdings
}
.ModuleTitle_RootMenuArrow 
{
	FONT-SIZE: 10pt; CURSOR: hand; FONT-FAMILY: webdings
}*/

/*---------------------------------------------------------------------------*/


/*------------Selected Tab Style-----------------------------*/
.SelectedTab 
{
	FONT-WEIGHT: bold; FONT-SIZE: 8.5pt; COLOR: #ffffff; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; TEXT-DECORATION: none
}

/*------------UnSelected Tab Style-----------------------------*/
A.SelectedTab:link {
	COLOR: white; TEXT-DECORATION: none
}
A.SelectedTab:visited {
	COLOR: #eeeeee; TEXT-DECORATION: none
}
A.SelectedTab:active {
	COLOR: #eeeeee; TEXT-DECORATION: none
}
A.SelectedTab:hover {
	COLOR: #cccccc; TEXT-DECORATION: none
}
.OtherTabs {
	FONT-WEIGHT: bold; FONT-SIZE: 8.5pt; COLOR: white; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.OtherTabs:link {
	COLOR: white; TEXT-DECORATION: none
}
A.OtherTabs:visited {
	COLOR: #eeeeee; TEXT-DECORATION: none
}
A.OtherTabs:active {
	COLOR: #eeeeee; TEXT-DECORATION: none
}
A.OtherTabs:hover {
	COLOR: #cccccc; TEXT-DECORATION: none
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */


.NormalTextBox {
	PADDING-LEFT: 4px; FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000; LINE-HEIGHT: 12px; FONT-FAMILY: Arial
}

TD.NormalTextBox {
	BORDER-RIGHT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: 0px; PADDING-LEFT: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: 0px; PADDING-TOP: 0px; BORDER-BOTTOM: 0px; COLOR: #333;
}
.NormalTextBox#dnn_dnnSEARCH_txtSearch {
	BORDER-RIGHT: #ffffff 0px solid; PADDING-RIGHT: 0px; BORDER-TOP: #ffffff 0px solid; PADDING-LEFT: 4px; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 0px; BORDER-LEFT: #ffffff 0px solid; WIDTH: 135px; CURSOR: text; COLOR: #333; PADDING-TOP: 4px; BORDER-BOTTOM: #ffffff 0px solid; HEIGHT: 19px
}


/* _____________________________  MENU { IMPOSTAZIONI DI BASE } */

.MainMenu_MenuContainer {
	background-color: transparent;
	vertical-align: top;
	height: 38px;
}
.MainMenu_MenuBar {
	
}

.MainMenu_MenuItem {
	padding: 0px 8px 0px 8px;
	border-style: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 23px;
}
.MainMenu_MenuItemSel {
	padding: 0px 8px 0px 8px;
	border-style: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: transparent;
	height: 23px;
}

.MainMenu_MenuIcon {
display: none;
}



.MainMenu_MenuBreak {
	border-style: none;
	background-color: transparent;
}

/* _____________________________  MENU DI SECONDO LIVELLO */

/* VOCE DI MENU DI SECONDO LIVELLO || OFF */
.MainMenu_SubMenu {
	margin-top: 0px;
	margin-left: -1px;
	background-color:#3d9ac0;
	z-index: 1000; 
	cursor: pointer;
	cursor: hand; 
	font-weight:bold;
	filter:Alpha(Opacity=90, FinishOpacity=45, Style=1);
	-moz-opacity:.90;margin:0;padding:0;
}

/* VOCE DI MENU DI SECONDO LIVELLO || HOVER */
.MainMenu_SubMenuItemSel {
	border-style: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #2d7390;
	height: 23px;
}

.MainMenu_RootMenuArrow {
	display: none;
}

.MainMenu_MenuArrow {
	padding: 0px 0px 0px 2px;
	border-style: solid;
	border-width: 0px;
	border-color: #191311;
	width: 8px;
}

/* _____________________________  MENU DI PRIMO LIVELLO */

.MainMenu_MenuBreak3 {
	border-style: none;
	background-color: transparent;
	width: 2px;
}

/* VOCE DI MENU PRIMO DI LIVELLO OFF || DIV CONTENITORE */
.MainMenu_RootMenuItem3 TD {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	line-height: 0;
	
}

/* VOCE DI MENU PRIMO DI LIVELLO OFF || DIV DESTRO */
.MainMenu_RootMenuItem3 TD DIV {
	background-position: right top;
	background-image: url(images/menu_off_right.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 38px;
}

/* VOCE DI MENU PRIMO DI LIVELLO OFF || DIV SINISTRO */
.MainMenu_RootMenuItem3 TD DIV DIV {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	background-position: left top;
	background-image: url(images/menu_off_left.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 38px;
}

/* VOCE DI MENU PRIMO DI LIVELLO OFF || DIV CENTRALE || LABEL */
.MainMenu_RootMenuItem3 TD DIV DIV DIV {
	padding: 7px 5px 0px 5px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	background-position: center top;
	background-image: url(images/menu_off_center.png);
	background-repeat: repeat-x;
	color: #1A171B;
	line-height: 2.0em;
	height: 38px;
	
}

/* VOCE DI MENU PRIMO DI LIVELLO || HOVER || DIV CONTENITORE  */
.MainMenu_RootMenuItemSel3 TD {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	line-height: 0;
	height: 38px;
}

/* VOCE DI MENU PRIMO DI LIVELLO || HOVER || DIV DESTRO */
.MainMenu_RootMenuItemSel3 TD DIV {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-position: right top;
	background-image: url(images/menu_Active_right.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 38px;
}

/* VOCE DI MENU PRIMO DI LIVELLO || HOVER || DIV SINISTRO */
.MainMenu_RootMenuItemSel3 TD DIV DIV {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	background-position: left top;
	background-image: url(images/menu_Active_left.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 38px;
}

/* VOCE DI MENU PRIMO DI LIVELLO || HOVER || DIV CENTRALE  > { COMMENTATA PER CREARE EFFETTO CAMBIO IMMAGINE SOLO AI LATI } */
/*________________________________________________________________________________________________________________________ */

/*.MainMenu_RootMenuItemSel3 TD DIV DIV DIV {
	padding: 7px 5px 0px 5px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-position: center top;
	background-image: url(images/menuActiveCenter.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	line-height: 2.0em;
	height: 38px;
}*/

/* VOCE DI MENU PRIMO DI LIVELLO SELEZIONATA || DIV CONTENITORE */
.MainMenu_RootMenuItemActive3 TD {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	vertical-align: middle;
	line-height: 0;
	height: 38px;
}

/* VOCE DI MENU PRIMO DI LIVELLO SELEZIONATA || DIV DESTRO */
.MainMenu_RootMenuItemActive3 TD DIV {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-position: right top;
	background-image: url(images/menu_Active_right.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 38px;
}

/* VOCE DI MENU PRIMO DI LIVELLO SELEZIONATA || DIV SINISTRO */
.MainMenu_RootMenuItemActive3 TD DIV DIV {
	padding: 0px 8px 0px 8px;
	margin: 0px;
	background-position: left top;
	background-image: url(images/menu_Active_left.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 38px;
}

/* VOCE DI MENU PRIMO DI LIVELLO SELEZIONATA || DIV CENTRALE || LABEL */
.MainMenu_RootMenuItemActive3 TD DIV DIV DIV {
	padding: 7px 5px 0px 5px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;
	background-position: center top;
	background-image: url(images/menuActiveCenter.png);
	background-repeat: repeat-x;
	line-height: 2.0em;
	height: 38px;
}

.MainMenu_MenuIcon_Admin {
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-color: #F2F2EA;
	background-color: #F2F2EA;
	width: 0px;
}


/* ___________________________________________  SKIN STRUCTURE  */


.core{
	margin-top:10px;
	
	}

.logotd
{
	height:100px;
	padding-top:15px;
	text-align:left;
	padding-left:15px;
	width:250px;
}

.tools
{
height:25px;
padding-top:0px;
}

.liveHelpTable{
	text-align:left;
	}
	
.liveHelpButtonTD{
	background:url('images/live_help_bg.png') top left no-repeat transparent;
	font-weight:bold;
	padding-left:38px;
	height:67px;
	vertical-align:top;
	padding-top:25px;
	}


.rightcolumn{
		}

.preFooterBar{
	margin-top:15px;
	text-transform:uppercase;
	border-top:2px solid #069;
	
}

.preFooterBar a:link, a:visited{
	color:#069;
	text-decoration:none;
}

.preFooterBar a:hover{
	color:#900;
	text-decoration:underline;
}

.preFooterBar TD{
	text-align:center;
	padding-bottom:2px;
	}

.footer{
	height:40px;
	padding:5px;
	text-align:center;
		border-top:1px solid #069;
}

.footer td{
	text-align:center;
}

/*  PANEs AND LAYOUT STYLING */

.contentpane{
	height:auto;
	margin:0px;
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px; 
	text-align:left;
	}
	
	.contentpane p{
	height:auto;
	margin:0px;
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
	FONT-SIZE: 18px; 
	padding-left:15px;
	color:#F00;
	}
	
	.normalText{
	height:auto;
	margin:0px;
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
	FONT-SIZE: 13px; 
	padding-left:15px;
	color:#000;
	}
	
.pageTitle h2{
color:#Fff;
FONT-SIZE: 16px; 
text-align:left;
FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
font-weight:bold;
margin:0px;
	}
	
	
	
	.contentpane h3{
color:#069;
FONT-SIZE: 14px; 
text-align:left;
FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
font-weight:bold;
padding:15px;
background:url(images/tools_bg.jpg) top left repeat-x transparent;
width:100%;

	}
	
.contentpane a{
	color:#06C;
	font-size:13px;
	}
	
.contentpane p{
	padding:10px;
		font-size:13px;
		}
	
	
	background_1column.jpg
		
/* ___________________________________ */		
	
.userpane{
margin:0px;
padding:0px;
border:0px solid #333;
}

/* ___________________________________ */

.rightpaneHome{
padding-left:10px;
padding-top:10px;
text-align:left;
background:url('images/rightpane_vertDivider_bg.jpg') top left no-repeat transparent;
}

.rightpane_Betting{
text-align:left;
padding-top:8px;
}

.rightpaneInner{
text-align:left;
}

.rightpaneHomeInner{
padding-left:5px;
text-align:left;
}

.rightpaneHomeInner h2
{
width:auto;
FONT-SIZE: 16px; 
COLOR:#fff; 
FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
font-weight:bold;
margin-top:15px;
padding:15px;
background:url(images/gamesList_h2.jpg) top left no-repeat transparent;
text-align:left;
}

.rightpaneHome p{
padding-bottom:5px;
text-align:left;
}
.rightpaneHomeHome{
margin:0px;
padding-left:5px;
text-align:left;
}

.lefttpane
{
background:url('images/bettingTreeMenu_PaneBg.gif') top left no-repeat transparent;
text-align:left;
padding-top:8px;
}

.pageTitle{
width:auto;
FONT-SIZE: 16px; 
COLOR:#fff; 
FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
font-weight:bold;
padding:15px;
background:url('images/h2_bg.png') center left no-repeat transparent;
text-align:left;
}

.rightpaneHome h2{
width:auto;
height:39px;
FONT-SIZE: 16px; 
COLOR:#fff; 
FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
font-weight:bold;
margin:0px;
padding-top:10px;
padding-left:15px;
background:url(images/h2_short_bg.png) top left no-repeat transparent;
text-align:left;
vertical-align:middle;
}

/* _____ Games Tree List Header - title */

.rightpaneHomeHome h2{
width:auto;
FONT-SIZE: 16px; 
COLOR:#fff; 
FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
font-weight:bold;
margin:0px;
padding:15px;
background:url('images/gamesList_h2_bg.jpg') top left no-repeat transparent;
text-align:left;
}

/* _______________________ BANNER PANES */

.bannerpane1{
margin:0px;
padding:0px;
text-align:left;
}

.bannerpane3{
margin:0px;
font-size:12px;
background:url('images/winners_bg.jpg') top left no-repeat transparent;
text-align:left;
padding-top:20px;
padding-left:0px;
}

.bannerpane2 {
text-align:left;
padding-top:5px;
}


.bannerpane2 p{
margin:0px;
padding-right:10px;
font-size:12px;
color:#333;
text-align:left;
}

.bannerpane2 H2{
FONT-SIZE: 14px; 
COLOR:#3791b3; 
FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
font-weight:bold;
padding-bottom:5px;
text-align:left;
}

.bannerpane2 a:link{
FONT-SIZE: 12px; 
COLOR:#3791b3; 
FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
font-weight:bold;

}

.bannerpane4{
margin:0px;
padding:0px;
text-align:left;
}
.bannerpane5{
margin:0px;
padding-top:5px;
text-align:left;
}

.bannerpaneC{
margin:0px;
padding-top:80px;
background:url('images/jackpots_bg.jpg') top center no-repeat transparent;
}




.bannerpaneB{
margin:0px;
padding:0px;
text-align:left;
}

.bannerpaneA{
margin:0px;
padding:0px;

}



/* ___________________________________ */



/* ___________________________________________  HELP INDEX PAGE MARKUPs*/

	.helpList{
	padding-left:35px;
	width:350px;
	}
	.helpList ul li {
		width:300px;
		height:15px;
	padding:8px;
	list-style:none;
	font-size:13px;
	border-bottom: 1px solid #ccc;
	}
	
	.helpList ul li a{
		color:#48a9d3;
		padding:8px;
	font-size:13px;
	font-weight:bold;
	}
	
	.helpList li a:hover{
	text-decoration:none;
	color:#000;
	}
	
	.topic{
		COLOR:#fff; 
FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
font-weight:bold;
		padding:12px;
	font-size:13px;
		/*background:url('images/button_bg_registeredUser.png') top left no-repeat transparent;*/
		margin-bottom:5px;
	}
	
	
/* ___________________________________________ VIP PROGRAM MARKUPs*/
	
.vipLevelSymbol{

text-align:center;
	}
	
.vipLevelName {
	padding:15px;
	font-size: 12px;
	text-align:left;
	valign:top;
	color:#333;
	}
	
.vipLevelName b{
	font-size: 13px;
	font-weight:bold;
	color:#069;
text-align:left;
	}
	
.vipLevelName h3{
font-size:15px;
font-weight:bold;
color:#900;
padding-bottom:8PX;
height:16px;
width:50%;
text-align:left;
border-bottom: 1px solid #333;
margin-top:0px;
margin-bottom:15px;
text-align:left;
	}
	
.vipLevelName ul{
padding-left:35px;
width:90%;
		}

.vipLevelName ul li {
padding:8px;
list-style:none;
border-bottom: thin solid #333;
color:#333;
	}
	
.vipLevelName ul strong {
color:#900;
font-size:13px;
	}
	
.sideFocusText{
padding-left:8px;
font-size:12px;
margin-top:20px;
padding-bottom:8px;
border-bottom:1px solid #333;
	}
.sideFocusText a{
font-size:12px;	
color:#069;	}
	
	
/* ____________________________________________*/

.negotiumDesc{
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	text-align:left;
	padding:5px;
	}
	
.negotiumDesc h3{
	color:#333;
	FONT-SIZE: 13px; 
	text-align:left;
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
	font-weight:bold;
	background:url('images/data_bg.jpg') top left repeat-x transparent;
	width:98%;
	margin:0px;
	padding:5px;

	}
	
.negotiumDesc h2{
	FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	text-align:left;
	margin-top:0px;
	margin-bottom:5px;
	padding:5px;
	background-color:#FC0;
	width:200px;
	}


	
/* ___________________________________________  PAGES COMMON ELEMENTS */


 .Head  
{
	font-weight:bold;
	color:#900;
	font-family: Arial, Arial,Verdana, Helvetica, sans-serif;
	font-size:14px;
}

.headwhite{
	font-weight:bold;
	color:#333;
	font-family: Arial, Arial,Verdana, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}

/* LOGIN-REGISTER TDs & SKIN OBJECT */

.loginRegisterTable{
	width:220px;
	height:28px;
	background:url('images/grey_bg.jpg') top center repeat-x transparent;
	border: thin #ececec solid;
	}



.loginTd 
{
	padding:5px;
	text-align:center;
	border-left: thin solid #ccc;
	
}

.registerTd 
{
	padding:5px;
	text-align:center;
	
}

A.login-register{
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #147197; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; TEXT-DECORATION: none; 
}
A.login-register:link {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #147197; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; TEXT-DECORATION: none; 
}
A.login-register:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #147197; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; TEXT-DECORATION: none;
}
A.login-register:active {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #147197; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; TEXT-DECORATION: none;
}
A.login-register:hover {
	FONT-WEIGHT: bold;FONT-SIZE: 12px; COLOR: #3d9ac0; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; TEXT-DECORATION: underline; color:red;
}


#loginnew{
FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; TEXT-ALIGN: right; height:25px;font-weight:bold; padding-right:210px; vertical-align:bottom ; padding-bottom:15px; 

}


td#LoginTD a:link{
	 width:100%;PADDING-LEFT: 13px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: middle; COLOR: #000; PADDING-TOP: 5px; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; TEXT-ALIGN: left; background-image:url(images/whitebutton.png); background-repeat:no-repeat;background-position:top left;height:20px;font-weight:bold; display:block; margin-bottom:5px;


}
td#LoginTD a:visited{
	 width:100%;PADDING-LEFT: 13px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: middle; COLOR: #66665A; PADDING-TOP: 5px; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; TEXT-ALIGN: left; background-image:url(images/whitebutton.png); background-repeat:no-repeat;background-position:top left;height:20px;font-weight:bold; display:block; margin-bottom:5px;


}
td#LoginTD a:active{
	 width:100%;PADDING-LEFT: 13px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: middle; COLOR: #66665A; PADDING-TOP: 5px; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; TEXT-ALIGN: left; background-image:url(images/whitebutton.png); background-repeat:no-repeat;background-position:top left;height:20px;font-weight:bold; display:block; margin-bottom:5px;


}
td#LoginTD a:hover {
	 width:100%;PADDING-LEFT: 13px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: middle; COLOR: #66665A; PADDING-TOP: 5px; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; TEXT-ALIGN: left; background-image:url(images/whitebutton.png); background-repeat:no-repeat;background-position:top left;height:20px;font-weight:bold; display:block; margin-bottom:5px;
}


/* _____________________________________________________________________________  OTHER ITEMS */


.copyright {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; PADDING-bottom: 0px; FONT-FAMILY: Arial,Verdana, Arial, Helvetica, sans-serif
}
.language {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #E4E4E4; PADDING-TOP: 3px; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif;
	padding-right:1px;
}

.sendPasswordHelpText
{
	text-align:left; FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #333; FONT-FAMILY: Arial, Arial,Verdana, Helvetica, sans-serif; padding:10px; margin-top:65px;
}



/* /////////////////////////////////////////// */
/* ///////   CASHIER SKIN MARKUP       /////// */
/* /////////////////////////////////////////// */



.cashierContentpaneWide
{
padding-left:10px;
}

/* ________ DEPOSIT INSTRUCTIONS TEXTBOX ______ */

.cashierContentpaneWide .depositTextbox
{
		margin-LEFT:30PX;
		padding:0px 10px 4px 15px;
		text-align:left;
		font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
		font-size:11px;	
		float:left;
		width:93%;
		color:#333;
}

.cashierContentpaneWide .depositTextbox td
{
		color:#333;
		padding:5px;
		font-size:11px;	
}

.cashierContentpaneWide .depositTextbox p
{
		font-size:11px;	
}

.cashierContentpaneWide .depositTextbox a:link, a:active
{
		
		font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
		font-size:11px;	
		color:#06C;
		text-decoration:underline;
		
}

.cashierContentpaneWide .depositTextbox a:hover
{
		
		font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
		font-size:11px;	
		color:red;
		text-decoration:none;
		
}

.cashierContentpaneWide .depositTextbox a:visited
{
		
		font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
		font-size:11px;	
		color:#000;
		text-decoration:underline;
		
}


.cashierContentpaneWide strong
{
	
		font-size:11px;	
}

.cashierContentpaneWide .depositTextbox h2
{
		margin:0px 0px 5px 0px;
		padding-bottom:4px;
		border-bottom: 1px solid #ccc;
		text-align:left;
		font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#06C;
		width:98%;
		text-transform:uppercase;
}


/* ____________________________________________ */

/* navigation container td  */
.cashierNav
{
padding-left:10px;
}

/* Standard layout *** MAIN Cashier Navigation + Display Wrapper */

.wrapperHeadCashierDisplay
{
   background:url(images/wrapperHeadCashierDisplay_bg.png) top center no-repeat transparent; 
   width:760px;
   height:25px;
   
}

.wrapperBodyCashierDisplay
{
   background:url(images/wrapperBodyCashierDisplay_bg.png) top center repeat-y transparent;
   width:760px;
}

.wrapperFooterCashierDisplay
{
   background:url(images/wrapperFooterCashierDisplay_bg.png) bottom center no-repeat transparent; 
   width:760px;
   height:25px;
}

/* DEPOSIT + WITHDRAWAL layout *** Cashier Navigation + Display Wrapper */

.wrapperHeadCashierDisplayWide
{
   background:url(images/wrapperHeadCashierDisplayWide_bg.png) top center no-repeat transparent; 
   width:1000px;
   height:25px;
   
}

.wrapperBodyCashierDisplayWide
{
   background:url(images/wrapperBodyCashierDisplayWide_bg.png) top center repeat-y transparent;
   width:1000px;
}

.wrapperFooterCashierDisplayWide
{
   background:url(images/wrapperFooterCashierDisplayWide_bg.png) bottom center no-repeat transparent; 
   width:1000px;
   height:25px;
}



/*  right column  */


.rightpaneCashier{
	padding-top:8px;
		padding-left:5px;
		text-align:left;
}

.rightpaneTopCashier
{
		margin:0px;
		height:5px;
}

.rightpaneBodyCashier
{
		margin:0px;
		width:225px;
}

.rightpaneBodyCashier h2
{
		margin:30px 0px 5px 0px;
		padding-bottom:4px;
		border-bottom: 1px solid #06C;
		text-align:left;
		font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#333;
		width:90%;
		
}

.rightpaneBodyCashier .textbox
{
		margin:0px;
		padding:8px 10px 4px 0px;
		text-align:left;
		font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
		font-size:11px;		
}

.rightpaneBodyCashier .textbox a:link, a:active, a:visited
{
		
		font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
		font-size:11px;	
		color:#fc0;
		text-decoration:underline;
}

.rightpaneBodyCashier .textbox a:hover
{
			font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
		font-size:11px;	
		color:#fc0;
		text-decoration:none;	
}

.rightpaneBodyCashier .textboxFirst
{
		margin:10px 0px 0px 0px;
		padding:0px 15px 4px 0px;
		text-align:left;
		font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
		font-size:11px;	
		float:left;
		width:95%;
		color:#333;
}

.rightpaneBodyCashier .textboxFirst h2
{
		margin:0px 0px 5px 0px;
		padding-bottom:4px;
		border-bottom: 1px solid #ccc;
		text-align:left;
		font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#06C;
		width:98%;
}

.rightpaneBodyCashier .textboxInner
{
		margin-top:25px;
		padding:0px 10px 4px 0px;
		text-align:left;
		font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
		font-size:11px;
		font-weight:bold;
		float:left;
}


.rightpaneBodyCashier .textboxInner img
{
		margin-bottom:10px;
}

.rightpaneBodyCashier .textboxInner h2
{
		margin:0px 0px 5px 0px;
		padding-bottom:4px;
		border-bottom: 1px solid #c336c9;
		text-align:left;
		font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#333;
		width:98%;
}

.rightpaneBottomCashier
{
		margin:0px;
		/*background:url('images/rightpaneBottom_bg.jpg') top left no-repeat transparent;*/
		height:31px;
		
}


/* /////////  MARKUP FOR SIDE CASHIER DIRECTIONS & TEXT ////////  */

.cashierDirections {
	color:#333;
}

.cashierDirections p strong {
	font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size:11px;	
	color:#333;
}

.cashierDirections TD {
	background-position: center 4px;
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size:11px;	
	color:#333;
}


.cashierDirections td .num01 {	
	width: 12px;
	background-image: url("images/cashierDirections/01.png");
}

.cashierDirections td .num02 {	
	width: 12px;
	background-image: url("images/cashierDirections/02.png");
}

.cashierDirections td .num03 {	
	width: 12px;
	background-image: url("images/cashierDirections/03.png");
}

.cashierDirections td .num04 {	
	width: 12px;
	background-image: url("images/cashierDirections/04.png");
}

.cashierDirections td .num05 {	
	width: 12px;
	background-image: url("images/cashierDirections/05.png");
}

.cashierDirections td .num06 {	
	width: 12px;
	background-image: url("images/cashierDirections/06.png");
}

.cashierDirections td .num07 {	
	width: 12px;
	background-image: url("images/cashierDirections/07.png");
}

.cashierDirections td .num08 {	
	width: 12px;
	background-image: url("images/cashierDirections/08.png");
}

.cashierDirections td .num09 {	
	width: 12px;
	background-image: url("images/cashierDirections/09.png");
}

.cashierDirections td .num10 {	
	width: 12px;
	background-image: url("images/cashierDirections/10.png");
}


.cashierDirections td .fixed20 {
	width: 20px;
}



.cashierDirections .info {
	width: 24px;
	height: 20px;
	background: url("images/cashierDirections/info.png") center center no-repeat transparent;
}

.cashierDirections .legenda {
	width: 24px;
	height: 20px;
	background-image: url("images/cashierDirections/legenda.png");
}



UL {
	margin: 0px;
	
}

.cashierDirections .pallino_nero {
	list-style-image: url("images/cashierDirections/pallino_nero.png");
	line-height: 1.2em;
	font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size:11px;	
}

.cashierDirections .pallino_verde {
	width: 16px;
	height: 20px;
	background-image: url("images/cashierDirections/pallino_verde.png") ;
	font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size:11px;	
}

.cashierDirections .pallino_rosso {
	width: 16px;
	height: 20px;
	background-image: url("images/cashierDirections/pallino_rosso.png");
	font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size:11px;	
}


/*   ///////////////////////////////////////////////////////////  */



/* /////////////////////////////// */
/* /////////   HELP  ///////// */
/* ////////////////////////////// */

	.helpIntro
	{
	   padding-left:20px;
	   padding-right:20px;
	   
	}

	.generalHelpIntroItems {
	width:600px;
	margin-top:15px;
	margin-bottom:35px;
	}
	
	.generalHelpIntroItems .portalIDtext {
		margin:0px;
		padding-left:120px;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#1c2b3a;
		width:auto;
	}
	
	.generalHelpIntroItems 	.portalHeadItem{
	background:url(images/casinoID_icon.png) left center no-repeat transparent;
	height:40px;
	}

	.generalHelpIntroItems .iconHolder{
	background:url(images/check_icon.png) center center no-repeat transparent;
	}
	
	.generalHelpIntroItems .highlightedText{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0971d9;
	}

	.generalHelpIntroItems .itemText{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#1c2b3a;
	font-size:11px;
	font-weight:bold;
	height:35px;
	}

	.helpIntro h2
	{
		margin:0px;
		padding-bottom:4px;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;

		font-size:11px;
		font-weight:bold;
		color:#0971d9;
		width:90%;
		text-transform:uppercase;
	}
	
/* ///////// 2 colonne ///////// */

.wrapperHead2col
{
   background:url(images/wrapperHead2col.png) bottom center no-repeat transparent; 
   width:750px;
   height:35px;
   padding-top:6px;
   
}

.wrapperBody2col
{
   background:url(images/wrapperBody2col.png) top center repeat-y transparent;
   width:750px;
   min-height:465px;
}

.wrapperFooter2col
{
   background:url(images/wrapperFooter2col.png) bottom center no-repeat transparent; 
   width:750px;
   height:25px;
}

/* //////////////////////////// */


.wrapperHeadGeneralHelpWide
{
   background:url(images/wrapperHeadCashierDisplayWide_bg.png) top center no-repeat transparent; 
   width:1000px;
   height:25px;
   
}

.wrapperBodyGeneralHelpWide
{
   background:url(images/wrapperBodyCashierDisplayWide_bg.png) top center repeat-y transparent;
   width:1000px;
   text-align:left;
}

.wrapperFooterGeneralHelpWide
{
   background:url(images/wrapperFooterCashierDisplayWide_bg.png) bottom center no-repeat transparent; 
   width:1000px;
   height:25px;
}

.rightpaneBodyGeneralHelp
{
		/*padding-left:8px;*/
}

.rightpaneBodyGeneralHelp h2
{
		margin-bottom:10px;
		padding-bottom:4px;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;

		font-size:11px;
		font-weight:bold;
		color:#0971d9;
		width:90%;
		text-transform:uppercase;
		
}

.rightpaneBodyGeneralHelp .textboxGeneralHelp
{
		margin-top:20px;
		padding:0px 10px 0px 15px;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;

		font-size:11px;
		color:#1c2b3a;
}

.rightpaneBodyGeneralHelp .textboxGeneralHelp a:link, a:active
{
		
		font-family:Arial, Helvetica, sans-serif;

		font-size:11px;
		color:#0971d9;
		text-decoration:underline;
}

.rightpaneBodyGeneralHelp a:visited
{
		
		font-family:Arial, Helvetica, sans-serif;

		font-size:11px;	
		color:#0971d9;
		text-decoration:underline;
		padding:0px;
}

.rightpaneBodyGeneralHelp .textboxGeneralHelp a:hover
{
		font-family:Arial, Helvetica, sans-serif;

		font-size:11px;	
		color:#0971d9;
		text-decoration:none;	
}

.rightpaneBodyGeneralHelp .textboxFirstGeneralHelp
{
		margin:0px;
		padding:0px 10px 4px 15px;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;

		font-size:11px;	
		float:left;
		color:#1c2b3a;
}

.rightpaneBodyGeneralHelp .textboxFirstGeneralHelp h2
{
		margin:0px 0px 5px 0px;
		padding-bottom:4px;
		text-align:left;
		ffont-family:Arial, Helvetica, sans-serif;

		font-size:11px;
		font-weight:bold;
		color:#0971d9;
		width:90%;
}

/* ///////////////////////////////////// */
/* /////////   HELP INNER BOX  ///////// */
/* ///////////////////////////////////// */

	.boxHeadGeneralHelp_inner
	{
	   background:url(images/boxHeadGeneralHelp_Inner_bg.png) top left no-repeat transparent; 
	   width:350px;
	   height:25px;
	   margin-left:20px;
	   
	}

	.boxBodyGeneralHelp_inner
	{
		background:url(images/boxBodyGeneralHelp_Inner_bg.png) top left repeat-y transparent;
		width:350px;
		margin-left:20px;
	}

	.boxBodyGeneralHelp_inner h2
	{
		font-size:12px;
		font-weight:bold;
		color:#fff;
		padding:0px 0px 3px 0px;
		border-bottom: 1px solid #fff;
	}

	.boxBodyGeneralHelp_inner td
	{
		padding:5px;
	}

	.helpListTable
	{
	width:310px;
	margin-left:10px;
	}
	

	.boxBodyGeneralHelp_inner .topic{
	font-family:Arial, Helvetica, sans-serif;

	font-weight:bold;
	color:#0971d9;
	font-size:11px;
	font-weight:bold;
	padding-bottom:5px;
	text-transform:uppercase;
	}
	
	
	.boxBodyGeneralHelp_inner a {
	font-family:Arial, Helvetica, sans-serif;

	color:#1c2b3a;
	font-size:11px;
	
	}
	
	.boxBodyGeneralHelp_inner a:hover{
	font-family:Arial, Helvetica, sans-serif;

	color:#0971d9;
	font-size:11px;
	}

	.boxFooterGeneralHelp_inner
	{
	   background:url(images/boxFooterGeneralHelp_Inner_bg.png) top left no-repeat transparent; 
		width:350px;
	   height:35px;
	   margin-left:20px;
	}
/* ///////////////////////////////////////////////////////////////////////////////// */
