/* 
================================
Skin styles for DotNetNuke
================================
*/   

/*
From - http://www.w3schools.com/css/css_pseudo_classes.asp

Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!
*/

A:link  {
    text-decoration:    none;
}

A:visited   {
    text-decoration:    none;
}

A:hover {
    text-decoration:    underline;
}

A:active    {
    color: brown;
    text-decoration:    none;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: .8em;
}

PRE
{
    font-family: Arial, Helvetica, Tahoma;
}

.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}


/* Regular Item */
.TreeViewBody6
{
	color: midnightblue;
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
}

/* Selected Item */
.TreeViewBody7
{
	color: brown;
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
}

#headerlogged
{
	height: 65px;
	padding: 0px;
	border: none;
	margin: 0px;
	background-image: url(./images/KATBox_Membs_Only_RedRight.jpg);
	background-position: 0 0;
	vertical-align: top;
	background-repeat: repeat-x;
}

#headernotlogged
{
	height: 65px;
	padding: 0px;
	border: none;
	margin: 0px;
	background-image: url(./images/KATBox_SubMasthead_Right.jpg);
	background-position: 0 0;
	vertical-align: top;
	background-repeat: repeat-x;
}

#headerhome
{
	width: 100%;
	height: 125px;
	padding: 0px;
	margin: 0px;
	border: none;
	background-image: url(./images/KATBox_HomeMasthead_Right.jpg);
	background-position: 0 0;
	vertical-align: top;
	background-repeat: repeat-x;
}

#skinmaster
{
	height: 800px;
	width: 100%;
	border: none;
	padding: 0px;
	margin: 0px;
	background-image: url(./images/KATBox-blueWedge.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
}

#homeskinmaster
{
	height: 800px;
	/* width: 770px; */
	width: 100%;
	border: none;
	padding: 0px;
	margin: 0px;
	background-image: url(./images/KATBox-blueWedge.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
}

#controlpanel {
	width: 100%;
	background-color: transparent;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}

.leftpane {
	background-color: transparent;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	text-align: left;
	width: 24%
}
.contentpane
{
	padding-right: 15px;
	padding-left: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: transparent;
	vertical-align: top;
	text-align: left;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 4px;
	padding-top: 6px;
	vertical-align: top;
	text-align: center;
}

.katboxfooter
{
	text-align: center;
}

A.footer:link, A.footer:visited
{
	color: midnightblue;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: .9em;
}

A.footer:active    {
    color: brown;
    text-decoration:    none;
}

#bread
{
	font-weight: bolder;
	font-size: 0.8em;
	font-style: italic;
	/* text-decoration: underline overline; */
	width: 85%;
	text-align: center;
}

#user
{
	width: 15%;
	text-align: right;
}

.contentpane
{
	font-size: 1em;
}

.nospace 
{
	border: none;
	padding: 0px;
	margin: 0px;
	VERTICAL-ALIGN: top;	
}

.Head
{
	font-size:1.05em;
	font-weight: bolder;
}



/* Resource List and Detail Modules */

.lstResourceList{
	font-size: 1em;
}

.lblResourceTypeLabel {
	font-size: .95em;
}

.lblResourceType{
	font-size: .95em;
	font-weight: bolder;
}

.lblUpdateDateLabel{
	font-size: .95em;
}

.lblUpdateDate{
	font-size: .95em;
	font-weight: bolder;
}

.lnkResource{
	font-size: 1.05em;
}

.lblTitleDescripSeparator{
	font-size: 1.05em;
}

.lblDescription{
	font-size: 1.05em;
}

.lnkRemove 
{
	font-size: .85em;
	font-weight: bolder;
}

.lnkDetail 
{
	font-size: .8em;
	font-weight: bolder;
}

.ResourceDetail
{
	font-size: 1.05em;
	font-weight: lighter;
}

.lstMyResourceList{
	font-size: 1em;
}

.lnkResource small
{
	font-size: .63em;
}

.hiddenRID
{
	color: white;
}

/* Search Module Styles*/
.titleBold {font-size: 1.1em;font-weight:bold;}
.navigation {font-size: .8em;font-weight: normal;text-align: center;}
.summary {font-size: .9em;text-align: right;}
.title {font-size: .9em;font-weight: normal; text-align: left;}
A.title:link {text-decoration:underline;color: #003366;}
A.title:visited {text-decoration:underline;color: #74198B;}
A.title:active {text-decoration:underline;color: #ff0000;}
A.title:hover {text-decoration:underline;color: #003366;}
.sample {font-size: .8em;font-weight: normal;}
.path {font-size: .8em;font-weight: normal;color: Green;}

/*Styles that cause icons to appear beside links.*/
.lnkExternal 
{
/*	background: url("images/lnkExternal.gif") no-repeat right center; */
	background-attachment: scroll;
	background-color: Transparent; 
	background-image: url(images/lnkExternal.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px;
}
.notsobig
{
	font-size: smaller;
}
