/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*              http://www.NukeVille.com                  */
/*                oneilevan@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/


/*-- conatiner title token             --*/ .QUICKLINKSTitle {
	font-size: 12px;
	font-family: Arial;
	color: #FFF;
	font-weight: bold;
}
/*-- container title cell              --*/ .QUICKLINKSTitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .QUICKLINKSActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .QUICKLINKSContent {
	font-size: 12px;
	font-family: Arial;
	color: #333;
	text-align:left;
	padding-top: 4px;
}
/*-- container Icons cell              --*/ .QUICKLINKSIcons { background: #FFF; text-align:right; padding: 5px 0 7px 0; border-top: 1px solid #BBBBBB;}

/*-- top center section                --*/ .QUICKLINKST { background: url(BLUEWHITEtop.gif) top left repeat-x; vertical-align:middle; height: 36px; padding: 0 0 1px 0; }
/*-- top left section                  --*/ .QUICKLINKSTL { background: url(BLUEWHITEtopleft.gif) top left no-repeat; vertical-align:top; height: 36px; width:12px; padding: 0; }
/*-- top right section                 --*/ .QUICKLINKSTR { background: url(BLUEWHITEtopright.gif) top right no-repeat; vertical-align:top; height: 36px; width:50px; padding: 0; }

/*-- mid center section                --*/ .QUICKLINKSM { background: #FFF; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .QUICKLINKSML { background: url(BLUEWHITEleft.gif) bottom left repeat-y; vertical-align:top; width:12px; padding: 0; }
/*-- mid right section                 --*/ .QUICKLINKSMR { background: url(BLUEWHITEright.gif) bottom right repeat-y; vertical-align:top; width:50px; padding: 0; }

/*-- bottom center section             --*/ .QUICKLINKSB { background: url(BLUEWHITEbottom.gif) bottom left repeat-x; vertical-align:top; height: 50px; padding: 8px 0 0 0; }
/*-- bottom left section               --*/ .QUICKLINKSBL { background: url(BLUEWHITEbottomleft.gif) bottom left no-repeat; vertical-align:top; height: 50px; width:10px; padding: 0; }
/*-- bottom right section              --*/ .QUICKLINKSBR { background: url(BLUEWHITEbottomright.gif) bottom right no-repeat; vertical-align:top; height: 50px; width:50px; padding: 0; }

/*-- links                             --*/ .QUICKLINKSM  a:link, .QUICKLINKSM  a:visited, .QUICKLINKSM  a:active {
	color: #046AA9;
	background:  url(bulletblue.gif) no-repeat bottom left;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	padding-left: 14px;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
}
/*-- link hovers        --*/ .QUICKLINKSM  a:hover {
	background:  url(bulletgreen.gif) no-repeat bottom left;
	color: #046AA9;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}

.QUICKLINKSM li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	margin: 0;
}
.QUICKLINKSM ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

/*========================================================*/






