#mainBanner
{
	z-index:100!important;
}

.lowest
{
	z-index:0;
}

.noimage
{
	border:2px dotted #999;
	padding:100px 30px;
	text-align:center;
	background-image:url('images/semiblack10.png');

	font-family:Georgia, Arial;
	font-size:18px;
	line-height:24px;
}

.noimage div
{
	margin:10px 0px;
}

.noimage .body
{
	font-size:12px;
	line-height:18px;
}

.noimage a:link, .noimage a:visited, .noimage a:active
{
	font-size:18px!important;
	color:#2887B3!important;
}

.overall
{
	text-align:left;
	padding:10px 0px;
	margin-bottom:10px;
}

.overall a:link, .overall a:visited, .overall a:active
{
	text-decoration:none;
	color:#21759E;
}

.overall .header, .sectionbody .header
{
	font-size:24px;
	color:#333333;
	margin:10px;
}

.sectionheader, .sectionheader td
{
	font-size:13px;
	font-weight:bold;
	color:#2887B3;
	text-indent:5px;
}

.textcenter
{
	text-align:center;
}

.section
{
	height:30px;
	line-height:30px;
	text-align:left;
	border:1px solid #ccc;
	background-image:url('images/topbg.png');
}

.tabsection
{
	height:30px;
	line-height:30px;
	text-align:left;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-image:url('images/topbg.png');
}

.fullround
{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.topround
{
    -moz-border-radius:5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0px 0px;
}

.bottomround
{
    -moz-border-radius:0px 0px 5px 5px;
    -webkit-border-radius:0px 0px 5px 5px;
    border-radius:0px 0px 5px 5px;

	margin-bottom:10px;
}

.section img, .tabsection img
{
	margin:5px;
}

.sectionbody td, .sectionbody2 td
{
	font-size:12px;
}


.sectionbody, .sectionbody2
{
	text-align:left;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.sectionbody >span, .sectionbody2 >span
{
	padding:0px 10px;
	line-height:30px;
}

.sectionbody >table, .sectionbody2 >table
{
	border-collapse:collapse;
}


.sectionbody td, .sectionbody2 td
{
	height:30px;
}

.sectionbody .title, .sectionbody2 .title
{
	width:160px;
	text-align:right;
}

.sectionbody .title + td, .sectionbody2 .title + td
{
	padding-left:10px;
}

.sectionbody .title + td .ui-slider, .sectionbody2 .title + td .ui-slider
{
	margin-left:5px!important;
}

 .title .help
 {
	text-align:left;
 }

.title .dnnLabel
{
	width:150px;
}

.sectionbody
{
	border-bottom:1px solid #ccc;
}

.sectionbody select, .sectionbody input, .sectionbody textarea, .sectionbody2 select, .sectionbody2 input, .sectionbody2 textarea
{
	font-size: 11px;
	border:1px solid #ccc;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

.minpadding
{
	padding:5px;
}

.tipsection
{
	padding:6px;
}

.tipsection> div
{
	border:1px solid #ddd;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
	padding:5px;
	background-image:url('images/semiblack3.png');
	font-family:Georgia, Arial;
	font-style:italic;
	text-align:left;
	line-height:22px;
}

.pointer
{
	cursor:pointer;
}

.tiplogo
{
	width:50px;
	height:50px!important;
	float:left;
	background-image:url('images/info.png');
	background-repeat:no-repeat;
	background-position:center center;
}

.buttonbar
{
	text-align:left;
	margin:10px 0px;
}

.dmgbutton
{
	background-color:#2887B3;
	background-image:url('images/topbg.png');
	background-position:center bottom;
	border:none!important;
    -moz-border-radius:10px!important;
    -webkit-border-radius:10px!important;
    border-radius:10px!important;
	color:#fff;
	padding:3px 15px;
	font-weight:bold;
}

.tabmenu
{
	text-align:left;
}

.tabmenu a, .tabmenu a:active, .tabmenu a:link, .tabmenu a:visited
{
	display:block;
	float:left;
	padding:0px 20px;

	height:30px;
	line-height:30px!important;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ccc;
    -moz-border-radius:5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0px 0px;

	font-size:13px;
	font-weight:bold!important;
	color:#aaa!important;
	text-decoration:none!important;
}

.tabmenu a:hover
{
	color:#333!important;
}

.tabmenu a.active
{
	height:31px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:none;
	background-image:url('images/tabbg.png');
	color:#2887B3!important;
	text-decoration:none!important;
}

.tabmenu .clear
{
}

.tabseparator
{
	display:block;
	float:left;
	width:3px;
	height:31px;
	border-bottom:1px solid #ccc;
}

.tabseparator.last
{
	float:none;
	width:auto;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}



.verticalMiddle *
{
	vertical-align:middle;
}

.watermark {
	color: #999 !important;
	font-style: italic !important;
}

.overall >div
{
	margin:3px 0px;
}

.overall .head
{
	font-size:22px;
	font-weight:bold;
	color:#004E98;
}

.warning
{
	text-align:left;
	display:block;
	padding:5px 10px 5px 35px;
	margin-bottom:5px;
	background:#feffce url(images/yellow-warning_16px.gif) no-repeat 10px center;border:2px #cdb21f solid;color:#41370C;text-shadow:0px 1px 1px #fff;
}

.mbody
{
	text-align:left;
}

.margin20
{
	padding:10px 0px;
}

tr.alt td {
    background-color: #eee;
}

tr .showDragHandle td
{
    background-color: #ddd;
}

.tDnD_whileDrag td, .alt.tDnD_whileDrag td
{
    background-color: #2887B3!important;
	color:#fff!important;
}

tr .showDragHandle .updown
{
	background-image: url(images/updown.png);
	background-repeat: no-repeat;
	background-position:5px center;
}

.captioncontainer
{
	overflow:hidden;
}

.TB_Wrapper
{
	/*Ensure translucent sliders are center aligned*/
	margin:auto auto;
}

.choosetheme li
{
	display:block;
	float:left;	
}

.choosetheme a
{
	display:block;
	margin:3px;
	position:relative;
	width:260px;
	height:206px;
	background-repeat:no-repeat;
	background-position:center center;
}

.choosetheme a img
{
	width:100%;
	height:100%;
}

.choosetheme a span
{
	display:none;
}

.choosetheme a:hover span
{
	display:block;
	position:absolute;
	background-color:#2887B3;
	bottom:0px;
	left:0px;
	right:0px;
	text-transform:uppercase;
	font-size:20px;
	color:#fff;
	padding:10px 5px;
}