/* _________________________________ RESET __________________________________ */

html,body {
	height: 100%;
	width: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td,a {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 11px;
	line-height: 13px;
	font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-weight: normal;
}

form,fieldset,input,textarea,select {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
	font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
	color: #000000;
}

input, textarea {
	border: 1px solid #e3e3e3;
	padding: 2px 3px 2px 3px;
	margin-right: 3px;
}

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

td {
	vertical-align: top;
}

div {
	display: inline;
	position: relative;
	float: left;
}

a:link {
	color: #4a94dd;
	text-decoration: underline;
}
a:visited {
	color: #4a94dd;
	text-decoration: underline;
}
a:hover {
	color: #55aaff;
	text-decoration: underline;
}
a:active {
	color: #4a94dd;
	text-decoration: underline;
}

hr {
	border: 0;
	width: 100%;
	color: #555555;
	background-color: #555555;
	height: 1px;
}

.underline {
	text-decoration: underline;
}

.hidden {
	visibility: hidden;
}
.nodisplay {
	display: none;
}
.right {
	float: right;
}
.rightalign {
	text-align: right;
}
.handle {
	cursor: move;
}
.subhandle {
	cursor: move;
}
div.full, div.hundred {
	width: 100%;
}
img.bluedot {
	vertical-align: bottom;
	margin-bottom: 1px;
	margin-right: 5px;
}
img.dot {
	vertical-align: bottom;
	margin-bottom: 1px;
}

/* -------------------------------- BACKGROUNDS -------------------------------- */

.bg1 {
	background-color: #454545;
}
.bg2 {
	background-color: #ffffff;
}
.bg3 {
	background-color: #cccac0;
}
.bg4 {
	background-color: #cccac0;
}
.bg_normal {
	background-color: #cccac0;
}
.bg_selected {
	background-color: #a0cbff;
}
.bg_hover {
	background-color: #d8d6cb;
}
.bg_inactive {
	background-image: url(/img/backgrounds/diag_white.gif);
	background-repeat: repeat;
}



/* _______________________________ BORDERS __________________________________ */

.bb {
	border-bottom: 1px solid #cccac0;
}
.bbw {
	border-bottom: 1px solid #ffffff;
}
.btw {
	border-top: 1px solid #ffffff;
}
.rounded {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

/* _______________________________ IMAGEVERSIONS __________________________________ */



div.imgversions div p {
	margin-top: 3px;
	margin-bottom: 3px;
}

div.imgcrop {
	width: 100%;
	padding-bottom: 10px;
}
/*
div.imgcrop img {
	max-width: 660px;
	max-height: 660px;
}
*/


/* _______________________________ MAIN NAVI __________________________________ */

#mainmenu ul {
	display: inline;
	overflow: hidden;
	list-style: none;
}
#mainmenu li {
	margin-right: 10px;
	padding: 0;
	display: inline; /* duplicated for IE 5/Win */
	list-style-type: none; /* duplicated for IE 5/Win */
}

#submenu div {
	background: #cccac0;
	margin-right: 3px;
	padding: 3px 12px 3px 12px;
}
#submenu div.selected {
	background: #ffffff;
}

#submenu a, .sectiontitle a {
	color: black;
	text-decoration: none;
}
#submenu a.selected {
	color: #ff00cc;
}

#submenu a:hover, .sectiontitle a:hover {
	color: #ff00cc;	
}

#menu {
	float: left;
}

#menu p {
	margin: 0 0 8px 0;
}

#title {
	float: right;
}

a.menu, a.menuselected {
	padding: 2px 3px 2px 3px;
	margin: 0px 5px 0px 0px;
}

a.menu:link {
	color: #00ff00;
	text-decoration: none;
}
a.menu:visited {
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	color: #c3c3c3;
	background-color: #ffffff;
	text-decoration: none;
}
a.menu:active {
	color: #ffffff;
	text-decoration: none;
}

a.menuselected:link {
	color: #f8c800;
	text-decoration: none;
}
a.menuselected:visited {
	color: #f8c800;
	text-decoration: none;
}
a.menuselected:hover {
	color: #f8c800;
	background-color: #ffffff;
	text-decoration: none;
}
a.menuselected:active {
	color: #f8c800;
	text-decoration: none;
}

a.title:link {
	color: #ffffff;
	text-decoration: none;
}
a.title:visited {
	color: #ffffff;
	text-decoration: none;
}
a.title:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.title:active {
	color: #ffffff;
	text-decoration: none;
}

/* ----------------------------------- WIDTHS ----------------------------------- */

.w80 {
	width: 80px;
}
.w100 {
	width: 100px;
}
.w30p {
	width: 30%;
}
.fullwidth {
	width: 960px;
}
.leftcolumn {
	width: 240px
}
.rightcolumn {
	width: 660px;
}
.insideform {
	width: 566px;	
}
.framebox {
	width: 658px;
	border-bottom: 1px solid #cccac0;
	border-left: 1px solid #cccac0;
	border-right: 1px solid #cccac0;
}
textarea.plaintext {
	width: 652px;
	border-top: 0;
	border-bottom: 1px solid #cccac0;
	border-left: 1px solid #cccac0;
	border-right: 1px solid #cccac0;
	font-family: Monaco,Courier;
	height: 200px;
}
textarea.txtmce {
	width: 500px;
}

/* ----------------------------------- HEIGHTS ----------------------------------- */

.h60 {
	height: 60px;
}
.hq {
	height: 40px;
}


/* ---------------------------------- MARGINS ---------------------------------- */

.mas {
	margin: 10px;
}
.mad {
	margin: 20px;
}
.mth {
	margin-top: 5px;
}
.mts {
	margin-top: 10px;
}
.mtd {
	margin-top: 20px;
}
.mrs {
	margin-right: 10px;
}
.mrd {
	margin-right: 20px;
}
.mbh {
	margin-bottom: 5px;
}
.mbs {
	margin-bottom: 10px;
}
.mbd {
	margin-bottom: 20px;
}
.mlh {
	margin-left: 5px;
}
.mls {
	margin-left: 10px;
}
.mld {
	margin-left: 20px;
}

.mb1 {
	margin-bottom: 1px;
}

/* ---------------------------------- PADDING ---------------------------------- */

.pas {
	padding: 10px;
}
.pad {
	padding: 20px;
}
.pth {
	padding-top: 5px;
}
.pts {
	padding-top: 10px;
}
.ptd {
	padding-top: 20px;
}
.prs {
	padding-right: 10px;
}
.prd {
	padding-right: 20px;
}
.pbh {
	padding-bottom: 5px;
}
.pbs {
	padding-bottom: 10px;
}
.pbd {
	padding-bottom: 20px;
}
.pbt {
	padding-bottom: 30px;
}
.pbq {
	padding-bottom: 40px;
}
.pls {
	padding-left: 10px;
}
.pld {
	padding-left: 20px;
}


/* -------------------------------- INPUT SIZES -------------------------------- */

input.inp_xs {
	width: 30px;
}
input.inp_s {
	width: 80px;
}
input.inp_m {
	width: 200px;
}
input.inp_l {
	width: 400px;
}
input.inp_xl {
	width: 500px;
}

/* -------------------------------- TOOLTIPS -------------------------------- */

div.tooltip {
	display: none;
	position: absolute;
	padding: 5px;
	bottom: 20px;
	left: 0px;
	width: 180px;
	background: #fef49c;
	z-index: 100;
	border: 1px solid #999999;
}
div.tooltip p {
	text-align: left;
}
.hastt {
	cursor: help;
}

/* ________________________ ANNOUNCEMENTS / ERROR MESSAGES __________________________ */

div.error {
	width: 400px;
	background-color: #f8c800;
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
}

input.error {
	border-color: #ff0000;
}
label.error {
	margin-top: 3px;
	font-style: italic;
	color: #ff0000;
	display: block;
}

div.error p {
	color: #ffffff;
}

div.manuals {
	background-color: #e3e3e3;
	padding: 5px 5px 5px 5px;
	margin-top: 20px;
}

div.announcement {
	background-color: #b2ffa1;
}

h2 {
	font-weight: bold;
}

/* _____________________________ LIST ACTIONS _______________________________ */

div.entryactions {
	background: #cccac0;
	width: 240px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 9px;	
}
#leftcolumn select{
	font-size: 9px;
}

td.entryaction {
	font-size: 9px;	
}




/* _____________________________ SEARCH / FILTER ____________________________ */


input.search {
	width: 220px;
	margin: 0;
}
select.search {
	width: 150px;
	margin-left: 5px;
}
td.search {
	width: 100%;
	height: 25px;
	padding: 0px 0px 2px 0;
	vertical-align: middle;
	background: transparent;
}
td.filterleft {
	width: 100%;
	padding: 2px 0 6px 0;
	vertical-align: top;
}
td.entriesleft {
	padding: 0px 0px 5px 0px;
	font-size: 9px;
	color: #aaaaaa;
}
td.entriesright {
	padding: 0px 5px 5px 0px;
	text-align: right;
}


/* ________________________________ ENTRIES _________________________________ */


#entries {
	width:240px;
}

div.listrow {
	margin-bottom: 1px;
	width: 240px;
	cursor: pointer;
}

div.listleft {
	padding: 2px 0px 2px 5px;
	width: 200px;
}
div.listright {
	padding: 3px 5px 2px 0px;
	float: right;
}

#entries a {
	display: block;
	width: 100%;
	text-decoration: none;
}

#entries a.tool {
	display: inline;
}


a.navilink:link {
	color: #000000;
}
a.navilink:visited {
	color: #000000;
}
a.navilink:hover {
	color: #ff00cc;
}
a.navilink:active {
	color: #ff00cc;
}

a.navilink_s:link {
	color: #ff00cc;
}
a.navilink_s:visited {
	color: #ff00cc;
}
a.navilink_s:hover {
	color: #ff00cc;
}
a.navilink_s:active {
	color: #ff00cc;
}

a.navilink_i:link {
	color: #c3c3c3;
}
a.navilink_i:visited {
	color: #c3c3c3;
}
a.navilink_i:hover {
	color: #c3c3c3;
}
a.navilink_i:active {
	color: #c3c3c3;
}


/* ________________________________ TOOLBAR _________________________________ */


ul.toolbar {
	display: inline;
	overflow: hidden;
	list-style: none;
}

ul.toolbar li {
	float: left;
	margin-right: 4px;
	padding: 0;
	display: inline; /* duplicated for IE 5/Win */
	list-style-type: none; /* duplicated for IE 5/Win */
}

ul.toolbar a, ul.toolbar span {
	float: left;
	height: 0px !important;
	height /**/:24px; /* IE 5/Win hack */ 
	padding: 24px 0 0 0;
	overflow: hidden;
}

ul.toolbar a:hover {
	background-position: 0 -24px;
}
ul.toolbar span {
	background-position: 0 -48px;
}


/* ________________________________ BUTTONS _________________________________ */

span.butt_spacer {
	width: 24px;
}

a.butt_new, span.butt_new {
	width: 24px;
	background: url(/img/buttons/new.png) top left no-repeat;
}
a.butt_duplicate, span.butt_duplicate {
	width: 24px;
	background: url(/img/buttons/duplicate.png) top left no-repeat;
}
a.butt_delete, span.butt_delete {
	width: 24px;
	background: url(/img/buttons/delete.png) top left no-repeat;
}
a.butt_order, span.butt_order {
	width: 24px;
	background: url(/img/buttons/order.png) top left no-repeat;
}
a.butt_search, span.butt_search {
	width: 24px;
	background: url(/img/buttons/search.png) top left no-repeat;
}
a.butt_preview, span.butt_preview {
	width: 24px;
	background: url(/img/buttons/preview.png) top left no-repeat;
}
a.butt_send, span.butt_send {
	width: 24px;
	background: url(/img/buttons/send.png) top left no-repeat;
}
a.butt_note, span.butt_note {
	width: 24px;
	background: url(/img/buttons/note.png) top left no-repeat;
}
a.butt_import, span.butt_import {
	width: 24px;
	background: url(/img/buttons/import.png) top left no-repeat;
}
a.butt_print, span.butt_print {
	width: 24px;
	background: url(/img/buttons/print.png) top left no-repeat;
}

/* SMALL BUTTONS */

a.smbt, span.smbt {
	float: left;
	height: 0px !important;
	height /**/:11px; /* IE 5/Win hack */ 
	padding: 11px 0 0 0;
	overflow: hidden;
}

a.smbt:hover {
	background-position: 0 -11px;
}
span.smbt {
	background-position: 0 -22px;
}

span.butt_spacer {
	width: 11px;
}

a.sb_new, span.sb_new {
	width: 11px;
	background: url(/img/smallbuttons/new.png) top left no-repeat;
}
a.sb_duplicate, span.sb_duplicate {
	width: 11px;
	background: url(/img/smallbuttons/duplicate.png) top left no-repeat;
}
a.sb_delete, span.sb_delete {
	width: 11px;
	background: url(/img/smallbuttons/delete.png) top left no-repeat;
}
a.sb_drag, span.sb_drag {
	width: 11px;
	background: url(/img/smallbuttons/drag.png) top left no-repeat;
}


/* _______________________________ TOOL BUTTONS _____________________________ */

a.tool, a.tool_x, a.tool_inactive, span.inactive_tool {
	font-family: Helvetica, Arial, sans;
	font-size: 10px;
	font-weight: bold;
	display: inline;
	text-transform: uppercase;
	padding: 2px 3px 2px 3px;
}

a.contenttool, a.contenttool_x {
	font-family: Helvetica, Arial, sans;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px 3px 1px 3px;
}


a.tool:link, a.contenttool:link {
	text-decoration: none;
	color: #ffffff;
	background-color: #555555;
}
a.tool:visited, a.contenttool:visited {
	text-decoration: none;
	color: #ffffff;
	background-color: #555555;
}
a.tool:hover {
	text-decoration: none;
	color: #222222;
	background-color: #ffffff;
}
a.contenttool:hover {
	text-decoration: none;
	color: #222222;
	background-color: #ffffff;
}
a.tool:active, a.contenttool:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #222222;
}

a.tool_x:link, a.contenttool_x:link {
	text-decoration: none;
	color: #ffffff;
	background-color: #bb0909;
}
a.tool_x:visited, a.contenttool_x:visited {
	text-decoration: none;
	color: #ffffff;
	background-color: #bb0909;
}
a.tool_x:hover, a.contenttool_x:hover {
	text-decoration: none;
	color: #bb0909;
	background-color: #ffffff;
}
a.tool_x:active, a.contenttool_x:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #bb0909;
}


span.inactive_tool {
	color: #bcbcbc;
	background-color: #e3e3e3;
}

/* _____________________________ SUBMENU __________________________________ */

div.submenu {
	display: none;
	background-color: #cccac0;
	position: absolute;
	top: 26px;
	left: 128px;
	padding: 7px 7px 7px 7px;
	border: 1px solid #aaaaaa;
	z-index: 100;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 3px 3px 3px #888888;
	-webkit-box-shadow: 3px 3px 3px #888888;
	box-shadow: 3px 3px 3px #888888;
}


div.submenu ul {
	display: block;
	overflow: hidden;
	list-style: none;
}

div.submenu ul li {
	color: #000000;
	float: none;
	margin-bottom: 4px;
	padding: 0;
	display: block;
	list-style-type: none; /* duplicated for IE 5/Win */
}

div.submenu ul a {
	color: #000000;
	float: none;
	padding: 0;
	text-decoration: none;
}
div.submenu ul span {
	color: #888888;
}
div.submenu ul a:hover {
	color: #ff00cc;
}

/* _____________________________ NEW MAIN FORM __________________________________ */

div.sectiontitle {
	width: 100%;
	padding-bottom: 5px;
	margin: 5px 0px 0px 0px;
	border-bottom: 1px solid #cccac0;
}

div.sectiontitle div.updating {
	position: absolute;
	right: 1px;
	bottom: 4px;
}

div.fieldsrow {
	width: 660px;
	padding: 3px 0px 3px 0px;
}

div.fieldlabel1, div.fieldlabel, div.fieldlabel2 {
	width: 80px;
	margin: 0px 5px 0px 0px;
	padding-top: 1px;
	text-align: right;
	color: #666666;
	font-size: 9px;
}
div.field {
	width: 575px;
}
div.field1 {
	width: 445px;
}
div.field_b {
	width: 425px;
}
div.field1_b {
	width: 295px;
}
div.field2 {
	width: 45px;
}

div.field1a {
	width: 230px;
}
div.field2a {
	width: 230px;
}

div.fieldlabel_r {
	width: 50px;
	margin: 0px 5px 0px 0px;
	padding-top: 1px;
	text-align: right;
	color: #cccccc;
	font-size: 9px;
}
div.field_r {
	width: 150px;
}

/* _____________________________ SUBSECTIONS ______________________________ */

div.ss {
	width: 100%;
}

div.ss_row {
	margin-bottom: 1px;
}

div.ss_img {
	margin: 3px 5px 3px 5px; 
}
div.ss_txt {
	width: 100%;
	padding: 3px 0px 3px 5px; 
}
div.ss_tools {
	float: right;
	margin: 3px 5px 3px 5px;
}

div.ss_box {
	margin: 0px 4px 0px 0px;
}

div.ss_tools div {
	margin: 0px 6px 0px 0px;
}

ul.subsublist {
	list-style: none;
	margin-top: 2px;
}
ul.subsublist li {
	margin-left: 10px;
	margin-bottom: 2px;
	list-style: none;
	color: #666666;
}

/* ________________________________ PRIVILEGES _________________________________ */

div.priv_entries {
	width: 660px;
	background: #cccac0;
	border-bottom: 1px solid #ffffff;
	padding: 5px 0px 5px 10px;	

}
div.priv_subentries {
	width: 660px;
	padding: 3px 0px 3px 10px;	

}
div.priv_section{
	width: 450px;
}
div.priv_box{
	width: 50px;
}


/* __________________________________ FOOTER __________________________________ */

ul#baselist {
	list-style: none;
	margin: 0 0 0 2px;
}


ul#baselist li {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0;
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 9px;
	color: #cccccc;
}


a.basestrip, a.basestrip:active, a.basestrip:visited {
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 9px;
	text-decoration: none;
	color: #cccccc;
}

a.basestrip:hover {
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 9px;
	text-decoration: none;
	color: #ff00cc;
}


/* __________________________________ TYPO __________________________________ */

span.strikethrough {
	text-decoration: line-through;
}
span.italic {
	font-style: italic;
}
span.red {
	color: #dd0000;
}
span.orange {
	color: #bd6527;
}
span.yellow {
	color: #ff00cc;
}
span.grey {
	color: #565656;
}
span.green {
	color: #006611;
}
span.white {
	color: #ffffff;
}
span.bold {
	font-weight: bold
}
span.disabled {
	color: #ffffff;
}
span.small {
	font-size: 9px;
}
span.large {
	font-size: 14px;
}
span.lightgrey {
	color: #888888;
}