@charset "UTF-8";
/**
* NUCLEUS FIXED STYLESHEET: CUSTOM.CSS
*
* DESCRIPTION: USED TO ADD YOUR OWN CSS PROPERTIES OR OVERRULE
* EXISTING ONES (COPY/PASTE AND MODIFY, DO NOT CHANGE ANYTHING 
* IN THE OTHER STYLEHSEETS!)
*
*/

#prototype { 
	background: #9d0d15; 
	text-align:center; 
	font-size:10px; 
	font-weight:bold; 
	line-height:14px; 
	color:#e1858b; 
	text-transform: uppercase; 
	width:1000px; 
	margin:0 auto; 
}

/* Header, Footer and Main Patches */
#main { 
	margin-bottom:40px; 
	margin-top:20px; 
}
#footer-sitemap {
	background: #f8f8f8;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer-sitemap a {
	color:#025cba;
	display:inline;
}
#footer {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Anchors */
/*a, #tln-level-1 a, ul.links a { color:#025cba; }*/
a, #tln-level-1 a, ul.links a { color:#116c1f; }
a.external {
  background: url(../img/icon-external.gif) 100% 40% no-repeat;
  padding:0 12px 0 0; 
  cursor:pointer; 
  cursor:hand;
  zoom: 1; /* IE */
}
/* Qtip patches */
span.qtip {
	border-bottom: 1px dotted #333333;
	cursor:pointer;
	cursor:hand;
}
span.qtip:hover {
	border-bottom: 1px dotted transparent;
}
.qtip-light .qtip-wrapper {
 -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.5);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,.5);
	box-shadow: 0 3px 8px rgba(0,0,0,.5);
}
/* Headings patches */
h2 { margin-top: -3px; }

/* Tables patches */
table.properties { border-left:none; border-right:none;}
table.properties td { padding:4px 0 4px 5px; }

/* List patches */
ul.piped li.title { 
	font-weight: bold;
	padding-right: 6px;
}
ul.piped li.first a { border-left:none; padding-left:0; }
ul.piped li.last a { padding-right:0; }
ul.links li.first a { border-top: none; }
/* Form element widths */
.fxlarge{width:600px !important}
.flarge{width:400px !important}
.fmedium {width:200px !important}	
.fsmall {width:100px !important}
.fxsmall {width:70px !important}
.fxxsmall {width:50px !important}
.fliquid {width:97% !important}

@media print {
/*  Custom CSS Properties for Print View */
a.file, span.file, span.icon { 
	display:none; 
	padding: 0;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
	margin: 0;
	float: none;
	display: block;
	width: 100% !important;
	margin-bottom: 1.5em;
}

}
