/* 
================================
Skin styles for DotNetNuke
================================
*/   


.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}

.skinmaster {
	background-color: #ffffff;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	width: 100%;
	height: 100%;
}
.skinmasterfixed {
	background-color: #ffffff;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	width: 985px;
	margin-right: auto;
	margin-left: auto;
}

.skinheader {
	background-color: #707070;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
}
.skinnav {
	background-color: #FF7E02;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #000000 1px solid; 
}
.skininfo {
	background-color: #707070;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #444444 1px solid; 
}

.skincontent {
}
.skinfooter {
	background-color: #707070;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #444444 0px solid; 
}
.skinhost {
	background-color: #ffffff;
	border-right: #8f9092 0px solid; 
	border-top: #444444 1px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #444444 1px solid; 
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 9pt; 
	font-family: Tahoma, Arial, Helvetica; 
	text-align: left;
}
.leftpane {
	width: 150px;
	border-right: none; 
	background-color: #f0f0f0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	font-size: 9pt; 
	font-family: Tahoma, Arial, Helvetica; 
	text-align: left;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	font-size: 9pt; 
	font-family: Tahoma, Arial, Helvetica; 
	text-align: left;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	font-size: 9pt; 
	font-family: Tahoma, Arial, Helvetica; 
	text-align: left;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	font-size: 9pt; 
	font-family: Tahoma, Arial, Helvetica; 
	align: left;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:12px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        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: #FFFFFF; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_nodeselectedroot  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: White;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}


.main_dnnmenu_itemhover {  
	background-color: #aaaaaa; 
}

.main_dnnmenu_itemhover td {  
	background-color: #aaaaaa; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	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; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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(gradient_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}

/* 
================================
Skin styles for InfoTrail
================================
*/   
table{
   text-align: left;
}

a.BreadCrumb {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  11px;
   font-weight:  bold;
   color: #006633;
}

.BreadCrumb {
   background-color: transparent;
   padding-left: 5px;
   padding-right: 0px;
   padding-top: 0px;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  11px;
   font-weight:  bold;
   color: #000000;
}

a.dnnUser {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight:  bold;
   color: #FFFFFF;
}

a.dnnLogin, a.dnnLogin:visited {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight:  bold;
   color: #FFFFFF;
}

.dnnCurrentDate {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight:  bold;
   color: #FFFFFF;
}

a.dnnSearch {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight:  bold;
   color: #FFFFFF;
}

.dnnSearch {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight:  bold;
   color: #FFFFFF;
}


.dnnHostName {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight:  bold;
   color: #FFFFFF;
}

.dnnCopyright {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight:  bold;
   color: #FFFFFF;
}

a.dnnTerms {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight:  bold;
   color: #FFFFFF;
}

a.dnnPrivacy {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight:  bold;
   color: #FFFFFF;
}


.NormalGrid {
    background-color: White;
    border-color: LightGrey;
    border-width: 1px;
    border-style: Solid;
    border-collapse: collapse;
    margin: 0px;
}
.NormalGrid td {
	border-width:1px;
	border-color: #f0f0f0;
	border-style: solid;
	padding-left:2px;
	padding-right:2px;

}
.GridHeader 
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #d3d3d3;
	text-decoration: none;
}
.GridHeader a:link
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #d3d3d3;
	text-decoration: none;
}
.GridHeader a:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #d3d3d3;
	text-decoration: none;
}
.GridHeader a:active
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #d3d3d3;
	text-decoration: none;
}
.GridHeader a:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #999999;
	text-decoration: underline;
}
.GridFooter
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #e0e0e0;
}
.GridPager
{
	font-weight: normal;
	font-size: 11px;
	color: #e0e0e0;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #e0e0e0;
	text-decoration: none;
}
.GridPager a:link
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #e0e0e0;
	text-decoration: none;
}
.GridPager a:visited
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #e0e0e0;
	text-decoration: none;
}

.GridPager a:active
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #e0e0e0;
	text-decoration: none;
}

.GridPager a:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #999999;
	text-decoration: underline;
}

.GridItem {
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size:  11px;
	font-weight:    normal;
	color: #000000;
}
.GridNumericItem {
	text-align: right;
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size:  11px;
	font-weight:    normal;
	color: #000000;
}
.GridAlternatingItem {
    background-color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #000000;
}
.GridSelectedItem {
    background-color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}
.normal
{
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 12px;
}

.Normal
{
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 12px;
}
.NormalRed 
{
	color: #DD0000;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 12px;
}
.NormalWhite 
{
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
}
.NormalBold 
{
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
.NormalRedBold 
{
	color: #DD0000;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 11px;
}
.NormalWhiteBold 
{
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 11px;
}
.NormalTextBox 
{
	padding-left: 4px;
	line-height: 12px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
.NumericTextBox
{
	padding-left: 4px;
	line-height: 12px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
}
.dataLabel
{
    white-space: nowrap;
	color: Black;
	background-color: Transparent;
	padding-left: 4px;
	padding-right: 0px;
	line-height: 12px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
 	font-size: 11px;
	text-align: right;  
}


.dataField
{
	color: Black;
	background-color: Transparent;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 12px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight:  normal;
 	font-size: 12px;
    text-align: left; 
}

td.Normal
{
	padding-right: 0px;
	padding-left: 0px;
	background: none transparent scroll repeat 0% 0%;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
        border-style:  none; 
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

td.NormalBold
{
	padding-right: 0px;
	padding-left: 0px;
	background: none transparent scroll repeat 0% 0%;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
        border-style: none; 
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	text-align: center;
}

td.dataRequiredLabel
{
    white-space: nowrap;
	color: #dd0000;
	background-color: Transparent;
	padding-left: 4px;
	padding-right: 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
 	font-size: 11px;
    text-align: right;  
}
td.dataLabel
{
	white-space: nowrap;
	color: Black;
	background-color: Transparent;
	padding-left: 4px;
	padding-right: 0px;
	line-height: 12px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
 	font-size: 11px;
	text-align: right;  
}
td.dataTab
{
    background-color: Transparent;
    height: 22px;
}
td.dataField
{
    white-space: nowrap;
	color: Black;
	background-color: Transparent;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 12px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight:  normal;
 	font-size: 12px;
    text-align: left; 
}

td.dataHeader
{
    white-space: nowrap;
	color: Black;
	background-color: #F3F3EC;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 12px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight:  bold;
 	font-size: 11px;
    text-align: left; 
}

td.dataSpacer
{
	color: Black;
	background-color: Transparent;
	padding-right: 4px;
	line-height: 12px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
 	font-size: 11px;
}
td.dataFiller
{
	color: Black;
	background-color: Transparent;
	padding-right: 4px;
	line-height: 12px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
 	font-size: 11px;
	width: 100%;
}

td.ChildTabLeft
{
	background-color: Transparent;
	background-image: url(media/child_menu_l.gif);
	background-repeat:no-repeat; 
	height: 22px;
	width: 7px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
 	font-size: 6px;
}
td.ChildTab
{
	background-color: Transparent;
	background-image: url(media/child_menu_c.gif);
	font-family: Tahoma, Arial, Helvetica;
	text-align: center; 
	white-space: nowrap;
}
td.ChildTabRight
{
	background-color: Transparent;
	background-image: url(media/child_menu_r.gif);
	background-repeat:no-repeat; 
	font-family: Tahoma, Arial, Helvetica;
	height: 22px;
	width: 7px;
}
td.ChildTabFill
{
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	width: 100%;
}
td.ChildTab a:link
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
td.ChildTab a:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
td.ChildTab a:active
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
td.ChildTab a:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}
/* Style for main tables */
.TableStyle1
{
	background-color: #ffffff;
	border-bottom: black 0px solid;
	border-left: #000000 1px solid;
	border-top: black 0px solid;
	border-right: #000000 1px solid;
}
.TableStyle2
{
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
}

.Calendar
{
	border-width: 1px;
	border-color: navy;	

}

.CalendarDayHeader  
{	background-color: #EFEFEF;
	border-width: 5px;
	border-color: black;
	font-size: 11px;
	color: black;
}

.CalendarDay
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
}

.CalendarOtherMonthDay
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
}

.CalendarTitle
{
	background-color: #CCCCCC;
	border-color: #CCCCCC;
	border-width: 0;
	color: black;
	font: bold 11px Tahoma,Arial,Verdana;	
}

.CalendarNextPrev
{
}

.collapsePanel {
	width: 640px;
	height:0px;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:640px;		
	height:20px;
	color: Yellow;
	background-color: white;
	font-weight:bold;
	float:left;
	padding:0px; 
	cursor: pointer; 
	vertical-align: middle;
}
