
body 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	font-weight: normal;
	min-width: 990px;
	background: #fafafa;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 4px 0px 200px 0px;
}

img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a
{
	outline: none;
}

a:link
{
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}	

a:visited
{
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #990000;
	text-decoration: underline;
}

p
{
	padding: 0px;
	margin: 0px 0px 1em 0px;
}

form
{
	position: relative;
	margin: 0px;
	padding: 0px;
}

select, 
input,
textarea,
.display
{
	max-width: 590px;
	position: relative;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 10pt;
	background: #ffffff;
}

select,
input.text,
textarea.text,
.check,
.display
{
	margin: 2px 0px 2px 0px;
	padding: 4px 3px 2px 3px;	
	border: 1px solid #cccccc;
	background: #ffffff;
}

select
{
	padding: 2px 3px 2px 3px;
}

input.text,
textarea.text 
{
	width: 590px;
	max-width: 590px;
}

.display
{
	background: none;
}

.button
{
	position: relative;
	display: inline;
	font-weight: bold;
	background: #eeeeee;
	padding: 3px 3px 2px 3px;	
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #000000;	
}

.button:hover
{
	background: #eeffee;
	color: #009900;	
}


.check
{
	position: relative;
	float: left;
	display: block;
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 4px 3px 3px 5px;	
	margin: 0px 2px 4px 0px;
}

.check input
{
	padding: 0px;
	margin: 0px 4px 0px 0px;
	float: left;
}

.check label
{
	font-weight: normal;
	color: #000000;
}

span.plain
{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a:hover span.plain
{
	color: #009900;
}

.clear
{
	clear: both;
}

.message,
.alert,
.error
{
	font-size: 1.5em;
	line-height: 1.1em;
	padding: 8px 4px 8px 4px;
	color: #009900;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0.5em;
	border: 1px solid #00ff00;
}

p.message,
p.alert,
p.error
{
	position: relative;
	background: #eeffee;
	border: 1px solid #cccccc;
}

a.messageClose
{
 	color: #999999;
}

.alert
{
	color: #e89b02;
}

p.alert
{
	background: #fffaed;
}

.error
{
	color: #990000;
}

p.error
{
	background: #ffeeee;
}


.message .time,
.alert .time,
.error .time
{
	position: relative;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}

.col8,
.full
{
	position: relative;
	width: 600px;
	clear: both;
	float: left;
}

.col6
{
	position: relative;
	width: 450px;
	float: left;	
}

.col5
{
	position: relative;
	width: 375px;
	float: left;
}

.col4,
.half
{
	position: relative;
	width: 300px;
	float: left;
}

.col3
{
	position: relative;
	width: 225px;
	float: left;
}

.third
{
	position: relative;
	width: 200px;
	float: left;
}

.col2,
.quarter
{
	position: relative;
	width: 150px;
	float: left;
}

.sixth
{
	position: relative;
	width: 100px;
	float: left;
}

.col1,
.eighth
{
	position: relative;
	width: 75px;
	float: left;
}

.left
{
	clear: left;
	float: left;
}

.right
{
	float: left;
	clear: right;
}


.normal
{
	width: 280px;
}

.submit,
.buttons
{
	max-width: 592px;
	padding-top: 4px;
	text-align: right;
}

.box .buttons
{
	padding: 0px;
}

.small
{
	font-size: 90%;
}

.count
{
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 80%;
	margin-left: 1px;
}

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

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
 	padding: 0px;
}

h1
{
	font-size: 130%;
}

h2
{
 	margin: 0px;
}


/**************************************************************
/*
/* Breadcrumb Styles
/*
/**************************************************************/

#breadcrumbs
{
	width: 100%;
	clear: both;
	position: relative;
	line-height: 14px;
}

#breadcrumbs h4
{
	position: relative;
	width: 65%;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	font-size: 11px;
}

#breadcrumbs h4 a
{
	color: #555555;
}

#breadcrumbs div.user_details
{
	position: relative;
	width: 33%;
	float: right;
	text-align: right;
	font-size: 11px;
	color: #999999;
	margin-bottom: 4px;
	padding: 0px 8px 0px 0px;
}

#breadcrumbs div.user_details a
{
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumbs h4 a:hover,
#breadcrumbs div.user_details a:hover
{
	color: #550000;
}

/**************************************************************
/*
/* Navi Styles
/*
/**************************************************************/

#navi,
.navi
{
	clear: both;
	position: relative;
	height: 22px;
	padding: 0px 1px 0px 0px;
	border-bottom: 1px solid #999999;
}

#navi
{
	position: relative;
}

#subNavi,
#subNaviEmpty
{
	clear: both;
	position: relative;
	background: #b8d0d1;
	border: 0px;
	border-top: 5px solid #b8d0d1;
	border-bottom: 1px solid #999999;
	min-height: 8px;
}

#subNavi,
.navi
{
	height: 22px;	
}

#navi ul,
#subNavi ul,
.navi ul
{
	position: absolute;
	margin: 0px;
	margin-left: 3px;
	padding: 0px;
	height: 22px;
	padding: 0px;
	clear: both;
	min-width: 760px;
	z-index: 10;
}

#navi ul li,
#subNavi ul li,
.navi ul li
{
	position: relative;
	display: block;
	float: left;
	height: 19px;
	min-width: 20px;
	border: 1px solid #999999;
	background-color: #eeeeee;
	background-image: url('/img/button_bg_grad_vert_eeeeee-cccccc.gif');
	background-repeat: repeat-x;
	padding-bottom: 2px;
	margin-left: 5px;
	list-style: none;	
	text-align: center;
	line-height: 13px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#subNavi ul li,
.navi ul li
{
	margin-left: 4px;
	margin-right: 1px;
}

#subNavi .small
{
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 80%;
	margin-left: 1px;
}

#navi ul li a,
#navi ul li div,
#subNavi ul li a,
#subNavi ul li div,
.navi ul li a,
.navi ul li div
{
	position: relative;
	display: block;
	float: left;
	height: 15px;
	color: #000000;
	padding: 4px;
	text-decoration: none;
	text-align: center;
}

#navi ul li a:hover,
#subNavi ul li a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}


#navi ul li.current
{
	background: #b8d0d1;
	border-bottom: 1px solid #b8d0d1;
	background-image: url('/img/button_bg_grad_vert_eeeeee-b8d0d1.gif');
	background-repeat: repeat-x;
}

#subNavi ul li.current,
.navi ul li.current
{
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
}


#navi ul li.current a .main,
#subNavi ul li.current a .main
{
	text-decoration: underline;
}

#subNavi h1
{
	padding: 1px 6px 0px 8px;
}

#subNavi .container
{
	padding: 0px;
}

#subNavi .pages
{
	margin-left: 6px;
}

.navi
{
	background: #ffffff;
	border-top: 0px;
}

#pageNavi
{
	margin-bottom: 6px;
}

/**************************************************************
/*
/* Contents Styles
/*
/**************************************************************/

#contents,
#saving,
.contents
{
	background: #ffffff;
	position: relative;
	display: block;
	clear: both;
	border: 1px solid #999999;
	border-width: 0px 0px 1px 0px;
	background-image: url('/img/button_bg_grad_vert_ffffff-eeeeee.gif');
	background-attachment: fixed;
	background-repeat: repeat-x;
}

#contents,
.contents
{
	margin: 0px;
}

.contents
{
	padding-top: 8px;
}

.container
{
	position: relative;
	padding: 8px;
	clear: both;
}

.container.short
{
	padding-top: 0px;
	padding-bottom: 0px;
}



/**
 *
 * Links Styles
 *
 **/


a.external_link
{
	white-space: nowrap;
	position: relative;
	padding-right: 16px;
	background-image: url('/img/icons_external_link_15px.gif');
	background-position: right;
	background-repeat: no-repeat;
}

a.download_link
{
	white-space: nowrap;
	position: relative;
	padding-right: 16px;
	background-image: url('/img/icons_download_15px.gif');
	background-position: right;
	background-repeat: no-repeat;
}

a.video_link
{
	white-space: nowrap;
	position: relative;
	padding-left: 15px;
	background-image: url('/img/icons_video_camera_15px.gif');
	background-position: -1px -1px;
	background-repeat: no-repeat;
}

a.audio_link
{
	white-space: nowrap;
	position: relative;
	padding-left: 15px;
	background-image: url('/img/icons_speaker_15px.gif');
	background-position: -1px 0px;
	background-repeat: no-repeat;
}

a.rss_feed
{
	position: relative;
	white-space: nowrap;
	clear: none;
	width: auto;
	height: 16px;
	line-height: 16px;
	padding-left: 18px;
	padding-right: 2px;
	background-image: url('/img/rss-feed-icon16x16.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
}

a.current
{
	text-decoration: underline;
	font-weight: bold;
}

/**************************************************************
/*
/* Search Styles
/*
/**************************************************************/

div.search 
{
	font-size: 11px;
}

/**************************************************************
/*
/* Pages Styles
/*
/**************************************************************/

.pages
{
	line-height: 2em;
	min-height: 2.1em;
}

.pages .previous,
.pages .next
{
	font-size: 1.5em;
	float: left;
}


.subnavi ul,
.pages ul
{
	position: relative;
	display: block;
	float: left;
	margin: 0px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	line-height: 2em;
}

.subnavi li,
.pages li
{
	list-style: none;
	position: relative;
	display: inline;
	margin: 0px;
	padding: 0px;	
	font-size: 11px;
	line-height: 2em;
}

.subnavi a,
.pages a 
{
	font-weight: normal;
}

.pages .current
{
	text-decoration: underline;
	font-weight: bold;
}

.subnavi .current a,
.pages .current a
{
	font-weight: bold;
}

.subnavi
{
	font-size: 13px;
}

.subnavi li
{
	font-size: 13px;
}
.subnavi .current
{
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #999999;
}


/**************************************************************
/*
/* Actions Styles
/*
/**************************************************************/

div.actions 
{
	padding: 8px;
}

/**************************************************************
/*
/* Overview Styles
/*
/**************************************************************/

.module
{
	position: relative;
	display: block;
	float: left;
	width: 160px;
	min-height: 50px;
	margin: 0px 18px 18px 0px;
}

.module h4
{
	position: relative;
	background: #cccccc;
	margin: 0px;
	padding: 4px;
}

.module h4 a
{
	color: #000000;
	text-decoration: none;
}


.module ul 
{
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.module ul li
{
	position: relative;
	padding: 0px;
	margin: 0px;
	border: 1px solid #cccccc;
	color: #999999;
	border-top: 0px;
	padding-bottom: 2px;
	white-space: nowrap;
}

.module ul li a
{
	margin-left: 15px;
}
 
.module ul li span.count
{
	text-align: right;
	position: absolute;
	display: block;
	top: 2px;
	right: 12px;
	font-size: 11px;
}

.module ul li form
{
	margin: 5px 15px 5px 15px;
	text-align: right;
	white-space: normal;
}

.module ul li form input
{
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	border: 1px solid #cccccc;
	margin: 0px;
	margin-bottom: 5px;
}

.module ul li form input.text
{
	position: relative;
	width: 124px;
	height: 14px;
	padding: 2px;
}

/**************************************************************
/*
/* List Styles
/*
/**************************************************************/

.list
{
	margin: 0px;
	padding: 0px;
}

.list p
{
	margin: 0px;
	padding: 5px;
}

.list .message,
.list .error
{
	margin: 5px;
}

.list h4
{
	margin: 5px;
	padding: 0px;
}
 
table.list
{
	position: relative;
	clear: both;
	width: 100%;
	min-width: 760px;
	padding: 0px;
	margin: 0px;
}

table.list thead
{
	background: #cccccc;
}

table.list th
{
	border: 0px;
	padding: 2px 3px 3px 2px;
	text-align: left;
	height: 15px;
	border-bottom: 1px solid #aaaaaa;
}

table.list th a
{
	display: block;
	color: #000000;
}

table.list th.selected_d
{
	background-color: #b8d0d1;
	background-image: url('/img/icon_arrow_down_15px.gif');
	background-position: right;
	background-repeat: no-repeat;
}

table.list th.selected_a
{
	background-color: #b8d0d1;
	background-image: url('/img/icon_arrow_up_15px.gif');
	background-position: right;
	background-repeat: no-repeat;
}

table.list th.selected a
{
	text-decoration: underline;
	padding-right: 15px;
}

table.list td
{
	white-space: nowrap;
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
	padding: 2px 3px 3px 4px;
	font-size: 11px;
	line-height: 18px;
}

.list td a
{
	font-weight: normal;
}

.list.sales td
{
	text-align: right;
}

table.list .right
{
	border-right: 0px;
}

table.list .primary
{
	width: 50%;
	white-space: normal;
	padding-left: 2px;
}

table.list td.primary
{
	font-size: 12px;
	color: #555555;
}

table.list td.number
{
	text-align: right;
}

table.list td.primary a
{
	font-weight: bold;
}

table.list td.crop
{
	overflow: hidden;
}

table.list td.wrap
{
	white-space: normal;
}

table.list td.nowrap
{
	white-space: nowrap;
}


table.list td.total
{
	border-right: 3px solid #cccccc;
}

table.list .primary .count
{
	font-size: 11px;
}

table.list .primary .count a
{
	font-weight: normal;
	color: #555555;
	
}

table.list .text
{
	text-align: left;
}

table.list .select
{
	text-align: left;
	border-right: 0px;
	width: 15px;
	padding: 0px 2px 0px 4px;
}

table.list tr.even
{
	background: #eeeeee;
}

table.list tr.odd
{
	background: #ffffff;
}

table.list tr.totals
{
	background: #ffffff;
}

table.list tr.totals td,
table.list tr.totals th
{
	border-top: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	margin-bottom: 5px;
}




table.list tr.even:hover,
table.list tr.odd:hover,
table.list tr.totals:hover
{
	background: #eeeecc;
}

table.list tr.totals th
{
	text-align: right;
	padding-right: 4px;
}

/**************************************************************
/*
/* Edit Styles
/*
/**************************************************************/

/***
 *
 * details styles
 *
 ***/


.details
{
	width: 800px;
}

.details p
{
	position: relative;
	width: 350px;
	float: left;
	border: 1px solid #cccccc;
	margin: 8px 0px 0px 8px;
	padding: 8px;
}

.details table
{
	float: left;
	margin: 8px 0px 0px 8px;
	padding: 8px;
	width: 368px;
	border: 1px solid #cccccc;
}

.details table .full
{
	width: 740px;
}

.details table th
{
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

.details table.list td
{
	width: 75%;
}

.details .package
{
	width:  740px;
	border: 2px solid #555555;
	margin: 8px;	
}

.details .package p
{
	width: 340px;
}

.details .package .item
{
	position: relative;
	width: 706px;
	float: left;
	border: 1px solid #cccccc;
	margin: 8px 0px 0px 8px;
	padding: 8px;	
}

.details .package .item .quantity
{
	font-size: 370%;
	line-height: 100%; 
	float: left;
	margin-right: 10px;
}

.details .package table
{
	float: left;
	margin: 8px 0px 0px 8px;
	padding: 8px;
	width: 358px;
	border: 1px solid #cccccc;
}

.details .package table td
{
	text-align: right;
}

.details p.full
{
	width: 726px;
}

.details .notes
{
	width:  740px;
	border: 1px solid #cccccc;
	margin: 8px;	
}

.details .notes p
{
	width: auto;
	border: 0px;
	float: none;
}


.details pre
{
	clear: both;
}

/***
 *
 * Styles for Editor page
 *
 ***/

.editor 
{
	position: relative;
	width: 600px;
	padding: 0px 8px 8px 8px;
	margin-right: 8px;
}

.editor div
{
	margin-bottom: 2px;
}

.editor div.p
{
	margin-bottom: 0.1em;
}

.col8 .text,
.col8 p,
.col8 .display
{
	max-width: 592px;
	width: 592px;
}

.col6 .text,
.col6 p,
.col6 .display,
.col6 .box
{
	width: 435px;
}

.half .text,
.col4 .text,
.col4 p,
.col4 select.full,
.col4 .check,
.col4 .display
{
	width: 288px;
}

.col4 select
{
	max-width: 292px;
}

.col3 .text,
.col3 p,
.col3 select.full,
.col3 .check,
.col3 .display
{
	width: 210px;
}

.col2 .text,
.col2 p,
.col2 select,
.col2 .check,
.col2 .display
{
	width: 138px;
}

div.help
{
	
	background: #ffffff;
	position: absolute;
	clear: both;
	z-index: 1000;
	padding: 5px;
	width: 300px;
}

span.help
{
	margin-left: 5px;
}

.helpText
{
	width: 600px;
}

.helpText h1,
.helpText h2,
.helpText h3
{
	margin-bottom: 1em;
}

.helpText h3
{
	margin-left: 10pt;
	font-size: 110%;
}

.helpText p
{
	margin-left: 2em;
}

.editor .half select.full
{
	width: 290px;
}

.editor .left select.full
{
	width: 280px;
}

textarea.short
{
	height: 50px;
}

textarea.body
{
	height: 250px;
}


h5
{
	margin-top: 1em;
}

h5,
label 
{
	font-weight: bold;
	color: #555555;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	font-size: 1em;
	clear: both;
}

div.relatedLabel
{
	display: block;
	background: #cccccc;
	width: 584px;
	padding: 4px;
	min-height: 18px;
}

div.relatedLabel label
{
	margin-top: 4px;
	color: #222222;
	font-size: 14px;
	float: left;
}

div.relatedLabel .params
{
	text-align: right;
}

.editor p 
{
	padding-bottom: 0.2em;
}

.editor div.attachment 
{
	position: relative;
	float: left;
	border: 1px solid #cccccc;
	background: #eeeeee;
	margin-right: 5px;
	margin-bottom: 5px;
}


.editor div.attachment img 
{
	position: relative;
	margin-bottom: 5px;
}

.editor div.attachment object,
.editor div.attachment embed
{
	position: relative;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	margin-bottom: 5px;
}

.editor div.attachment input.full
{
	width: 100%;
}


.editor div.image label 
{
	font-weight: normal;
	font-size: 90%;
}

.fileAttach
{
	width: 590px;
	position: relative;
	border: 1px solid #cccccc;
	background: #ffffff;
 	padding: 0px;
	margin: 4px 0px 4px 0px;
}

.fileAttach p.full
{
	width: 580px;
}

.fileAttach
{
	padding: 4px 0px 4px 0px;
}

.fileAttach div.p
{
	padding: 4px;
}

.fileAttachment .dragItem
{
	width: 590px;
	background: #ffffff;
}

.fileAttachment label
{
	padding: 0px 4px 2px 4px;
}

.fileAttachment label.large
{
	font-size: 120%;
}

.fileAttach div.p label
{
	padding: 0px 0px 2px 0px;
}


.fileAttachment table 
{
	padding: 0px 4px 0px 4px;
	background: transparent;
}

.fileAttachment th 
{
	font-weight: bold;
	color: #555555;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	clear: both;
	text-align: left;
}

.fileAttachment input.text,
.fileAttachment textarea
{
	width: 590px;
	border-left: 0px;
	border-right: 0px;
}

.sidebar 
{
	position: absolute;
	left: 620px;
	max-width: 400px;
	color: #666666;
	margin-top: 20px;
	margin-right: 8px;
}

.box
{
	position: relative;
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 4px;
	margin-bottom: 8px;
}

.field .container
{
	margin: 4px 0px 4px 0px;
}


.sidebar h4 {
	margin: 0px;
	margin-bottom: 0.5em;
}

.sidebar p 
{
	margin-top: 0;
}

/***
 * 
 * Keyword editing styles
 *
 ***/

#keywordsList,
#keywordDetails
{
	position: relative;
	margin-right: 8px;
}
	
#keywordsList a
#keywordItems a
{
	font-weight: normal;
}

#keywordsList h1 
{
	float: left;
}

#keywordsList h1,
#keywordDetails h1
{
	margin-bottom: 8px;
}

#keywordsList a.newKeyword
{
	float: right;
	font-weight: bold;
	text-align: right;
}

#keywordsList ul
{
	clear: both;
	margin: 0px;
	padding: 0px 8px 8px 1.7em;
}

#keywordsList ul li
{
	line-height: 1.7em;
}


/***
 * 
 * Styles for saving dialogue
 *
 ***/


#saving
{
	position: relative;
	top: 50px;
	width: 100%;
	border-top: 1px solid #999999;
}

#saving .fileMessage
{
	color: #777777;
	font-size: 1em;
}

#progress_meter
{
	position: relative;
	display: none;
	background: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 0px;
}

#progress_bar
{
	position: relative;
	color: #555555;
	background: #CCCCCC;
	height: 16px;
	font-size: 10px;
	line-height: 16px;
	min-width: 1%;
	width: 1%;
	margin: 0px;
	padding-left: 3px;
}

#progress_message
{
	font-weight: bold;
}

.relatedList .box,
.relatedItem,
.dragItem
{
	/* DO NOT PUT position:relative HERE or it will break the sortable!!! */
	width: 590px;
	border: 1px solid #cccccc;
	margin: 4px 0px 4px 0px;
}

.dragItem .container
{
	margin: 0px;
	padding: 2px 4px 2px 4px;
}

.dragItem .box
{
	border: 0px;
}

.relatedList .box
{
	width: 582px;
}

.itemHandle,
div.dragHandle,
div.showItemDetails
{
	position: relative;
	display: block;
	clear: both;
	width: 100%; 
	height: 20px;
	line-height: 20px;
	background: #cccccc; 
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div.dragHandle
{
	cursor: move;
	background-image: url('/img/icon_drag_arrows_15px.gif'); 
	background-repeat: no-repeat; 
	background-position: 3px 2px;
}


.dragItem .itemDetails
{
	position: relative;
	padding-top: 4px;
	width: 100%;
}

div.dragHandleLeft
{
	cursor: move;
	position: relative;
	width: 21px; 
	height: 100%;
	background: #cccccc; 
	float: left; 
	clear: none;
	margin-right: 5px; 
	background-image: url('/img/icon_drag_arrows_15px.gif'); 
	background-repeat: no-repeat; 
	background-position: 3px 3px;
}

.dragItem .col8 textarea,
.dragItem .col8 .text
{
	max-width: 582px;
	width: 582px;
}

.handleTitle
{
	float: left;
	margin-left: 4px;
}

.dragHandle .handleTitle
{
	margin-left: 20px;
}

.showItemDetails a.handleTitle
{
	background-image: url('/img/icon_arrow_right_15px.gif'); 
	background-repeat: no-repeat; 
	background-position: 0px 2px;
	padding-left: 15px;
}


.handleAnnotation
{	
	float: right;
}

.addRelated
{
	color: #000000;
	padding: 4px;
	clear: both;
	margin-bottom: 10px;
}

.relatedButtons
{
	margin-top: 4px;
	padding-bottom: 8px;
	margin-bottom: 18px;
	clear: both;
}


/***
 *
 * Writer specific classes
 *
 ***/

.writer .list td a
{
	font-weight: bold;
}

.writer .view 
{
	position: relative;
	border: 0px;
}

.inactive
{
	background: #ffeeee;
}

/** CONTENTS/TOPICS EDITOR STYLES */

.topics .col6 input.text
{
	width: 426px;
}

.topics .col6 .buttons
{
	width: 434px;
}

/** JQuery Autocomplete Styles */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('/img/processing-wheel-17px-trans.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/** STRUCTURE */

.structure .column
{
	float: left;
	width: 450px;
	margin-right: 10px;
}

.structure .module
{
	width: 450px;
}

.structure .dragItem
{
	border: 0px;
	width: 449px;
	margin: 0px;
	padding: 0px;
}

.structure .heading
{
	background: #cccccc; 
	height: 2em; 
	line-height: 2em; 
	font-size: 90%; 
	font-weight: bold; 
	border-right: 1px solid #cccccc; 
	border-bottom: 1px solid #999999;
}

.structure .heading .title
{
	float: left;
	margin-left: 26px;
}

.structure .heading .itemDetails
{
	float: right;
}

.structure .heading .itemDetails .status
{
	float: left; 
	margin-right: 15px; 
	width:50px;
}

.structure .heading .itemDetails .children
{
	float: left; 
	margin-right: 5px; 
	width: 150px;
}

.structure .heading .itemDetails .listHead
{
	width: 45px;
	margin-right: 5px;
	float: left;
	text-align: right;
	clear: none;
}

.structure .dragItem
{
	background: #ffffff; 
	height: 30px; 
	line-height: 30px; 
	margin:0px; 
	border-right: 1px solid #cccccc; 
	border-bottom: 1px solid #999999;
}

.structure .dragItem .dragHandleLeft
{
	background-position: 3px 8px;
}

.structure .dragItem .title
{
	float: left;
}

.structure .dragItem .itemDetails
{
	float: right; 
	clear: right;
	width: 280px;
	height: 30px;
	padding: 0px;
}

.structure .dragItem .itemDetails .status
{
	float: left; 
	margin-right: 5px; 
	width: 50px;
	clear: none;
}

.structure .dragItem .itemDetails .children
{
	float: left; 
	margin-right: 0px; 
	width: 225px; 
	white-space: nowrap;
	clear: none;
}

.structure .dragItem .itemDetails .count
{
	width: 30px; 
	text-align: right; 
	float: left; 
	margin-right: 5px;
}

.structure .dragItem .itemDetails .childDetails
{
	width: 175px;
	float: left;
}

.structure .dragItem .itemDetails .addChild
{
	margin: 2px 0px 2px 0px;
}

.structure .dragItem .itemDetails .childList
{
	float: left; 
	width: 10px; 
	padding: 7px 0px 0px 0px;
}

/** .related (Editor Related Items) **/

#relatedItems
{
	top: 0px;
}

table.related
{
	min-width: 320px;
	margin: 0px;
	margin-bottom: 1em;
	border-spacing: 0px;
}

table.related th
{
	text-align: left;
	border-bottom: 1px solid #cccccc;
	font-size: 1em;
	line-height: 1.2em;
	color: #555555;
}

table.related td
{
	background: #ffffff;
	min-width: 30px;
	vertical-align: middle;	
	padding: 2px 2px 2px 2px;
	border-bottom: 1px solid #cccccc;

}

table.related td.id,
table.related td.type,
table.related td.status,
table.related td.count
{
	color: #555555;
	font-size: 80%;
}

table.related td.id
{
	border-left: 1px solid #cccccc;
}

table.related td.title
{
	width: 60%;
}

table.related td.count
{
	min-width: 15px;
	border-right: 1px solid #cccccc;
}
