/* general */
th {
	font-weight: bold;
}

/* Admin menu style */
.menu-header {
	height: 18px;
	line-height: 18px;
	border: 1px #b1b1b1 solid;
	background-image: url(img/boxHead_bg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 2px;
}

.menu-table-admin {
	width: 100%;
}

.menu-category-admin {
	width: 100%;
	font-weight: bold;
}

#table-menu a{
	color: #000000;
	padding: 5px 5px;
	margin-left:5px;
	margin-top: -5;
	text-decoration: none;
	color: #000000;
	display: block;
	white-space: nowrap;
	min-width: 30px;
	border-bottom: 1px #dedede solid;
}

#table-menu .sub-menu  a{
	font-weight: normal;
}	

.menu-header-admin {
	height: 18px;
	line-height: 18px;
	border-top: 1px #b1b1b1 solid;
	border-bottom: 1px #b1b1b1 solid;
	background-image: url(boxHead_bg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 2px;
}

.menu-holder-admin {
	color: black;
	background-color: white;
	border: 1px #b1b1b1;
	border-style: none solid solid solid;
}

/* Admin page boxes style */
.admin-box {
	border: 1px solid #E8E8E8;
	padding: 5px 5px 5px 5px;
	width: 130px;
	cursor: pointer;
}

.admin-box th {
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	cursor: pointer;
	text-align: center;
}

.admin-box-mouseover th {
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
	text-align: center;
}

.admin-box td,.admin-box-mouseover td {
	padding: 5px 5px 5px 5px;
	cursor: pointer;
	text-align: center;
}

.admin-box-mouseover {
	border: 1px solid #E8E8E8;
	padding: 5px 5px 5px 5px;
	width: 130px;
	background-color: #eee;
	color: #b33c00;
	cursor: pointer;
}

/* Form style*/
.form table {
	width: 650px;
}

.formHead {
	border: 1px solid #B1B1B1;
	background-color: #a1a1a1;
	color: white;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 5px;
	width: 650px;
}

.wformHead {
	border: 1px solid #B1B1B1;
	background-color: #a1a1a1;
	color: white;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 5px;
	width: 600px;
}

.formContainer {
	width: 650px;
	background-color: #eaeaea;
	background-image: url(formback.gif);
	background-repeat: repeat-x;
	border-color: #B1B1B1;
	border-style: none solid solid;
	border-width: 1px;
	overflow: hidden;
	padding: 0 0 0 5px;
}

.wformContainer {
	width: 600px;
	background-color: #eaeaea;
	background-image: url(formback.gif);
	background-repeat: repeat-x;
	border-color: #B1B1B1;
	border-style: none solid solid;
	border-width: 1px;
	overflow: hidden;
	padding: 0 0 0 5px;
}


.form th {
	
}

.form td {
	padding: 5px;
}

.form td.labels {
	width: 100px;
	font-size: 12px;
	font-weight: bold;
}

.form td label.radio input {
	width: 50px;
	display: inline;
}

.form label.xspTextLabel {
	font-size: 12px;
	font-weight: bold;
}

.form select.xspListBox,select.xspListBox {
	background: white;
}

.form td.fields {
	font-size: 12px;
	width: 500px;
}

.form td input {
	width: 250px;
	font-size: 12px;
	border: 1px solid #b3b3b3;
}

.form button {
	display: none;
}

.form td input:focus {
	width: 250px;
	font-size: 12px;
	border: 1px solid orange;
}

.form td textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #b3b3b3;
}

/*Tags*/
#tagchecklist {
	width: 250px;
}

#tagchecklist span a {
	background: transparent url(cross.gif) no-repeat scroll 0 0;
}

#tagchecklist span a:hover {
	background-color: transparent;
	background-image: url(cross.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -10px 0pt;
}

.tag-textholder {
	padding-left: 5px;
}

#tagchecklist span {
	cursor: default;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 1.8em;
	margin-right: 30px;
	white-space: nowrap;
}

#tagchecklist span a {
	cursor: pointer;
	display: block;
	float: left;
	height: 10px;
	margin: 6px 0 0 -9px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	width: 10px;
}

#tagchecklist {
	font-size: 12px;
	margin-left: 10px;
	overflow: auto;
}

#tagchecklist strong {
	margin-left: -8px;
	position: absolute;
}

/* Calendar */
.dijitPopup {
	background-color: white;
	border: 1px solid #B3B3B3;
	padding: 2px;
}

.dijitReset {
	
}

.dijitCalendarDateLabel {
	font-size: 12px;
}

.dijitCalendarContainer {
	height: 100px;
	margin-left: 10px;
}

.dijitCalendarDayLabel {
	font-size: 12px;
	font-weight: bold;
}

.dijitCalendarYearLabel {
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-align: center;
	margin-top: -10px;
}

.dijitCalendarMonthLabel {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.dijitTextBox input {
	
}

.dijitCalendarIncreaseInner {
	visibility: hidden;
}

.dijitCalendarIncrease {
	background: url(right.gif);
	background-repeat: no-repeat;
	color: transparent;
	margin-top: 3px;
}

.dijitCalendarDecreaseInner {
	visibility: hidden;
}

.dijitCalendarDecrease {
	background: url(left.gif);
	background-repeat: no-repeat;
	color: transparent;
	margin-top: 3px;
}

/* used for hiding category fields in content edit*/
.category-row {
	
}

.category-row-hide {
	visibility: hidden;
	display: none;
}
/*Flash params */
.flashParams{
	
}
.flashParams .newFlash input{
	
}
.flashParams .sortCell{
	width:20.0px
}
.flashParams .titleCell{
	width:120.0px
}
.flashParams .urlCell{
	width:150.0px
}
.flashParams .targetCell{
	width:50.0px
}
.flashParams .imageCell{
	width:260px;
}
.flashParams .trashIcon{
	width:20px;
}
.flashParams .saveIcon{
	width:20px;
}
.flashParams .deleteIcon{
	width:20px;	
}
.flashObject{
	border: 1px solid #b1b1b1;
}	
.flashformHead {
	border: 1px solid #B1B1B1;
	background-color: #a1a1a1;
	color: white;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 5px;
	width: 680px;
}
.flashformContainer {
	width: 680px;
	background-color: #eaeaea;
	background-image: url(formback.gif);
	background-repeat: repeat-x;
	border-color: #B1B1B1;
	border-style: none solid solid;
	border-width: 1px;
	overflow: hidden;
	padding: 0 0 0 5px;
}
