@charset "UTF-8";
/* CSS Document */
/* This document contains styles that are displayed in Editor Window
   and also serves as a basis for layout.css
*/
/*Fonts*/
@import url(https://fonts.googleapis.com/css?family=Quando|Montserrat:400,700);

/**********************************************************************
**********************************************************************/
H1 {
	font-size: 2.25em;
}

H2 {
	font-size: 1.875em;
}

H3 {
	font-size: 1.5em;
}

H4 {
	font-size: 1.125em;
}

H5 {
	font-size: 0.875em;
}

H6 {
	font-size: 0.750em;
}

/**********************************************************************
DO NOT CHOOSE STYLES BELOW HERE
Body & Global Rules 
**********************************************************************/
HTML,
BODY {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	color: #252525;
	font-weight: 400;
	font-size: 0.9em;
}

H1,
H2,
H3,
H4,
H5,
H6 {
	font-family: "Quando", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 700;
}

A {
	color: #2D7BCC;
	outline: none;
}

MAIN A,
#breadcrumb A {
	border-bottom: 1px dashed currentColor;
}

A:hover,
A:focus {
	text-decoration: underline;
}

.btn {
}

.btn-default {
}

.btn-primary {
	box-shadow: 2px 2px 2px #4C4C4C;
}

.btn-default:hover {
}

.btn:active {
}

MAIN UL LI,
#content-home UL LI {
	margin-bottom: 0.6em;
}

.table.table-striped.imaged TR TD[scope="row"] IMG {
	width: 125px !important;
	height: auto !important;
}

.table.table-striped.imaged TR TD[scope="row"] {
	width: 130px;
}

#DataTable.directory TH {
	width: 25%;
}

/*Layout Indicators*/
.message.left,
.message.right,
.message.footer {
	display: block;
	padding: 10px;
	background-color: #FDEDED;
	font-weight: 500;
	border: 0px;
}

.message.left TD,
.message.right TD,
.message.footer TD {
	border: 0px;
}

.message.left:hover,
.message.right:hover,
.message.footer:hover {
	cursor: not-allowed;
}

TD.ContentTemp_MainCol,
TD.ContentTemp_SideCol {
	vertical-align: top;
}

#dupFrom {
	display:block !important;
}
/*end of layout indicators*/