
/*========================================================*/
/*         Skin styles for  dnnskin.com: Kewl             */
/*              created by dnnskin.com                    */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. General                                            */
/*  2. Skin Layout                                        */
/*  3. Controls                                           */
/*  4. Links and Buttons                                  */
/*  5. Text                                               */
/*  6. Main Menu                                          */
/*  7. Module Menus                                       */ 

/*========================================================*/


/*========================================================*/
/*  1. General                                            */
/*========================================================*/

/* Forces browser height of 100% */


html{
	height:100%;
}


/* Body style */
body {
	background:#FFFFFF;
	/*background-image:url(images/bg-tile.gif);*/
	background-repeat:repeat-x;
	margin:0px;
	text-align:center;
}


/* Catch-all to ensure text consistency */
div, table, tr, td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}




/*========================================================*/
/*  2. Page Layout                                        */
/*========================================================*/



/* You may change the site width into any fixed sizes or 100% */

.SiteWidth{
	width:775px;
	height:auto;
	margin:auto;
	text-align:center;
	vertical-align:top;
	border-color:#5E5E5E;
	border-width:5px;
	border-style:solid;
	}

.MasterTable{
	width:100%;
	background:#fff;
	height:100%;
}

.contentPane {
    padding:5px 5px 5px 5px;
    text-align:left;
}

.footer {
  float:left;
}
.footer2 {
  float:right;
}

.toppane {
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
}
/*========================================================*/
/*  3. Controls                                           */
/*========================================================*/

/* Style for date control */
.date{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:11px;
	font-weight:normal;
	padding-bottom:10px;
}


/* Style for Login/Logout, Register/User controls */
a.LoginUser:link, a.LoginUser:visited, a.LoginUser:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#5E5E5E;
	font-weight:normal;
	text-decoration: none;
}

a.LoginUser:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#5E5E5E;
	font-weight:normal;
	text-decoration:overline;
}

/* Style for legal related controls */
.LegalLinks, a.LegalLinks:link, a.LegalLinks:visited, a.LegalLinks:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#5E5E5E;
	font-weight:bold;
	text-decoration: none;
}

a.LegalLinks:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#5E5E5E;
	font-weight:bold;
	text-decoration:overline;
}



/*========================================================*/
/*  4. Links and Buttons                                  */
/*========================================================*/


/* Default link style */
a:link, a:visited, a:active {
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
}

a:hover {
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}


/* text and link style used for most text rendered by modules */
.Normal, a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
}

a.Normal:hover {
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

/* buttons and link buttons style used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active  {
	color: #000000;	
	padding: 1px 5px 2px 6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #ffffff;
}

A.CommandButton:hover    {
	color: #C9C9C9;	
	padding: 1px 5px 2px 6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #333;
}

	
	
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/



/* text style for module titles */
.Head {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #171717;
	font-weight: bold;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */ 
.SubHead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#333;
	font-weight: bold;
}


/* text style used for most text rendered by modules; applies to the majority of text in the site */
.Normal{
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	line-height:1.8em;
}

.NormalBold {
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	line-height:1.8em;
}

/* Bold red text for alerts and such */
.NormalRed {
	color: #930;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
}

/*  form style */
select, input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}


/* all the other text*/
h3, h4, h5, h6, DT, TFOOT, THEAD, TH {
	color:#333;
}


/*========================================================*/
/*  6. Main Menu                                             */
/*========================================================*/

/*___________________.MainMenu__*/
.MainMenu_MenuContainer{ background:transparent;}
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_MenuItem,.submenuitembreadcrumb{

	border:1px #BE090B solid; border-width:1px 0px;
}
.submenuitemselected{
	border:1px #FFFFFF solid;
			padding:2px 7px 2px 7px;
	font-size:11px;	
	font-weight:normal;
	color:#BE090B;		
	background:#FFFFFF;	
	border-width:1px 0px;
}
.submenu{
	z-index:1000;
	border:1px #000000 solid;
	font-size:11px;
	font-weight:normal;
	color: #C9C9C9;
	background:#BE090B;
}
.rootmenuitem TD{ 
	color:#C9C9C9;
	font-size:14px;	
	padding:20px 3px 0px 25px;
	background:transparent;
	background-image:url(images/menu_03.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color:#C9C9C9;
	font-size:14px;	
	padding:20px 3px 0px 25px;
	background:transparent;
	background-image:url(images/menu_03.gif);
	background-repeat:no-repeat;
	background-position:left;
}




#dhtmlgoodies_tooltip{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:5pt;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font:8pt Tahoma,Arial,Helvetica;
		
}
.dhtmlgoodies_tooltipTD 
{
	border:none 0px transparent;
}


#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
}







