/**
 * Miscellaneous Helpers
 */
@media screen {
	.print {
		display: none;
	}
}

@media print {
	.screen {
		display: none;
	}
}

.calendar {
	z-index: 150;
}

/**
 * Application layout styles
 */
body {
	background: #5A5A5A;
	background-attachment: fixed;
}

#debug {
	background: #FFF;
	margin: 10px auto 0 auto;
	width: 968px;
	padding: 15px 20px;
}

#page {
	width: 1008px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}

#header {
	background: #011932;
	margin: 0;
	panding: 0;
	float: left;
	width: 100%;
}

#admin {
	clear: both;
	background-color: #E5E5E5;
	padding: 20px 30px;
	font-size: 120%;
}

#main {
	clear: both;
	background: #FFF;
	padding: 20px;
	font-size: 120%;
}

#admin #main {
	font-size: 100%;
}

#content {
	width: 753px;
	margin-left: 157px; 
	padding: 0 20px 20px 35px;
	min-height: 450px;
	overflow-x: hidden;
}

#footer {
    padding: 40px 0 30px;
    overflow: hidden;
    height: 27px;
}

#footer a {
    text-decoration: none;
    color: #575757;
    background: transparent url(../images/runtime-logo.gif) no-repeat left center;
    float: left;
    line-height: 27px;
    padding-left: 35px;
}

.signature {
	background-image: url('../images/signature.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#legend {
	background-color: #FFF;
	padding: 20px;
	margin-top: 10px;
}

#legend.foreGroundLegend {
    border:1px solid #EEEEEE;
    margin-top:30px;
}

/**
 * Status Bar
 */
#statusBar {
	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF5F1;
	font-weight: bold;
}

#statusBar div {
	padding: 13px 41px 15px 39px;
	overflow: hidden;
}

#statusBar form {
	width: 100%;
}

#statusBar ul {
	padding: 0;
	margin: 0;
	float: left;
}

#statusBar ul:last-child {
	float: right;
}

#statusBar ul li {
	display: inline;
	float: left;
	padding: 7px 16px;
}

#statusBar a {
	color: #FFF5F1;
	text-decoration: none;
}

#statusBar a.selected {
	color: #d47414;
}

#statusBar .form {
	padding: 3px 0;
}

#statusBar .form label {
	float: left;
	padding: 4px 7px 4px 40px;
}

#statusBar .form .input {
	width: 211px;
	border: 1px solid #b4b4b4;
	height: 17px;
	font-size: 11px;
	float: left;
}

#statusBar .form .go {
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	background: transparent url(../images/bg/button_search.gif) no-repeat top left;
	border: 0;
	padding: 0;
	width: 33px;
	height: 21px;
	float: left;
	margin-left: 8px;
}

/**
 * Admin Status Bar
 */
#adminStatusBar {
	float: right;
	color: #FFF5F1;
	font-size: 10px;
	font-weight: bold;
	padding: 32px 50px 0 0;
}

#adminStatusBar a {
	color: #FFF5F1;
	text-decoration: none;
}

/**
 * Logo
 */
#logo {
	height: 64px;
	clear: both;
}

#logo .left {
	float: left;
	margin: 14px 0 14px 54px;
}

#logo .left img {
    width: 159px;
    height: 36px;
}

#logo .right {
	float: right;
	margin: 14px 40px 14px 0;
}

#logo .right img {
}

/**
 * Admin navigation menu
 */
#adminNav {
	font-size: 120%;
	width: 100%;
	float: left;
}

#adminNav ul {
	margin: 0 29px;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

#adminNav li {
	display: inline;
}

#adminNav a {
	background: #FFF;
	text-decoration: none;
	margin: 2px 1px 0 1px;
	padding: 6px 12px 5px 12px;
	float: left;
	display: block;
}

#adminNav a:hover {
	color: #0079C1;
	background: #EFEFEF;
}

#adminNav a.selected {
	color: #0079C1;
	background: #E5E5E5;
	margin-top: 0;
	padding-top: 8px;
}

/**
 * Content navigation menu
 */
#contentNav {
	background: #FFF url('../images/bg/content-nav.gif') repeat-x left -340px;
	float: left;
	width: 100%;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
}

#contentNav div {
	background: #FFF url('../images/bg/content-nav.gif') repeat-x left -340px;
}

#header .clear {
	background: #FFF;
}

/* level 1 */
#contentNav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 34px;
}

#contentNav ul li {
	display: block;
	float: left;
	padding-right: 1px;
}

#contentNav ul li a {
	color: #011932;
	display: block;
	width: 158px;
	background: #e0e3e8 url('../images/bg/content-nav.gif') repeat-x left 0;
	text-decoration: none;
	font-size: 120%;
}

#contentNav ul li a span {
	display: block;
	width: 158px;
	background: transparent url('../images/bg/content-nav.gif') no-repeat left -34px;
	cursor: pointer;
}

#contentNav ul li a span span {
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	width: 128px;
	background: transparent url('../images/bg/content-nav.gif') no-repeat right -68px;
}

#contentNav ul li:first-child > a > span {
	background-position: left -102px;
}

#contentNav ul li:last-child > a > span span {
	background-position: right -136px;
}

/* level 2 */
#contentNav ul ul {
	display: block;
	padding: 13px 5px;
	margin: 0;
}

#contentNav ul ul li {
	float: none;
}

#contentNav ul ul li a {
	color: #8d95ab;
	font-size: 100%;
	background: none;
	width: auto;
}

#contentNav ul ul li a span {
	background: none;
	line-height: 15px;
	width: auto;
}

#contentNav ul ul li a span span {
	padding: 0 10px;
	height: auto;
	width: auto;
}

/* level 1 selected */
#contentNav ul li.selected a {
	color: #FFF;
	background-color: #000811;
	background-position: left -170px
}

#contentNav ul li.selected a span {
	background-position: left -204px
}

#contentNav ul li.selected a span span {
	background-position: right -238px
}

#contentNav ul li.selected:first-child > a > span {
	background-position: left -272px
}

#contentNav ul li.selected:last-child > a > span span {
	background-position: right -306px
}

/* level 2 selected */
#contentNav ul li.selected ul {
	background: transparent url('../images/bg/content-nav-tail.gif') no-repeat 18px top;
}

#contentNav ul li.selected ul li a {
	color: #8D95AB;
	background: none;
}

#contentNav ul li.selected ul li a span {
	background: none;
}

#contentNav ul li.selected ul li.selected a {
	color: #011932;
	background: #edeef0;
}

#contentNav ul li.selected ul li.selected a span {
	background: none;
}

/**
 * Tabbed navigation menu
 */
#main .tabsNav {
	border-bottom: 1px solid #99A0A3;
	font-size: 12px;
	list-style: none;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
}

#main .tabsNav li {
	float: left;
	padding-left: expression((this===this.parentNode.childNodes[0])?"10px":"0");
}
#main .tabsNav li:first-child {
	padding-left: 10px;
}

#main .tabsNav a,
#main .tabsNav span {
	position: relative;
	top: 1px;
	color: #FFF;
	display: block;
	padding: 4px 12px 3px;
	background: #99A0A3;
	text-decoration: none;
	margin: 3px 1px 0 0;
}

#main .tabsNav .selected span {
	border-top: 2px solid #23120A;
	border-left: 1px solid #99A0A3;
	border-right: 1px solid #99A0A3;
	padding: 5px 16px 3px;
	background: #FFF;
	color: #23120A;
	margin-top: 0;
}

/**
 * Setting list for admin panel
 */
#settings {
	line-height: 2em;
}

/**
 * Rebuilding message progress
 */
#rebuildProgress {
	font-weight: bold;
}

/**
 * Save step description
 */
#stepDescription {
    font-size: 150%;
    float: left;
    line-height: 24px;
    padding-bottom: 12px;
    color: #99a5b6;
}

#stepDescription span {
	color: #011932;
}

#converters {
    clear: both;
}

#converters h2 {
    margin: 0px;
}

#converters a {
    color: #0079C1;
}

#converters dl {
    padding-top: 5px;
}

#converters dt {
    font-weight: bold;
}

#converters dd {
    padding-top: 5px;
    margin-left: 22px;
}

/**
 * Loading progress
 */
#loadingProgress {
	position: absolute;
	background: url(../images/icons/loading.gif) no-repeat 14px center;
}
#loadingProgress div {
	padding: 13px 10px 13px 45px;
	white-space: nowrap;
}

/**
 * AutoComplete
 */
.autocomplete_indicator {
	background-image: url('../images/icons/loading.gif');
	background-position: right center;
	background-repeat: no-repeat;
}

.autocomplete {
	position: absolute;
	background-color: #FFF;
	border: 1px solid #888;
	margin: 0;
	padding: 0;
}

.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.autocomplete li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 3px 5px;
	line-height: 16px;
}

.autocomplete ul li.selected {
	background-color: #FFB;
}

.autocomplete ul li a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.autocomplete ul li a:hover {
	text-decoration: underline;
}

.autocomplete .buttons {
	display: block;
	text-align: right;
	border: 0 !important; 
	padding: 3px 0 0 !important;
	margin: 0 !important;
	clear: both;
}

.autocomplete .close {
	background-image: url('../images/icons/window_-close.gif');
	width: 15px;
	height: 15px;
	float: right;
	margin: 0 0 0 5px;
	cursor: pointer;
}

/**
 * Buttons wrappers
 */
.topButtonsWrapper {
    padding: 10px 0;
    float: right;    
}

.topButtonsWrapper #sendAll{
    margin-right: 0;
}

/**
 * Media search panel
 */
#mediaFilter {
	float: none;
}

#mediaFilter #simplePanel {
	clear: both;
	background: transparent url('../images/bg/panel-bg.gif') repeat-x left 0px;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 18px;
}

#mediaFilter #simplePanel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#mediaFilter #simplePanel ul .allMedia a span span {
	width: 108px;
}

#mediaFilter #simplePanel ul .myUploads a span span {
	width: 126px;
}

#mediaFilter #simplePanel ul .myDownloads a span span {
	width: 147px;
}

#mediaFilter #simplePanel .tabs {
}

#mediaFilter #simplePanel .controls {
	float: right;
}

#mediaFilter #simplePanel ul li {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 35px;
	height: 41px;
}

#mediaFilter #simplePanel ul li a {
	background: transparent url('../images/bg/panel-bg.gif') repeat-x left 0px;
	display: block;
	color: #8d95ab;
	text-decoration: none;
}

#mediaFilter #simplePanel ul li a span {
	background: transparent url('../images/bg/panel-bg.gif') no-repeat right -70px;
	display: block;
	cursor: pointer;
}

#mediaFilter #simplePanel ul li a span span {
	background-position: left -35px;
	padding: 0 0 2px 0;
	height: 33px;
	line-height: 33px;
	text-align: center;
	overflow: hidden;
}

#mediaFilter #simplePanel .tabs li:first-child a span span {
	background-position: left -105px;
}

#mediaFilter #simplePanel ul li.selected {
	background: transparent url('../images/bg/panel-tail.gif') no-repeat center bottom;
}

#mediaFilter #simplePanel ul li.selected a {
	color: #FFF;
	background-position: left -175px
}

#mediaFilter #simplePanel ul li.selected a span {
	background-position: right -245px
}

#mediaFilter #simplePanel ul li.selected a span span {
	background-position: left -210px
}

#mediaFilter #simplePanel .tabs li.selected:first-child a span span {
	background-position: left -280px
}

#mediaFilter #simplePanel .upload a {
	color: #4f8c2c;
}

#mediaFilter #simplePanel .upload a span {
	background-position: right 35px;
}

#mediaFilter #simplePanel .upload a span span {
	background: transparent url('../images/bg/panel-icons.gif') no-repeat left 0;
	padding-left: 14px;
	width: 136px;
}

#mediaFilter #simplePanel .form {
	width: 269px;
}

#mediaFilter #simplePanel .form span {
	background: transparent url('../images/bg/panel-bg.gif') no-repeat left -35px;
	height: 35px;
	float: left;
}

#mediaFilter #simplePanel .form span span {
	display: block;
	float: left;
	padding-left: 12px;
	padding-top: 6px;
	height: 29px;
	line-height: 22px;
	position: relative;
	background: none;
}

#mediaFilter #simplePanel .form input {
	width: 110px;
	padding-right: 20px;
	border: 1px solid #b4b4b4;
}

#mediaFilter #simplePanel .form .search {
	position: absolute;
	top: 10px;
	left: 128px;
	width: 15px;
	height: 14px;
	background: transparent url('../images/bg/panel-icons.gif') no-repeat right -140px;
	border: 0;
	padding: 0;
	cursor: pointer;
}

#mediaFilter #simplePanel .form .reset {
	font-size: 100%;
	margin: 0;
	float: left;
	color: #011932;
}

#mediaFilter #simplePanel .form .reset span {
	padding: 0;
	line-height: 33px;
	background: none;
}

#mediaFilter #simplePanel .form .reset span span {
	background: transparent url('../images/bg/panel-icons.gif') no-repeat left -35px;
	padding-left: 26px;
	width: 95px;
	text-align: left;
}

#mediaFilter #simplePanel .advanced a span {
	background-position: right -140px;
}

#mediaFilter #simplePanel .advanced a span span {
	background: transparent url('../images/bg/panel-icons.gif') no-repeat left -70px;
	padding-left: 0px;
	width: 168px;
}

#mediaFilter #simplePanel .advanced a.selected {
	background-position: right -350px;
}

#mediaFilter #simplePanel .advanced a.selected span {
	background-position: right -490px;
}

#mediaFilter #simplePanel .advanced a.selected span span {
	background: transparent url('../images/bg/panel-icons.gif') no-repeat left -105px;
}


#mediaFilter #advancedPanel {
	clear: both;
    background: #edeef0;
    padding: 10px 10px 10px 27px;
    position: relative;
    top: -24px;
    left: 381px;
    width: 550px;
    font-size: 90%;
    overflow: hidden;
}

#mediaFilter #advancedPanel fieldset {
    background: none;
    float: left;
    margin: 0;
    padding: 10px 0 0;
    width: 33%;
    border: 0;
}

#mediaFilter #advancedPanel fieldset.condition {
    padding: 0;
    width: auto;
    float: none;
    text-align: center;
}

#mediaFilter #advancedPanel fieldset .element{
    width: 100%;
    padding: 0 0 8px 0;
}

#mediaFilter #advancedPanel fieldset .element label {
    display: block;
    color: #011932;
}

#mediaFilter #advancedPanel fieldset .element input {
    margin: 0;
	width: 150px;
    height: 14px;
    float: none;
}

#mediaFilter #advancedPanel fieldset .element select {
    margin: 0;
	width: 155px;
    height: 20px;
    float: none;
}

#mediaFilter #advancedPanel fieldset .checkbox {
}

#mediaFilter #advancedPanel fieldset .checkbox input {
    width: auto !important;
}

#mediaFilter #advancedPanel fieldset .checkbox label {
	float: left;
	padding-right: 6px;
}

#commonPermissions {
    width: 600px;
}

#commonPermissions h2 {
    font-size: 150%;
    margin: 0;
    padding: 14px 45px;
}

#commonPermissions div.buttons {
    padding: 5px 20px 15px;
}

#commonPermissions fieldset {
    border: 0 none;
    margin: 0;
    padding: 4px 42px 9px 42px;
}

#commonPermissions .permissions {
    width: 100%;
}

#commonPermissions .permissions th {
    color: #686868;
    background: #DCDCDC;
    font-weight: normal;
    padding: 8px 12px;
}

#commonPermissions .permissions td {
    font-size: 13px;
    border-bottom: 1px solid #DCDCDC;
    padding: 8px 12px;
}

#commonPermissions td input {
    width: 98%;
}

#commonPermissions .clear {
    margin: 0;
}

/**
 * Edit metadata form
 */
#catchWordFormContainer {
	width: 450px;
	padding: 10px 10px 10px 20px;
}

#catchWordFormContainer h1 {
    font-size: 185%;
    color: #23120A;
    text-align: center;
    font-weight: normal;
    margin: 0;
}

#catchWordFormContainer .left {
	width: 10%;
}

#catchWordFormContainer .center {
	width: 85%;
}

#catchWordFormContainer .right {
	width: 4%;
}

#catchWordFormContainer form .right {
    width: auto;
}

#catchWordFormContainer textarea{
    height: 10em;
    width: 96.8%;
}

#catchWordFormContainer .error {
	background: url('../images/icons/required.gif') no-repeat left center;
	height: 20px;
	width: 14px;
	overflow: hidden;
	padding: 0;
	text-indent: -1000px;
}

#catchWordFormContainer .errors .error {
	text-indent: 0;
	width: auto;
	height: auto;
	color: #EE0000;
	padding-left: 20px;
}

#fieldFormContainer {
	width: 550px;
	padding: 10px 10px 10px 20px;
}

#fieldFormContainer h1 {
    font-size: 185%;
    color: #23120A;
    text-align: center;
    font-weight: normal;
    margin: 0;
}

#fieldFormContainer .left {
	width: 22%;
}

#fieldFormContainer .center {
	width: 53%;
}

#fieldFormContainer .right {
	width: 24%;
}

#fieldFormContainer textarea{
    height: 5em;
    width: 96.8%;
}

#fieldFormContainer .checkbox{
    width: auto;
}

#fieldFormContainer .error {
	background: url('../images/icons/required.gif') no-repeat left center;
	height: 20px;
	width: 14px;
	overflow: hidden;
	padding: 0;
	text-indent: -1000px;
    padding-right: 5px;
}

#fieldFormContainer .errors .error {
	text-indent: 0;
	width: auto;
	height: auto;
	color: #EE0000;
	padding-left: 20px;
}

#fieldFormContainer .buttons .right {
    width: auto;
}

.informationBar {
    background: url('../images/icons/information.gif') no-repeat left center;
    background-color: #D8E4F1;
    border: 0 none;
    padding: 10px 20px;
}