html { 
	height: 100%; 
}
span.rotation {
	width:100%;
	text-align:center;
	font-size: 8px;
	padding:8px;
	line-height:25px;
}
span.rotation a {
	color:#000;
}

span.rotation a:hover {
	color:#000;
	text-decoration:none;
}
body { 
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-color: #fff;   
	margin-top: 0; 
	margin-bottom: 0; 
	height: 100%; 
}
.pagemaster {
	width: 760px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;		
}
table, tr, td, p {
	font-family: tahoma; 
	font-size: 11px; 
	line-height: 1.4em;
}
.headerTD {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-color: #c70021;
	width: 100%;
    height: 89px;
}	
.menuTD {
	width: 100%;
	height: 27px;
	background: url(images/menubar_bg.gif) repeat-x top left transparent;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;	
}
.contentarea {
	background-color: #c6c6c6;
	border-left: 5px solid Black;
	border-right: 5px solid Black;
	padding-left: 6px;
	padding-right:6px;
}	
margin-right: 4px;
	margin-left:6px;
}
.toppane {
	background-color: transparent;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 2px;
}
.leftpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 2px;
	margin-right: 4px;
	margin-left: 4px;	
}
.contentpane {
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	height: 100%;
	margin-right: 4px;
	margin-left: 6px;
}
.admincontentpane {
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	height: 100%;
}
.rightpane {
	background-color: transparent;
	padding-left: 5px;
	padding-right: 1px;
	padding-top: 0px;
	margin-right: 4px;
	margin-left: 4px;
}
.bottompane {
	background-color: transparent;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 6px;
}
.footer {
	background-color: #fff;
	background-image: url(images/footer.gif);
}

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #fff;
    BORDER-RIGHT: #036 1px solid; 
    BORDER-TOP: #036 1px solid; 
    BORDER-LEFT: #036 1px solid; 
    BORDER-BOTTOM: #036 1px solid; 
}
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #036;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration: none;
    color:#036;
}
A.SkinObject:visited  {
    text-decoration:  none;
    color:#036;
}
A.SkinObject:active   {
    text-decoration: none;
    color:#036;
}
A.SkinObject:hover    {
    text-decoration: none;
    color:#036;
}
a#dnn_dnnLOGIN_cmdLogin.skinobject:visited {
    text-decoration: none;
    color: #fff;
}
a#dnn_dnnLOGIN_cmdLogin.skinobject:link {
    text-decoration: none;
    color: #fff;
}
a#dnn_dnnLOGIN_cmdLogin.skinobject:hover {
    text-decoration: none;
    color: #ccc;
}
a#dnn_dnnUSER_hypRegister.skinobject:visited {
    text-decoration: none;
    color: #fff;
}
a#dnn_dnnUSER_hypRegister.skinobject:link {
    text-decoration: none;
    color: #fff;
}
a#dnn_dnnUSER_hypRegister.skinobject:hover {
    text-decoration: none;
    color: #ccc;
}

/*-- breadcrumbs token idle            --*/ 
span#dnn_dnnBREADCRUMB_lblBreadCrumb a.skinobject:link, span#dnn_dnnBREADCRUMB_lblBreadCrumb a.skinobject:visited, span#dnn_dnnBREADCRUMB_lblBreadCrumb a.skinobject:active { 
	color: #810015; 
	font-family: tahoma; 
	font-size: 11px; 
	text-decoration: none; 
	font-weight:bold; padding-left: 6px; 
	padding-right: 10px; padding-top: 6px; 
}
/*-- breadcrumbs token hover           --*/ 
span#dnn_dnnBREADCRUMB_lblBreadCrumb a.skinobject:hover { 
	color: #fff; 
	font-family: tahoma; 
	font-size: 11px; 
	text-decoration: none; 
	font-weight:bold; 
	padding-left: 6px; 
	padding-right: 10px; 
	padding-top: 6px; 
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #036;
}

/* 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: #f00
}

/* 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;
}
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:19px; background-color: #fff; width: 160px; color: #666; padding: 4px 4px 0px 4px; border: 1px solid #cc0033; cursor:text;}


/* styles used by Data Grids */
.DataGrid_AlternatingItem {
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container {
	background-color: Transparent;
}
.DataGrid_EditItem {
}
.DataGrid_Footer {
    background-color:White;
}
.DataGrid_Header {
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
}
.DataGrid_Item {
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Pager {
}
.DataGrid_SelectedItem {
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration: none;
    color: #036;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration: none;
    color: #036;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration: none;
    color: #036;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration: none;
    color: #f00;
}

/* styles used in the FileManager */
.FileManager {
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar {
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer {
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList {
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox {
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}
.FileManager_Pager {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #eee;
    border-top: dimgray 1px solid;
    height: 25px;
}
.FileManager_StatusBar {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}
.FileManager_Item { 
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}
.FileManager_AltItem {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #eee;
    border-style: none;
}
.FileManager_SelItem {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}
.FileManagerTreeNode {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
} 
.FileManagerTreeNodeSelected {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration: none;
    color: #036; }

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration: none;
    color: #036; }

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration: none;
    color: #036; }

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #f00;
}

/* text style used for help text rendered by modules */
.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: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* 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: #036;
}
A.CommandButton:visited {
    text-decoration: underline;
    color: #036;
}
A.CommandButton:active {
    text-decoration:  underline;
    color: #036;
}
A.CommandButton:hover {
    text-decoration: underline;
    color: #f00;
}
/* button style for standard HTML buttons */
.StandardButton {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H2 {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: white;
}
H3 {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #036;
}
H4 {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #036;
}
H5, DT {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #036;
}
H6 {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #036;
}
TFOOT, THEAD {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    color: #036;
}
TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #036;
}
A:link {
    text-decoration: none;
    color:  #036;
}
A:visited {
    text-decoration: none;
    color:  #036;
}
A:active {
    text-decoration: none;
    color:  #036;
}
A:hover {
    text-decoration: underline;
    color:  #f00;
}
SMALL   {
    font-size: 8px;
}
BIG {
    font-size: 14px;
}
BLOCKQUOTE, PRE {
    font-family: Lucida Console, monospace;
}
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
UL LI LI LI {
    list-style-type: square;
}
OL LI {
    list-style-type: decimal;
}
OL OL LI    {
    list-style-type: lower-alpha;
}
OL OL OL LI {
    list-style-type: lower-roman;
}
UL LI {
    list-style-type: disc;
}
UL UL LI {
    list-style-type: circle;
}
UL UL UL LI {
    list-style-type: square;
}
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
}

/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/
/* Module Title Menu */

.ModuleTitle_MenuItem { 
	cursor: pointer; 
	color: #000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #fff 0px solid; 
	border-bottom: #fff 1px solid; 
	border-top: #fff 1px solid; 
	border-right: #fff 0px solid; 
	background-color: Transparent; 
}

.ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { 
	display: none; 
}

.ModuleTitle_SubMenu { 
	z-index: 1000; 
	cursor: pointer; 
	background-color: #fff;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #fff 0px solid; 
	border-left: #fff 0px solid; 
	border-top: #fff 0px solid; 
	border-right: #fff 0px solid; 
}
.ModuleTitle_MenuBreak { 
	border-bottom: #000 1px solid; 
	border-left: #000 0px solid; 
	border-top: #000 1px solid; 
	border-right: #eee 0px solid; 
	background-color: Transparent; 
	height: 1px; 
}
.ModuleTitle_MenuItemSel { 
	cursor: pointer; 
	color: #000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #871223; 
}


/* Main Menu */

.MainMenu_MenuContainer { 
	background: transparent; 
}
.MainMenu_MenuBar { 
	cursor: pointer; 
	background: transparent; 
}
.MainMenu_MenuItem { 
	cursor: pointer; 
	color: #fff; 
	height: 21px; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid; 
	background-color: transparent; 
	
}

/*-- Styles the menu item when hovering over a menu item with the mouse.  --*/
.MainMenu_MenuItemSel { 
	cursor: pointer;  
	color: #fff; 
	height: 21px; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #871223; 
	 
}
.MainMenu_MenuIcon { 
	cursor: pointer; 
	background-color: #000; /*-- White --*/ 
	border-left: #eee 0px solid; 
	border-bottom: #eee 0px solid; 
	border-top: #eee 0px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px; 
}
.MainMenu_SubMenu { 
	z-index: 1000; 
	cursor: pointer; 
	background-color: #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #ccc 1px solid; 
	border-left: #ccc 1px solid; 
	border-top: #ccc 1px solid; 
	border-right: #ccc 1px solid;  
	
}
.MainMenu_MenuArrow { 
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	border-right: #fff 0px solid; 
	border-bottom: #fff 0px solid; 
	border-top: #fff 0px solid; 
}
.MainMenu_RootMenuArrow { 
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer;
}
.MainMenu_Separator { 
	background-image: url(images/MainMenuSeparator.gif); 
	height: 19px;
}        

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #ccc;
}
.TabBg {
    background-color: black;
}
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #fff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SelectedTab:link {
    text-decoration: none;
    color:#fff;
}
A.SelectedTab:visited  {
    text-decoration: none;
    color:#eee;
}
A.SelectedTab:active   {
    text-decoration: none;
    color:#eee;
}
A.SelectedTab:hover    {
    text-decoration: none;
    color:#ccc;
}
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #fff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}    
A.OtherTabs:link {
    text-decoration:    none;
    color:#fff;
}
A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eee;
}
A.OtherTabs:active   {
    text-decoration:    none;
    color:#eee;
}
A.OtherTabs:hover    {
    text-decoration:    none;
    color:#ccc;
}
.PagingTable {
    height: 33px;
}
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
.LabelEditOverClassML
{	
	cursor: pointer;	
}
.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}
.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}
/* Container CSS - Specific Skin Styles */

/* 1a cc0033
1b fff

2a 333
2b fff */

/* Box */

/*Box Gradient Fill Container */
table.gradientfill  {
	background-repeat:repeat-x; #C0C0C0; 
	background-image:url(../../../_default/Containers/Box/gr_default.gif);
	background-color:#C0C0C0;
	margin: 5px 0;
	border: 1px solid #333; 
} 
.gradientfill td.header { 
	padding: 3px 10px; 
	background-image:url(../../../_default/Containers/Box/gr_default.gif);
	background-color:#C0C0C0;
}
.gradientfill td#ContentPane { 
	padding: 7px 10px; 
}
.gradientfill td.header span.Head { 
	color: #fff; 
	font-size: 14px; 
	font-weight: bold; 
}
.gradientfill td#ContentPane span.Normal { 
    color: #333; 
}
.gradientfill td#ContentPane a.commandbutton { 
    color: #333; 
} 

/*Box Gradient Fill Container - Color 1 */
table.gradientfillclr1 { 
	
	margin: 5px 0; 
}
.gradientfillclr1 td.header {  
	padding: 3px 10px; 
	background: url(../../../_default/Containers/Box/images/insight_grade01.jpg) repeat-x top #c4001e; 
}
.gradientfillclr1 td#ContentPane { 
	padding: 7px 10px;
	background: #c4001e;
}
.gradientfillclr1 td.header span.Head { 
	color: #fff; 
	font-size: 14px; 
	font-weight: bold; 
}
.gradientfillclr1 td#ContentPane span.Normal { 
        color: #fff; 
}
.gradientfillclr1 td#ContentPane a.commandbutton { 
        color: #fff; 
} 

/*Box Gradient Fill Container - Color 2 */
table.gradientfillclr2  { 
	
	margin: 5px 0; 
}
.gradientfillclr2 td.header {
	background: url(../../../_default/Containers/Box/images/insight_grade02.jpg) repeat-x top #2f2f2f; 
	padding: 3px 10px; 
}
.gradientfillclr2 td#ContentPane { 
	padding: 7px 10px;
	background: #2f2f2f;  
}
.gradientfillclr2 td.header span.Head {
	color: #fff; 
	font-size: 14px; 
	font-weight: bold; 
}
.gradientfillclr2 td#ContentPane span.Normal { 
    color: #fff; 
}
.gradientfillclr2 td#ContentPane a.commandbutton { 
    color: #fff; 
} 


/* Box - Invisible */
table.box_invisible { margin: 5px 0; }
.box_invisible td.header { background: transparent; padding: 3px 10px; }
.box_invisible td#ContentPane { background: transparent; padding: 7px 10px; }
.box_invisible td.header span.Head { color: #333; font-size: 14px; font-weight: bold; }

.box_invisible td#ContentPane span.Normal { 
        color: #333; }
.box_invisible td#ContentPane a.commandbutton { 
        color: #333; } 

/*Box: Outline */
table.boxoutline  { margin: 5px 0; border: 1px solid #333; background: #fff; }
.boxoutline td.header { padding: 3px 10px; border-bottom: 1px solid #333; }
.boxoutline td#ContentPane { padding: 7px 10px; background: #fff; }
.boxoutline td.header span.Head { color: #333; font-size: 14px; font-weight: bold; 
}
.boxoutline td#ContentPane span.Normal { 
        color: #333; }
.boxoutline td#ContentPane a.commandbutton { 
        color: #333; } 

/*Box: Outline Container - Color 1 */
table.boxoutlineclr1  { margin: 5px 0; border: 1px solid #cc0033; background: #fff; }
.boxoutlineclr1 td.header { padding: 3px 10px; border-bottom: 1px solid #cc0033; }
.boxoutlineclr1 td#ContentPane { padding: 7px 10px; background: #fff; }
.boxoutlineclr1 td.header span.Head { font-size: 14px;
        color: #cc0033; font-weight: bold; 
}
.boxoutlineclr1 td#ContentPane span.Normal { 
        color: #333; }
.boxoutlineclr1 td#ContentPane a.commandbutton { 
        color: #333; } 
/*Box: Outline Container - Color 2 */
table.boxoutlineclr2  { margin: 5px 0; border: 1px solid #000; background: #fff; }
.boxoutlineclr2 td.header { padding: 3px 10px; border-bottom: 1px solid #000; }
.boxoutlineclr2 td#ContentPane { padding: 7px 10px; background: #fff; }
.boxoutlineclr2 td.header span.Head { color: #000; font-size: 14px; font-weight: bold;	
}
.boxoutlineclr2 td#ContentPane span.Normal { 
        color: #000; }
.boxoutlineclr2 td#ContentPane a.commandbutton { 
        color: #000; }


/* Box - Solid Fill */
table.boxsolidfill { margin: 5px 0; }
.boxsolidfill td.header { background: #666666; padding: 3px 10px; }
.boxsolidfill td#ContentPane { background: #C0C0C0; padding: 7px 10px; border: 1px solid #666666; }
.boxsolidfill td.header span.Head { color: #fff; font-size: 14px; font-weight: bold; }

.boxsolidfill td#ContentPane span.Normal { 
        color: #333; }
.boxsolidfill td#ContentPane a.commandbutton { 
        color: #333; } 

/* Box - Solid Fill - Color 1 */
table.boxsolidfillclr1 { margin: 5px 0; }
.boxsolidfillclr1 td.header { background: #cc0033; padding: 3px 10px; }
.boxsolidfillclr1 td#ContentPane { background: #fff; padding: 7px 10px; border: 1px solid #cc0033; }
.boxsolidfillclr1 td.header span.Head { color: #fff; font-size: 14px; font-weight: bold; }
.boxsolidfillclr1 td#ContentPane span.Normal { 
        color: #000; }
.boxsolidfillclr1 td#ContentPane a.commandbutton { 
        color: #000; } 

/* Box - Solid Fill - Color 2 */
table.boxsolidfillclr2 { margin: 5px 0; border: 1px solid #333; }
.boxsolidfillclr2 td.header { background: #333; padding: 3px 10px; border-bottom: 1px solid #000; }
.boxsolidfillclr2 td#ContentPane { background: #fff; padding: 7px 10px;

}
.boxsolidfillclr2 td.header span.Head { color: #fff; font-size: 14px; font-weight: bold; }
.boxsolidfillclr2 td#ContentPane span.Normal { 
        color: #000; }
.boxsolidfillclr2 td#ContentPane a.commandbutton { 
        color: #000; }




/*Lines */
/*Lines: Single Line Container*/
table.singleline  { margin: 5px 0; }
.singleline td.header { border-bottom: 1px Solid #333; padding: 2px 0; }
.singleline td#ContentPane { background: transparent; padding: 7px 7px 10px 0; }
.singleline td.header span.Head { color: #333; font-size: 14px; font-weight: bold;	
}
.singleline td#ContentPane span.Normal { 
        color: #333; }
.singleline td#ContentPane a.commandbutton { 
        color: #6A0E11; } 
/*Lines: Single Line Container - Color 1 */
table.singlelineclr1  { margin: 5px 0; }
.singlelineclr1 td.header { border-bottom: 1px Solid #cc0033; padding: 2px 0; }
.singlelineclr1 td#ContentPane { background: transparent; padding: 7px 7px 10px 0; }
.singlelineclr1 td.header span.Head { color: #cc0033; font-size: 14px; font-weight: bold;	
}
.singlelineclr1 td#ContentPane span.Normal { 
        color: #333; }
.singlelineclr1 td#ContentPane a.commandbutton { 
        color: #cc0033; } 

/*Lines: Single Line Container - Color 2 */
table.singlelineclr2  { margin: 5px 0; }
.singlelineclr2 td.header { border-bottom: 1px Solid #333; padding: 2px 0; }
.singlelineclr2 td#ContentPane { background: transparent; padding: 7px 7px 10px 0; }
.singlelineclr2 td.header span.Head { color: #333; font-size: 14px; font-weight: bold;	
}
.singlelineclr2 td#ContentPane span.Normal { 
        color: #333; }
.singlelineclr2 td#ContentPane a.commandbutton { 
        color: #333; } 

/*Lines: Double Line Container*/
table.doubleline  { margin: 5px 0; }
.doubleline td.header { border-bottom: 3px double #333; padding: 2px 0; }
.doubleline td#ContentPane { background: transparent; padding: 7px 7px 10px 0; border-bottom: 1px dotted #333; }
.doubleline td.header span.Head { color: #333; font-size: 14px; font-weight: bold;	
}
.doubleline td#ContentPane span.Normal { 
        color: #333; }
.doubleline td#ContentPane a.commandbutton { 
        color: #6A0E11; } 

/*Lines: Double Line Container - Color 1 */
table.doublelineclr1  { margin: 5px 0; }
.doublelineclr1 td.header { border-bottom: 3px double #cc0033; padding: 2px 0; }
.doublelineclr1 td#ContentPane { background: transparent; padding: 7px 7px 10px 0; border-bottom: 1px dotted #cc0033; }
.doublelineclr1 td.header span.Head { color: #cc0033; font-size: 14px; font-weight: bold;	
}
.doublelineclr1 td#ContentPane span.Normal { 
        color: #333; }
.doublelineclr1 td#ContentPane a.commandbutton { 
        color: #cc0033; }

/*Lines: Double Line Container - Color 2 */
table.doublelineclr2  { margin: 5px 0; }
.doublelineclr2 td.header { border-bottom: 3px double #333; padding: 2px 0; }
.doublelineclr2 td#ContentPane { background: transparent; padding: 7px 7px 10px 0; border-bottom: 1px dotted #333; }
.doublelineclr2 td.header span.Head { color: #333; font-size: 14px; font-weight: bold; }
.doublelineclr2 td#ContentPane span.Normal { 
        color: #333; }
.doublelineclr2 td#ContentPane a.commandbutton { 
        color: #cc0033; }


/*Rounded*/

/* Rounded: Header Fill*/
table.roundheadfill { margin: 3px 0; background: transparent; }
.roundheadfill .hdrcolor { background: #333; }
.roundheadfill td.header { color: #fff; padding: 5px; }
.roundheadfill td#ContentPane { padding: 10px 5px; align:left; }
.roundheadfill td.header span.Head { color: #fff; font-size: 14px; font-weight: bold; }
.roundheadfill td#ContentPane span.Normal { color: #333; }
.roundheadfill td#ContentPane a.commandbutton { color: #6A0E11; }

/* Rounded: Header Fill on White - Color 1 */
table.headerfillclr1 { background: #fec962; margin: 5px 0; }
.headerfillclr1 .hdrcolor { background: #cc0033; }
.headerfillclr1 td.header { padding: 5px; }
.headerfillclr1 td#ContentPane { padding: 10px 5px; }
.headerfillclr1 td.header span.Head { color: #fff; font-size: 14px; font-weight: bold; }
.headerfillclr1 td#ContentPane span.Normal { 
        color: #000000; }
.headerfillclr1 td#ContentPane a.commandbutton { 
        color: #cc0033; }

/* Rounded: Header Fill on White - Color 2 */
table.headerfillclr2 { margin: 5px 0; background: #b5b2cd; }
.headerfillclr2 .hdrcolor { background: #333; }
.headerfillclr2 td.header { padding: 5px; }
.headerfillclr2 td#ContentPane { padding: 10px 5px; }
.headerfillclr2 td.header span.Head { color: #b5b2cd; font-size: 14px; font-weight: bold; }
.headerfillclr2 td#ContentPane span.Normal { 
        color: #333; }
.headerfillclr2 td#ContentPane a.commandbutton { 
        color: #cc0033; }



/* Rounded: Header Fill on Gray - Color 1 */
table.headerfillclr1gry { background: #fff; margin: 5px 0; }
.headerfillclr1gry .hdrcolor { background: #cc0033; }
.headerfillclr1gry td.header { padding: 5px; }
.headerfillclr1gry td#ContentPane { padding: 10px 5px; }
.headerfillclr1gry td.header span.Head { color: #fff; font-size: 14px; font-weight: bold; }
.headerfillclr1gry td#ContentPane span.Normal { 
        color: #000000; }
.headerfillclr1gry td#ContentPane a.commandbutton { 
        color: #cc0033; }

/* Rounded: Header Fill on Gray - Color 2 */
table.headerfillclr2gry { margin: 5px 0; background: #fff; }
.headerfillclr2gry .hdrcolor { background: #000; }
.headerfillclr2gry td.header { padding: 5px; }
.headerfillclr2gry td#ContentPane { padding: 10px 5px; }
.headerfillclr2gry td.header span.Head { color: #cc0033; font-size: 14px; font-weight: bold; }
.headerfillclr2gry td#ContentPane span.Normal { 
        color: #cc0033; }
.headerfillclr2gry td#ContentPane a.commandbutton { 
        color: #cc0033; }


/* Rounded: Outline */
table.roundoutline { margin: 5px 0; background: Transparent; }
.roundoutline .hdrcolor {

}
.roundoutline td.header { padding: 5px; background-color: #fff; }
.roundoutline td#ContentPane { padding: 10px 5px; background-color: #fff; }
.roundoutline p.header span.Head { color: #000; font-size: 14px; font-weight: bold; }
.roundoutline td#ContentPane span.Normal { 
        color: #000; }
.roundoutline td#ContentPane a.commandbutton { 
        color: #000; }


/* Rounded: Outline with Header Fill */
table.roundoutlinefill { margin: 5px 0 0 0; }

table.roundcontentoutline { background: Transparent; border: 1px solid #E4E4E4; padding: 10px 5px; }

.roundoutlinefill .header { background: #E4E4E4; color: #333; font-size: 14px; font-weight: bold; }
.roundoutlinefill td.header { padding: 5px; }
.roundoutlinefill td#ContentPane { padding: 10px 5px;

}
.roundoutlinefill td.header span.Head { color: #333; font-size: 14px; font-weight: bold; }
.roundcontentoutline td#ContentPane span.Normal { 
        color: #333; }
.roundcontentoutline td#ContentPane a.commandbutton { 
        color: #6A0E11; }



/* Rounded: Solid Fill - White*/
table.roundsolidfill { background: #BEC3C9; margin: 5px 0; }
.roundsolidfill td#ContentPane {

}
.roundsolidfill p.header span.Head { font-size: 14px;
        color: #333;	 font-weight: bold; }
.roundsolidfill td#ContentPane span.Normal { 
        color: #333; }
.roundsolidfill td#ContentPane a.commandbutton { 
        color: #6A0E11; }


/* Rounded: Solid Fill - Gray*/
table.solidfillgry { background: #fff; margin: 5px 0; }
.solidfillgry td#ContentPane {

}
.solidfillgry p.header span.Head { font-size: 14px;
        color: #333;	 font-weight: bold; }
.solidfillgry td#ContentPane span.Normal { 
        color: #333; }
.solidfillgry td#ContentPane a.commandbutton { 
        color: #6A0E11; }



/* Rounded: Solid Fill on White - Color 1 */
table.solidfillclr1 { background: #cc0033; margin: 5px 0; }
.solidfillclr1 td#ContentPane {

}
.solidfillclr1 p.header span.Head {
        color: #000; font-size: 14px; font-weight: bold;	
}
.solidfillclr1 td#ContentPane span.Normal { 
        color: #cc0033; }
.solidfillclr1 td#ContentPane a.commandbutton { 
        color: #000; }

/* Rounded: Solid Fill on White - Color 2 */
table.solidfillclr2 { margin: 5px 0; background: #b5b2cd; }
.solidfillclr2 td#ContentPane {

}
.solidfillclr2 p.header span.Head { font-size: 14px; color: #333; font-weight: bold; }
.solidfillclr2 td#ContentPane span.Normal { 
        color: #333; }
.solidfillclr2 td#ContentPane a.commandbutton { 
        color: #cc0033; }

/* Rounded: Solid Fill on Gray - Color 1 */
table.solidfillclr1gry { background: #cc0033; margin: 5px 0; }
.solidfillclr1gry td#ContentPane {

}
.solidfillclr1gry p.header span.Head { font-size: 14px; font-weight: bold; color: #000; 
}
.solidfillclr1gry td#ContentPane span.Normal { 
        color: #fff; }
.solidfillclr1gry td#ContentPane a.commandbutton { 
        color: #fff; }


/* Rounded: Solid Fill on Gray - Color 2 */
table.solidfillclr2gry { margin: 5px 0; background: #000; }
.solidfillclr2gry td#ContentPane {

}
.solidfillclr2gry p.header span.Head { color: #cc0033; font-size: 14px; font-weight: bold; }
.solidfillclr2gry td#ContentPane span.Normal { 
        color: #fff; }
.solidfillclr2gry td#ContentPane a.commandbutton { 
        color: #fff; }




