/* Reset default browser styles */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}

nav ul, div ul {
    list-style: none;
    margin: 0;
	padding: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align:middle;
}
/* Reset default browser styles */


/* main elements */

body {
	width: 980px;
	margin: 15px auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	color: #999;
}

/* Start Form Defaults */
fieldset{
	width: 100%;
}

fieldset legend {
	float: left;
	width: 100%;
	margin: 5px 10px 10px 0;
	font-size: 14px;
	color: #f00;
}
	
fieldset ul {
	list-style: none;
	padding:0;
	margin:2px;
}

fieldset ul li {
	margin:0 0 9px 0;
	padding:0;
}

fieldset span {
	display: block;
	float: left;
	width: 190px;
	margin-bottom: 5px;
}

fieldset span input {
	float: left;
}

fieldset label {
	width: 120px;
	float: left;
	line-height: 15px;
}

fieldset input, fieldset textarea, fieldset select {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
}
/* End Form Defaults */


#header {
	margin-top: 50px;
  	border-bottom: 1px solid #999;
  	display: block;
  	clear: both;
}

#header a {
	display: block;
	margin: 0;
	padding: 2px 6px;
}

#header nav {
	margin-top: 10px;
  	border-top: 1px solid #999;
  	display: block;
}

#header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 37px;
}

#header nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
  	border-right: 1px solid #999;
}

#header nav ul li a {
	display: inherit;
	margin: 5px;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
  	color: #000;
  	text-decoration: none;
  	text-align: center;
}

#header nav ul li a:hover {
  	color: #f00;
}

/* header and footer elements */

#main {
	overflow: visible;
	display:box;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	width: 730px;
}

#main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu {
  	position:relative;
  	float:left;  	
  	left:0px;
  	width:220px;
  	height:750px; /*650px;*/
  	margin-right:15px;
  	border-right: 1px solid #999;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	padding: 0px;
}


#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 2px 6px;
  	color: #999;
}

#menu h2 {
	text-transform: uppercase;
	font-weight:bold;
	font-size: 12px;
	cursor: pointer;
}

#menu sup {
	color: #f00;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	padding-left: 6px;
	padding-bottom: 6px;
	vertical-align: super;
	text-transform: uppercase;
}

#menu h2:hover {
	color: #f00;
}

#menu a {
	background: #efefef;
	text-decoration: none;
	padding: 2px 12px;
}

#menu ul ul {
	background: #efefef;
}

#menu a:hover {
	color: #f00;
}

#c_typical {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-bottom: 0;
	margin-bottom: 20px;
}

#c_typical a {
	background: #fff;
}

#footer {
	background:#fff;
	border:none;
	margin-top:15px;
	border-top:1px solid #999999;
	clear: both;
	width: 100%;
	display: block;
}

#footer .new {
	float:left;
}

#footer a:link {color: #7db223;}

.quicklinks {
	clear:both; 
	padding-bottom: 15px
}
.quicklinks span {
	float: right;
}

table.navigation {
	border: 0px;
}

label {
	width:140px;
	float:left;
	margin-left: 5px;
	margin-top: 0px;
}

div {
	text-align: left;
}

div .box {
	display:block;
	margin-left:105px;
}

/* menu elements*/

a.menu, a.menu:link, a.menu:visited {display:block; width:150px; height:25px;} 
	
/* text styles */

nav a {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h1,h2,h3 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #f00;
}

h1 {
	font-size: 20px;
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
}

h3 {
	font-size: 15px;
	line-height: 21px;
	color:#555;
}

h4 {
	font-size: 14px;
	line-height: 20px;
}

.errors {
	color: red;
	font-weight: bold;
	display: block;
	margin-left: 105px;
}

.error {
	color: red;
	font-weight: bold;
	display: block;
}

a {
	text-decoration: underline;
	font-size: 12px;
}

a img {
	border: 0 none;
	vertical-align: middle;
}

tr:nth-child(odd) {
	background-color: #FFFFFF;
}

tr:nth-child(even) {
	background-color: #EFEFEF;
}

a:link {
	color: #999;
}

a:hover {
	color: #f00;
}

a:active {
	color: #f00;
}

a:visited {
	color: #999;
}

li {
	margin-top: 5px;
	text-align: left;
}

ul li {
	margin:0 0 0.25em 0;
}
/* table elements */

table {
	background: #EEEEEE;
	margin: 2px 0 0 0;
	border: 1px solid #BBBBBB;
	border-collapse: collapse;
	width: 100%
}

table table {
	margin: -5px 0;
	border: 0px solid #e0e7d3;
	width: 100%;
}

table td,table th {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

table td form {
	text-align:center;
	vertical-align: middle;
	margin: 0px;
}

table th {
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	background: #999;
}

table thead {
	font-weight: bold;
	font-style: italic;
	background-color: #BBBBBB;
}

table a:link {color: #303030;}

caption {
	caption-side: top;
	width: auto;
	text-align: left;
	font-size: 12px;
	color: #848f73;
	padding-bottom: 4px;
}

.table-buttons {
	background-color:#fff;
	border:none;
}

.table-buttons td {
	border:none;
}

.submit input {
	border: 1px solid #BBBBBB;
	color:#777777;
	padding:2px 7px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	height:24px;
	cursor: pointer;
}

.updated {
	background:#ecf1e5;
	font-size:11px;
	margin-left:2px;
	border:4px solid #ecf1e5;
}

.updated td {
	padding:2px 8px;
	font-size:11px;
	color:#888888;
}

.dijitTextArea{
    min-height:5.5em !important;
    max-height:22em !important;
    overflow-y: auto !important;
    max-width: 175px;
}

.RichTextEditable{
    min-height:18em !important;
    max-height:18em !important;
}

.flag {
	height: 11px;
	width: 16px;
}

.hide {
	display: none;
	visibility: hidden;
}

.show {
	display: block;
	visibility: visible;
}

.active {
	color: #f00;
}

.manage {
	float: left;
	width: 155px;
	display: block;
}

.dialog {
	display: none;
	height: 450px;
	margin: 5px;
}

.dialog fieldset {
	width: 650px;
	margin-top: 5px;
}

.dialog ul {
	list-style: none;
}

.dialog li {
	clear: both;
}

.info {
	float: left;
	font-style: italic;
}

.clear {
	clear: both;
}

#mediaIdFlexbox_arrow {
	margin-top: 5px;
}

.ffb { 
	position: relative;
}

ul.circle {
	margin-left: 10px !important;
  	list-style-type: circle !important;
}

ul.square {
	margin-left: 20px !important;
	list-style-type: square !important;
}
	
div.newTitle {
	width: 25%;
	color: #999;
	font-weight: bold;
	cursor: pointer;
}
	
div.newTitle:before {
    transform: translateY(-50%);
    background-image: url(../images/arrow-down.png);
    background-size: 12px;
    height: 12px;
    width: 12px;
    transition: 0.3s ease-in-out;
    background-position: center left; 
    background-repeat: no-repeat;
    padding-right: 20px;
    background-color: transparent;
    content: '';
    cursor: pointer;
}

div.newTitle.open:before {
    transform: translateY(-50%);
    background-image: url(../images/arrow-up.png);
    background-size: 12px;
    height: 12px;
    width: 12px;
    transition: 0.3s ease-in-out;
    background-position: center left; 
    background-repeat: no-repeat;
    padding-right: 20px;
    background-color: transparent;
    content: '';
    cursor: pointer;
}

div.divSlideToggle {
	margin-left: 10px;
}
