/* 
================================
Skin styles for DotNetNuke
================================
*/   
/*
.navbar td
{
	height: 32px;
}

.navbar
{
	height: 32px;
}
*/

Table
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #1A1143;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: none; 
	border-top: none; 
	border-left: none; 
	border-bottom: none; 
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px; 
}
.skinheader {
}
.skingradient {
	background-image: url(MainHeadingBg.jpg); 
	height:32px;
}
.controlpanel {
	width: 100%;
	background-color: #ffffff;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	/*height: 64px;*/
	background-color: Transparent;
	width:770px;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #1A1143;
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #1A1143;
	height: 30px;
	vertical-align: middle;
	line-height:25px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
    width: 110px;
    float:left;
    text-align:center;
}

.main_dnnmenu_itemhover {  
	color: #FFFFFF; 
	background-color: #1A1143; 
}

.main_dnnmenu_itemhover td {  
	color: #FFFFFF; 
	background-color: #1A1143; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #CCCCCC;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	color: #1A1143;
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #1A1143;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 8pt;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(MainHeadingBg.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

/* ====================================================
    DataGrid Style used in Traning Pages (Admin Pages)
   ====================================================*/

.TrainingGrid
{
	width: 100%;
	background-color: white;
	background-image: none;
	border: 2px solid black;
}

.TrainingGridHeader
{
	text-align: center;
	height: 32px;
	font-weight: bold;
	font-size: 8pt;
	color: #1A1143;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #CCCCCC;
	background-image: url(Training_AltHeader_BG.jpg);
}

.TrainingGridHeaderSmall
{
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	color: #1A1143;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #CCCCCC;
	background-image: url(Training_AltHeader_BG.jpg);
}

.TrainingGridItem
{
	text-align: center; 
	font-weight: normal;
	font-size: 11px;
	color: #1A1143;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	height: 22px;
	background-color: #FFFFFF;
}

.TrainingGridEditItem
{
	background-color: #9471DE;
	color: #1A1143;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9px;
	line-height: 11pt;
}

.TrainingGridItemAlt
{
	text-align: center; 
	font-weight: normal;
	font-size: 11px;
	color: #1A1143;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	height: 22px;
	background-color: #EEEEEE;
}

.TrainingGridFooter
{
	background-color: #C6C3C6;
	line-height: 8pt;
}

.TrainingGridPager
{
	height: 32px;
	font-weight: normal;
	font-size: 11px;
	color: #1A1143;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #1A1143;
	background-image: url(Training_AltHeader_BG.jpg);
}
/* ===================
    MODULE INNER AREA
   ===================*/

/* Style of the inner Container border and background */
.TrainingBorder
{
	border: 1px #1A1143 solid;
	background-color: White;
}

/* Style of the inner sections border and background of the presentation layer modules*/
.TrainingSectionBorder
{
	border: 0px #1A1143 solid;
	background-color: White;
}

/* Style of the inner sections border and background of the admin modules*/
.TrainingAdminSectionBorder
{
	border: 0px #1A1143 solid;
	background-color: White;
}

/* Style of the border and background of the admin sub menus */
.TrainingSubMenuBorder
{
	border: 0px #1A1143 solid;
	background-color: White;
}

/* Style of the item border and background of list items from the list, grid and repeater controls */
.TrainingListBorder
{
	border: 0px #1A1143 solid;
	background-color: White;
}

/* Style of the item border and background of list items from the grid controls */
.TrainingGridBorder
{
	border: 0px #1A1143 solid;
	background-color: White;
}

/* Style of the inner module chapter main title row */
.TrainingHeader
{
	/*	border-top: white 1px solid; */
	font-weight: bold;
	font-size: 8pt;
	/*background-image: url(cat_header_bg.jpg);*/
	color: #1A1143; /*	border-bottom: white 1px solid; */
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #006699;
}

.TrainingHeaderNoBg
{
	/*	border-top: white 1px solid; */
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	color: #1A1143; /*	border-bottom: white 1px solid; */
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #CCCCCC;
	height: 32px;
}

TD.TrainingHeader
{
	/*	border-top: white 1px solid; */ /*	border-bottom: white 1px solid; */
	background-image: url(Training_Header_BG.jpg);
	height: 32px;
	background-color: #006699;
}

/* Style of the inner module chapter sub title row */
.TrainingAltHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: #1A1143;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #CCCCCC;
	background-image: url(Training_AltHeader_BG.jpg);
}

TD.TrainingAltHeader
{
	background-color: #CCCCCC;
	height: 32px;
	background-image: url(Training_AltHeader_BG.jpg);
}

/* Style of the left title fields and of the breadcrumbs and Custom Pager control */
.TrainingSubHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: #1A1143;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}

TD.TrainingSubHeader
{
	background-color: #D4D9EC;
}

/* Style of the right value fields in admin pages and of the content area of all presentation layer modules */
.TrainingRow
{
	font-weight: normal;
	font-size: 11px;
	color: #1A1143;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
}

TD.TrainingRow
{
	background-color: #EEEEEE;
}

/* Style of the highlighted value fields */
.TrainingRowHighLight
{
	color: #1A1143;
	background-color: #DEE3E7;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

TD.TrainingRowHighlight
{
	background-color: #D4D9EC;
}

/* Style of the right parts from the title rows in modules Training_ItemPaneNF and Training_DashBoard */
.TrainingAltHeaderImage
{
	background-color: #1A1143;
	background-image: url(Training_AltHeader_Image.jpg); /*	background-repeat: repeat-y; */
}

TD.TrainingAltHeaderImage
{
	background-color: #1A1143;
	height: 32px;
	background-image: url(Training_AltHeader_Image.jpg); /*	background-repeat: repeat-y; */
}

.TrainingNormalRed
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

.TrainingNormalSuccess
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #1A1143;
}

.TrainingWhiteHeader
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #1A1143;
}

.TrainingWhiteHeaderLight
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #1A1143;
}

.TrainingWhiteNormal
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #1A1143;
}

.TrainingWhiteNormal
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #1A1143;
}

.TrainingInfoBorder
{
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	text-align: center; 
	padding: 10px;
}

.TrainingErrorBorder
{
	border-right: #FF0000 1px solid;
	border-top: #FF0000 1px solid;
	border-left: #FF0000 1px solid;
	border-bottom: #FF0000 1px solid;
	text-align: center; 
	padding: 10px;
}

.TrainingSubDataTable
{
	border: #CCCCCC 1px solid;
	padding: 0px;
	border-spacing: 0px;
}

.TrainingPageTable
{
	font-weight: normal;
	font-size: 11px;
	color: #1A1143;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	padding: 20px:
}
