label {
	margin-right: 1ex;
}
.button1{
	width: 120px;
}
.ribbon .ribbon_title{
	background-color: #316AC5;
	color: white;
	text-align: left;
	padding: 3px 6px;
}
.ext_iframe{
	width: 400px;
	height: 400px;
	border: 1px solid #94A6B4;
}
.newMessages{
	color: red;
}
h1, h1 a, h1 a:visited{
	margin: 3px 0px;
	font: normal 28pt serif;
	color: #666;
	text-decoration: none;
}
h1 a:hover{
	text-decoration: underline;
}
h2 {
	color: gray;
	margin-bottom: 5px;
}
.ribbon .error, .error {
	background-color: #FFCC00;
	border: 1px solid buttonshadow;
	color: red;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	padding: 2px;
	text-align: center;
}
.ribbon .message, .message {
	background-color: #FFC;
	border: 1px solid buttonshadow;
	color: black;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	padding: 2px;
	text-align: center;
}
.html_control{
	height: 500px;
}
button {
	font: normal 11px verdana,sans-serif;
	border: 1px solid #E4EAEC;
	background-color: #E4EAEC;
	padding: 2px;
	cursor: pointer;
	margin-bottom:3px;
}
button:disabled img{
	opacity: 0.3;
}
button:disabled {
	border: 1px solid #E4EAEC;
	background-color: #E4EAEC;
	cursor: not-allowed;
}
button:hover {
	border: 1px solid #94A6B4;
	background-color: white;
}
xmp, code {
	font-size: 12px;
	color: blue;
}
input[type="text"],textarea,select{
	border: 1px solid #94A6B4;
	padding: 2px 3px;
	cursor: text;
}

input[type="submit"],input[type="button"], a.button
{
    background:url('btngradient.gif');/*#f5f5f5;*/
    border:1px solid #aeaeae;
    border-bottom:1px solid #777;
    border-right:1px solid #777;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#444;
    cursor:pointer;
    padding:2px 2px 2px 2px; /* Links */
}

input[type="submit"]:hover,button:hover
{
	background:#fff;
}

body{
	font: normal 11px verdana,sans-serif;
	cursor: default;
	background-color: buttonface;
}
th,td{
	font: normal 11px verdana,sans-serif;
	cursor: default;
}
input,select{
	font: normal 11px verdana,sans-serif;
	cursor: default;
}
textarea{
	height: 45px;
	font: normal 12px monospace;
}

.tabbar{
	background-image: url(tabbar.gif);
	height: 22px;
	overflow: hidden;
}

.tab{
	float: left;
}
.tab a{
	background-image: url(tab.gif);
	padding: 6px 12px 3px 12px;
	display: block;
	text-decoration: none;
	color: black;
	float: left;
	height: 22px;
}
.tab a:hover{
	background-image: url(tab_hover.gif);
}
.tab .tab_left{
	background-image: url(tab_left.gif);
	height: 22px;
	width: 4px;
	float: left;
}
.tab .tab_right{
	background-image: url(tab_right.gif);
	height: 22px;
	width: 4px;
	float: left;
}

.tab_inactive{
	float:left;
}
.tab_inactive a{
	float: left;
	background-image: url(tab.gif);
	padding: 6px 12px 3px 12px;
	display: block;
	text-decoration: none;
	color: gray;
	cursor: default;
}
.tab_inactive .tab_left{
	background-image: url(tab_left.gif);
	height: 22px;
	width: 4px;
	float: left;
}
.tab_inactive .tab_right{
	background-image: url(tab_right.gif);
	height: 22px;
	width: 4px;
	float: left;
}

.tab_on{
	float:left;
}
.tab_on a{
	float: left;
	background-image: url(tab_active.gif);
	font-weight: bold;
	padding: 4px 12px 5px 12px;
	display: block;
	text-decoration: none;
	color: black;
	cursor: default;
}
.tab_on .tab_left{
	background-image: url(tab_on_left.gif);
	height: 22px;
	width: 4px;
	float: left;
}
.tab_on .tab_right{
	background-image: url(tab_on_right.gif);
	height: 22px;
	width: 4px;
	float: left;
}

.tab_container{
	border-left: 1px solid #94A6B4;
	border-right: 1px solid #94A6B4;
	border-bottom: 1px solid #94A6B4;
	background-color: white;
	padding: 0;
	margin: 0;
}
.tab_container form{
	padding: 0;
	margin: 0;
	clear: both;
}

.grid{
	width: 100%;
	border-collapse: collapse;
	border:1px solid #ccc;
/*
	border-top: 1px solid buttonshadow;
*/
}
.grid th, .ribbon .grid th{
/*
	border-left: 1px solid buttonhighlight;
	border-right: 1px solid buttonshadow;
*/
	border-top: 1px solid buttonhighlight;
	border-bottom: 1px solid #94A6B4;
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	background-color: #E4EAEC;
	padding: 1px 6 px;
}
.grid th a,
.grid th a:visited,
.ribbon .grid th a,
.ribbon .grid th a:visited {
	padding: 2px 6px;
	text-decoration: none;
	color: black;
	display:block;
}
.grid td, .grid rowNormal th, .ribbon .grid td{
	background-color: white;
	border-bottom: 1px solid #94A6B4;
	padding: 1px 6px;
}
.grid tr.alt1 td{background-color:#E4EAEC}
.grid tr.alt0 td{background-color:#FFFFFF}
.grid tr.alt1 td a, .grid tr.alt0 td a{text-decoration:underline;display:inline;}
.grid tr.alt1 td , .grid tr.alt0 td {padding-top:3px;padding-bottom:3px;}
.grid tr.rowNormal th {padding: 3px 6px;}
.grid tr.last td{
	border-bottom: 1px solid #94A6B4;
}
.grid th.last{
	width: 99%;
}

.floatLeft{
	float: left;
}
.w100{
	width: 100%;
}

.ribbon{
	height: 70px;
}
.ribbon .top td.left img, .ribbon .top td.right img, .ribbon .bottom td.left img, .ribbon .bottom td.right img{
	width: 3px;
	height: 3px;
}

.ribbon .top td.left{
	background: #E4EAEC url(corner_top_left.gif) no-repeat top left;
	width: 3px;
	height: 3px;
	padding: 0;
}
.ribbon .top td{
	background: #E4EAEC url(ribbon_top.gif) repeat-x top;
	padding: 0;
}
.ribbon .top td.right{
	background: #E4EAEC url(corner_top_right.gif) no-repeat top left;
	width: 3px;
	height: 3px;
	padding: 0;
}
.ribbon td.left{
	background: #E4EAEC url(ribbon_left.gif) repeat-y left;
	width: 3px;
	padding: 0;
}
.ribbon td{
	background-color: #E4EAEC;
	padding: 3px 6px;
}
.ribbon td.right{
	background: #E4EAEC url(ribbon_right.gif) repeat-y right;
	width: 3px;
	padding: 0;
}
.ribbon th.left{
	background: #E4EAEC url(ribbon_left.gif) repeat-y left;
	padding: 0;
	width: 3px;
}
.ribbon th{
	padding: 0;
	height: 1%;
	background-color: #F5F5F5;
	font-size: 10px;
	font-weight: bold;
}
.ribbon th.right{
	background: #E4EAEC url(ribbon_right.gif) repeat-y right;
	padding: 0;
	width: 3px;
}
.ribbon .bottom td.left{
	background: #E4EAEC url(corner_bottom_left.gif) no-repeat bottom left;
	width: 3px;
	height: 3px;
	padding: 0;
}
.ribbon .bottom td{
	background: #E4EAEC url(ribbon_bottom.gif) repeat-x bottom;
	padding: 0;
}
.ribbon .bottom td.right{
	background: #E4EAEC url(corner_bottom_right.gif) no-repeat bottom right;
	width: 3px;
	height: 3px;
	padding: 0;
}

.plain{
}
.plain td, .grid .plain td{
	padding: 1px 1px 0px 1px;
	background-color: #E4EAEC;
	border: none;
}

.plain td.withSep{
	padding-right: 6px;
	border-right: 1px solid silver;
}

.toolbar{
	width: 100%;
	border-bottom: 1px solid #7F9DB9;
}
.toolbar td{
	padding: 0;
}
.toolbar a, .toolbar a:visited{
	padding: 4px 8px 5px 4px;
	text-decoration: none;
	color: black;
	border: 1px solid #E4EAEC;
	display: block;
}
.toolbar a:hover{
	display: block;
	padding: 4px 8px 5px 4px;
	background-color: #FFFFFF;
}
.toolbar a:active{
	padding: 5px 7px 4px 5px;
	background-color: #F5F5F5;
}

.sortAsc img{
	width: 18px;
	height: 8px;
	background: url(sort_asc.gif) no-repeat center right;
	border: none;
}
.sortDesc img{
	width: 18px;
	height: 8px;
	background: url(sort_desc.gif) no-repeat center right;
	border: none;
}
.sortNone img{
	width: 18px;
	height: 8px;
	border: none;
}

.ribbon .grid .sortNone a, .grid .sortNone a{
	padding: 1px 6px 1px 6px;
	background-color: #E4EAEC;
	border-bottom: 2px solid #F5F5F5;
}
.ribbon .grid .sortAsc a,.ribbon .grid .sortDesc a,.grid .sortAsc a,.grid .sortDesc a{
	padding: 1px 6px 1px 6px;
	background-color: #E4EAEC;
	border-bottom: 2px solid #F5F5F5;
}
.ribbon .grid .sortAsc a:hover,.ribbon .grid .sortDesc a:hover,.ribbon .grid .sortNone a:hover,
.grid .sortAsc a:hover,.grid .sortDesc a:hover,.grid .sortNone a:hover,
.sortAsc a:hover,.sortDesc a:hover,.sortNone a:hover{
	padding: 1px 6px 1px 6px;
	background-color: white;
	border-bottom: 2px solid #FCC63C;
}
.ribbon .grid .sortAsc a:active,.ribbon .grid .sortDesc a:active,.ribbon .grid .sortNone a:active,
.grid .sortAsc a:active,.grid .sortDesc a:active,.grid .sortNone a:active,
.sortAsc a:active,.sortDesc a:active,.sortNone a:active{
	padding: 2px 5px 0px 7px;
	background-color: #E4EAEC;
	border-bottom: 2px solid #FCC63C;
}

.ribbon .grid .rowNormal td, .rowNormal td{
}
.ribbon .grid .rowHover td, .rowHover td{
	background-color: #FFFFE0;
}
.ribbon .grid .rowSelected td a, .rowSelected td a {
	color: white;
}
.ribbon .grid .rowSelected td, .rowSelected td{
	color: white;
	background-color: #6289C4;
}
.grid td em, .grid rowNormal th em, .ribbon .grid td em,
.ribbon .grid .rowSelected td em, .rowSelected td em{
	font-style: normal;
	background-color: #FFC;
}
.ribbon .grid .rowSelected td em, .rowSelected td em{
	color: black;
}
.grid .unpublished th, .grid .unpublished td {
	background-color: #EEE;
	color: gray;
}


/* swfupload */
.likeParent {
	font: inherit;
	color: inherit;
	text-decoration: inherit;
}

a.likeParent,
a.likeParent:link,
a.likeParent:active,
a.likeParent:visited,
a.likeParent:hover
{
	font: inherit;
	color: #000000;
	text-decoration: none;
}

div.title
{
	width: auto;
	/*background-color: #B5C4FF;*/
	background-color: #99BBE8;
	border-bottom: solid 1px #000000;
	padding: 2px;
	margin-bottom: 15px;

	font-family: Verdana;
	color: #000000;
	text-decoration: none;

}

div.content
{
	margin: 10px;
}

fieldset {
	margin: 5px;
}

legend
{
	font-family: Arial;
	font-size: 11pt;
/*	font-weight: bold;*/
	color: Black;
}

fieldset.flash
{
	width: 375px;
	margin: 10px 0px 10px 0px;
	border-color: #D9E4FF;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 1px;
	padding: 1px;

	border: solid 1px #CEE2F2;
	background-color: #F7F7F7;

	overflow: hidden;
	height:16px;
}

.progressBarContainer {
	margin: 1px;
	padding: 1px;

	border: solid 1px #CEE2F2;
	background-color: #F7F7F7;

	overflow: hidden;
	height:auto;
}

.red /* Error */
{
	border: solid 1px #B50000;
	background-color: #FFEBEB;
	display:none;
}

.deleted /* Delete */
{
	border: solid 1px #B50000;
	background-color: #FFEBEB;
	height:16px;
	display:none;
}
.delete a img {border:0;}
.green /* Current */
{
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
	height:auto;
	font-size:12px;
}
.blue /* Complete */
{
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
	height:12px;
	margin:1px;
	padding:1px;
	display:none;
}


.progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;

	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBar
{
	background:#fff;
	border:1px solid #ccc;
	margin:2px;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 15px;
	background-color: blue;
	margin-top: 2px;
	background:#fff url('/framework/img/other/default/progress.png');
	opacity:1;
	filter: alpha(opacity=100);
}
.progressBarComplete {
	width: 100%;
	opacity:0.5;
	filter: alpha(opacity=50);
}
.progressBarError {
	width: 100%;
	background: red;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	width: 500px;
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover
{
	font-size: 0px;
	display: block;
	height: 15px;
	width: 15px;

	background-image: url(/framework/img/other/default/ico_del.gif);
	background-repeat: no-repeat;
	/*background-position: -14px 0px;*/
	float: right;
}
a.progressCancel:hover
{
	background-position: 0px 0px;
}

#fsUploadProgress
{
	max-height:200px;
	height:auto!important;
	width:500px;
	overflow-x:hidden;
	overflow-y:scroll;
}

big
{
	font-family:Arial;
	font-size:12px;
}

.bulletPage
{
	padding-left:13px;
	color:#333;
	background:url('/cms/framework/img/other/default/icon_page.png') 0px 1px no-repeat;
}
ul.bulletList
{
list-style:none;
padding:0px;
}
ul.bulletList li
{
	margin-bottom:0.6em;
}
.bullet
{
	padding-left:12px;
	margin-right:12px;
	color:#333;
	background:url('/cms/framework/img/other/default/icon_bullet.png') 0px 1px no-repeat;
}


iframe
{
	border:2px solid #94A6B4;
	padding:1px;
}

#newIcons div {
	float: left;
	width: 100px;
	height: 70px;
	margin: 4px;
	padding: 4px;
	text-align: center;
}
#newIcons div a {
	text-decoration: none;
}
#newIcons div img {
	border: none;
}
div.todo {
	border-left: 3px solid blue;
	margin: 0;
	padding: 10px;
	color: blue;
	background-color: white;
}
div.todo > ul, div.todo > ol {
	padding: 0;
	margin: 16px;
}
h4 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
#usertips {
	color: black;
	font-weight: normal;
	margin: -2px;
	padding: 2px;
	background-color: #FFC;
}
div.form div {
	margin-bottom: 1em;
}
div.form div label {
	display: block;
}
div.form div label.checkbox {
	display: inline;
}
span.action {
	border-bottom: 1px dotted blue;
	color: blue;
	cursor: pointer;
}
div.imgSearchResultsForm { text-align: center; padding: 1em; }
div.imgSearchResultsInfo { padding: 3px; text-align: right; border-bottom: 1px solid #94A6B4; }
div.imgSearchResults { background-color: white; margin: 5px; padding: 5px; overflow: hidden; width: 150px; height: 177px; float: left; text-align: center; }
div.imgSearchResults img { border: none; }

#banners .list { list-style: none; padding: 0px; }
#banners .list li { margin: 5px; }

#dms_description_attachment {background-color:#E4EAEC; border:none; font-size:10px; padding: 0}
#report_char_count {background-color:#E4EAEC; border:none; font-size:10px; padding: 0}

div.submenu a, div.submenu a:visited {
	color: blue;
}
div.submenu a.selected, div.submenu a.selected:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;
	cursor: default;
}
div.submenu {
	margin-bottom: 4px;
	float: left;
}
div.right {
	float: right;
}
table.summary {
	width: 320px;
}
table.users {
	width: auto;
}
table.reports {
	border-collapse: collapse;
	border-top: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
}
table.reports td, table.reports th {
	padding: 2px 6px;
	background-color: white;
	border-bottom: 1px solid buttonshadow;
}
table.reports th {
	background-color: buttonFace;
	text-align: left;
	font-size: 11px;
}
table.reports td.number, table.reports th.number {
	text-align: right;
}
table.reports td.centered, table.reports th.centered {
	text-align: center;
	border-right: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
}
#table_dms_channels, #table_dms_channels td {
	background-color: white;
}
.mySelect {
	background-color: white;
	border: 1px solid buttonshadow;
	line-height: 17px;
	margin-right: 5px;
	padding: 1px 5px;
	position: relative;
}
#filter_producers {
	width: 175px;
}
.mySelect label {
	display: block;
}
.mySelect label:hover {
	background-color: #E4EAEC;
}
.mySelect label.separator {
	border-top: 1px solid buttonshadow;
}
.mySelect input.txt, .mySelect button {
	margin: 3px 0;
}
.mySelect div.menu {
	-moz-box-shadow: 0 4px 8px gray;
	-webkit-box-shadow: 0 4px 8px gray;
	box-shadow: 0 4px 8px gray;
	background-color: #E4EAEC;
	border: 1px solid buttonshadow;
	height: 189px;
	top: 17px;
	overflow: hidden;
	padding: 3px;
	position: absolute;
	z-index: 200;
	right: -1px;
	width: 200px;
}
.mySelect div.menuItems {
	height: 143px;
	margin-top: 3px;
	overflow: auto;
	padding: 0;
	background-color: white;
}
.menuItems label {
	display: block;
}

#general_dms_warning {
	display: none;
	border: 1px solid buttonshadow;
	min-height: 21px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 35px;
	background: #FFFFCC url(/images/warning24.gif) no-repeat 5px center;
	font-size: 12px
}

div.onoff a.buttons:hover {
	text-decoration: none;
}
div.onoff a.buttons {
	display: block;
	float: left;
	border: 1px solid gray;
	cursor: pointer;
	padding: 0;
}
div.onoff span.label {
	display: block;
	float: left;
	margin: 1px 1ex 0 0;
}
span.active, span.inactive {
	display: block;
	float: left;
	padding: 0 1ex;
	text-decoration: none;
}
span.inactive {
	color: white;
	background-color: white;
}
span.active {
	background-color: silver;
	color: black;
}
#on {
	font-weight: bold;
}
#on.active {
	background-color: #FC0;
}
div.onoff {
	margin-bottom: 22px;
}