@CHARSET "utf-8";
html {
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

hr {
	border-color: black -mo-use-text-color transparent;
	border-left: 0 none;
	border-right: 0 none;
	border-style: dotted none none;
	border-width: 1px 0 medium;
	margin-bottom: 5px;
}

h1, h2 {
	line-height: 2;
	color: #333;
}
	h1 {
		font-size: 20px;
		margin-top: 3px;
		margin-bottom: 0px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
	 color: #ea7625;
	 font-size: 10pt;
	 margin: 0px;
	 padding-left: 30px;
	 
	 background-image: url("../images/titleimage.png");
	 background-repeat: no-repeat;
  }

   h4 {
	 color: #ea7625;
	 font-size: 10pt;
	 margin: 0px;
	 padding-left: 35px;
	 
	 background-image: url("../images/titleimage.png");
	 background-repeat: no-repeat;
  }

.color {
	color: #ea7625;
}

.small {
	font-size: 8pt;
}

div.title {
	background-color: #ea7625;
	color: white;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.colorbox {
	background-color: #f9d4a0;
	padding: 5px;
}

.linkbox {
	background-color: #f9d4a0;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 95px;
}

.linkbox h2 {
	margin: 0px;
	padding: 0px;
	font-size: 13pt;
}

.linkbox h2 a {
	color: #333333;
	text-decoration: none;
}

.linkbox h2 a:visited {
	color: #666666;
	text-decoration: none;
}

.linkbox h2 a:hover {
	color: #333333;
	text-decoration: underline;
}

.linkbox p {
	margin: 0px;
	padding: 0px;
}

.orangecolorbox {
	color: white;
	background-color: #ea7625;
	padding: 5px;
}

div.text {
	background-color: #f9d4a0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
p.textindent {
	padding-left: 30px;
}

a {
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #ea7625;
}

li a {
	text-decortation: none;
}

a img {
	border-style: none;
}

table.form th {
	text-align: left;
	font-size: 13pt;
	font-weight: normal;
}

table.form  td.labels {
	width: 150px;
}

table.form_errordata {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.form_errordata th {
	color: #666666;
	font-weight: bold;
	background-color: #f9d4a0;
	border: solid 1px #f9d4a0;
	text-align: left;
}

table.form_errordata td {
	border: solid 1px #f9d4a0;
}

select.date_chooser {
	width: auto !important;
}

label.left {
	display: block;
	float: left;
	width: 200px;
}

textarea, select, input.text {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11pt;
	border: solid 1px #F6AC43;
	background-color: #f9d4a0;
	color: #666666;
	width: 400px;
	height: 23px;
	padding-top: 3px;
	padding-left: 3px;
}

select {
	padding-top: 0px;
	padding-left: 0px;
}

input.checkbox {
	border: solid 1px #ea7625;
	background-color: #f9d4a0;
}

textarea {
	height: 100px;
}

div.field {
	margin-bottom: 10px;
}

fieldset {
	border: none;
}

span.message {
	float: right;
}

table.data th {
	background-color: #f9d4a0;
	text-align: left;
	font-weight: bold;
}

table.data td, table.data th {
	padding: 5px;
}

table.data td {
	text-align: left;
}

table.data tr.tr1 {
	background-color: #EEEEEF;
}

table.data tr.tr2 {
	background-color: #F3F3F3;
}

ul.icons {
	margin: 0px;
	padding: 0px;
}

li.icon {
	background-image:url(/simplyflex/modules/mediaadmin/img/icons/small/file.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	line-height: 25px;
	margin-bottom: 5px;
}

a.social {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	width: 35px;
	height: 35px;
	display: block;
	background-size: 35px 35px;
}

a.facebook {
	background-image:url("../images/facebook-50.png");
}
a.youtube {
	background-image:url("../images/youtube-50.png");
}
a.movie {
	background-image:url("../images/imagefilm.png");
	background-size: 74px 34px;
	width: 74px;
	height: 34px;
}

