
/* no_editor_please */
/**
  *	default layout styles
  */
body {
	background-color: #FFFFFF;
	margin: 10px 10px 10px 10px;
	padding: 0 0 0 0;
	color: #555555;
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
}

/**
 *	top menu
 */
.menutop {
	width: 100%;
	border-bottom: 1px dotted #CECECE;
	height: 70px;
}

.menutop .logo {
	margin-top: 0px;
}

.menutop .links {
	margin-top: 40px;
	margin-right: 20px;
}

.menutop .links a {
	margin-left: 30px;
}

.menutop .partner {
	margin-left: 20px;
	margin-right: 20px;
	width: 210px;
	text-align: right;
}

.menutop .partner table {
	margin: auto;
	height: 52px;
}

/**
 *	bottom menu
 */
.menubottom {
	width: 100%;
	border-top: 1px dotted #CECECE;
	margin-bottom: 10px;
}

.menubottom .links {
	margin-top: 10px;
	margin-right: 20px;
}

.menubottom .links a {
	margin-left: 30px;
}


/**
 *	main menu
 */
.menumain {
	width: 170px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 11px;
}

.menumain h1 {
	font-size: 15px;
	margin: 0 0 5px 0;
}

.menumain ul {
	padding: 0 0 0 0;
	margin: 5px 0 10px 0;
}

.menumain ul.mainlevel {
	border-bottom: 1px dotted #CECECE;
}

.menumain li {
	padding: 0 0 0 0;
	margin: 5px 0 5px 10px;
	list-style-type: none;
}

/**
 *	sub menu
 */
.menusub {
	width: 250px;
	margin-left: 10px;
	margin-top: 10px;
}

.menusub table.tool th {
	font-size: 12px;
	text-align: center;
}

.menusub table.tool th.left {
	text-align: left;
}

.menusub table.tool td {
	padding: 0px 4px 0px 4px;
}

.menusub table.tool {
	border-left: 1px dotted #CECECE;
	border-bottom: 1px dotted #CECECE;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 230px;
}


/**
 *	content
 */
.content {
	margin-top: 10px;
	margin-left: 50px;
	width: 700px;
}

body.popup .content {
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
}

.contentwide {
	margin-top: 10px;
	margin-left: 50px;
	width: 950px;
}

.content h1, .content .h1 {
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.content h2, .content .h2 {
	font-size: 14px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.content h3, .content .h3 {
	font-size: 12px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.content h4, .content .h4 {
	font-size: 11px;
	margin: 0 0 10px 0;
	font-weight: bold;
}


/**
 *	data tables
 */
table td.title {
	color: #000000;
	padding: 4px 10px 4px 10px;
	vertical-align: top;
}

table td.value {
	vertical-align: top;
}

table td.value input, table td.value textarea, table td.value select {
	margin: 2px 0px 2px 0px;
}

/**
 *	standard styles
 */
input, select, button {
	border-style: none solid solid;
	background-image: url('/images/editor/topfade.gif');
	background-repeat: repeat-x top;
	vertical-align: middle;
/*	padding: 4px; */
	color: #555555;
	border: 1px solid #CECECE;
}

textarea {
	border-style: none solid solid;
	background: #FFFFFF;
	vertical-align: middle;
	padding: 4px;
	color: #555555;
	border: 1px solid #CECECE;
}

p, td, th, input, select, button, textarea {
	color: #555555;
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
}

a {
	color: #0570a9;
	text-decoration: none;
}

a:Hover {
	text-decoration: underline;
}

td.submit {
	padding-top: 5px;
}

.submit input, button, input.submit, input.button {
	background-image: none;
	background-color: #EEEEEE;
	color: #666666;
/*	padding: 4px 10px 4px 10px; */
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #E5E5E5 #AAAAAA #AAAAAA #E5E5E5;
	margin: 2px;
	margin-bottom: 5px;
}

.submit input.small, button.small {
	background-image: none;
	background-color: #EEEEEE;
	color: #666666;
	font-size: 10px;
	font-style: italic;
	border-style: solid;
	border-width: 1px;
	border-color: #E5E5E5 #AAAAAA #AAAAAA #E5E5E5;
	margin: 2px;
	margin-bottom: 0px;
}

.info {
	font-size: 12px;
	margin: 10px;
}

table {
	border-collapse: collapse;
}

table th {
	text-align: left;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

table th.subhead {
	padding: 6px 10px 2px 10px;
	font-size: 12px;
}

.warning {
	background-color: #B93300;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
}

.warning a {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: italic;
}

.warning a:Hover {
	font-style: normal;
}

input.mandatoryerror, textarea.mandatoryerror, select.mandatoryerror {
/*	border: 1px dotted #B93300; */
}

td.mandatoryerror {
	font-weight: bold;
	background-color: #FFCFCF;
	border-top: 1px solid #B93300;
	border-bottom: 1px solid #B93300;
}

/**
 *	tree view simulation
 */
.treeview ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	padding-left: 20px;
	margin-left: 20px;
}

.treeview li {
	margin-left: 5px;
	padding: 0 0 0 0;
}

.treeview .vline {
	margin-top: 5px;
	margin-bottom: 15px;
	border-left: 1px dashed #CECECE;
}

.treeview .block {
	background-color: #EFEFEF;
	padding: 5px;
	margin: 5px 5px 15px 0px;
	border-style: dotted;
	border-width: 1px;
	border-color: #CECECE #AAAAAA #AAAAAA #CECECE;
}

/**
 *	wizzard layout
 */
th.option {
	background-image: url('images/editor/th_option.gif');
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-bottom: 0px;
}

table.greyborder {
	border: 1px solid #CECECE;
}

th.arrows, td.helpicon {
	width: 22px;
}

th.suboption {
	background-color: #F9F9F9;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #DDDDDD;
}

/**
 *	file uploads
 */
.fileinputs {
	position: relative;
}

.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.filehidden {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

/**
 *	notice boxes
 */
.notice {
	border: 1px solid #000;
	background-color: #FFFFCC;
	color: #000000;
	font-size: 11px;
	padding: 5px;
	line-height: 150%;
	font-style: italic;
}

.menusub table.notice {
	width: 230px;
	margin-bottom: 10px;
}

.menusub .notice td {
	padding: 5px;
}

.notice a, .notice a:Hover {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}
