.apg-mini { margin: 0 auto; }

.apg-mini-2 { width: 470px; }
.apg-mini-3 { width: 700px; }
.apg-mini-4 { width: 960px; }

.apg-mini .apg-option
{
	background: #f3f3f3 !important;
	background: -moz-linear-gradient(top,  #f3f3f3 65%, #EEEEEE 100%) !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.65, #f3f3f3 ), color-stop(1, #EEEEEE)) !important;	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE') !important;	
	width: 220px;
	text-align: center;
	border: 1px solid #DDD;
	padding: 0;
	color: #333;
	margin: 0 10px 0 0;
	float: left;
	position: relative;
	z-index: 1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.05);
	border-radius: 6px;
}

.apg-mini .apg-header-commands
	{
		background: url(../../../images/sitefiles/vert-header-pdf.png) repeat-x 50% 0;
		color: #FFF;
		height: 60px;
		padding: 12px 10px 0;
		margin: 0 0 .5em;
		position: relative;	
		text-align: left;	
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
	
	
	.apg-mini .apg-header-commands h2
		{
			font-size: 16px;
			letter-spacing: -1px;
			color: #FFF;
			padding-top: 0px;
			padding-left: 0px;
			padding-bottom: .5em;
			text-shadow: 1px 1px 2px rgba(0,0,0,.6);
		}
		
		
.apg-mini .apg-header-onlinecourse
	{
		background: url(../../../images/sitefiles/vert-header-onlinecourse.png) repeat-x 50% 0;
		color: #FFF;
		height: 60px;
		padding: 12px 10px 0;
		margin: 0 0 .5em;
		position: relative;	
		text-align: left;	
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
	
	
	.apg-mini .apg-header-onlinecourse h2
        {
            font-size: 16px;
            letter-spacing: -1px;
            color: #FFF;
            padding-top: 0px;
            padding-left: 0px;
            padding-bottom: .5em;
            text-shadow: 1px 1px 2px rgba(0,0,0,.6);
        }

	.apg-mini .apg-header
	{
		background: url(../../../images/sitefiles/vert-header-liveclasses.png) repeat-x 50% 0;
		color: #FFF;
		height: 60px;
		padding: 12px 10px 0;
		margin: 0 0 .5em;
		position: relative;	
		text-align: left;	
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
	
	
		.apg-mini .apg-header h2
        {
            font-size: 16px;
            letter-spacing: -1px;
            color: #FFF;
            padding-top: 0px;
            padding-left: 0px;
            padding-bottom: .5em;
            text-shadow: 1px 1px 2px rgba(0,0,0,.6);
        }



.apg-mini .apg-content { font-size: 12px; padding: 0 15px;}

.apg-mini .apg-footer
{
	background: #e4e4e4;
	height: 22px;
	display: block;
	padding: 1.0em 0;
	position: relative;
	border-top: 1px solid #DDD;
}

	.apg-mini .apg-price
	{
		font-size: 20px; 
		color: #555; 
		position: absolute !important;
		left: 15px;
		top: 14px;
	}
	
		.apg-mini .apg-label { font-size: 14px; }

	.apg-mini .apg-footer .button { position: absolute !important; right: 15px; top: 14px; }
	.apg-mini .apg-footer .button:active { top:15px; }

.apg-mini ul { text-align: left; padding: 0; margin: 0 0 1.5em 2px; list-style-type: square; }

	.apg-mini li
	{
		background: url(../../../images/sitefiles/bullet2.gif) no-repeat left 5px;
		list-style-type: none;
		font-weight: normal;
		color: #333;
		padding: 0 0 .5em 18px;
	}	

	.apg-mini p
	{
		text-align: left;
		margin-bottom: 1.35em;
	}

.apg-mini a.button
{
	background: #2bbe2b  !important;
	
	background: -moz-linear-gradient(top,  #74e574 0%, #2bbe2b 5%, #019f01 100%)  !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #74e574), color-stop(0.02, #2bbe2b), color-stop(1, #019f01))  !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2bbe2b', endColorstr='#019f01')  !important;    
	color: #FFF  !important;
	border: solid 1px #019f01;		
	font-family:  "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
	color: #FFF; 
	display: inline-block; 
	cursor: pointer;
	padding: 2px 10px 3px; 
	position: relative;	
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);	
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.apg-mini a.button:hover
{
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,.35);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.35);
}

h1.pitchtitle
		{
			font-size: 20px;
			letter-spacing: -0px;
			color: #000;
			padding-top: 0px;
			padding-left: 0px;
			padding-bottom: .5em;
			text-shadow: 1px 1px 2px rgba(0,0,0,.6);
		}

h2.newstitle
		{
			letter-spacing: -0px;
			color: #000;
			padding-top: 3px;
			padding-left: 5px;
			padding-bottom: 3px;
			/* text-shadow: 1px 1px 2px rgba(0,0,0,.6);*/
                        background: #f4f4f4;
		}
	

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.preload1 {background: url(../../../images/sitefiles/blank_over.gif);}
.preload2 {background: url(../../../images/sitefiles/blank_overa.gif);}

.menu2 {padding:0 0 0 0px; margin:0px; list-style:none; height:36px; background: url(../../../images/sitefiles/blank2.gif); position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
.menu2 li.top {display:block; float:left;}
.menu2 li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#fff; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(../../../images/sitefiles/blank.gif);}
.menu2 li a.top_link1 {display:block; float:left; height:36px; line-height:27px; color:#fff; text-decoration:none; font-size:12px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(../../../images/sitefiles/blank1.gif);}
.menu2 li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:36px;background:url(../../../images/sitefiles/blank.gif) right top;}
.menu2 li a.top_link1 span {float:left; display:block; padding:0 24px 0 12px; height:36px;background:url(../../../images/sitefiles/blank1.gif) right top;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:36px; background:url(../../../images/sitefiles/blanka.gif) no-repeat right top;}
.menu2 li a.top_link:hover {color:#fff; background: url(../../../images/sitefiles/blank_over.gif) no-repeat;}
.menu2 li a.top_link1:hover {color:#fff; background: url(../../../images/sitefiles/blank_over1.gif) no-repeat;}
.menu2 li a.top_link:hover span {background:url(../../../images/sitefiles/blank_over.gif) no-repeat right top;}
.menu2 li a.top_link1:hover span {background:url(../../../images/sitefiles/blank_over1.gif) no-repeat right top;}
.menu2 li a.top_link:hover span.down {background:url(../../../images/sitefiles/blank_overa.gif) no-repeat right top;}

.menu2 li:hover > a.top_link {color:#fff; background: url(../../../images/sitefiles/blank_over.gif) no-repeat;}
.menu2 li:hover > a.top_link span {background:url(../../../images/sitefiles/blank_over.gif) no-repeat right top;}
.menu2 li:hover > a.top_link span.down {background:url(../../../images/sitefiles/blank_overa.gif) no-repeat right top;}

.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible; position:relative; z-index:200;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}


.menu2 :hover ul.sub2 {left:0; top:31px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:225px; height:auto; z-index:300;}
.menu2 :hover ul.sub2 li {display:block; height:20px; position:relative; float:left; width:225px; font-weight:normal;}
.menu2 :hover ul.sub2 li a {display:block; font-size:11px; height:20px; width:225px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;}
.menu2 :hover ul.sub2 li a.fly {background:#fff url(../../../images/sitefiles/arrow.gif) 115px 7px no-repeat;}
.menu2 :hover ul.sub2 li a:hover {background:#3a93d2; color:#fff;}
.menu2 :hover ul.sub {left:0; top:31px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:135px; height:auto; z-index:300;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:125px; font-weight:normal;}
.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:135px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;}
.menu2 :hover ul.sub li a.fly {background:#fff url(../../../images/sitefiles/arrow.gif) 115px 7px no-repeat;}
.menu2 :hover ul.sub li a:hover {background:#3a93d2; color:#fff;}
.menu2 :hover ul.sub li li a:hover {background:#3a93d2; color:#fff; width: 155px;}
.menu2 :hover ul.sub li a.fly:hover {background:#3a93d2 url(../../../images/sitefiles/arrow_over.gif) 115px 7px no-repeat; color:#fff;}
.menu2 :hover ul li:hover > a.fly {background:#3a93d2 url(../../../images/sitefiles/arrow_over.gif) 115px 7px no-repeat; color:#fff; } 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:120px; top:-4px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:155px; z-index:400; height:auto;}

table.stats1 {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 675px;
	}

th {
	padding: 0 0.5em;
	text-align: left;
        font-size: large;
        font-weight: bold;
	}

tr.yellow td {
	border-top: 1px solid #2f7806;
	border-bottom: 1px solid #2f7806;
	background: #f2f2f2;
        padding-left: .3em;
        font-weight: bold;
        font-size:13px;
	}

td {
	border-bottom: 1px solid #CCC;
        padding-left: 1.2em;         
	}

td.width {
	width: 250px;
        padding-left: .5em;
	}

td.special {
	width: 250px;
        padding-left: 1.5em;
        background-image:url('../../../images/sitefiles/bullet_tick.gif');
        background-repeat:no-repeat;
        vertical-align: middle;
       	}


td.bg {
	width: 175px;
        background-image:url('../../../images/sitefiles/lm9g1t.gif');
        background-repeat:no-repeat;
        }



/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	}


table {
	border-collapse: collapse;
	border-spacing: 0;
	}



/* Resets font size to 10px. (1.2em will be 12px, etc.). */
body {
	background:#fff;
	color:#000;
	font: 62.5%/1.2 Arial, Helvetica, sans-serif;
	text-align: center;
	}

/* Structure */
#page {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:960px;
	}
#toplinks {
	color:#fff;
	position:relative;
	text-align:right;
	}
#toplinks .red, #toplinks .orange, #toplinks .yellow, #toplinks .green, #toplinks .blue, 

#toplinks .purple, #toplinks .gray {
	height:26px;
        margin-top: 0px;
	}
#header {
	height:90px;
	margin:5px 0;
	position:relative;
	}
#logo {
	position:absolute;
	top:0; left:0;
	width:308px;
        padding-top: 3px;
	}
h1.title {
	background:url(../../../images/logo.jpg) no-repeat;
	height: 0px !important;
	height /**/:200px;
	margin: 0;
	padding: 90px 0 0 0;
	overflow: hidden;
	}
#leaderboard {
	position:absolute;
	right:0; bottom:0;
	text-align:right;
	width:728px;
	}
#menu {
	position:relative;
	z-index:999;
	}
#menu .red, #menu .orange, #menu .yellow, #menu .green, #menu .blue, #menu .purple, 

#menu .black {
	height:32px;
	}
#splitmenu {
	position:relative;
	}
#contentholder{
	clear:both;
	margin:10px 0;
	position:relative;
	width:960px;
	z-index:1;
	}
#center {
	background:#fff;
	float:left;
	font-size:1.2em;
	line-height:1.4em;
	overflow:scroll;
        width:960px;
        height:1095px;
	}
* html #center {
	display: inline;
	}
.threecolumns #center {
	margin:0 10px 0 170px;
	width:625px;
	}
.leftcolumn #center {
	margin:0 0 0 230px;
	width:728px;
	}
.rightcolumn #center {
	margin:0 10px 0 0;
	width:650px;
	}
.nocolumns #center {
	margin:0;
	width:960px;
	}
body.black .darkbg, body.gray .darkbg, body.bismark .darkbg, body.red .darkbg, 

body.orange .darkbg, body.yellow .darkbg, body.green .darkbg, body.blue .darkbg, 

body.purple .darkbg {
	padding: 15px;
	}
.contentpane, .contentpaneopen {
	width: 100%;
	}
#left {
	float:left;
	font-size:1.2em;
	overflow:hidden;
	width:230px;
	}
.threecolumns #left {
	margin:0 0 0 -660px;
	}
.nocolumns #left, .rightcolumn #left {
	display:none;
	}
.leftcolumn #left {
	margin:0 0 0 -960px;
	}
#right {
	float:left;
	font-size:1.2em;
	overflow:hidden;
	width:300px;
	}
.nocolumns #right, .leftcolumn #right {
	display:none;
	}
#bottom {
	font-size:1.2em;
	margin:0px 0 0;
	position:relative;
	text-align:center;
	}
#footer {
	color:#fff;
	font-size:1.2em;
	line-height:22px;
	position:relative;
	text-align:center;
	}
#footer .red, #footer .orange, #footer .yellow, #footer .green, #footer .blue, #footer 

.purple, #footer .gray {
	height:22px;
	}
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	}

/* Text Styles */
a:link, a:visited {
	color:#000;
        font-weight: bold;
	}

/* 
a:hover {
text-decoration:underline;
	}

*/

code {
	font-size: 11px;
        font-color: #666666;
        font-family: courier;
	}

p {
	margin:0 0 10px;
	}
#center ol, #center ul {
	margin:0 0 8px 4px;
	}
#left ol, #left ul, #right ol, #right ul {
	margin:5px 0 5px 15px;
	}
#center img {
	margin:10px;
	}
#center .buttonheading img {
	margin:0;
	}
#center h1 {
	font:bold 2.0em Arial, Helvetica, sans-serif;
	margin:5px 0;
	}
#center h2 {
	font:bold 1.4em Arial, Helvetica, sans-serif;
	margin:5px 0;
	}
#center h3 {
	font-weight:bold;
	margin:15px 0 5px;
	}
#center {
	line-height:1.3;
	}
.componentheading, .contentheading {
	font:normal 2.4em Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	padding:10px 0;
	}
.blog .contentheading {
	font:bold 1.4em Arial, Helvetica, sans-serif;
	letter-spacing:0;
	word-spacing:-0.5px;
	}
.readon {
	background:url(../../../images/btn_add_o.gif) 0 0 no-repeat;
	float:right;
	padding:0 0 0 20px
	}
.small {
	font-size:0.8em;
	color: #666;
        font-weight: bold;
	}
.createdate, .modifydate {
	font-size:0.8em;
	color: #666;
        font-weight: bold;
        padding:0 0 10px 0;
	}
.highlight {
	background:#ddd;
	}

/* Misc */
#modlgn_username, #modlgn_passwd {
  width:130px;
  }
.article_column {
	padding:0 5px 0 0;
	}
.article_column.column_separator {
	padding:0 0 0 5px;
	}
div.search {
	position:absolute;
	top:10px; right:200px;
	}
#mod_search_searchword {
	background:#fff url(../../../templates/alledia_bolt/images/icons.png) 3px -31px no-repeat;
	padding:0 5px 0 20px;
	border:1px solid #666;
	height:18px;
	}
#searchForm .contentpaneopen {
	background:#efefef;
	border:10px solid #efefef;
	margin:5px 0;
	}
#searchForm .searcharea {
	border-bottom:2px solid #ccc;
	padding:0 0 10px;
	}
#searchForm .searchintro {
	margin:10px 0;
	width:100%;
	}
.searchresult {
	border-bottom:1px dotted #ccc;
	padding:10px 0;
	}
#alledia {
	position:absolute;
	top:0; right:10px;
	}
#alledia a {
	color:#fff;
	}

/* Modules */
#toplinks .moduletable {
	padding:0 0px;
	}
.content {
	padding:10px;
	}
#splitmenu .content {
	padding:0;
	}
.module-plain .content {
	padding:0;
	}
.module-red h3, .module-orange h3, .module-yellow h3, .module-green h3, .module-blue h3, .module-purple h3, .module-black h3 {
	color:#fff;
	font-weight:bold;
	height:16px;
	padding:3px 10px;
	}
.module-redbg h3, .module-orangebg h3, .module-yellowbg h3, .module-greenbg h3, .module-bluebg h3, .module-purplebg h3, .module-blackbg h3 {
	color:#fff;
	font-weight:bold;
	height:16px;
	padding:10px 10px 0;
	}
.module-red, .module-orange, .module-yellow, .module-green, .module-blue, .module-purple, .module-black, .module-plain, .module, .module_menu,
.module-redbg, .module-orangebg, .module-yellowbg, .module-greenbg, .module-bluebg, .module-purplebg, .module-blackbg {
	margin:0 0 10px;
	}

/*** Colors ***/
/* Background */
body.black {
	background:#000;
	}
body.gray {
	background:#ddd;
	}
body.bismark {
	background:#4d778b;
	}
body.red {
	background:#f9d9dd;
	}
body.orange {
	background:#ffead9;
	}
body.yellow {
	background:#fef4de;
	}
body.green {
	background:#e0f2de;
	}
body.blue {
	background:#f3f3f3;
	}
body.purple {
	background:#e8e4f0;
	}
/* Red */
#toplinks .red, #footer .red {
	background:#d7021e url(../../../templates/alledia_bolt/images/red.png) 0 -28px repeat-x;
	}

#splitmenu .module-red .menu a {
	color:#d7021e;
	}
#splitmenu .module-redbg .menu a {
	color:#ac0218;
	}
.module-red {
	background:#fff;
	border:1px solid #d7021e;
	}
.module-red h3 {
	background:#d7021e url(../../../templates/alledia_bolt/images/red.png) 0 -28px repeat-x;
	border-bottom:1px solid #ddd;
	}
.module-redbg {
	background:#e76778;
	}
/* Orange */
#toplinks .orange, #footer .orange {
	background:#ff7101 url(../../../templates/alledia_bolt/images/orange.png) 0 -28px repeat-x;
	}
#menu .orange {
	background:#ff7101 url(../../../templates/alledia_bolt/images/orange.png) repeat-x;
	}
#menu .orange a {
	border-right:1px solid #ff7101;
	}
#menu .orange a:hover, #menu .orange .menu li ul a:hover, #splitmenu .module-orange .menu a:hover, #splitmenu .module-orangebg .menu a:hover {
	background:#ff7101;
	}
#menu .orange .menu li ul {
	border:1px solid #ff7101;
	}
#splitmenu .module-orange .menu a {
	color:#ff7101;
	}
#splitmenu .module-orangebg .menu a {
	color:#cc5a01;
	}
.module-orange {
	background:#fff;
	border:1px solid #ff7101;
	}
.module-orange h3 {
	background:#ff7101 url(../../../templates/alledia_bolt/images/orange.png) 0 -28px repeat-x;
	border-bottom:1px solid #ddd;
	}
.module-orangebg {
	background:#ffaa67;
	}
/* Yellow */
#toplinks .yellow, #footer .yellow {
	background:#fbb81f url(../../../templates/alledia_bolt/images/yellow.png) 0 -28px repeat-x;
	}
#menu .yellow {
	background:#fbb81f url(../../../templates/alledia_bolt/images/yellow.png) repeat-x;
	}
#menu .yellow a {
	border-right:1px solid #fbb81f;
	}
#menu .yellow a:hover, #menu .yellow .menu li ul a:hover, #splitmenu .module-yellow .menu a:hover, #splitmenu .module-yellowbg .menu a:hover {
	background:#fbb81f;
	}
#menu .yellow .menu li ul {
	border:1px solid #fbb81f;
	}
#splitmenu .module-yellow .menu a {
	color:#fbb81f;
	}
#splitmenu .module-yellowbg .menu a {
	color:#c99319;
	}
.module-yellow {
	background:#fff;
	border:1px solid #fbb81f;
	}
.module-yellow h3 {
	background:#fbb81f url(../../../templates/alledia_bolt/images/yellow.png) 0 -28px repeat-x;
	border-bottom:1px solid #ddd;
	}
.module-yellowbg {
	background:#fdd479;
	}
/* Green */
#toplinks .green, #footer .green {
	background:#32a524 url(../../../templates/alledia_bolt/images/green.png) 0 -28px repeat-x;
	}
#menu .green {
	background:#32a524 url(../../../templates/alledia_bolt/images/green.png) repeat-x;
	}
#menu .green a {
	border-right:1px solid #32a524;
	}
#menu .green a:hover, #menu .green .menu li ul a:hover, #splitmenu .module-green .menu a:hover, #splitmenu .module-greenbg .menu a:hover {
	background:#32a524;
	}
#menu .green .menu li ul {
	border:1px solid #32a524;
	}
#splitmenu .module-green .menu a {
	color:#32a524;
	}
#splitmenu .module-greenbg .menu a {
	color:#28841d;
	}
.module-green {
	background:#fff;
	border:1px solid #32a524;
	}
.module-green h3 {
	background:#32a524 url(../../../templates/alledia_bolt/images/green.png) 0 -28px repeat-x;
	border-bottom:1px solid #ddd;
	}
.module-greenbg {
	background:#84c97c;
	}
/* Blue */
#footer .blue {
	background:#1b6da9 url(../../../templates/alledia_bolt/images/blue.png) 0 -28px repeat-x;
	}

#toplinks .blue  {
	background:#1b6da9 /*url(../../../images/topback2.gif) repeat-x;*/ height: 32px;
	}



#splitmenu .module-blue .menu a {
	color:#1b6da9;
	}
#splitmenu .module-bluebg .menu a {
	color:#165787;
	}
.module-blue, .module, .module_menu {
	background:#fff;
	border:1px solid #1b6da9;
	}
.module-blue h3, .module h3, .module_menu h3 {
	background:#1b6da9 url(../../../templates/alledia_bolt/images/blue.png) 0 -28px repeat-x;
	border-bottom:1px solid #ddd;
        text-transform: uppercase;
	}
.module-bluebg {
	background:#76a7cb;
	}
/* Purple */
#toplinks .purple, #footer .purple {
	background:#65489a url(../../../templates/alledia_bolt/images/purple.png) 0 -28px repeat-x;
	}
#menu .purple {
	background:#65489a url(../../../templates/alledia_bolt/images/purple.png) repeat-x;
	}
#menu .purple a {
	border-right:1px solid #65489a;
	}
#menu .purple a:hover, #menu .purple .menu li ul a:hover, #splitmenu .module-purple .menu a:hover, #splitmenu .module-purplebg .menu a:hover {
	background:#65489a;
	}
#menu .purple .menu li ul {
	border:1px solid #65489a;
	}
#splitmenu .module-purple .menu a {
	color:#65489a;
	}
#splitmenu .module-purplebg .menu a {
	color:#513a7b;
	}
.module-purple {
	background:#fff;
	border:1px solid #65489a;
	}
.module-purple h3 {
	background:#65489a url(../../../templates/alledia_bolt/images/purple.png) 0 -28px repeat-x;
	border-bottom:1px solid #ddd;
	}
.module-purplebg {
	background:#a391c2;
	}
/* Black */
#toplinks .gray, #footer .gray {
	background:#333 url(../../../templates/alledia_bolt/images/black.png) 0 -28px repeat-x;
	}
#menu .black {
	background:#333 url(../../../templates/alledia_bolt/images/black.png) repeat-x;
	}
#menu .black a {
	border-right:1px solid #333;
	}
#menu .black a:hover, #menu .black .menu li ul a:hover, #splitmenu .module-black .menu a:hover, #splitmenu .module-blackbg .menu a:hover {
	background:#333;
	}
#menu .black .menu li ul {
	border:1px solid #333;
	}
#splitmenu .module-black .menu a {
	color:#333;
	}
#splitmenu .module-blackbg .menu a {
	color:#000;
	}
.module-black {
	background:#fff;
	border:1px solid #333;
	}
.module-black h3 {
	background:#333 url(../../../templates/alledia_bolt/images/black.png) 0 -28px repeat-x;
	border-bottom:1px solid #ddd;
	}
.module-blackbg {
	background:#666;
	}







#splitmenu ul.menu {
	padding:0 12px;
	}
#splitmenu .menu li {
	display:inline;
	}
#splitmenu .menu a {
	font-size:1.1em;
	font-weight:bold;
	line-height:24px;
	padding:5px 12px;
	}
#splitmenu .menu a:hover {
	color:#fff;
	text-decoration:none;
	}
#left .menu, #right .menu {
	list-style:disc;
	margin:0 0 0 20px;
	}
#footer .menu li {
	display:inline;
	}
#footer .menu a {
	color:#fff;
	padding:0 10px;
	}
#center ul.pagination {
  border-top:2px solid #efefef;
  list-style:none;
  margin:0;
  padding:5px 0 0;
  text-transform:lowercase;
  }
ul.pagination li {
  display:inline;
  }
ul.pagination span {
  padding:0 3px;
  }
ul.pagination a {
  padding:0 3px;
  }
ul.pagination .prevnext, ul.pagination .prevnext a {
  color:#999;
  }
ul.pagination .pagenum span {
  border-bottom:3px solid #ccc;
  font-weight:bold;
  }
ul.pagination a:hover {
  border-bottom:3px solid #ccc;
  color:#fff;
  background:#ccc;
  text-decoration:none;
  }


table.stats
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 280px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

table.stats td
{background-color: #f3f3f3;
color: #000;
padding: 4px;
text-align: left;
}

table.stats td.hed
{background-color: #2875AD;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;
}

table.stats td.hed1
{background-color: #2875AD;
color: #fff;
padding: 0px;
vertical-align: middle;
text-align: center;
border-left: 2px #fff solid;
font-size: 12px;
font-weight: bold;
}

table.stats td.hed2
{background-color: #2875AD;
color: #fff;
padding: 0px;
vertical-align: middle;
text-align: center;
border-left: 0px #fff solid;
font-size: 12px;
font-weight: bold;
}

table.stats td.hedw
{background-color: #669900;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;
}

table.stats td.hedw1
{background-color: #669900;
color: #fff;
padding: 0px;
vertical-align: middle;
text-align: center;
border-left: 2px #fff solid;
font-size: 12px;
font-weight: bold;
}

table.stats td.hedw2
{background-color: #669900;
color: #fff;
padding: 0px;
vertical-align: middle;
text-align: center;
border-left: 0px #fff solid;
font-size: 12px;
font-weight: bold;
}

table.stats td.hedr
{background-color: #cc0000;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;
}

table.stats td.hedr1
{background-color: #cc0000;
color: #fff;
padding: 0px;
vertical-align: middle;
text-align: center;
border-left: 2px #fff solid;
font-size: 12px;
font-weight: bold;
}

table.stats td.hedr2
{background-color: #cc0000;
color: #fff;
padding: 0px;
vertical-align: middle;
text-align: center;
border-left: 0px #fff solid;
font-size: 12px;
font-weight: bold;
}



ul.NoBulletNoIndent {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px
}

table.padded-table td { 
	padding:10px; 
	}



ul.homecat {
    list-style-type: none;
    padding: 10px 10px 0px 10px;
    margin-left: 0;
    background-color: #f8f8f8;
    }


ul.homecat li{
    margin-bottom:10px;
    background-color: #ffffff;
    padding: 5px;
    }

th.homecat {
     font-size: 14px;
     font-weight: bold;
}



.contentheading.desktopcat{
        border:solid 1px #4c4c4c;
background:#f3f3f3;
color:#000000;
padding:4px;
text-align:left;
}

.contentpaneopen.desktopcat {
        border-left:solid 1px #666666;
        border-right:solid 1px #666666;
        border-bottom:solid 1px #666666;
        padding-top: 5px;
}

.contentpaneopen.desktopcat tbody tr td {
        border-right:solid 1px #666666;
        padding-left: 5px;
}


.contentpaneopen.desktopcat p {
        padding-top: 6px;

}




.contentheading.nagioscat{
        border:solid 1px #4c4c4c;
background:#666666;
color:#548016;
padding:4px;
text-align:left;
}

.contentpaneopen.nagioscat {
        border-left:solid 1px #4c4c4c;
        border-right:solid 1px #4c4c4c;
        border-bottom:solid 1px #4c4c4c;
}

.contentpaneopen.nagioscat tbody tr td {
        border-right:solid 1px #4c4c4c;
        padding-left: 5px;
}


.contentpaneopen.nagioscat p {
        padding-top: 6px;

}


ul.nagioscat {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    }


.contentheading.tutorialcat{
        border:solid 1px #548016;
background:#98c060;
color:#548016;
padding:4px;
text-align:left;
}



.contentpagetitle {
font-size: 20px;
}




.contentpagetitle.tutorialcat{
color:#000000;
}

.contentpaneopen.tutorialcat {
        border-left:solid 1px #548016;
        border-right:solid 1px #548016;
        border-bottom:solid 1px #548016;
}

.contentpaneopen.tutorialcat tbody tr td {
        border-right:solid 1px #548016;
        padding-left: 5px;
}
.contentpaneopen.tutorialcat p {
        padding-top: 6px;

}



.contentheading.bluecat{
        border:solid 1px #27648e;
background:#368bc6;
color:#548016;
padding:4px;
text-align:left;
}


.contentpagetitle.bluecat{
color:#000000;
}

.contentpaneopen.bluecat {
        border-left:solid 1px #27648e;
        border-right:solid 1px #27648e;
        border-bottom:solid 1px #27648e;
}

.contentpaneopen.bluecat tbody tr td {
        border-right:solid 1px #27648e;
        padding-left: 5px;
}
.contentpaneopen.bluecat p {
        padding-top: 6px;

}


.contentheading.redcat{
        border:solid 1px #af0642;
background:#d70751;
color:#548016;
padding:4px;
text-align:left;
}


.contentpagetitle.redcat{
color:#000000;
}

.contentpaneopen.redcat {
        border-left:solid 1px #af0642;
        border-right:solid 1px #af0642;
        border-bottom:solid 1px #af0642;
}

.contentpaneopen.redcat tbody tr td {
        border-right:solid 1px #af0642;
        padding-left: 5px;
}
.contentpaneopen.redcat p {
        padding-top: 6px;

}



.clean-green{
border:solid 1px #007f00;
background:#c8f1bc;
color:#222222;
padding:4px;
text-align:left;
}


.contentheading.ubuntucat {
        border:solid 1px #8c4a0a;
background:#d56b00;
color:#222222;
padding:4px;
text-align:left;
}



.contentpaneopen.ubuntucat {
        border-left:solid 1px #8c4a0a;
        border-right:solid 1px #8c4a0a;
        border-bottom:solid 1px #8c4a0a;
}

.contentpaneopen.ubuntucat tbody tr td {
        border-right:solid 1px #8c4a0a;
        padding-left: 5px;
}


.contentpaneopen.ubuntucat p {
        padding-top: 6px;

}

.contentheading.opensusecat {
        border:solid 1px #176841;
background:#27b973;
color:#222222;
padding:4px;
text-align:left;
}



.contentpaneopen.opensusecat {
        border-left:solid 1px #176841;
        border-right:solid 1px #176841;
        border-bottom:solid 1px #176841;
}

.contentpaneopen.opensusecat tbody tr td {
        border-right:solid 1px #176841;
        padding-left: 5px;
}


.contentpaneopen.opensusecat p {
        padding-top: 6px;

}






ul.tutorialcat {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    }


ul.tutorialcat2 {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    }

ul.tutorialcat2 ul{
    padding-left: 0px;
     }

ul.tutorialcat2 li li.featurec a {
    padding-left: 18px;
    margin-bottom: 10px;
    background: url(../../../images/sitefiles/featureb.gif) left center no-repeat;
    }

ul.tutorialcat2 li li.featurec a:visited {
    background: url(../../../images/sitefiles/visited.gif) left center no-repeat;
    padding-left: 18px;
    margin-bottom: 10px;
    }



ul.coutline {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    }

ul.coutline li {
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 5px;
    margin-left: 0;
    }

ul.coutline li h2 {
      margin-right: 50px;
    }



ul.coutline li a {
   
    background: url(../../../images/sitefiles/featureb.gif) left center no-repeat;
    padding-left: 16px;
    }

ul.coutline li a:visited { padding-left: 16px; background: url(../../../images/sitefiles/visited.gif) left center no-repeat; }







li.bug {
        font-weight: none;
	background: url(../../../images/sitefiles/bug.gif) left center no-repeat;
	padding-left: 18px;
	margin-bottom: 10px;
	}
li.home{
	background: url(../../../images/sitefiles/home.gif) left center no-repeat;
	padding-left: 18px;
	margin-bottom: 10px;
	}

li.download{
	background: url(../../../images/sitefiles/download.gif) left center no-repeat;
	padding-left: 18px;
	margin-bottom: 10px;
	}

li.docs{
	background: url(../../../images/sitefiles/docs.gif) left center no-repeat;
	padding-left: 18px;
	margin-bottom: 10px;
	}

li.feature{
	background: url(../../../images/sitefiles/feature.gif) left center no-repeat;
	padding-left: 18px;
	margin-bottom: 10px;
	}


li.server{
	background: url(../../../images/sitefiles/server-tutorial.gif) left center no-repeat;
	padding-left: 18px;
	margin-bottom: 10px;
	}

li.com{
	background: url(../../../images/sitefiles/com.gif) left center no-repeat;
	padding-left: 18px;
	margin-bottom: 10px;
	}

li.tweet{
	background: url(../../../images/sitefiles/submit-twitter.jpg) left center no-repeat;
	padding-left: 18px;
	margin-bottom: 10px;
	}

li.tut{
	background: url(../../../images/sitefiles/submit-tutorial.jpg) left center no-repeat;
	padding-left: 18px;
	margin-bottom: 10px;
	}


#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block;
background-color:#FF9900;
font-size: 90%;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 100%;
display: block;
border-bottom: 1px dashed #3a93d2;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #000000;
width:195px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

#navcontainer { margin-left: 0px; width: 188px;}


#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0 0 0px 0; width: 188px; }

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 188px;
color: #fff;
background-color: #378cc7;
text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
background-color: #206fa6;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 0px 0; padding: 0 0 0 0px; }

#navcontainer ul ul a
{
display: block;
padding: 4px 5px 4px 30px;
width: 173px;
color: #000;
background-color: #fff;
text-decoration: none;
}

#navcontainer ul ul a:hover
{
color: #fff;
background-color: #378cc7;
text-decoration: none;
}

ul#newsmenu
{
float: right;
margin-left: 0;
padding: 12px 7px 5px 0px;
white-space: nowrap;
}

#newsmenu li
{
padding: 1px;
display: inline;
list-style-type: none;
}

#newsmenu a { padding: 5px 10px; }

#newsmenu a:link, #newsmenu a:visited
{
color: #fff;
background-color: #378cc7;
text-decoration: none;
}

#newsmenu a:hover
{
color: #fff;
background-color: #71b733;
text-decoration: none;
}
