.jumbotron
{
	position: relative;
	padding: 40px 0;
}
.jumbotron H1
{
	font-size: 56px;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0 0 10px;
}
.jumbotron P
{
	font-size: 21px;
	line-height: 1.275;
	margin: 0 0 20px;
}
.jumbotron .btn
{
	margin-top: 10px;
}
.jumbotron .btn-large
{
	margin-top: 20px;
	font-size: 18px;
}
.masthead
{
	padding: 80px 0 60px;
	text-align: center;
}
.masthead H1
{
	font-size: 98px;
}
.masthead P
{
	font-size: 42px;
}
.masthead .btn-large
{
	font-size: 28px;
	padding: 14px 28px;
}
.jumbotron.has-image
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.masthead.has-image
{
	text-align: left;
}
.thumbnails
{
	margin-bottom: 20px;
	margin-left: -40px;
	list-style: none;
	=zoom: 1;
}
.thumbnails:before, .thumbnails:after
{
	display: table;
	content: "";
	line-height: 0;
}
.thumbnails:after
{
	clear: both;
}
.row-fluid .thumbnails
{
	margin-left: 0;
}
.thumbnails > LI
{
	float: left;
	position: relative;
	margin-bottom: 20px;
	margin-left: 40px;
}
.thumbnail
{
	border: 1px solid #DDD;
	display: block;
	padding: 4px;
	line-height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
A.thumbnail:hover
{
	border-color: #07B;
	-webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
	-moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > IMG
{
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail .caption
{
	padding: 9px;
	color: #666;
}
.thumbnails.paper > LI:before, .thumbnails.paper > LI:after
{
	content: '';
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.thumbnails.paper > LI:after
{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.thumbnails.paper .thumbnail
{
	border: none;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.thumbnails.paper A.thumbnail.paper:hover
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.t3-logo
{
	width: 182px;
	height: 50px;
}
.t3-logo-small
{
	width: 60px;
	height: 30px;
}
.t3-logo-light
{
	background-image: none;
}
.t3-logo-small.t3-logo-light
{
	background-image: none;
}
.wrap
{
	width: auto;
	clear: both;
}
.offset-12
{
	margin-left: -932px;
}
.offset-11
{
	margin-left: -851px;
}
.offset-10
{
	margin-left: -770px;
}
.offset-9
{
	margin-left: -689px;
}
.offset-8
{
	margin-left: -608px;
}
.offset-7
{
	margin-left: -527px;
}
.offset-6
{
	margin-left: -446px;
}
.offset-5
{
	margin-left: -365px;
}
.offset-4
{
	margin-left: -284px;
}
.offset-3
{
	margin-left: -203px;
}
.offset-2
{
	margin-left: -122px;
}
.offset-1
{
	margin-left: -41px;
}
.row-fluid .spanfirst
{
	margin-left: 0 !important;
}
.wrap
{
	width: auto;
	clear: both;
}
BODY
{
	background-color: #FFF;
	color: #666;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
A
{
	color: #07B;
	text-decoration: none;
}
A:hover
{
	color: #00466F;
	text-decoration: underline;
}
IMG
{
	max-width: 100% !important;
}
.img-rounded
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.img-polaroid
{
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle
{
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
TABLE
{
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
TH, TD
{
	line-height: 20px;
	padding: 8px 10px;
	text-align: left;
	vertical-align: top;
}
TD
{
	border-top: 1px solid #DDD;
}
TH
{
	background: #444;
	color: #EEE;
	font-weight: bold;
}
TH A
{
	color: #EEE;
}
TH A:hover, TH A:focus, TH A:active
{
	color: #FFF;
}
.cat-list-row0:hover, .cat-list-row1:hover
{
	background: #F5F5F5;
}
.cat-list-row1, TR.cat-list-row1 TD
{
	background: #F9F9F9;
}
TABLE.contentpane, TABLE.tablelist, TABLE.category, TABLE.admintable, TABLE.blog
{
	width: 100%;
}
TABLE.contentpaneopen
{
	border: 0;
}
.row-even, .row-odd
{
	padding: 5px;
	width: 99%;
	border-bottom: 1px solid #DDD;
}
.row-odd
{
	background-color: transparent;
}
.row-even
{
	background-color: #F9F9F9;
}
.blog-row-rule, .blog-item-rule
{
	border: 0;
}
.row-fluid .row-reveal
{
	visibility: hidden;
}
.row-fluid:hover .row-reveal
{
	visibility: visible;
}
.nav-list > LI.offset > A
{
	padding-left: 30px;
	font-size: 12px;
}
.blog-row-rule, .blog-item-rule
{
	border: 0;
}
.list-striped, .row-striped
{
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #DDD;
	margin-left: 0;
}
.list-striped LI, .list-striped DD, .row-striped .row, .row-striped .row-fluid
{
	border-bottom: 1px solid #DDD;
	padding: 10px 15px;
}
.list-striped LI:nth-child(odd), .list-striped DD:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd)
{
	background-color: #F9F9F9;
}
.list-striped LI:hover, .list-striped DD:hover, .row-striped .row:hover, .row-striped .row-fluid:hover
{
	background-color: #F5F5F5;
}
.row-striped .row-fluid
{
	width: 97%;
}
.row-striped .row-fluid [class*="span"]
{
	min-height: 10px;
}
.row-striped .row-fluid [class*="span"]
{
	margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child
{
	margin-left: 0;
}
.list-condensed LI
{
	padding: 5px 10px;
}
.row-condensed .row, .row-condensed .row-fluid
{
	padding: 5px 10px;
}
.list-bordered, .row-bordered
{
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	margin-left: 0;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.star
{
	color: #FC0;
}
.red
{
	color: #C00;
}
.center, .table TD.center, .table TH.center
{
	text-align: center;
}
HR
{
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #FFF;
}
HR.hr-condensed
{
	margin: 10px 0;
}
.element-invisible
{
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.width-auto
{
	width: auto;
}
P
{
	margin: 0 0 10px;
}
P SMALL, P .small
{
	font-size: 12px;
	color: #999;
}
.lead
{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 200;
	line-height: 30px;
}
SMALL
{
	font-size: 85%;
}
STRONG
{
	font-weight: bold;
}
EM
{
	font-style: italic;
}
CITE
{
	font-style: normal;
}
.muted
{
	color: #999;
}
.highlight
{
	background-color: #FFC;
	font-weight: bold;
	padding: 1px 4px;
}
H1, H2, H3, H4, H5, H6
{
	margin: 10px 0;
	font-weight: bold;
	line-height: 1;
	color: #444;
	text-rendering: optimizeLegibility;
}
H1 SMALL, H2 SMALL, H3 SMALL, H4 SMALL, H5 SMALL, H6 SMALL
{
	font-weight: normal;
	line-height: 1;
	color: #999;
}
H1
{
	font-size: 35px;
	line-height: 40px;
}
H1 SMALL
{
	font-size: 28px;
}
H2
{
	font-size: 28px;
	line-height: 40px;
}
H2 SMALL
{
	font-size: 21px;
}
H3
{
	font-size: 21px;
	line-height: 40px;
}
H3 SMALL
{
	font-size: 16px;
}
H4
{
	font-size: 16px;
	line-height: 20px;
}
H4 SMALL
{
	font-size: 14px;
}
H5
{
	font-size: 15px;
	line-height: 20px;
}
H5 SMALL
{
	font-size: 12px;
}
H6
{
	font-size: 14px;
	line-height: 20px;
}
.page-header
{
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
	margin: 0 0 20px;
}
.page-title, .page-header H1
{
	line-height: 1;
	margin: 0;
}
.page-subheader
{
	border-bottom: 1px solid #DDD;
	margin: 0 0 20px;
	=zoom: 1;
}
.page-subheader:before, .page-subheader:after
{
	display: table;
	content: "";
	line-height: 0;
}
.page-subheader:after
{
	clear: both;
}
.page-subtitle, .page-subheader H2
{
	line-height: 1;
	margin: 0;
}
.page-header + .page-subheader
{
	margin-top: -20px;
}
.article-title, .article-header H1
{
	margin: 0 0 10px;
	line-height: 1;
}
.item-title
{
	font-weight: bold;
}
UL, OL
{
	padding: 0;
	margin: 0 0 10px 25px;
}
UL UL, UL OL, OL OL, OL UL
{
	margin-bottom: 0;
}
UL
{
	list-style: disc;
}
OL
{
	list-style: decimal;
}
LI
{
	line-height: 20px;
}
UL.unstyled, OL.unstyled
{
	margin-left: 0;
	list-style: none;
}
DL
{
	margin-bottom: 20px;
}
DT, DD
{
	line-height: 20px;
}
DT
{
	font-weight: bold;
}
DD
{
	margin-left: 10px;
}
.dl-horizontal DT
{
	float: left;
	width: 120px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal DD
{
	margin-left: 130px;
}
.label, .badge
{
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #999;
}
.label
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.badge
{
	padding-left: 9px;
	padding-right: 9px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
A.label:hover, A.badge:hover
{
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.label-important, .badge-important
{
	background-color: #C00;
}
.label-important[href], .badge-important[href]
{
	background-color: #990000;
}
.label-warning, .badge-warning
{
	background-color: #F80;
}
.label-warning[href], .badge-warning[href]
{
	background-color: #CC6D00;
}
.label-success, .badge-success
{
	background-color: #690;
}
.label-success[href], .badge-success[href]
{
	background-color: #446600;
}
.label-info, .badge-info
{
	background-color: #07B;
}
.label-info[href], .badge-info[href]
{
	background-color: #005788;
}
.label-inverse, .badge-inverse
{
	background-color: #444;
}
.label-inverse[href], .badge-inverse[href]
{
	background-color: #2B2B2B;
}
.btn .label, .btn .badge
{
	position: relative;
	top: -1px;
}
.btn-mini .label, .btn-mini .badge
{
	top: 0;
}
.page-header .label, .page-header .badge
{
	vertical-align: middle;
}
ABBR[title]
{
	cursor: help;
	border-bottom: 1px dotted #999;
}
ABBR.initialism
{
	font-size: 90%;
	text-transform: uppercase;
}
BLOCKQUOTE
{
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #EEE;
}
BLOCKQUOTE P
{
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}
BLOCKQUOTE SMALL
{
	display: block;
	line-height: 20px;
	color: #999;
}
BLOCKQUOTE SMALL:before
{
	content: '\2014 \00A0';
}
BLOCKQUOTE.pull-right
{
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #EEE;
	border-left: 0;
}
BLOCKQUOTE.pull-right P, BLOCKQUOTE.pull-right SMALL
{
	text-align: right;
}
BLOCKQUOTE.pull-right SMALL:before
{
	content: '';
}
BLOCKQUOTE.pull-right SMALL:after
{
	content: '\00A0 \2014';
}
Q:before, Q:after, BLOCKQUOTE:before, BLOCKQUOTE:after
{
	content: "";
}
ADDRESS
{
	display: block;
	margin-bottom: 0;
	font-style: normal;
	line-height: 20px;
}
FORM
{
	margin: 0 0 20px;
}
INPUT, TEXTAREA
{
	width: 210px;
}
TEXTAREA, INPUT[type="text"], INPUT[type="password"], INPUT[type="datetime"], INPUT[type="datetime-local"], INPUT[type="date"], INPUT[type="month"], INPUT[type="time"], INPUT[type="week"], INPUT[type="number"], INPUT[type="email"], INPUT[type="url"], INPUT[type="search"], INPUT[type="tel"], INPUT[type="color"], .uneditable-input
{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
	-moz-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
	-o-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
	transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
}
TEXTAREA:focus, INPUT[type="text"]:focus, INPUT[type="password"]:focus, INPUT[type="datetime"]:focus, INPUT[type="datetime-local"]:focus, INPUT[type="date"]:focus, INPUT[type="month"]:focus, INPUT[type="time"]:focus, INPUT[type="week"]:focus, INPUT[type="number"]:focus, INPUT[type="email"]:focus, INPUT[type="url"]:focus, INPUT[type="search"]:focus, INPUT[type="tel"]:focus, INPUT[type="color"]:focus, .uneditable-input:focus
{
	border-color: #999999;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.25);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.25);
}
INPUT[type="file"], INPUT[type="image"], INPUT[type="submit"], INPUT[type="reset"], INPUT[type="button"], INPUT[type="radio"], INPUT[type="checkbox"]
{
	width: auto;
}
SELECT, INPUT[type="file"]
{
	height: 30px;
	line-height: 30px;
}
SELECT
{
	width: 220px;
	border: 1px solid #DDD;
}
SELECT[multiple], SELECT[size]
{
	height: auto;
}
.radio, .checkbox
{
	padding-left: 18px;
}
.radio INPUT[type="radio"], .checkbox INPUT[type="checkbox"]
{
	margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child
{
	padding-top: 5px;
}
.radio.inline, .checkbox.inline
{
	padding-top: 5px;
	margin-bottom: 0;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline
{
	margin-left: 10px;
}
.radio.btn-group INPUT[type=radio]
{
	display: none;
}
.radio.btn-group > LABEL:first-of-type
{
	margin-left: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}
FIELDSET.radio.btn-group
{
	padding-left: 0;
}
.input-mini
{
	width: 60px;
}
.input-small
{
	width: 90px;
}
.input-medium
{
	width: 150px;
}
.input-large
{
	width: 210px;
}
.input-xlarge
{
	width: 270px;
}
.input-xxlarge
{
	width: 530px;
}
.form-actions
{
	padding: 19px 20px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F5F5;
	border-top: 1px solid #DDD;
}
.help-block, .help-inline
{
	color: #8C8C8C;
}
.help-block
{
	margin-bottom: 10px;
}
.input-append, .input-prepend
{
	margin-bottom: 5px;
}
.form-search INPUT, .form-search TEXTAREA, .form-search SELECT, .form-search .help-inline, .form-search .uneditable-input, .form-search .input-prepend, .form-search .input-append, .form-inline INPUT, .form-inline TEXTAREA, .form-inline SELECT, .form-inline .help-inline, .form-inline .uneditable-input, .form-inline .input-prepend, .form-inline .input-append, .form-horizontal INPUT, .form-horizontal TEXTAREA, .form-horizontal SELECT, .form-horizontal .help-inline, .form-horizontal .uneditable-input, .form-horizontal .input-prepend, .form-horizontal .input-append
{
	margin-bottom: 0;
}
.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend
{
	margin-bottom: 0;
}
.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox
{
	padding-left: 0;
	margin-bottom: 0;
}
.form-search .radio INPUT[type="radio"], .form-search .checkbox INPUT[type="checkbox"], .form-inline .radio INPUT[type="radio"], .form-inline .checkbox INPUT[type="checkbox"]
{
	margin-right: 3px;
	margin-left: 0;
}
.control-group
{
	margin-bottom: 10px;
}
LEGEND + .control-group
{
	margin-top: 20px;
}
.form-horizontal .control-group
{
	margin-bottom: 20px;
}
.form-horizontal .control-label
{
	width: 140px;
	padding-top: 5px;
	text-align: right;
}
.form-horizontal .controls
{
	margin-left: 160px;
}
.form-horizontal .help-block
{
	margin-top: 10px;
	margin-bottom: 0;
}
.form-horizontal .form-actions
{
	padding-left: 160px;
}
.form-vertical .control-label
{
	float: none;
	width: auto;
	padding-right: 0;
	padding-top: 0;
	text-align: left;
}
.form-vertical .controls
{
	margin-left: 0;
}
.btn, .button, BUTTON
{
	padding: 4px 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	color: #666;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #F8F8F8;
	background-image: -moz-linear-gradient(top,#ffffff,#eee);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#eee));
	background-image: -webkit-linear-gradient(top,#ffffff,#eee);
	background-image: -o-linear-gradient(top,#ffffff,#eee);
	background-image: linear-gradient(to bottom,#ffffff,#eee);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
	border-color: #EEE #EEE #C8C8C8;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	=background-color: #EEE;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled], .button:hover, .button:focus, .button:active, .button.active, .button.disabled, .button[disabled], BUTTON:hover, BUTTON:focus, BUTTON:active, BUTTON.active, BUTTON.disabled, BUTTON[disabled]
{
	color: #666;
	background-color: #EEE;
	=background-color: #E1E1E1;
}
.btn:active, .btn.active, .button:active, .button.active, BUTTON:active, BUTTON.active
{
	background-color: #D5D5D5;
}
.btn:hover, .btn A.btn:hover, .button:hover, .button A.btn:hover, BUTTON:hover, BUTTON A.btn:hover
{
	text-decoration: none;
	background-color: #EEE;
}
.btn:focus, .btn A.btn:focus, .button:focus, .button A.btn:focus, BUTTON:focus, BUTTON A.btn:focus
{
	outline: 0;
}
.btn.active, .btn:active, .btn A.btn:active, .button.active, .button:active, .button A.btn:active, BUTTON.active, BUTTON:active, BUTTON A.btn:active
{
	text-decoration: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-large
{
	padding: 9px 14px;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}
.btn-small
{
	padding: 3px 9px;
	font-size: 13px;
}
.btn-mini
{
	padding: 2px 6px;
	font-size: 12px;
}
.btn-micro
{
	padding: 1px 4px;
	font-size: 10px;
	line-height: 8px;
}
.btn
{
	border-color: #C5C5C5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary
{
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #008ADA;
	background-image: -moz-linear-gradient(top,#0097ee,#07b);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#0097ee),to(#07b));
	background-image: -webkit-linear-gradient(top,#0097ee,#07b);
	background-image: -o-linear-gradient(top,#0097ee,#07b);
	background-image: linear-gradient(to bottom,#0097ee,#07b);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0097ed', endColorstr='#ff0077bb', GradientType=0);
	border-color: #07B #07B #00466F;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	=background-color: #07B;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]
{
	color: #FFF;
	background-color: #07B;
	=background-color: #0067A2;
}
.btn-primary:active, .btn-primary.active
{
	background-color: #005788;
}
.btn-warning
{
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #FF961F;
	background-image: -moz-linear-gradient(top,#ffa033,#f80);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffa033),to(#f80));
	background-image: -webkit-linear-gradient(top,#ffa033,#f80);
	background-image: -o-linear-gradient(top,#ffa033,#f80);
	background-image: linear-gradient(to bottom,#ffa033,#f80);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9f32', endColorstr='#ffff8800', GradientType=0);
	border-color: #F80 #F80 #B35F00;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	=background-color: #F80;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled]
{
	color: #FFF;
	background-color: #F80;
	=background-color: #E67A00;
}
.btn-warning:active, .btn-warning.active
{
	background-color: #CC6D00;
}
.btn-danger
{
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #EB0000;
	background-image: -moz-linear-gradient(top,#ff0000,#c00);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#c00));
	background-image: -webkit-linear-gradient(top,#ff0000,#c00);
	background-image: -o-linear-gradient(top,#ff0000,#c00);
	background-image: linear-gradient(to bottom,#ff0000,#c00);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffcc0000', GradientType=0);
	border-color: #C00 #C00 #800000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	=background-color: #C00;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled]
{
	color: #FFF;
	background-color: #C00;
	=background-color: #B30000;
}
.btn-danger:active, .btn-danger.active
{
	background-color: #990000;
}
.btn-success
{
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #7AB800;
	background-image: -moz-linear-gradient(top,#88cc00,#690);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#88cc00),to(#690));
	background-image: -webkit-linear-gradient(top,#88cc00,#690);
	background-image: -o-linear-gradient(top,#88cc00,#690);
	background-image: linear-gradient(to bottom,#88cc00,#690);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87cc00', endColorstr='#ff669900', GradientType=0);
	border-color: #690 #690 #334D00;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	=background-color: #690;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled]
{
	color: #FFF;
	background-color: #690;
	=background-color: #558000;
}
.btn-success:active, .btn-success.active
{
	background-color: #446600;
}
.btn-info
{
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #00B0EB;
	background-image: -moz-linear-gradient(top,#00bfff,#09c);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#00bfff),to(#09c));
	background-image: -webkit-linear-gradient(top,#00bfff,#09c);
	background-image: -o-linear-gradient(top,#00bfff,#09c);
	background-image: linear-gradient(to bottom,#00bfff,#09c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bfff', endColorstr='#ff0099cc', GradientType=0);
	border-color: #09C #09C #006080;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	=background-color: #09C;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled]
{
	color: #FFF;
	background-color: #09C;
	=background-color: #0086B3;
}
.btn-info:active, .btn-info.active
{
	background-color: #007399;
}
.btn-inverse
{
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #535353;
	background-image: -moz-linear-gradient(top,#5e5e5e,#444);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#5e5e5e),to(#444));
	background-image: -webkit-linear-gradient(top,#5e5e5e,#444);
	background-image: -o-linear-gradient(top,#5e5e5e,#444);
	background-image: linear-gradient(to bottom,#5e5e5e,#444);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5d5d', endColorstr='#ff444444', GradientType=0);
	border-color: #444 #444 #1E1E1E;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	=background-color: #444;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled]
{
	color: #FFF;
	background-color: #444;
	=background-color: #373737;
}
.btn-inverse:active, .btn-inverse.active
{
	background-color: #2B2B2B;
}
.invalid
{
	border-color: #C00;
}
LABEL.invalid
{
	color: #C00;
}
INPUT.invalid
{
	border: 1px solid #C00;
}
.typeahead
{
	margin-top: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.t3-navhelper
{
	background: #2F2F2F;
	color: #666;
}
.breadcrumb
{
	padding: 10px 0;
	margin: 0;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	=zoom: 1;
}
.breadcrumb:before, .breadcrumb:after
{
	display: table;
	content: "";
	line-height: 0;
}
.breadcrumb:after
{
	clear: both;
}
.breadcrumb LI
{
	text-shadow: none;
	display: block;
	float: left;
}
.breadcrumb A
{
	color: #666;
}
.breadcrumb .divider
{
	padding: 0 5px;
	color: #666;
}
.breadcrumb .divider IMG
{
	vertical-align: middle;
}
.breadcrumb .active
{
	color: #999;
}
.pagination
{
	margin: 20px 0;
}
.pagination UL
{
	display: inline-block;
	=display: inline;
	=zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination UL > LI
{
	display: inline;
}
.pagination UL > LI > A, .pagination UL > LI > SPAN
{
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-left-width: 0;
}
.pagination UL > LI > A:hover, .pagination UL > LI > A:focus, .pagination UL > .active > A, .pagination UL > .active > SPAN
{
	background-color: #F5F5F5;
}
.pagination UL > .active > A, .pagination UL > .active > SPAN
{
	color: #999;
	cursor: default;
}
.pagination UL > .disabled > SPAN, .pagination UL > .disabled > A, .pagination UL > .disabled > A:hover, .pagination UL > .disabled > A:focus
{
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination UL > LI:first-child > A, .pagination UL > LI:first-child > SPAN
{
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination UL > LI:last-child > A, .pagination UL > LI:last-child > SPAN
{
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered
{
	text-align: center;
}
.pagination-right
{
	text-align: right;
}
.pagination-large UL > LI > A, .pagination-large UL > LI > SPAN
{
	padding: 11px 19px;
	font-size: 17.5px;
}
.pagination-large UL > LI:first-child > A, .pagination-large UL > LI:first-child > SPAN
{
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large UL > LI:last-child > A, .pagination-large UL > LI:last-child > SPAN
{
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini UL > LI:first-child > A, .pagination-mini UL > LI:first-child > SPAN, .pagination-small UL > LI:first-child > A, .pagination-small UL > LI:first-child > SPAN
{
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini UL > LI:last-child > A, .pagination-mini UL > LI:last-child > SPAN, .pagination-small UL > LI:last-child > A, .pagination-small UL > LI:last-child > SPAN
{
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small UL > LI > A, .pagination-small UL > LI > SPAN
{
	padding: 2px 10px;
	font-size: 11.9px;
}
.pagination-mini UL > LI > A, .pagination-mini UL > LI > SPAN
{
	padding: 1px 6px;
	font-size: 10.5px;
}
.pager
{
	margin: 20px 0;
	list-style: none;
	text-align: center;
	=zoom: 1;
}
.pager:before, .pager:after
{
	display: table;
	content: "";
	line-height: 0;
}
.pager:after
{
	clear: both;
}
.pager LI
{
	display: inline;
}
.pager LI > A, .pager LI > SPAN
{
	display: inline-block;
	padding: 5px 14px;
	background-color: #FFF;
	border: 1px solid #DDD;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pager LI > A:hover, .pager LI > A:focus
{
	text-decoration: none;
	background-color: #F5F5F5;
}
.pager .next > A, .pager .next > SPAN
{
	float: right;
}
.pager .previous > A, .pager .previous > SPAN
{
	float: left;
}
.pager .disabled > A, .pager .disabled > A:hover, .pager .disabled > A:focus, .pager .disabled > SPAN
{
	color: #999;
	background-color: #FFF;
	cursor: default;
}
.t3-module
{
	background: transparent;
	color: inherit;
	margin-bottom: 40px;
}
.t3-module .module-inner
{
	padding: 0;
}
.module-title
{
	background: inherit;
	color: #444;
	line-height: 40px;
	margin: 0 0 10px;
	padding: 0;
}
.module-ct
{
	background: inherit;
	color: inherit;
	padding: 0;
	=zoom: 1;
}
.module-ct:before, .module-ct:after
{
	display: table;
	content: "";
	line-height: 0;
}
.module-ct:after
{
	clear: both;
}
.t3-module UL, .t3-module OL
{
	margin-left: 20px;
}
.t3-module UL.unstyled, .t3-module OL.unstyled, .t3-module UL.nav, .t3-module OL.nav
{
	margin-left: 0;
}
.module_menu .nav
{
	margin-bottom: 20px;
}
.module_menu .nav > LI
{
	border-top: 1px solid #EEE;
}
.module_menu .nav > LI > A
{
	padding: 5px;
}
.module_menu .nav > LI:first-child
{
	border-top: 0;
}
.module_menu .nav > LI:first-child > A
{
	padding-top: 0;
	border-top: 0;
}
#login-form INPUT[type="text"], #login-form INPUT[type="password"]
{
	width: 90%;
}
.banneritem A
{
	font-weight: bold;
}
.bannerfooter
{
	border-top: 1px solid #DDD;
	font-size: 12px;
	padding-top: 10px;
	text-align: right;
}
.categories-module, UL.categories-module, .category-module, UL.category-module
{
	margin: 0;
}
.categories-module LI, UL.categories-module LI, .category-module LI, UL.category-module LI
{
	list-style: none;
	padding: 6px 0;
	border-top: 1px solid #DDD;
}
.categories-module LI:first-child, UL.categories-module LI:first-child, .category-module LI:first-child, UL.category-module LI:first-child
{
	border-top: 0;
	padding-top: 0;
}
.categories-module H4, UL.categories-module H4, .category-module H4, UL.category-module H4
{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.feed H4
{
	font-weight: bold;
}
.feed .newsfeed, .feed UL.newsfeed
{
	border-top: 1px solid #EEE;
}
.feed .newsfeed .feed-link, .feed .newsfeed H5.feed-link, .feed UL.newsfeed .feed-link, .feed UL.newsfeed H5.feed-link
{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.latestusers, UL.latestusers
{
	margin-left: 0;
}
.latestusers LI, UL.latestusers LI
{
	background: #EEE;
	display: inline-block;
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.stats-module DT, .stats-module DD
{
	display: inline-block;
	margin: 0;
}
.stats-module DT
{
	font-weight: bold;
	width: 35%;
}
.stats-module DD
{
	width: 60%;
}
DIV.tagspopular UL
{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
DIV.tagspopular UL LI
{
	color: #666;
	display: inline-block;
	margin: 0 5px 5px 0;
}
DIV.tagspopular UL LI A
{
	background: #EEE;
	border-radius: 3px;
	color: #666;
	display: block;
	padding: 2px 5px;
}
DIV.tagspopular UL LI A:hover, DIV.tagspopular UL LI A:focus, DIV.tagspopular UL LI A:active
{
	background: #00466F;
	color: #FFF;
	text-decoration: none;
}
DIV.tagssimilar UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
DIV.tagssimilar UL LI
{
	border-bottom: 1px solid #EEE;
	padding: 8px 0;
}
DIV.tagssimilar UL LI A
{
	color: #666;
}
DIV.tagssimilar UL LI A:hover, DIV.tagssimilar UL LI A:focus, DIV.tagssimilar UL LI A:active
{
	color: #00466F;
}
.items-leading .leading
{
	margin-bottom: 40px;
}
.items-row .item
{
	margin-bottom: 40px;
}
.divider-vertical
{
	margin: 0 0 40px;
	border: 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #FFF;
}
.article-aside
{
	color: #999;
	font-size: 13px;
	margin-bottom: 20px;
}
.article-info
{
	margin: 0;
	width: 90%;
}
.article-info .article-info-term
{
	display: none;
}
.article-info DD
{
	float: left;
	margin-left: 0;
	margin-right: 10px;
	white-space: nowrap;
}
.article-info DD SPAN
{
	font-weight: bold;
}
.article-footer
{
	color: #999;
	font-size: 13px;
	margin-bottom: 20px;
}
ARTICLE IMG[align=left], .img_caption.left, .pull-left.item-image
{
	margin: 0 40px 20px 0;
}
ARTICLE IMG[align=right], .img_caption.right, .pull-right.item-image
{
	margin: 0 0 20px 40px;
}
.img-intro-none, .img-intro-left, .img-intro-right, .img-fulltext-none, .img-fulltext-left, .img-fulltext-right, .img_caption
{
	position: relative;
}
.img-intro-none, .img-intro-left, .img-intro-right, .img-fulltext-none, .img-fulltext-left, .img-fulltext-right, .img_caption
{
	margin-bottom: 20px;
	max-width: 100%;
}
.img-fulltext-left
{
	float: left;
	margin-right: 40px;
}
.img-fulltext-right
{
	float: right;
	margin-left: 40px;
}
.img-intro-none IMG, .img-intro-left IMG, .img-intro-right IMG, .img-fulltext-none IMG, .img-fulltext-left IMG, .img-fulltext-right IMG
{
	margin: 0;
}
.img_caption IMG
{
	margin-bottom: 1px !important;
}
.img_caption P.img_caption
{
	background: #EEE;
	color: #666;
	font-size: 12px;
	width: 100%;
	margin: 0;
	padding: 5px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}
ARTICLE ASIDE .btn-group > .dropdown-toggle, ARTICLE ASIDE .btn-group > .dropdown-toggle:hover, ARTICLE ASIDE .btn-group > .dropdown-toggle:active, ARTICLE ASIDE .btn-group > .dropdown-toggle:focus
{
	background: transparent;
	border: 0;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.login_form FIELDSET, .login FIELDSET
{
	padding: 15px 0 0;
}
.login_form FIELDSET P, .login FIELDSET P
{
	margin: 0 0 5px;
}
.login_form LABEL, .login LABEL
{
	display: block;
	font-weight: bold;
}
.login-fields
{
	margin: 0 0 10px;
}
.login_form .input, .login_form .inputbox, .login-fields .required
{
	margin-left: 10px;
	width: 150px;
}
.login_form .remember .input, .login_form .remember .inputbox
{
	width: 20px;
}
.form-register FIELDSET
{
	padding: 0 0 10px;
}
.form-register P
{
	margin: 0 0 5px;
}
.form-register P.form-des
{
	margin: 15px 0;
}
.form-register LABEL
{
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 130px;
}
.form-register .input, .form-register .inputbox
{
	margin-left: 10px;
	width: 200px;
}
.form-register .btn, .form-register .button
{
	margin-left: 140px;
}
.registration FIELDSET DT
{
	margin-right: 5px;
}
.admintable TEXTAREA
{
	max-width: 90% !important;
	resize: none;
}
#mailto-window
{
	background: #FFF;
	margin: 10px 0 20px;
	padding: 0;
	position: relative;
}
#mailto-window H2
{
	margin-top: 0;
	margin-bottom: 20px;
}
#mailto-window .mailto-close
{
	background: #FFF;
	background: -moz-linear-gradient(bottom,#ccc,#f0f0f0);
	background: -webkit-linear-gradient(bottom,#ccc,#f0f0f0);
	border: 1px solid #CCC;
	border-radius: 3px;
	color: #666;
	font-size: 92%;
	padding: 2px 5px;
	position: absolute;
	top: -10px;
	right: 0px;
	text-shadow: 1px 1px 0 #F0F0F0;
}
#mailto-window .mailto-close A
{
	color: #666;
}
#mailto-window .mailto-close:hover
{
	border-color: #999;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#mailtoForm .formelm
{
	padding: 5px 0;
	vertical-align: middle;
	overflow: hidden;
}
#mailtoForm .formelm LABEL
{
	display: inline-block;
	float: left;
	font-weight: bold;
	vertical-align: middle;
	width: 100px;
}
#mailtoForm P
{
	margin-top: 20px;
}
#mailtoForm .input, #mailtoForm .inputbox
{
	width: 65%;
}
#mailtoForm .btn, #mailtoForm .button, #mailtoForm BUTTON
{
	margin-right: 5px;
}
.user-details
{
	padding: 10px 0;
}
.user-details P
{
	margin: 0 0 5px;
}
.user-details LABEL
{
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 130px;
}
.user-details .input, .user-details .inputbox
{
	margin-left: 10px;
	width: 200px;
}
.user-details .btn, .user-details BUTTON
{
	margin-left: 140px;
}
.user-details .paramlist .paramlist_key
{
	padding: 0 0 5px;
	width: 130px;
}
.user-details .paramlist .paramlist_value
{
	padding: 0 0 5px;
}
.user-details .user_name SPAN
{
	font-weight: bold;
	padding-left: 10px;
}
.reset .form-validate P, .remind .form-validate P
{
	background: #EEE;
	border: 1px solid #DDD;
	margin-bottom: 20px;
	padding: 10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.reset .form-validate FIELDSET DL, .remind .form-validate FIELDSET DL
{
	margin: 0;
}
.reset .form-validate FIELDSET DT, .remind .form-validate FIELDSET DT
{
	margin: 4px 0 0;
}
#searchForm
{
	padding: 10px 20px;
	border: 1px solid #DDD;
	background: #EEE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	=zoom: 1;
}
#searchForm:before, #searchForm:after
{
	display: table;
	content: "";
	line-height: 0;
}
#searchForm:after
{
	clear: both;
}
#searchForm FIELDSET
{
	margin: 20px 0;
}
#searchForm LEGEND
{
	margin-bottom: 10px;
}
.phrases-box INPUT, .phrases-box LABEL, .form-limit INPUT, .form-limit LABEL, .only LABEL
{
	display: inline-block;
	margin-right: 10px;
}
.phrases-box INPUT
{
	margin: 0;
}
.search-results
{
	margin-top: 20px;
}
.search-results .result-title
{
	font-size: 16px;
	margin-top: 20px;
}
.search-results .result-category
{
	font-size: 12px;
	color: #999;
}
.search-results .result-text
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.search-results .result-created
{
	font-size: 12px;
	color: #999;
}
.contact .accordion-heading .accordion-toggle
{
	font-weight: bold;
}
#archive-items > LI
{
	line-height: normal;
	margin: 0;
	overflow: visible;
	padding: 0;
}
#archive-items DIV.intro
{
	clear: both;
	overflow: hidden;
}
.category-item
{
	margin-top: 20px;
	=zoom: 1;
}
.category-item:before, .category-item:after
{
	display: table;
	content: "";
	line-height: 0;
}
.category-item:after
{
	clear: both;
}
.category-item .page-header
{
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.category-item .category-item
{
	margin-left: 4.2918454935622%;
}
.newsfeed-category > H2, .newsfeed > H2
{
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0;
}
.newsfeed-category .category-desc, .newsfeed .category-desc
{
	margin-bottom: 20px;
}
.newsfeed-category .category LI, .newsfeed .category LI
{
	=zoom: 1;
}
.newsfeed-category .category LI:before, .newsfeed-category .category LI:after, .newsfeed .category LI:before, .newsfeed .category LI:after
{
	display: table;
	content: "";
	line-height: 0;
}
.newsfeed-category .category LI:after, .newsfeed .category LI:after
{
	clear: both;
}
.newsfeed > H2
{
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0;
}
.newsfeed .feed-description
{
	margin-bottom: 20px;
	font-size: 16px;
}
.newsfeed .feed-item-description .feed-description
{
	font-size: 14px;
}
.newsfeed OL LI > A
{
	font-weight: bold;
	font-size: 16px;
}
.edit TEXTAREA
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button2-left, .button2-left DIV
{
	float: left;
}
.button2-right, .button2-right DIV
{
	float: right;
}
.button2-left
{
	margin: 5px 5px 0 0;
}
.button2-right
{
	margin: 5px 0 0 5px;
}
.button2-left A, .button2-right A, .button2-left SPAN, .button2-right SPAN
{
	background: #EEE;
	border: 1px solid #E1E1E1;
	color: #999;
	cursor: pointer;
	display: block;
	float: left;
	padding: 2px 10px;
	border-radius: 4px;
}
.button2-left SPAN, .button2-right SPAN
{
	color: #999;
	cursor: default;
}
.button2-left .page A, .button2-right .page A, .button2-left .page SPAN, .button2-right .page SPAN
{
	padding: 0 6px;
}
.button2-left A:hover, .button2-right A:hover
{
	background: #E1E1E1;
	color: #444;
	text-decoration: none;
}
.edit.item-page .control-group A.modal
{
	position: inherit;
	width: auto !important;
	margin-left: 0 !important;
	top: auto !important;
}
.controls IMG.calendar
{
	cursor: pointer;
	margin-left: 5px;
}
.article-content .pagination UL
{
	border-left: 1px solid #DDD;
}
.article-content .pagination LI
{
	float: left;
	padding: 10px 20px;
	line-height: normal;
	border: 1px solid #DDD;
	border-left: 0;
}
.article-content .pagination LI A
{
	border: 0;
	text-decoration: none;
	background-color: transparent;
	line-height: normal;
	padding: 0;
}
.pagenavcounter
{
	margin: 0 0 20px;
	font-weight: bold;
}
#article-index
{
	float: right;
	margin: 0 0 20px 20px;
	padding: 10px;
	width: 30%;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#article-index UL
{
	margin: 0 0 0 20px;
}
.pagenav
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagenav LI
{
	margin: 0;
	padding: 0;
	float: left;
}
.pagenav LI.pagenav-prev
{
	margin-right: 10px;
}
.pagenav LI A
{
	padding: 10px 20px;
	line-height: normal;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.pagenav LI A:hover, .pagenav LI A:active, .pagenav LI A:focus
{
	background-color: #666;
	color: #EEE;
}
.counter
{
	float: right;
	line-height: 1;
	margin: 10px 0;
	text-align: right;
}
.items-more H3
{
	margin: 0 0 5px;
}
.back_button A
{
	display: block;
	margin: 10px 0;
}
.filters
{
	margin: 10px 0 5px;
}
.display-limit
{
	margin: 10px 0 5px;
}
.filters .filter-search, .filters .display-limit
{
	float: left;
	width: 50%;
}
.filters .display-limit
{
	float: right;
	text-align: right;
}
#system-message DT
{
	font-weight: bold;
}
#system-message DD
{
	font-weight: bold;
}
#system-message DD.message UL, #system-message DD.error UL, #system-message DD.notice UL
{
	margin: 0;
	padding: 0;
}
#system-message DD.message UL LI, #system-message DD.error UL LI, #system-message DD.notice UL LI
{
	background: none;
	margin: 0;
	padding: 5px;
}
.tip-wrap
{
	background: #FFF6DF;
	border: 1px solid #FB3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	max-width: 300px;
	z-index: 999;
}
.tip-title
{
	border-bottom: 1px solid #FB3;
	font-weight: bold;
	padding: 5px 10px;
}
.tip-text
{
	font-size: 14px;
	margin: 0;
	padding: 5px 10px;
}
.hasTip IMG
{
	border: none;
	margin: 0 5px 0 0;
}
.width-10
{
	width: 10px;
}
.width-20
{
	width: 20px;
}
.width-30
{
	width: 30px;
}
.width-40
{
	width: 40px;
}
.width-50
{
	width: 50px;
}
.width-60
{
	width: 60px;
}
.width-70
{
	width: 70px;
}
.width-80
{
	width: 80px;
}
.width-90
{
	width: 90px;
}
.width-100
{
	width: 100px;
}
.height-10
{
	height: 10px;
}
.height-20
{
	height: 20px;
}
.height-30
{
	height: 30px;
}
.height-40
{
	height: 40px;
}
.height-50
{
	height: 50px;
}
.height-60
{
	height: 60px;
}
.height-70
{
	height: 70px;
}
.height-80
{
	height: 80px;
}
.height-90
{
	height: 90px;
}
.height-100
{
	height: 100px;
}
.iframe-bordered
{
	border: 1px solid #DDD;
}
.input-prepend .chzn-container-single .chzn-single
{
	border-color: #CCC;
	height: 26px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop
{
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop
{
	border-color: #CCC;
}
.btn-group .chzn-results
{
	white-space: normal;
}
.languageswitcherload
{
	float: right;
	width: 100%;
}
.languageswitcherload .mod-languages
{
	text-align: right;
}
.t3-header
{
	padding-top: 20px;
	padding-bottom: 20px;
}
.logo
{
	float: left;
}
.logo A
{
	display: inline-block;
	line-height: 1;
	margin: 0;
}
.logo-image
{
	overflow: hidden;
}
.logo-image A
{
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	width: 204px;
	height: 65px;
}
.logo-image SPAN, .logo-image SMALL
{
	display: none;
}
.logo-text A
{
	color: #444;
	text-decoration: none;
	font-size: 17.5px;
}
.logo-text:hover A, .logo-text A:hover, .logo-text A:active, .logo-text A:focus
{
	text-decoration: none;
}
.logo-text .site-slogan
{
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
.head-search
{
	float: right;
	margin-top: 20px;
}
.head-search FORM
{
	margin: 0;
	float: right;
}
.head-search LABEL
{
	display: none;
}
.head-search .input
{
	background: url("../images/ico/search-invert.png") no-repeat 8px center;
	width: 120px;
	padding-left: 26px;
}
.head-search .input:focus
{
	color: #444;
	width: 180px;
}
.t3-sl
{
	padding-bottom: 60px;
	padding-top: 60px;
}
.t3-mainbody
{
	padding-bottom: 40px;
	padding-top: 40px;
}
.t3-footer
{
	background: #222;
	color: #666;
	=zoom: 1;
}
.t3-footer:before, .t3-footer:after
{
	display: table;
	content: "";
	line-height: 0;
}
.t3-footer:after
{
	clear: both;
}
.t3-footer SMALL
{
	display: block;
	font-size: 100%;
}
.t3-footer A
{
	color: #999;
}
.t3-footer A:hover, .t3-footer A:active, .t3-footer A:focus
{
	color: #E6E6E6;
}
.t3-footnav
{
	padding: 60px 0 40px;
	=zoom: 1;
}
.t3-footnav:before, .t3-footnav:after
{
	display: table;
	content: "";
	line-height: 0;
}
.t3-footnav:after
{
	clear: both;
}
.t3-footnav UL
{
	list-style: none;
	margin-left: 0;
}
.t3-footnav LI
{
	line-height: 24px;
}
.t3-footnav .module-title
{
	font-size: 18px;
	color: #999;
}
.t3-copyright
{
	border-top: 1px solid #2F2F2F;
	font-size: 12px;
	padding: 40px 0 80px;
	=zoom: 1;
}
.t3-copyright:before, .t3-copyright:after
{
	display: table;
	content: "";
	line-height: 0;
}
.t3-copyright:after
{
	clear: both;
}
.copyright
{
	float: left;
}
.poweredby
{
	float: right;
	text-align: right;
}
.poweredby .t3-logo, .poweredby .t3-logo-small
{
	float: right;
	opacity: .5;
}
